Trace number 3498438

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-seq-industrial (fixed)? (TO) 5000.07 4993.85

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

Solver Data

0.33/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.69	c INFO: solving HOME/instance-3498438-1307954106.cnf
0.33/0.69	c INFO: computing task features
0.81/1.14	c INFO: computed variable-clause graph statistics
0.81/1.16	c INFO: computed clause balance statistics
3.21/3.59	c INFO: computed variable balance statistics
5.11/5.45	c INFO: computed small-clause counts
5.11/5.47	c INFO: computed Horn-clause counts
7.60/7.91	c INFO: computed variable graph statistics
7.60/7.91	c INFO: collected features for HOME/instance-3498438-1307954106.cnf in 7.20 s
7.60/7.94	c INFO: running lingeling-276@0 for 97 with 4992 remaining (b = 0.33)
107.80/108.07	c INFO: running cryptominisat-2.9.0@0 for 485 with 4892 remaining (b = 0.32)
597.10/596.76	c INFO: running lingeling-276@100 for 388 with 4404 remaining (b = 0.32)
982.98/982.16	c INFO: running lingeling-276@0 for 97 with 4019 remaining (b = 0.26)
1083.18/1082.29	c INFO: running lingeling-276@100 for 97 with 3919 remaining (b = 0.09)
1178.50/1177.41	c INFO: running precosat-570@0 for 97 with 3824 remaining (b = 0.16)
1278.71/1277.55	c INFO: running cryptominisat-2.9.0@487 for 97 with 3723 remaining (b = 0.08)
1373.15/1371.84	c INFO: running lingeling-276@195 for 97 with 3629 remaining (b = 0.07)
1470.39/1468.97	c INFO: running precosat-570@100 for 97 with 3532 remaining (b = 0.08)
1567.73/1566.11	c INFO: running lingeling-276@0 for 194 with 3435 remaining (b = 0.17)
1764.17/1762.36	c INFO: running cryptominisat-2.9.0@0 for 97 with 3239 remaining (b = 0.08)
1864.91/1862.98	c INFO: running precosat-570@197 for 97 with 3138 remaining (b = 0.04)
1962.26/1960.11	c INFO: running cryptominisat-2.9.0@100 for 388 with 3041 remaining (b = 0.14)
2352.09/2349.44	c INFO: running precosat-570@0 for 97 with 2652 remaining (b = 0.07)
2452.21/2449.58	c INFO: running cryptominisat-2.9.0@489 for 97 with 2552 remaining (b = 0.04)
2548.94/2546.18	c INFO: running precosat-570@294 for 97 with 2456 remaining (b = 0.04)
2646.30/2643.31	c INFO: running lingeling-276@485 for 97 with 2359 remaining (b = 0.03)
2743.51/2740.45	c INFO: running lingeling-276@582 for 679 with 2261 remaining (b = 0.21)
3428.26/3424.24	c INFO: running lingeling-276@292 for 194 with 1578 remaining (b = 0.08)
3621.72/3617.48	c INFO: running cryptominisat-2.9.0@582 for 1384 with 1384 remaining (b = 0.38)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498438-1307954106/watcher-3498438-1307954106 -o /var/tmp/evaluation-result-3498438-1307954106/solver-3498438-1307954106 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498438-1307954106.cnf -seed 1990468651 -budget 5000 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.06 1.95 1.30 3/184 29741
/proc/meminfo: memFree=2051104/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=15216 CPUtime=0 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 660 0 0 0 0 0 0 0 19 0 1 0 907007689 15581184 555 33554432000 4194304 5683644 140736851891520 18446744073709551615 5288080 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 3804 555 314 364 0 291 0

[startup+0.081583 s]
/proc/loadavg: 2.06 1.95 1.30 3/184 29741
/proc/meminfo: memFree=2051104/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=45684 CPUtime=0.04 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 1889 0 0 0 3 1 0 0 17 0 1 0 907007689 46780416 1662 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 11421 1662 470 364 0 1170 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45684

