Trace number 3317884

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.3 1254.56

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.68	c INFO: solving HOME/instance-3317884-1304267632.cnf
0.32/0.68	c INFO: computing task features
2.28/2.63	c INFO: computed variable-clause graph statistics
2.38/2.70	c INFO: computed clause balance statistics
12.28/12.64	c INFO: computed variable balance statistics
19.78/20.15	c INFO: computed small-clause counts
19.98/20.31	c INFO: computed Horn-clause counts
67.69/68.09	c INFO: computed variable graph statistics
67.69/68.09	c INFO: collected features for HOME/instance-3317884-1304267632.cnf in 67.36 s
67.79/68.11	c INFO: running lingeling-276@0 for 97 with 4732 remaining (b = 0.56)
67.79/68.14	c INFO: running cryptominisat-2.9.0@0 for 485 with 4732 remaining (b = 0.42)
67.79/68.17	c INFO: running lingeling-276@0 for 1261 with 4732 remaining (b = 0.53)
67.79/68.20	c INFO: running cryptominisat-2.9.0@0 for 485 with 4732 remaining (b = 0.34)
467.39/168.28	c INFO: running lingeling-276@0 for 97 with 4632 remaining (b = 0.13)
847.63/263.41	c INFO: running lingeling-276@94 for 97 with 4537 remaining (b = 0.13)
1251.44/364.55	c INFO: running lingeling-276@195 for 388 with 4436 remaining (b = 0.25)
2017.43/556.39	c INFO: running SApperloT@0 for 97 with 4244 remaining (b = 0.36)
2042.57/562.68	c INFO: running cryptominisat-2.9.0@0 for 97 with 4238 remaining (b = 0.12)
2417.56/656.55	c INFO: running precosat-570@0 for 388 with 4144 remaining (b = 0.25)
2439.91/662.14	c INFO: running lingeling-276@0 for 194 with 4138 remaining (b = 0.14)
2806.07/754.02	c INFO: running cryptominisat-2.9.0@0 for 1843 with 4046 remaining (b = 0.48)
3222.04/858.43	c INFO: running cryptominisat-2.9.0@100 for 388 with 3942 remaining (b = 0.19)
3985.84/1050.13	c INFO: running precosat-570@98 for 97 with 3750 remaining (b = 0.06)
4364.75/1145.27	c INFO: running precosat-570@192 for 291 with 3655 remaining (b = 0.15)
4786.31/1251.08	c INFO: running lingeling-276@387 for 194 with 3549 remaining (b = 0.08)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317884-1304267632/watcher-3317884-1304267632 -o /tmp/evaluation-result-3317884-1304267632/solver-3317884-1304267632 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317884-1304267632.cnf -seed 2121985107 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.73 4.31 1.78 5/193 26941
/proc/meminfo: memFree=27053560/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 746 0 0 0 0 0 0 0 20 0 1 0 538361094 15753216 634 33554432000 4194304 5683644 140735554063968 18446744073709551615 255376995309 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26941/statm: 3846 651 322 364 0 333 0

[startup+0.0136251 s]
/proc/loadavg: 7.73 4.31 1.78 5/193 26941
/proc/meminfo: memFree=27053560/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/26941/stat : 26941 (python) S 26939 26941 26829 0 -1 4202496 928 0 0 0 0 0 0 0 20 0 1 0 538361094 16154624 807 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/26941/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.10062 s]
/proc/loadavg: 7.73 4.31 1.78 5/193 26941
/proc/meminfo: memFree=27053560/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=87704 CPUtime=0.05 cores=0,2,4,6
/proc/26941/stat : 26941 (python) S 26939 26941 26829 0 -1 4202496 2638 0 0 0 4 1 0 0 20 0 1 0 538361094 89808896 2354 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/26941/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300575 s]
/proc/loadavg: 7.73 4.31 1.78 5/193 26941
/proc/meminfo: memFree=27053560/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/26941/stat : 26941 (python) S 26939 26941 26829 0 -1 4202496 5966 935 1 0 13 4 0 0 17 0 1 0 538361094 139010048 4151 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377297413 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/26941/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700501 s]
/proc/loadavg: 7.73 4.31 1.78 5/193 26941
/proc/meminfo: memFree=27053560/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=289284 CPUtime=0.38 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 11967 935 1 0 29 9 0 0 16 0 1 0 538361094 296226816 9646 33554432000 4194304 5683644 140735554063968 18446744073709551615 4571061 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26941/statm: 72321 9646 1761 364 0 8245 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 289284

[startup+1.50039 s]
/proc/loadavg: 7.73 4.31 1.78 6/194 26946
/proc/meminfo: memFree=27000356/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=341540 CPUtime=1.18 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 24585 935 1 0 107 11 0 0 17 0 1 0 538361094 349736960 22264 33554432000 4194304 5683644 140735554063968 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26941/statm: 85385 22265 1761 364 0 21309 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 341540

[startup+3.10109 s]
/proc/loadavg: 7.73 4.31 1.78 6/194 26946
/proc/meminfo: memFree=26933844/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=399212 CPUtime=2.78 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 53029 935 1 0 264 14 0 0 19 0 1 0 538361094 408793088 37188 33554432000 4194304 5683644 140735554063968 18446744073709551615 255376968635 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26941/statm: 99803 37188 1826 364 0 35727 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 399212

[startup+6.3005 s]
/proc/loadavg: 7.51 4.32 1.79 6/194 26946
/proc/meminfo: memFree=26907544/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=399212 CPUtime=5.98 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 53029 935 1 0 584 14 0 0 25 0 1 0 538361094 408793088 37188 33554432000 4194304 5683644 140735554063968 18446744073709551615 47118754266818 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26941/statm: 99803 37188 1826 364 0 35727 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 399212

[startup+12.7003 s]
/proc/loadavg: 7.31 4.33 1.81 6/194 26946
/proc/meminfo: memFree=26907452/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=399212 CPUtime=12.38 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 53030 935 1 0 1224 14 0 0 25 0 1 0 538361094 408793088 37189 33554432000 4194304 5683644 140735554063968 18446744073709551615 4578921 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26941/statm: 99803 37189 1827 364 0 35727 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 399212

[startup+25.5009 s]
/proc/loadavg: 6.80 4.36 1.86 6/194 26946
/proc/meminfo: memFree=26906324/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=399212 CPUtime=25.18 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 53036 935 1 0 2504 14 0 0 25 0 1 0 538361094 408793088 37195 33554432000 4194304 5683644 140735554063968 18446744073709551615 47118754117760 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26941/statm: 99803 37195 1833 364 0 35727 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 399212

[startup+51.1002 s]
/proc/loadavg: 6.18 4.41 1.94 6/194 26947
/proc/meminfo: memFree=26906084/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=399212 CPUtime=50.78 cores=0,2,4,6
/proc/26941/stat : 26941 (python) R 26939 26941 26829 0 -1 4202496 53036 935 1 0 5064 14 0 0 25 0 1 0 538361094 408793088 37195 33554432000 4194304 5683644 140735554063968 18446744073709551615 47118754117772 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26941/statm: 99803 37195 1833 364 0 35727 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 399212