[startup+0.100576 s]
/proc/loadavg: 2.06 1.95 1.30 3/184 29741
/proc/meminfo: memFree=2051104/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=85360 CPUtime=0.05 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 2551 0 0 0 4 1 0 0 17 0 1 0 907007689 87408640 2277 33554432000 4194304 5683644 140736851891520 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 21340 2281 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.300536 s]
/proc/loadavg: 2.06 1.95 1.30 3/184 29741
/proc/meminfo: memFree=2051104/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 5971 935 1 0 13 6 0 0 17 0 1 0 907007689 139005952 4149 33554432000 4194304 5683644 140736851891520 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700391 s]
/proc/loadavg: 2.06 1.95 1.30 3/184 29741
/proc/meminfo: memFree=2051104/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=280724 CPUtime=0.41 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 9809 935 1 0 27 14 0 0 15 0 1 0 907007689 287461376 7482 33554432000 4194304 5683644 140736851891520 18446744073709551615 47142958339208 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 70181 7482 1761 364 0 6105 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 280724

[startup+1.5003 s]
/proc/loadavg: 2.06 1.95 1.30 3/185 29746
/proc/meminfo: memFree=2006720/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=309812 CPUtime=1.21 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 20721 935 1 0 106 15 0 0 16 0 1 0 907007689 317247488 14838 33554432000 4194304 5683644 140736851891520 18446744073709551615 47142787756997 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 77453 14838 1826 364 0 13377 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 309812

[startup+3.10099 s]
/proc/loadavg: 2.05 1.95 1.30 3/185 29746
/proc/meminfo: memFree=1996552/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=309812 CPUtime=2.81 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 20721 935 1 0 266 15 0 0 18 0 1 0 907007689 317247488 14838 33554432000 4194304 5683644 140736851891520 18446744073709551615 47142787861536 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 77453 14838 1826 364 0 13377 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 309812

[startup+6.30037 s]
/proc/loadavg: 2.05 1.95 1.30 3/185 29746
/proc/meminfo: memFree=1989360/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=309812 CPUtime=6 cores=1,3,5,7
/proc/29741/stat : 29741 (python) R 29739 29741 29328 0 -1 4202496 20728 935 1 0 585 15 0 0 25 0 1 0 907007689 317247488 14845 33554432000 4194304 5683644 140736851891520 18446744073709551615 47142787479692 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29741/statm: 77453 14845 1833 364 0 13377 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 309812

[startup+12.7012 s]
/proc/loadavg: 2.04 1.96 1.31 3/188 29749
/proc/meminfo: memFree=1969740/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=317648 CPUtime=7.65 cores=1,3,5,7
/proc/29741/stat : 29741 (python) S 29739 29741 29328 0 -1 4202496 21091 935 1 0 749 16 0 0 20 0 2 0 907007689 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29741/statm: 79412 14275 1867 364 0 15330 0
[pid=29747] ppid=29741 vsize=307404 CPUtime=0 cores=1,3,5,7
/proc/29747/stat : 29747 (python) S 29741 29741 29328 0 -1 4202560 969 0 0 0 0 0 0 0 18 0 1 0 907008484 314781696 12784 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476715023 0 0 16781312 514 5636298093780533247 0 0 17 1 0 0 0
/proc/29747/statm: 76851 12784 380 364 0 12769 0
[pid=29749] ppid=29747 vsize=15744 CPUtime=4.74 cores=1,3,5,7
/proc/29749/stat : 29749 (lingeling) R 29747 29749 29749 0 -1 4202496 6021 0 0 0 474 0 0 0 25 0 1 0 907008484 16121856 2921 33554432000 4194304 4352236 140734574283616 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29749/statm: 3936 2921 129 39 0 3016 0
[pid=29741/tid=29748] ppid=29739 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29748/stat : 29748 (python) S 29739 29741 29328 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 907008484 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 640796