[startup+102.308 s]
/proc/loadavg: 6.69 4.79 2.20 10/206 26960
/proc/meminfo: memFree=25359796/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=431080 CPUtime=67.88 cores=0,2,4,6
/proc/26941/stat : 26941 (python) S 26939 26941 26829 0 -1 4202496 55747 935 1 0 6772 16 0 0 22 0 5 0 538361094 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26941/statm: 107770 34967 1881 364 0 43679 0
[pid=26949] ppid=26941 vsize=390068 CPUtime=0.04 cores=0,2,4,6
/proc/26949/stat : 26949 (python) S 26941 26941 26829 0 -1 4202560 993 0 0 0 2 2 0 0 18 0 1 0 538367906 399429632 33452 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321487 0 0 16781312 514 12506636902696190212 0 0 17 0 0 0 0
/proc/26949/statm: 97517 33452 382 364 0 33435 0
[pid=26951] ppid=26949 vsize=74840 CPUtime=34.17 cores=0,2,4,6
/proc/26951/stat : 26951 (lingeling) R 26949 26951 26951 0 -1 4202496 30825 0 0 0 3413 4 0 0 25 0 1 0 538367907 76636160 16856 33554432000 4194304 4352236 140734647497072 18446744073709551615 4230704 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26951/statm: 18710 16856 129 39 0 17790 0
[pid=26952] ppid=26941 vsize=400324 CPUtime=0.04 cores=0,2,4,6
/proc/26952/stat : 26952 (python) S 26941 26941 26829 0 -1 4202560 924 0 0 0 2 2 0 0 15 0 1 0 538367909 409931776 33444 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 12506636902696190212 0 0 17 4 0 0 0
/proc/26952/statm: 100081 33444 370 364 0 35996 0
[pid=26954] ppid=26952 vsize=896480 CPUtime=34.04 cores=0,2,4,6
/proc/26954/stat : 26954 (cryptominisat-2) R 26952 26954 26954 0 -1 4202496 171330 0 0 0 3379 25 0 0 25 0 1 0 538367910 917995520 166492 33554432000 4194304 4677096 140736770381600 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26954/statm: 224120 166492 468 118 0 219079 0
[pid=26955] ppid=26941 vsize=410580 CPUtime=0.04 cores=0,2,4,6
/proc/26955/stat : 26955 (python) S 26941 26941 26829 0 -1 4202560 915 0 0 0 2 2 0 0 18 0 1 0 538367912 420433920 33448 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 12506636902696190212 0 0 17 6 0 0 0
/proc/26955/statm: 102645 33448 370 364 0 38557 0
[pid=26957] ppid=26955 vsize=72248 CPUtime=34.07 cores=0,2,4,6
/proc/26957/stat : 26957 (lingeling) R 26955 26957 26957 0 -1 4202496 28788 0 0 0 3402 5 0 0 25 0 1 0 538367912 73981952 17232 33554432000 4194304 4352236 140734561653344 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26957/statm: 18062 17232 129 39 0 17142 0
[pid=26958] ppid=26941 vsize=420836 CPUtime=0.05 cores=0,2,4,6
/proc/26958/stat : 26958 (python) S 26941 26941 26829 0 -1 4202560 959 0 0 0 2 3 0 0 15 0 1 0 538367914 430936064 33452 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 12506636902696190211 0 0 17 4 0 0 0
/proc/26958/statm: 105209 33452 370 364 0 41118 0
[pid=26960] ppid=26958 vsize=895312 CPUtime=33.84 cores=0,2,4,6
/proc/26960/stat : 26960 (cryptominisat-2) R 26958 26960 26960 0 -1 4202496 171185 0 0 0 3360 24 0 0 25 0 1 0 538367915 916799488 166461 33554432000 4194304 4677096 140735206712384 18446744073709551615 4346658 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26960/statm: 223828 166461 391 118 0 218787 0
[pid=26941/tid=26950] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26950/stat : 26950 (python) S 26939 26941 26829 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538367907 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 2 0 0 0
[pid=26941/tid=26953] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26953/stat : 26953 (python) S 26939 26941 26829 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 538367909 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26956] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26956/stat : 26956 (python) S 26939 26941 26829 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538367912 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26959] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26959/stat : 26959 (python) S 26939 26941 26829 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 538367915 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.17
Current children cumulated vsize (KiB) 3991768