[startup+25.5007 s]
/proc/loadavg: 2.04 1.96 1.32 3/188 29750
/proc/meminfo: memFree=1976800/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=317648 CPUtime=7.65 cores=1,3,5,7
/proc/29741/stat : 29741 (python) S 29739 29741 29328 0 -1 4202496 21091 935 1 0 749 16 0 0 20 0 2 0 907007689 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29741/statm: 79412 14275 1867 364 0 15330 0
[pid=29747] ppid=29741 vsize=307404 CPUtime=0.01 cores=1,3,5,7
/proc/29747/stat : 29747 (python) S 29741 29741 29328 0 -1 4202560 977 0 0 0 1 0 0 0 18 0 1 0 907008484 314781696 12785 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476715023 0 0 16781312 514 5636298093780500744 0 0 17 1 0 0 0
/proc/29747/statm: 76851 12785 381 364 0 12769 0
[pid=29749] ppid=29747 vsize=17248 CPUtime=17.54 cores=1,3,5,7
/proc/29749/stat : 29749 (lingeling) R 29747 29749 29749 0 -1 4202496 6583 0 0 0 1754 0 0 0 25 0 1 0 907008484 17661952 3482 33554432000 4194304 4352236 140734574283616 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29749/statm: 4312 3482 129 39 0 3392 0
[pid=29741/tid=29748] ppid=29739 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29748/stat : 29748 (python) S 29739 29741 29328 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 907008484 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 642300

[startup+51.1008 s]
/proc/loadavg: 2.02 1.96 1.33 3/181 29793
/proc/meminfo: memFree=2460988/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=317648 CPUtime=7.65 cores=1,3,5,7
/proc/29741/stat : 29741 (python) S 29739 29741 29328 0 -1 4202496 21091 935 1 0 749 16 0 0 20 0 2 0 907007689 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29741/statm: 79412 14275 1867 364 0 15330 0
[pid=29747] ppid=29741 vsize=307404 CPUtime=0.04 cores=1,3,5,7
/proc/29747/stat : 29747 (python) S 29741 29741 29328 0 -1 4202560 985 0 0 0 2 2 0 0 18 0 1 0 907008484 314781696 12785 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476715023 0 0 16781312 514 5048675919770648840 0 0 17 1 0 0 0
/proc/29747/statm: 76851 12785 381 364 0 12769 0
[pid=29749] ppid=29747 vsize=24120 CPUtime=43.14 cores=1,3,5,7
/proc/29749/stat : 29749 (lingeling) R 29747 29749 29749 0 -1 4202496 8301 0 0 0 4314 0 0 0 25 0 1 0 907008484 24698880 5200 33554432000 4194304 4352236 140734574283616 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29749/statm: 6030 5200 129 39 0 5110 0
[pid=29741/tid=29748] ppid=29739 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29748/stat : 29748 (python) S 29739 29741 29328 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 907008484 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 649172

[startup+102.306 s]
/proc/loadavg: 2.01 1.96 1.37 3/184 29798
/proc/meminfo: memFree=2383816/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=317648 CPUtime=7.65 cores=1,3,5,7
/proc/29741/stat : 29741 (python) S 29739 29741 29328 0 -1 4202496 21091 935 1 0 749 16 0 0 20 0 2 0 907007689 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29741/statm: 79412 14275 1867 364 0 15330 0
[pid=29747] ppid=29741 vsize=307404 CPUtime=0.11 cores=1,3,5,7
/proc/29747/stat : 29747 (python) S 29741 29741 29328 0 -1 4202560 1004 0 0 0 5 6 0 0 18 0 1 0 907008484 314781696 12785 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476715023 0 0 16781312 514 5048675919770648840 0 0 17 1 0 0 0
/proc/29747/statm: 76851 12785 381 364 0 12769 0
[pid=29749] ppid=29747 vsize=25540 CPUtime=94.35 cores=1,3,5,7
/proc/29749/stat : 29749 (lingeling) R 29747 29749 29749 0 -1 4202496 9681 0 0 0 9435 0 0 0 25 0 1 0 907008484 26152960 5555 33554432000 4194304 4352236 140734574283616 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29749/statm: 6385 5555 129 39 0 5465 0
[pid=29741/tid=29748] ppid=29739 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29748/stat : 29748 (python) S 29739 29741 29328 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 907008484 325271552 14275 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 650592

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.40 3/188 29803
/proc/meminfo: memFree=2150632/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=327904 CPUtime=7.68 cores=1,3,5,7
/proc/29741/stat : 29741 (python) S 29739 29741 29328 0 -1 4202496 21868 935 1 0 752 16 0 0 20 0 3 0 907007689 335773696 14282 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29741/statm: 81976 14282 1870 364 0 17891 0
[pid=29747] ppid=29741 vsize=317648 CPUtime=0.11 cores=1,3,5,7
/proc/29747/stat : 29747 (python) S 29741 29741 29328 0 -1 4202560 1161 0 0 0 5 6 0 0 19 0 2 0 907008484 325271552 12823 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29747/statm: 79412 12823 414 364 0 15330 0
[pid=29749] ppid=29747 vsize=26760 CPUtime=100.09 cores=1,3,5,7
/proc/29749/stat : 29749 (lingeling) T 29747 29749 29749 0 -1 4202496 9986 0 0 0 10009 0 0 0 25 0 1 0 907008484 27402240 5860 33554432000 4194304 4352236 140734574283616 18446744073709551615 4328400 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/29749/statm: 6690 5860 129 39 0 5770 0
[pid=29747/tid=29799] ppid=29741 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29747/task/29799/stat : 29799 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907018494 325271552 12823 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 1 0 0 0
[pid=29800] ppid=29741 vsize=317660 CPUtime=0.06 cores=1,3,5,7
/proc/29800/stat : 29800 (python) S 29741 29741 29328 0 -1 4202560 930 0 0 0 4 2 0 0 15 0 1 0 907018497 325283840 12778 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476715078 0 0 16781312 514 5048675919770648839 0 0 17 5 0 0 0
/proc/29800/statm: 79415 12778 370 364 0 15330 0
[pid=29802] ppid=29800 vsize=304764 CPUtime=54.22 cores=1,3,5,7
/proc/29802/stat : 29802 (cryptominisat-2) R 29800 29802 29802 0 -1 4202496 80763 0 0 0 5409 13 0 0 25 0 1 0 907018497 312078336 57324 33554432000 4194304 4677096 140735716052864 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29802/statm: 76191 57324 393 118 0 71150 0
[pid=29741/tid=29748] ppid=29739 vsize=327904 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29748/stat : 29748 (python) S 29739 29741 29328 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 907008484 335773696 14282 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 7 0 0 0
[pid=29741/tid=29801] ppid=29739 vsize=327904 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29801/stat : 29801 (python) S 29739 29741 29328 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 907018497 335773696 14282 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 1294736

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.44 3/192 29809
/proc/meminfo: memFree=1638464/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=327904 CPUtime=7.68 cores=1,3,5,7
/proc/29741/stat : 29741 (python) S 29739 29741 29328 0 -1 4202496 21868 935 1 0 752 16 0 0 20 0 3 0 907007689 335773696 14282 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29741/statm: 81976 14282 1870 364 0 17891 0
[pid=29747] ppid=29741 vsize=317648 CPUtime=0.11 cores=1,3,5,7
/proc/29747/stat : 29747 (python) S 29741 29741 29328 0 -1 4202560 1161 0 0 0 5 6 0 0 19 0 2 0 907008484 325271552 12823 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29747/statm: 79412 12823 414 364 0 15330 0
[pid=29749] ppid=29747 vsize=26760 CPUtime=100.09 cores=1,3,5,7
/proc/29749/stat : 29749 (lingeling) T 29747 29749 29749 0 -1 4202496 9986 0 0 0 10009 0 0 0 25 0 1 0 907008484 27402240 5860 33554432000 4194304 4352236 140734574283616 18446744073709551615 4328400 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/29749/statm: 6690 5860 129 39 0 5770 0
[pid=29747/tid=29799] ppid=29741 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29747/task/29799/stat : 29799 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907018494 325271552 12823 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 1 0 0 0

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