[startup+162.301 s]
/proc/loadavg: 7.81 5.45 2.58 9/206 26962
/proc/meminfo: memFree=24622100/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=431080 CPUtime=67.88 cores=0,2,4,6
/proc/26941/stat : 26941 (python) S 26939 26941 26829 0 -1 4202496 55747 935 1 0 6772 16 0 0 22 0 5 0 538361094 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26941/statm: 107770 34967 1881 364 0 43679 0
[pid=26949] ppid=26941 vsize=390068 CPUtime=0.12 cores=0,2,4,6
/proc/26949/stat : 26949 (python) S 26941 26941 26829 0 -1 4202560 1018 0 0 0 7 5 0 0 18 0 1 0 538367906 399429632 33452 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321487 0 0 16781312 514 12506636902696190212 0 0 17 0 0 0 0
/proc/26949/statm: 97517 33452 382 364 0 33435 0
[pid=26951] ppid=26949 vsize=74840 CPUtime=94.16 cores=0,2,4,6
/proc/26951/stat : 26951 (lingeling) R 26949 26951 26951 0 -1 4202496 35675 0 0 0 9412 4 0 0 25 0 1 0 538367907 76636160 17609 33554432000 4194304 4352236 140734647497072 18446744073709551615 4241440 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26951/statm: 18710 17609 129 39 0 17790 0
[pid=26952] ppid=26941 vsize=400324 CPUtime=0.14 cores=0,2,4,6
/proc/26952/stat : 26952 (python) S 26941 26941 26829 0 -1 4202560 951 0 0 0 7 7 0 0 15 0 1 0 538367909 409931776 33444 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 8138796179325419780 0 0 17 4 0 0 0
/proc/26952/statm: 100081 33444 370 364 0 35996 0
[pid=26954] ppid=26952 vsize=1312452 CPUtime=93.85 cores=0,2,4,6
/proc/26954/stat : 26954 (cryptominisat-2) R 26952 26954 26954 0 -1 4202496 270545 0 0 0 9344 41 0 0 25 0 1 0 538367910 1343950848 255447 33554432000 4194304 4677096 140736770381600 18446744073709551615 4318969 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26954/statm: 328113 255447 504 118 0 323072 0
[pid=26955] ppid=26941 vsize=410580 CPUtime=0.13 cores=0,2,4,6
/proc/26955/stat : 26955 (python) S 26941 26941 26829 0 -1 4202560 940 0 0 0 7 6 0 0 18 0 1 0 538367912 420433920 33448 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 12506636902696190212 0 0 17 6 0 0 0
/proc/26955/statm: 102645 33448 370 364 0 38557 0
[pid=26957] ppid=26955 vsize=92724 CPUtime=93.98 cores=0,2,4,6
/proc/26957/stat : 26957 (lingeling) R 26955 26957 26957 0 -1 4202496 35958 0 0 0 9392 6 0 0 25 0 1 0 538367912 94949376 20304 33554432000 4194304 4352236 140734561653344 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26957/statm: 23181 20304 129 39 0 22261 0
[pid=26958] ppid=26941 vsize=420836 CPUtime=0.13 cores=0,2,4,6
/proc/26958/stat : 26958 (python) S 26941 26941 26829 0 -1 4202560 979 0 0 0 7 6 0 0 15 0 1 0 538367914 430936064 33452 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 4564846827379065091 0 0 17 4 0 0 0
/proc/26958/statm: 105209 33452 370 364 0 41118 0
[pid=26960] ppid=26958 vsize=1312192 CPUtime=93.42 cores=0,2,4,6
/proc/26960/stat : 26960 (cryptominisat-2) R 26958 26960 26960 0 -1 4202496 270367 0 0 0 9301 41 0 0 25 0 1 0 538367915 1343684608 254868 33554432000 4194304 4677096 140735206712384 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26960/statm: 328048 254868 418 118 0 323007 0
[pid=26941/tid=26950] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26950/stat : 26950 (python) S 26939 26941 26829 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538367907 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 2 0 0 0
[pid=26941/tid=26953] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26953/stat : 26953 (python) S 26939 26941 26829 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 538367909 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26956] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26956/stat : 26956 (python) S 26939 26941 26829 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538367912 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26959] ppid=26939 vsize=431080 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26959/stat : 26959 (python) S 26939 26941 26829 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 538367915 441425920 34967 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 443.81
Current children cumulated vsize (KiB) 4845096


################
# More data... #
################

[pid=26955] ppid=26941 vsize=410580 CPUtime=1.63 cores=0,2,4,6
/proc/26955/stat : 26955 (python) S 26941 26941 26829 0 -1 4202560 973 0 0 0 86 77 0 0 18 0 1 0 538367912 420433920 33448 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 12506636902696190212 0 0 17 6 0 0 0
/proc/26955/statm: 102645 33448 370 364 0 38557 0
[pid=26957] ppid=26955 vsize=92708 CPUtime=1185.42 cores=0,2,4,6
/proc/26957/stat : 26957 (lingeling) R 26955 26957 26957 0 -1 4202496 35958 0 0 0 118534 8 0 0 25 0 1 0 538367912 94932992 20300 33554432000 4194304 4352236 140734561653344 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26957/statm: 23177 20300 129 39 0 22257 0
[pid=26958] ppid=26941 vsize=420836 CPUtime=1.3 cores=0,2,4,6
/proc/26958/stat : 26958 (python) S 26941 26941 26829 0 -1 4202560 1184 0 0 0 69 61 0 0 15 0 2 0 538367914 430936064 33483 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26958/statm: 105209 33483 400 364 0 41118 0
[pid=26960] ppid=26958 vsize=1855092 CPUtime=876.83 cores=0,2,4,6
/proc/26960/stat : 26960 (cryptominisat-2) T 26958 26960 26960 0 -1 4202496 506930 0 0 0 87579 104 0 0 25 0 1 0 538367915 1899614208 374123 33554432000 4194304 4677096 140735206712384 18446744073709551615 4321158 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/26960/statm: 463773 374123 393 118 0 458732 0
[pid=26958/tid=26983] ppid=26941 vsize=420836 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26983/stat : 26983 (python) S 26941 26941 26829 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538417361 430936064 33483 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604450049689472 0 0 -1 4 0 0 0
[pid=26980] ppid=26941 vsize=431092 CPUtime=0.13 cores=0,2,4,6
/proc/26980/stat : 26980 (python) S 26941 26941 26829 0 -1 4202560 1141 0 0 0 7 6 0 0 19 0 2 0 538416734 441438208 33486 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26980/statm: 107773 33486 399 364 0 43679 0
[pid=26982] ppid=26980 vsize=97172 CPUtime=99.87 cores=0,2,4,6
/proc/26982/stat : 26982 (SApperloT-base) T 26980 26982 26982 0 -1 4202496 25222 0 0 0 9979 8 0 0 25 0 1 0 538416734 99504128 22806 33554432000 134512640 135674940 4293763744 18446744073709551615 134564017 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26982/statm: 24293 22806 99 284 0 24007 0
[pid=26980/tid=26989] ppid=26941 vsize=431092 CPUtime=0 cores=0,2,4,6
/proc/26980/task/26989/stat : 26989 (python) S 26941 26941 26829 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538426747 441438208 33486 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453841270592 0 0 -1 4 0 0 0
[pid=26984] ppid=26941 vsize=441348 CPUtime=0.14 cores=0,2,4,6
/proc/26984/stat : 26984 (python) S 26941 26941 26829 0 -1 4202560 1147 0 0 0 7 7 0 0 15 0 2 0 538417363 451940352 33490 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26984/statm: 110337 33490 399 364 0 46240 0
[pid=26986] ppid=26984 vsize=1348112 CPUtime=98.54 cores=0,2,4,6
/proc/26986/stat : 26986 (cryptominisat-2) T 26984 26986 26986 0 -1 4202496 280741 0 0 0 9812 42 0 0 25 0 1 0 538417364 1380466688 262077 33554432000 4194304 4677096 140734982571040 18446744073709551615 4318905 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/26986/statm: 337028 262077 393 118 0 331987 0
[pid=26984/tid=26993] ppid=26941 vsize=441348 CPUtime=0 cores=0,2,4,6
/proc/26984/task/26993/stat : 26993 (python) S 26941 26941 26829 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538427305 451940352 33490 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453827445056 0 0 -1 6 0 0 0
[pid=26990] ppid=26941 vsize=451604 CPUtime=0.84 cores=0,2,4,6
/proc/26990/stat : 26990 (python) S 26941 26941 26829 0 -1 4202560 1165 0 0 0 45 39 0 0 18 0 2 0 538426750 462442496 33494 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26990/statm: 112901 33494 399 364 0 48801 0
[pid=26992] ppid=26990 vsize=354796 CPUtime=596.25 cores=0,2,4,6
/proc/26992/stat : 26992 (precosat) R 26990 26992 26992 0 -1 4202496 105917 0 0 0 59606 19 0 0 25 0 1 0 538426750 363311104 87346 33554432000 4194304 4890832 140736229700656 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/26992/statm: 88699 87346 86 171 0 88526 0
[pid=26990/tid=27064] ppid=26941 vsize=451604 CPUtime=0 cores=0,2,4,6
/proc/26990/task/27064/stat : 27064 (python) S 26941 26941 26829 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538466106 462442496 33494 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453869381760 0 0 -1 2 0 0 0
[pid=26994] ppid=26941 vsize=461860 CPUtime=0.3 cores=0,2,4,6
/proc/26994/stat : 26994 (python) S 26941 26941 26829 0 -1 4202560 1214 0 0 0 17 13 0 0 18 0 2 0 538427308 472944640 33504 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26994/statm: 115465 33504 405 364 0 51362 0
[pid=26996] ppid=26994 vsize=92724 CPUtime=197.71 cores=0,2,4,6
/proc/26996/stat : 26996 (lingeling) R 26994 26996 26996 0 -1 4202496 36011 0 0 0 19766 5 0 0 25 0 1 0 538427309 94949376 20304 33554432000 4194304 4352236 140735455647280 18446744073709551615 4207905 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26996/statm: 23181 20304 129 39 0 22261 0
[pid=26994/tid=27008] ppid=26941 vsize=461860 CPUtime=0 cores=0,2,4,6
/proc/26994/task/27008/stat : 27008 (python) S 26941 26941 26829 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538446936 472944640 33504 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453869380864 0 0 -1 6 0 0 0
[pid=26941/tid=26950] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26950/stat : 26950 (python) S 26939 26941 26829 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538367907 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26953] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26953/stat : 26953 (python) S 26939 26941 26829 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 538367909 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26956] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26956/stat : 26956 (python) S 26939 26941 26829 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 538367912 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26959] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26959/stat : 26959 (python) S 26939 26941 26829 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 538367915 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26981] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26981/stat : 26981 (python) S 26939 26941 26829 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 538416734 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26985] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26985/stat : 26985 (python) S 26939 26941 26829 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 538417364 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26991] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26991/stat : 26991 (python) S 26939 26941 26829 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 538426750 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26995] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26995/stat : 26995 (python) S 26939 26941 26829 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 538427309 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 9654388

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1254.5 s]
/proc/loadavg: 5.26 6.36 5.71 6/216 27101
/proc/meminfo: memFree=22539036/32951124 swapFree=67111352/67111528
[pid=26941] ppid=26939 vsize=472104 CPUtime=68.17 cores=0,2,4,6
/proc/26941/stat : 26941 (python) S 26939 26941 26829 0 -1 4202496 59649 935 1 0 6798 19 0 0 18 0 9 0 538361094 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26941/statm: 118026 34992 1890 364 0 53923 0
[pid=26949] ppid=26941 vsize=400312 CPUtime=0.92 cores=0,2,4,6
/proc/26949/stat : 26949 (python) S 26941 26941 26829 0 -1 4202560 1207 0 0 0 51 41 0 0 18 0 2 0 538367906 409919488 33491 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26949/statm: 100078 33491 416 364 0 35996 0
[pid=26951] ppid=26949 vsize=63204 CPUtime=683.14 cores=0,2,4,6
/proc/26951/stat : 26951 (lingeling) T 26949 26951 26951 0 -1 4202496 41302 0 0 0 68309 5 0 0 25 0 1 0 538367907 64720896 14970 33554432000 4194304 4352236 140734647497072 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/26951/statm: 15801 14970 129 39 0 14881 0
[pid=26949/tid=26963] ppid=26941 vsize=400312 CPUtime=0 cores=0,2,4,6
/proc/26949/task/26963/stat : 26963 (python) S 26941 26941 26829 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538377920 409919488 33491 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453841413376 0 0 -1 0 0 0 0
[pid=26952] ppid=26941 vsize=400324 CPUtime=1.44 cores=0,2,4,6
/proc/26952/stat : 26952 (python) S 26941 26941 26829 0 -1 4202560 1179 0 0 0 76 68 0 0 15 0 2 0 538367909 409931776 33475 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26952/statm: 100081 33475 400 364 0 35996 0
[pid=26954] ppid=26952 vsize=1860520 CPUtime=987.67 cores=0,2,4,6
/proc/26954/stat : 26954 (cryptominisat-2) R 26952 26954 26954 0 -1 4202496 531088 0 0 0 98646 121 0 0 25 0 1 0 538367910 1905172480 377612 33554432000 4194304 4677096 140736770381600 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26954/statm: 465130 377612 470 118 0 460089 0
[pid=26952/tid=26979] ppid=26941 vsize=400324 CPUtime=0 cores=0,2,4,6
/proc/26952/task/26979/stat : 26979 (python) S 26941 26941 26829 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538416732 409931776 33475 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453858524032 0 0 -1 4 0 0 0
[pid=26955] ppid=26941 vsize=410580 CPUtime=1.63 cores=0,2,4,6
/proc/26955/stat : 26955 (python) S 26941 26941 26829 0 -1 4202560 973 0 0 0 86 77 0 0 18 0 1 0 538367912 420433920 33448 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 12506636902696190212 0 0 17 6 0 0 0
/proc/26955/statm: 102645 33448 370 364 0 38557 0
[pid=26957] ppid=26955 vsize=92708 CPUtime=1185.42 cores=0,2,4,6
/proc/26957/stat : 26957 (lingeling) R 26955 26957 26957 0 -1 4202496 35958 0 0 0 118534 8 0 0 25 0 1 0 538367912 94932992 20300 33554432000 4194304 4352236 140734561653344 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26957/statm: 23177 20300 129 39 0 22257 0
[pid=26958] ppid=26941 vsize=420836 CPUtime=1.3 cores=0,2,4,6
/proc/26958/stat : 26958 (python) S 26941 26941 26829 0 -1 4202560 1184 0 0 0 69 61 0 0 15 0 2 0 538367914 430936064 33483 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26958/statm: 105209 33483 400 364 0 41118 0
[pid=26960] ppid=26958 vsize=1855092 CPUtime=876.83 cores=0,2,4,6
/proc/26960/stat : 26960 (cryptominisat-2) T 26958 26960 26960 0 -1 4202496 506930 0 0 0 87579 104 0 0 25 0 1 0 538367915 1899614208 374123 33554432000 4194304 4677096 140735206712384 18446744073709551615 4321158 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/26960/statm: 463773 374123 393 118 0 458732 0
[pid=26958/tid=26983] ppid=26941 vsize=420836 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26983/stat : 26983 (python) S 26941 26941 26829 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538417361 430936064 33483 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604450049689472 0 0 -1 4 0 0 0
[pid=26980] ppid=26941 vsize=431092 CPUtime=0.13 cores=0,2,4,6
/proc/26980/stat : 26980 (python) S 26941 26941 26829 0 -1 4202560 1141 0 0 0 7 6 0 0 19 0 2 0 538416734 441438208 33486 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26980/statm: 107773 33486 399 364 0 43679 0
[pid=26982] ppid=26980 vsize=97172 CPUtime=99.87 cores=0,2,4,6
/proc/26982/stat : 26982 (SApperloT-base) T 26980 26982 26982 0 -1 4202496 25222 0 0 0 9979 8 0 0 25 0 1 0 538416734 99504128 22806 33554432000 134512640 135674940 4293763744 18446744073709551615 134564017 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26982/statm: 24293 22806 99 284 0 24007 0
[pid=26980/tid=26989] ppid=26941 vsize=431092 CPUtime=0 cores=0,2,4,6
/proc/26980/task/26989/stat : 26989 (python) S 26941 26941 26829 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538426747 441438208 33486 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453841270592 0 0 -1 4 0 0 0
[pid=26984] ppid=26941 vsize=441348 CPUtime=0.14 cores=0,2,4,6
/proc/26984/stat : 26984 (python) S 26941 26941 26829 0 -1 4202560 1147 0 0 0 7 7 0 0 15 0 2 0 538417363 451940352 33490 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26984/statm: 110337 33490 399 364 0 46240 0
[pid=26986] ppid=26984 vsize=1348112 CPUtime=98.54 cores=0,2,4,6
/proc/26986/stat : 26986 (cryptominisat-2) T 26984 26986 26986 0 -1 4202496 280741 0 0 0 9812 42 0 0 25 0 1 0 538417364 1380466688 262077 33554432000 4194304 4677096 140734982571040 18446744073709551615 4318905 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/26986/statm: 337028 262077 393 118 0 331987 0
[pid=26984/tid=26993] ppid=26941 vsize=441348 CPUtime=0 cores=0,2,4,6
/proc/26984/task/26993/stat : 26993 (python) S 26941 26941 26829 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538427305 451940352 33490 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453827445056 0 0 -1 6 0 0 0
[pid=26990] ppid=26941 vsize=451604 CPUtime=0.84 cores=0,2,4,6
/proc/26990/stat : 26990 (python) S 26941 26941 26829 0 -1 4202560 1165 0 0 0 45 39 0 0 18 0 2 0 538426750 462442496 33494 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26990/statm: 112901 33494 399 364 0 48801 0
[pid=26992] ppid=26990 vsize=354796 CPUtime=596.25 cores=0,2,4,6
/proc/26992/stat : 26992 (precosat) R 26990 26992 26992 0 -1 4202496 105917 0 0 0 59606 19 0 0 25 0 1 0 538426750 363311104 87346 33554432000 4194304 4890832 140736229700656 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/26992/statm: 88699 87346 86 171 0 88526 0
[pid=26990/tid=27064] ppid=26941 vsize=451604 CPUtime=0 cores=0,2,4,6
/proc/26990/task/27064/stat : 27064 (python) S 26941 26941 26829 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538466106 462442496 33494 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453869381760 0 0 -1 2 0 0 0
[pid=26994] ppid=26941 vsize=461860 CPUtime=0.3 cores=0,2,4,6
/proc/26994/stat : 26994 (python) S 26941 26941 26829 0 -1 4202560 1214 0 0 0 17 13 0 0 18 0 2 0 538427308 472944640 33504 33554432000 4194304 5683644 140735554063968 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26994/statm: 115465 33504 405 364 0 51362 0
[pid=26996] ppid=26994 vsize=92724 CPUtime=197.71 cores=0,2,4,6
/proc/26996/stat : 26996 (lingeling) R 26994 26996 26996 0 -1 4202496 36011 0 0 0 19766 5 0 0 25 0 1 0 538427309 94949376 20304 33554432000 4194304 4352236 140735455647280 18446744073709551615 4207905 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26996/statm: 23181 20304 129 39 0 22261 0
[pid=26994/tid=27008] ppid=26941 vsize=461860 CPUtime=0 cores=0,2,4,6
/proc/26994/task/27008/stat : 27008 (python) S 26941 26941 26829 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538446936 472944640 33504 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 514 18446604453869380864 0 0 -1 6 0 0 0
[pid=26941/tid=26950] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26950/stat : 26950 (python) S 26939 26941 26829 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538367907 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26953] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26953/stat : 26953 (python) S 26939 26941 26829 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 538367909 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26956] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26956/stat : 26956 (python) S 26939 26941 26829 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 538367912 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26959] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26959/stat : 26959 (python) S 26939 26941 26829 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 538367915 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26981] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26981/stat : 26981 (python) S 26939 26941 26829 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 538416734 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26985] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26985/stat : 26985 (python) S 26939 26941 26829 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 538417364 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26991] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26991/stat : 26991 (python) S 26939 26941 26829 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 538426750 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
[pid=26941/tid=26995] ppid=26939 vsize=472104 CPUtime=0 cores=0,2,4,6
/proc/26941/task/26995/stat : 26995 (python) S 26939 26941 26829 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 538427309 483434496 34992 33554432000 4194304 5683644 140735554063968 18446744073709551615 255389125041 0 0 16781312 2 18446604446458364352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 9654388

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26941 and gives
#  childrusage.ru_utime.tv_sec=67
#  childrusage.ru_utime.tv_usec=990663
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=205968
# CPU time returned by wait4() is 68.1966
# while last known CPU time is 4800.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1254.56
CPU time (s): 4800.3
CPU user time (s): 4793.87
CPU system time (s): 6.43
CPU usage (%): 382.627
Max. virtual memory (cumulated for all children) (KiB): 9826728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.9907
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60588
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2943
involuntary context switches= 223

runsolver used 4.04738 second user time and 9.04862 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-01 18:33:52
IDJOB=3317884
IDBENCH=70815
IDSOLVER=1706
FILE ID=node135/3317884-1304267632
RUNJOBID= node135-1304267282-26847
PBS_JOBID= 13173944
Free space on /tmp= 72084 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317884-1304267632/watcher-3317884-1304267632 -o /tmp/evaluation-result-3317884-1304267632/solver-3317884-1304267632 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317884-1304267632.cnf -seed 2121985107 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=2121985107

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27053724 kB
Buffers:        977392 kB
Cached:        2419760 kB
SwapCached:        172 kB
Active:        2289036 kB
Inactive:      3066224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27053724 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           42360 kB
Writeback:           0 kB
AnonPages:     1957876 kB
Mapped:          21060 kB
Slab:           470464 kB
PageTables:      13364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3553352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72012 MiB
End job on node135 at 2011-05-01 18:54:49