/proc/29749/stat : 29749 (lingeling) T 29747 29749 29749 0 -1 4202496 65620 0 0 0 126636 6 0 0 25 0 1 0 907008484 52903936 12086 33554432000 4194304 4352236 140734574283616 18446744073709551615 4271292 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29749/statm: 12916 12086 129 39 0 11996 0
[pid=29747/tid=29799] ppid=29741 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29747/task/29799/stat : 29799 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907018494 325271552 12824 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 1 0 0 0
[pid=29800] ppid=29741 vsize=317660 CPUtime=2.58 cores=1,3,5,7
/proc/29800/stat : 29800 (python) S 29741 29741 29328 0 -1 4202560 1165 0 0 0 134 124 0 0 15 0 2 0 907018497 325283840 12809 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29800/statm: 79415 12809 400 364 0 15330 0
[pid=29802] ppid=29800 vsize=889072 CPUtime=1927.82 cores=1,3,5,7
/proc/29802/stat : 29802 (cryptominisat-2) R 29800 29802 29802 0 -1 4202496 1002149 0 0 0 192594 188 0 0 25 0 1 0 907018497 910409728 183706 33554432000 4194304 4677096 140735716052864 18446744073709551615 4454526 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29802/statm: 222268 183706 393 118 0 217227 0
[pid=29800/tid=29820] ppid=29741 vsize=317660 CPUtime=0 cores=1,3,5,7
/proc/29800/task/29820/stat : 29820 (python) S 29741 29741 29328 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 907067364 325283840 12809 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604471159273344 0 0 -1 1 0 0 0
[pid=29832] ppid=29741 vsize=327916 CPUtime=0.62 cores=1,3,5,7
/proc/29832/stat : 29832 (python) S 29741 29741 29328 0 -1 4202560 1164 0 0 0 32 30 0 0 18 0 2 0 907105906 335785984 12812 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29832/statm: 81979 12812 399 364 0 17891 0
[pid=29834] ppid=29832 vsize=37732 CPUtime=485.54 cores=1,3,5,7
/proc/29834/stat : 29834 (lingeling) T 29832 29834 29834 0 -1 4202496 21687 0 0 0 48552 2 0 0 25 0 1 0 907105907 38637568 8603 33554432000 4194304 4352236 140735761247216 18446744073709551615 4328559 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29834/statm: 9433 8603 129 39 0 8513 0
[pid=29832/tid=29841] ppid=29741 vsize=327916 CPUtime=0 cores=1,3,5,7
/proc/29832/task/29841/stat : 29841 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907115917 335785984 12812 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604455979825984 0 0 -1 1 0 0 0
[pid=29846] ppid=29741 vsize=338172 CPUtime=0.54 cores=1,3,5,7
/proc/29846/stat : 29846 (python) S 29741 29741 29328 0 -1 4202560 1168 0 0 0 29 25 0 0 18 0 2 0 907125431 346288128 12816 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29846/statm: 84543 12816 399 364 0 20452 0
[pid=29848] ppid=29846 vsize=63396 CPUtime=391.47 cores=1,3,5,7
/proc/29848/stat : 29848 (precosat) T 29846 29848 29848 0 -1 4202496 23413 0 0 0 39144 3 0 0 25 0 1 0 907125431 64917504 15143 33554432000 4194304 4890832 140736988773632 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/29848/statm: 15849 15143 86 171 0 15676 0
[pid=29846/tid=29854] ppid=29741 vsize=338172 CPUtime=0 cores=1,3,5,7
/proc/29846/task/29854/stat : 29854 (python) S 29741 29741 29328 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907135443 346288128 12816 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604471149810816 0 0 -1 1 0 0 0
[pid=29876] ppid=29741 vsize=348428 CPUtime=0.25 cores=1,3,5,7
/proc/29876/stat : 29876 (python) S 29741 29741 29328 0 -1 4202560 1141 0 0 0 14 11 0 0 19 0 2 0 907164301 356790272 12820 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29876/statm: 87107 12820 399 364 0 23013 0
[pid=29878] ppid=29876 vsize=30436 CPUtime=196.22 cores=1,3,5,7
/proc/29878/stat : 29878 (lingeling) T 29876 29878 29878 0 -1 4202496 10907 0 0 0 19621 1 0 0 25 0 1 0 907164301 31166464 6780 33554432000 4194304 4352236 140733257203280 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29878/statm: 7609 6780 129 39 0 6689 0
[pid=29876/tid=29888] ppid=29741 vsize=348428 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (python) S 29741 29741 29328 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907183924 356790272 12820 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604469133740224 0 0 -1 5 0 0 0
[pid=29889] ppid=29741 vsize=358684 CPUtime=0.84 cores=1,3,5,7
/proc/29889/stat : 29889 (python) S 29741 29741 29328 0 -1 4202560 1183 0 0 0 43 41 0 0 15 0 2 0 907183926 367292416 12825 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29889/statm: 89671 12825 400 364 0 25574 0
[pid=29891] ppid=29889 vsize=382704 CPUtime=586.47 cores=1,3,5,7
/proc/29891/stat : 29891 (cryptominisat-2) T 29889 29891 29891 0 -1 4202496 363955 0 0 0 58584 63 0 0 25 0 1 0 907183926 391888896 87085 33554432000 4194304 4677096 140736374519200 18446744073709551615 4320115 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/29891/statm: 95676 87085 393 118 0 90635 0
[pid=29889/tid=29898] ppid=29741 vsize=358684 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (python) S 29741 29741 29328 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907193986 367292416 12825 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604471163005760 0 0 -1 3 0 0 0
[pid=29913] ppid=29741 vsize=368940 CPUtime=0.13 cores=1,3,5,7
/proc/29913/stat : 29913 (python) S 29741 29741 29328 0 -1 4202560 1111 0 0 0 6 7 0 0 16 0 2 0 907242634 377794560 12828 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29913/statm: 92235 12828 399 364 0 28135 0
[pid=29915] ppid=29913 vsize=49528 CPUtime=100.01 cores=1,3,5,7
/proc/29915/stat : 29915 (precosat) T 29913 29915 29915 0 -1 4202496 12603 0 0 0 9999 2 0 0 25 0 1 0 907242634 50716672 11642 33554432000 4194304 4890832 140734281385440 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/29915/statm: 12382 11642 86 171 0 12209 0
[pid=29913/tid=29921] ppid=29741 vsize=368940 CPUtime=0 cores=1,3,5,7
/proc/29913/task/29921/stat : 29921 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 907252647 377794560 12828 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604467776695232 0 0 -1 5 0 0 0
[pid=29741/tid=29748] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29748/stat : 29748 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907008484 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 7 0 0 0
[pid=29741/tid=29801] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29801/stat : 29801 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907018497 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 1 0 0 0
[pid=29741/tid=29833] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29833/stat : 29833 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907105906 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 5 0 0 0
[pid=29741/tid=29847] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29847/stat : 29847 (python) S 29739 29741 29328 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 8 0 907125431 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 5 0 0 0
[pid=29741/tid=29877] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29877/stat : 29877 (python) S 29739 29741 29328 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 907164301 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 3 0 0 0
[pid=29741/tid=29890] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29890/stat : 29890 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907183926 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 3 0 0 0
[pid=29741/tid=29914] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29914/stat : 29914 (python) S 29739 29741 29328 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 907242634 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4968.52
Current children cumulated vsize (KiB) 4261164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.8 s]
/proc/loadavg: 2.00 2.01 1.99 3/238 29994
/proc/meminfo: memFree=153060/32950928 swapFree=67053956/67111528
[pid=29741] ppid=29739 vsize=379184 CPUtime=8 cores=1,3,5,7
/proc/29741/stat : 29741 (python) S 29739 29741 29328 0 -1 4202496 26919 935 1 0 782 18 0 0 18 0 8 0 907007689 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29741/statm: 94796 14320 1888 364 0 30696 0
[pid=29747] ppid=29741 vsize=317648 CPUtime=1.61 cores=1,3,5,7
/proc/29747/stat : 29747 (python) S 29741 29741 29328 0 -1 4202560 1217 0 0 0 84 77 0 0 18 0 2 0 907008484 325271552 12824 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29747/statm: 79412 12824 415 364 0 15330 0
[pid=29749] ppid=29747 vsize=51664 CPUtime=1266.42 cores=1,3,5,7
/proc/29749/stat : 29749 (lingeling) T 29747 29749 29749 0 -1 4202496 65620 0 0 0 126636 6 0 0 25 0 1 0 907008484 52903936 12086 33554432000 4194304 4352236 140734574283616 18446744073709551615 4271292 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29749/statm: 12916 12086 129 39 0 11996 0
[pid=29747/tid=29799] ppid=29741 vsize=317648 CPUtime=0 cores=1,3,5,7
/proc/29747/task/29799/stat : 29799 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907018494 325271552 12824 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 1 0 0 0
[pid=29800] ppid=29741 vsize=317660 CPUtime=2.62 cores=1,3,5,7
/proc/29800/stat : 29800 (python) S 29741 29741 29328 0 -1 4202560 1165 0 0 0 136 126 0 0 15 0 2 0 907018497 325283840 12809 33554432000 4194304 5683644 140736851891520 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29800/statm: 79415 12809 400 364 0 15330 0
[pid=29802] ppid=29800 vsize=919828 CPUtime=1959.33 cores=1,3,5,7
/proc/29802/stat : 29802 (cryptominisat-2) R 29800 29802 29802 0 -1 4202496 1024583 0 0 0 195741 192 0 0 25 0 1 0 907018497 941903872 186192 33554432000 4194304 4677096 140735716052864 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29802/statm: 229957 186192 393 118 0 224916 0
[pid=29800/tid=29820] ppid=29741 vsize=317660 CPUtime=0 cores=1,3,5,7
/proc/29800/task/29820/stat : 29820 (python) S 29741 29741 29328 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 907067364 325283840 12809 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604471159273344 0 0 -1 1 0 0 0
[pid=29832] ppid=29741 vsize=327916 CPUtime=0.62 cores=1,3,5,7
/proc/29832/stat : 29832 (python) S 29741 29741 29328 0 -1 4202560 1164 0 0 0 32 30 0 0 18 0 2 0 907105906 335785984 12812 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29832/statm: 81979 12812 399 364 0 17891 0
[pid=29834] ppid=29832 vsize=37732 CPUtime=485.54 cores=1,3,5,7
/proc/29834/stat : 29834 (lingeling) T 29832 29834 29834 0 -1 4202496 21687 0 0 0 48552 2 0 0 25 0 1 0 907105907 38637568 8603 33554432000 4194304 4352236 140735761247216 18446744073709551615 4328559 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29834/statm: 9433 8603 129 39 0 8513 0
[pid=29832/tid=29841] ppid=29741 vsize=327916 CPUtime=0 cores=1,3,5,7
/proc/29832/task/29841/stat : 29841 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907115917 335785984 12812 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604455979825984 0 0 -1 1 0 0 0
[pid=29846] ppid=29741 vsize=338172 CPUtime=0.54 cores=1,3,5,7
/proc/29846/stat : 29846 (python) S 29741 29741 29328 0 -1 4202560 1168 0 0 0 29 25 0 0 18 0 2 0 907125431 346288128 12816 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29846/statm: 84543 12816 399 364 0 20452 0
[pid=29848] ppid=29846 vsize=63396 CPUtime=391.47 cores=1,3,5,7
/proc/29848/stat : 29848 (precosat) T 29846 29848 29848 0 -1 4202496 23413 0 0 0 39144 3 0 0 25 0 1 0 907125431 64917504 15143 33554432000 4194304 4890832 140736988773632 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/29848/statm: 15849 15143 86 171 0 15676 0
[pid=29846/tid=29854] ppid=29741 vsize=338172 CPUtime=0 cores=1,3,5,7
/proc/29846/task/29854/stat : 29854 (python) S 29741 29741 29328 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907135443 346288128 12816 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604471149810816 0 0 -1 1 0 0 0
[pid=29876] ppid=29741 vsize=348428 CPUtime=0.25 cores=1,3,5,7
/proc/29876/stat : 29876 (python) S 29741 29741 29328 0 -1 4202560 1141 0 0 0 14 11 0 0 19 0 2 0 907164301 356790272 12820 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29876/statm: 87107 12820 399 364 0 23013 0
[pid=29878] ppid=29876 vsize=30436 CPUtime=196.22 cores=1,3,5,7
/proc/29878/stat : 29878 (lingeling) T 29876 29878 29878 0 -1 4202496 10907 0 0 0 19621 1 0 0 25 0 1 0 907164301 31166464 6780 33554432000 4194304 4352236 140733257203280 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29878/statm: 7609 6780 129 39 0 6689 0
[pid=29876/tid=29888] ppid=29741 vsize=348428 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (python) S 29741 29741 29328 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907183924 356790272 12820 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604469133740224 0 0 -1 5 0 0 0
[pid=29889] ppid=29741 vsize=358684 CPUtime=0.84 cores=1,3,5,7
/proc/29889/stat : 29889 (python) S 29741 29741 29328 0 -1 4202560 1183 0 0 0 43 41 0 0 15 0 2 0 907183926 367292416 12825 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29889/statm: 89671 12825 400 364 0 25574 0
[pid=29891] ppid=29889 vsize=382704 CPUtime=586.47 cores=1,3,5,7
/proc/29891/stat : 29891 (cryptominisat-2) T 29889 29891 29891 0 -1 4202496 363955 0 0 0 58584 63 0 0 25 0 1 0 907183926 391888896 87085 33554432000 4194304 4677096 140736374519200 18446744073709551615 4320115 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/29891/statm: 95676 87085 393 118 0 90635 0
[pid=29889/tid=29898] ppid=29741 vsize=358684 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (python) S 29741 29741 29328 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907193986 367292416 12825 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604471163005760 0 0 -1 3 0 0 0
[pid=29913] ppid=29741 vsize=368940 CPUtime=0.13 cores=1,3,5,7
/proc/29913/stat : 29913 (python) S 29741 29741 29328 0 -1 4202560 1111 0 0 0 6 7 0 0 16 0 2 0 907242634 377794560 12828 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29913/statm: 92235 12828 399 364 0 28135 0
[pid=29915] ppid=29913 vsize=49528 CPUtime=100.01 cores=1,3,5,7
/proc/29915/stat : 29915 (precosat) T 29913 29915 29915 0 -1 4202496 12603 0 0 0 9999 2 0 0 25 0 1 0 907242634 50716672 11642 33554432000 4194304 4890832 140734281385440 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/29915/statm: 12382 11642 86 171 0 12209 0
[pid=29913/tid=29921] ppid=29741 vsize=368940 CPUtime=0 cores=1,3,5,7
/proc/29913/task/29921/stat : 29921 (python) S 29741 29741 29328 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 907252647 377794560 12828 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 514 18446604467776695232 0 0 -1 5 0 0 0
[pid=29741/tid=29748] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29748/stat : 29748 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907008484 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 7 0 0 0
[pid=29741/tid=29801] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29801/stat : 29801 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907018497 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 1 0 0 0
[pid=29741/tid=29833] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29833/stat : 29833 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907105906 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 5 0 0 0
[pid=29741/tid=29847] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29847/stat : 29847 (python) S 29739 29741 29328 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 8 0 907125431 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 5 0 0 0
[pid=29741/tid=29877] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29877/stat : 29877 (python) S 29739 29741 29328 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 907164301 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 3 0 0 0
[pid=29741/tid=29890] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29890/stat : 29890 (python) S 29739 29741 29328 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 8 0 907183926 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 3 0 0 0
[pid=29741/tid=29914] ppid=29739 vsize=379184 CPUtime=0 cores=1,3,5,7
/proc/29741/task/29914/stat : 29914 (python) S 29739 29741 29328 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 907242634 388284416 14320 33554432000 4194304 5683644 140736851891520 18446744073709551615 239488518577 0 0 16781312 2 18446604467776693440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 4291920

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29741 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=828809
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=189971
# CPU time returned by wait4() is 8.01878
# while last known CPU time is 5000.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.85
CPU time (s): 5000.07
CPU user time (s): 4994.03
CPU system time (s): 6.04
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 4291920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.82881
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27855
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= 2904
involuntary context switches= 31

runsolver used 15.3667 second user time and 33.7759 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-13 10:35:06
IDJOB=3498438
IDBENCH=83110
IDSOLVER=1991
FILE ID=node148/3498438-1307954106
RUNJOBID= node148-1307953113-29347
PBS_JOBID= 13559680
Free space on /var/tmp= 2844 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498438-1307954106/watcher-3498438-1307954106 -o /var/tmp/evaluation-result-3498438-1307954106/solver-3498438-1307954106 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498438-1307954106.cnf -seed 1990468651 -budget 5000

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1990468651

node148.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.854
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.854
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.75
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.854
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.83
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.854
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	: 5332.75
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2051036 kB
Buffers:        108384 kB
Cached:       29350000 kB
SwapCached:      10544 kB
Active:       14775884 kB
Inactive:     15182472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2051036 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           34580 kB
Writeback:           0 kB
AnonPages:      496712 kB
Mapped:          19816 kB
Slab:           872916 kB
PageTables:       7892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1195776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2828 MiB
End job on node148 at 2011-06-13 11:58:22