Trace number 3317912

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) 4127.92 1300.05

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.64	c INFO: solving HOME/instance-3317912-1304269833.cnf
0.36/0.64	c INFO: computing task features
1.14/1.40	c INFO: computed variable-clause graph statistics
1.14/1.43	c INFO: computed clause balance statistics
5.24/5.53	c INFO: computed variable balance statistics
8.34/8.61	c INFO: computed small-clause counts
8.34/8.65	c INFO: computed Horn-clause counts
14.74/15.07	c INFO: computed variable graph statistics
14.74/15.07	c INFO: collected features for HOME/instance-3317912-1304269833.cnf in 14.40 s
14.83/15.10	c INFO: running lingeling-276@0 for 97 with 4785 remaining (b = 0.36)
14.83/15.12	c INFO: running cryptominisat-2.9.0@0 for 485 with 4785 remaining (b = 0.33)
14.83/15.15	c INFO: running lingeling-276@0 for 1261 with 4785 remaining (b = 0.46)
14.83/15.17	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4785 remaining (b = 0.50)
361.27/114.25	c INFO: running lingeling-276@0 for 1164 with 4686 remaining (b = 0.37)
1591.98/504.97	c INFO: running lingeling-276@0 for 97 with 4295 remaining (b = 0.28)
2074.74/659.18	c INFO: running precosat-570@0 for 291 with 4141 remaining (b = 0.17)
3731.10/1167.80	c INFO: running lingeling-276@97 for 1164 with 3632 remaining (b = 0.28)
4127.92/1300.03	c INFO: running lingeling-276@0 for 97 with 3500 remaining (b = 0.21)

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-3317912-1304269833/watcher-3317912-1304269833 -o /tmp/evaluation-result-3317912-1304269833/solver-3317912-1304269833 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317912-1304269833.cnf -seed 1647509017 -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: 8.59 7.99 7.47 6/197 22535
/proc/meminfo: memFree=27634576/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/22535/stat : 22535 (python) R 22533 22535 21930 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 617214027 15749120 679 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895486309 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22535/statm: 3845 679 322 364 0 332 0

[startup+0.015374 s]
/proc/loadavg: 8.59 7.99 7.47 6/197 22535
/proc/meminfo: memFree=27634576/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=15904 CPUtime=0 cores=0,2,4,6
/proc/22535/stat : 22535 (python) R 22533 22535 21930 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 617214027 16285696 833 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895488512 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/22535/statm: 3976 833 357 364 0 463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15904

[startup+0.100629 s]
/proc/loadavg: 8.59 7.99 7.47 6/197 22535
/proc/meminfo: memFree=27634576/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/22535/stat : 22535 (python) S 22533 22535 21930 0 -1 4202496 2693 0 0 0 4 2 0 0 17 0 1 0 617214027 96215040 2407 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895486309 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/22535/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300334 s]
/proc/loadavg: 8.59 7.99 7.47 6/197 22535
/proc/meminfo: memFree=27634576/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/22535/stat : 22535 (python) S 22533 22535 21930 0 -1 4202496 5967 934 1 0 13 4 0 0 17 0 1 0 617214027 139005952 4150 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895486469 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/22535/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.704292 s]
/proc/loadavg: 8.59 7.99 7.47 6/197 22535
/proc/meminfo: memFree=27634576/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=286232 CPUtime=0.44 cores=0,2,4,6
/proc/22535/stat : 22535 (python) R 22533 22535 21930 0 -1 4202496 11197 934 1 0 34 10 0 0 16 0 1 0 617214027 293101568 8873 33554432000 4194304 5683644 140736589290096 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22535/statm: 71558 8873 1761 364 0 7482 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 286232

[startup+1.50114 s]
/proc/loadavg: 8.59 7.99 7.47 8/198 22540
/proc/meminfo: memFree=27584716/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=330820 CPUtime=1.24 cores=0,2,4,6
/proc/22535/stat : 22535 (python) R 22533 22535 21930 0 -1 4202496 28313 934 1 0 111 13 0 0 17 0 1 0 617214027 338759680 20090 33554432000 4194304 5683644 140736589290096 18446744073709551615 4539658 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22535/statm: 82705 20090 1826 364 0 18629 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 330820

[startup+3.10084 s]
/proc/loadavg: 8.38 7.96 7.46 8/198 22540
/proc/meminfo: memFree=27558428/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=330820 CPUtime=2.84 cores=0,2,4,6
/proc/22535/stat : 22535 (python) R 22533 22535 21930 0 -1 4202496 28313 934 1 0 271 13 0 0 19 0 1 0 617214027 338759680 20090 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895145661 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22535/statm: 82705 20090 1826 364 0 18629 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 330820

[startup+6.30023 s]
/proc/loadavg: 8.38 7.96 7.46 7/198 22540
/proc/meminfo: memFree=27555944/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=330820 CPUtime=6.04 cores=0,2,4,6
/proc/22535/stat : 22535 (python) R 22533 22535 21930 0 -1 4202496 28314 934 1 0 591 13 0 0 25 0 1 0 617214027 338759680 20091 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895145809 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22535/statm: 82705 20091 1827 364 0 18629 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 330820

[startup+12.701 s]
/proc/loadavg: 8.02 7.89 7.44 7/198 22541
/proc/meminfo: memFree=27553104/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=330820 CPUtime=12.44 cores=0,2,4,6
/proc/22535/stat : 22535 (python) R 22533 22535 21930 0 -1 4202496 28320 934 1 0 1231 13 0 0 25 0 1 0 617214027 338759680 20097 33554432000 4194304 5683644 140736589290096 18446744073709551615 47770112587916 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22535/statm: 82705 20097 1833 364 0 18629 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 330820

[startup+25.5006 s]
/proc/loadavg: 8.31 7.96 7.47 12/210 22553
/proc/meminfo: memFree=27072660/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=367824 CPUtime=14.92 cores=0,2,4,6
/proc/22535/stat : 22535 (python) S 22533 22535 21930 0 -1 4202496 30986 934 1 0 1477 15 0 0 21 0 5 0 617214027 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22535/statm: 91956 19145 1873 364 0 27865 0
[pid=22542] ppid=22535 vsize=326812 CPUtime=0.01 cores=0,2,4,6
/proc/22542/stat : 22542 (python) S 22535 22535 21930 0 -1 4202560 984 0 0 0 0 1 0 0 18 0 1 0 617215538 334655488 17637 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510543 0 0 16781312 514 6164864939916755203 0 0 17 6 0 0 0
/proc/22542/statm: 81703 17637 381 364 0 17621 0
[pid=22544] ppid=22542 vsize=27132 CPUtime=10.36 cores=0,2,4,6
/proc/22544/stat : 22544 (lingeling) R 22542 22544 22544 0 -1 4202496 11609 0 0 0 1034 2 0 0 25 0 1 0 617215538 27783168 5953 33554432000 4194304 4352236 140735186590352 18446744073709551615 4328403 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22544/statm: 6783 5953 129 39 0 5863 0
[pid=22545] ppid=22535 vsize=337068 CPUtime=0.01 cores=0,2,4,6
/proc/22545/stat : 22545 (python) S 22535 22535 21930 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 1 0 617215540 345157632 17630 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 0 0 0 0
/proc/22545/statm: 84267 17630 370 364 0 20182 0
[pid=22547] ppid=22545 vsize=326100 CPUtime=10.34 cores=0,2,4,6
/proc/22547/stat : 22547 (cryptominisat-2) R 22545 22547 22547 0 -1 4202496 63022 0 0 0 1025 9 0 0 25 0 1 0 617215541 333926400 60662 33554432000 4194304 4677096 140736548612144 18446744073709551615 231895187096 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22547/statm: 81525 60667 392 118 0 76484 0
[pid=22548] ppid=22535 vsize=347324 CPUtime=0.01 cores=0,2,4,6
/proc/22548/stat : 22548 (python) S 22535 22535 21930 0 -1 4202560 933 0 0 0 0 1 0 0 18 0 1 0 617215543 355659776 17634 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 2 0 0 0
/proc/22548/statm: 86831 17634 370 364 0 22743 0
[pid=22552] ppid=22548 vsize=24972 CPUtime=10.31 cores=0,2,4,6
/proc/22552/stat : 22552 (lingeling) R 22548 22552 22552 0 -1 4202496 11071 0 0 0 1030 1 0 0 25 0 1 0 617215546 25571328 5413 33554432000 4194304 4352236 140737468326832 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22552/statm: 6243 5413 129 39 0 5323 0
[pid=22550] ppid=22535 vsize=357580 CPUtime=0 cores=0,2,4,6
/proc/22550/stat : 22550 (python) S 22535 22535 21930 0 -1 4202560 935 0 0 0 0 0 0 0 15 0 1 0 617215545 366161920 17638 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 4557298954932289796 0 0 17 2 0 0 0
/proc/22550/statm: 89395 17638 370 364 0 25304 0
[pid=22553] ppid=22550 vsize=244992 CPUtime=5.11 cores=0,2,4,6
/proc/22553/stat : 22553 (cryptominisat-2) R 22550 22553 22553 0 -1 4202496 51575 0 0 0 505 6 0 0 25 0 1 0 617215546 250871808 49215 33554432000 4194304 4677096 140737154085264 18446744073709551615 4236672 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22553/statm: 61248 49215 362 118 0 56207 0
[pid=22535/tid=22543] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22543/stat : 22543 (python) S 22533 22535 21930 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617215538 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 4 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22546/stat : 22546 (python) S 22533 22535 21930 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617215540 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 6 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22549/stat : 22549 (python) S 22533 22535 21930 0 -1 4202560 43 934 0 0 0 0 0 0 20 0 5 0 617215543 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22551/stat : 22551 (python) S 22533 22535 21930 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 617215546 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2359804

[startup+51.1007 s]
/proc/loadavg: 8.55 8.04 7.51 10/215 22559
/proc/meminfo: memFree=26750640/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=367824 CPUtime=14.92 cores=0,2,4,6
/proc/22535/stat : 22535 (python) S 22533 22535 21930 0 -1 4202496 30986 934 1 0 1477 15 0 0 21 0 5 0 617214027 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22535/statm: 91956 19145 1873 364 0 27865 0
[pid=22542] ppid=22535 vsize=326812 CPUtime=0.04 cores=0,2,4,6
/proc/22542/stat : 22542 (python) S 22535 22535 21930 0 -1 4202560 997 0 0 0 3 1 0 0 18 0 1 0 617215538 334655488 17637 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510543 0 0 16781312 514 6164864939916755203 0 0 17 6 0 0 0
/proc/22542/statm: 81703 17637 381 364 0 17621 0
[pid=22544] ppid=22542 vsize=27848 CPUtime=35.88 cores=0,2,4,6
/proc/22544/stat : 22544 (lingeling) R 22542 22544 22544 0 -1 4202496 11790 0 0 0 3586 2 0 0 25 0 1 0 617215538 28516352 6132 33554432000 4194304 4352236 140735186590352 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22544/statm: 6962 6132 129 39 0 6042 0
[pid=22545] ppid=22535 vsize=337068 CPUtime=0.05 cores=0,2,4,6
/proc/22545/stat : 22545 (python) S 22535 22535 21930 0 -1 4202560 932 0 0 0 3 2 0 0 15 0 1 0 617215540 345157632 17630 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 17911941622254240004 0 0 17 0 0 0 0
/proc/22545/statm: 84267 17630 370 364 0 20182 0
[pid=22547] ppid=22545 vsize=335644 CPUtime=35.9 cores=0,2,4,6
/proc/22547/stat : 22547 (cryptominisat-2) R 22545 22547 22547 0 -1 4202496 85447 0 0 0 3576 14 0 0 25 0 1 0 617215541 343699456 70474 33554432000 4194304 4677096 140736548612144 18446744073709551615 4462188 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22547/statm: 83911 70474 393 118 0 78870 0
[pid=22548] ppid=22535 vsize=347324 CPUtime=0.04 cores=0,2,4,6
/proc/22548/stat : 22548 (python) S 22535 22535 21930 0 -1 4202560 949 0 0 0 2 2 0 0 18 0 1 0 617215543 355659776 17634 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 2 0 0 0
/proc/22548/statm: 86831 17634 370 364 0 22743 0
[pid=22552] ppid=22548 vsize=27848 CPUtime=35.91 cores=0,2,4,6
/proc/22552/stat : 22552 (lingeling) R 22548 22552 22552 0 -1 4202496 11792 0 0 0 3590 1 0 0 25 0 1 0 617215546 28516352 6132 33554432000 4194304 4352236 140737468326832 18446744073709551615 4328979 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22552/statm: 6962 6132 129 39 0 6042 0
[pid=22550] ppid=22535 vsize=357580 CPUtime=0.04 cores=0,2,4,6
/proc/22550/stat : 22550 (python) S 22535 22535 21930 0 -1 4202560 956 0 0 0 2 2 0 0 15 0 1 0 617215545 366161920 17638 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 3253692405395718404 0 0 17 2 0 0 0
/proc/22550/statm: 89395 17638 370 364 0 25304 0
[pid=22553] ppid=22550 vsize=307776 CPUtime=17.81 cores=0,2,4,6
/proc/22553/stat : 22553 (cryptominisat-2) R 22550 22553 22553 0 -1 4202496 72037 0 0 0 1771 10 0 0 25 0 1 0 617215546 315162624 63584 33554432000 4194304 4677096 140737154085264 18446744073709551615 4237184 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22553/statm: 76944 63584 393 118 0 71903 0
[pid=22535/tid=22543] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22543/stat : 22543 (python) S 22533 22535 21930 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617215538 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 4 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22546/stat : 22546 (python) S 22533 22535 21930 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617215540 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 6 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22549/stat : 22549 (python) S 22533 22535 21930 0 -1 4202560 43 934 0 0 0 0 0 0 20 0 5 0 617215543 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=367824 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22551/stat : 22551 (python) S 22533 22535 21930 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 617215546 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 140.59
Current children cumulated vsize (KiB) 2435724

[startup+102.308 s]
/proc/loadavg: 8.91 8.23 7.60 11/215 22560
/proc/meminfo: memFree=26650508/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=367824 CPUtime=14.92 cores=0,2,4,6
/proc/22535/stat : 22535 (python) S 22533 22535 21930 0 -1 4202496 30986 934 1 0 1477 15 0 0 21 0 5 0 617214027 376651776 19145 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22535/statm: 91956 19145 1873 364 0 27865 0
[pid=22542] ppid=22535 vsize=326812 CPUtime=0.12 cores=0,2,4,6
/proc/22542/stat : 22542 (python) S 22535 22535 21930 0 -1 4202560 1018 0 0 0 8 4 0 0 18 0 1 0 617215538 334655488 17637 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510543 0 0 16781312 514 6164864939916755203 0 0 17 6 0 0 0
/proc/22542/statm: 81703 17637 381 364 0 17621 0
[pid=22544] ppid=22542 vsize=31404 CPUtime=86.95 cores=0,2,4,6
/proc/22544/stat : 22544 (lingeling) R 22542 22544 22544 0 -1 4202496 12679 0 0 0 8693 2 0 0 25 0 1 0 617215538 32157696 7021 33554432000 4194304 4352236 140735186590352 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22544/statm: 7851 7021 129 39 0 6931 0
[pid=22545] ppid=22535 vsize=337068 CPUtime=0.13 cores=0,2,4,6
/proc/22545/stat : 22545 (python) S 22535 22535 21930 0 -1 4202560 957 0 0 0 7 6 0 0 15 0 1 0 617215540 345157632 17630 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 0 0 0 0
/proc/22545/statm: 84267 17630 370 364 0 20182 0
[pid=22547] ppid=22545 vsize=418768 CPUtime=87.03 cores=0,2,4,6
/proc/22547/stat : 22547 (cryptominisat-2) R 22545 22547 22547 0 -1 4202496 98767 0 0 0 8685 18 0 0 25 0 1 0 617215541 428818432 80496 33554432000 4194304 4677096 140736548612144 18446744073709551615 4338016 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22547/statm: 104692 80496 393 118 0 99651 0

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

/proc/22629/statm: 19620 18001 86 171 0 19447 0
[pid=22627/tid=22655] ppid=22535 vsize=378092 CPUtime=0 cores=0,2,4,6
/proc/22627/task/22655/stat : 22655 (python) S 22535 22535 21930 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617330806 387166208 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604453839607040 0 0 -1 4 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22543/stat : 22543 (python) S 22533 22535 21930 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 7 0 617215538 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 4 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22546/stat : 22546 (python) S 22533 22535 21930 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 7 0 617215540 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 6 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22549/stat : 22549 (python) S 22533 22535 21930 0 -1 4202560 43 934 0 0 0 0 0 0 20 0 7 0 617215543 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22551/stat : 22551 (python) S 22533 22535 21930 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 7 0 617215546 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22620] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22620/stat : 22620 (python) S 22533 22535 21930 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 7 0 617264525 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22628] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22628/stat : 22628 (python) S 22533 22535 21930 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 7 0 617279946 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3774.64
Current children cumulated vsize (KiB) 4714476

[startup+1242.3 s]
/proc/loadavg: 9.05 9.09 8.65 10/233 22657
/proc/meminfo: memFree=24782956/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=388336 CPUtime=15.01 cores=0,2,4,6
/proc/22535/stat : 22535 (python) S 22533 22535 21930 0 -1 4202496 33215 934 1 0 1485 16 0 0 18 0 7 0 617214027 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22535/statm: 97084 19166 1886 364 0 32987 0
[pid=22542] ppid=22535 vsize=337056 CPUtime=1.64 cores=0,2,4,6
/proc/22542/stat : 22542 (python) S 22535 22535 21930 0 -1 4202560 1210 0 0 0 81 83 0 0 18 0 2 0 617215538 345145344 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22542/statm: 84264 17676 415 364 0 20182 0
[pid=22544] ppid=22542 vsize=45668 CPUtime=890.05 cores=0,2,4,6
/proc/22544/stat : 22544 (lingeling) R 22542 22544 22544 0 -1 4202496 28534 0 0 0 88999 6 0 0 25 0 1 0 617215538 46764032 10587 33554432000 4194304 4352236 140735186590352 18446744073709551615 4328359 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22544/statm: 11417 10587 129 39 0 10497 0
[pid=22542/tid=22561] ppid=22535 vsize=337056 CPUtime=0 cores=0,2,4,6
/proc/22542/task/22561/stat : 22561 (python) S 22535 22535 21930 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617225451 345145344 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604440279319872 0 0 -1 6 0 0 0
[pid=22545] ppid=22535 vsize=337068 CPUtime=0.68 cores=0,2,4,6
/proc/22545/stat : 22545 (python) S 22535 22535 21930 0 -1 4202560 1146 0 0 0 40 28 0 0 16 0 2 0 617215540 345157632 17660 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22545/statm: 84267 17660 399 364 0 20182 0
[pid=22547] ppid=22545 vsize=749400 CPUtime=488.8 cores=0,2,4,6
/proc/22547/stat : 22547 (cryptominisat-2) T 22545 22547 22547 0 -1 4202496 428917 0 0 0 48783 97 0 0 25 0 1 0 617215541 767385600 170389 33554432000 4194304 4677096 140736548612144 18446744073709551615 4339903 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/22547/statm: 187350 170389 393 118 0 182309 0
[pid=22545/tid=22618] ppid=22535 vsize=337068 CPUtime=0 cores=0,2,4,6
/proc/22545/task/22618/stat : 22618 (python) S 22535 22535 21930 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 617264523 345157632 17660 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604440279245952 0 0 -1 0 0 0 0
[pid=22548] ppid=22535 vsize=347324 CPUtime=1.62 cores=0,2,4,6
/proc/22548/stat : 22548 (python) S 22535 22535 21930 0 -1 4202560 1008 0 0 0 94 68 0 0 18 0 1 0 617215543 355659776 17634 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 2 0 0 0
/proc/22548/statm: 86831 17634 370 364 0 22743 0
[pid=22552] ppid=22548 vsize=54880 CPUtime=1186.85 cores=0,2,4,6
/proc/22552/stat : 22552 (lingeling) R 22548 22552 22552 0 -1 4202496 30583 0 0 0 118681 4 0 0 25 0 1 0 617215546 56197120 12890 33554432000 4194304 4352236 140737468326832 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22552/statm: 13720 12890 129 39 0 12800 0
[pid=22550] ppid=22535 vsize=357580 CPUtime=1.71 cores=0,2,4,6
/proc/22550/stat : 22550 (python) S 22535 22535 21930 0 -1 4202560 1029 0 0 0 96 75 0 0 15 0 1 0 617215545 366161920 17638 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 0 0 0 0
/proc/22550/statm: 89395 17638 370 364 0 25304 0
[pid=22553] ppid=22550 vsize=1235232 CPUtime=940.47 cores=0,2,4,6
/proc/22553/stat : 22553 (cryptominisat-2) R 22550 22553 22553 0 -1 4202496 728786 0 0 0 93883 164 0 0 25 0 1 0 617215546 1264877568 264828 33554432000 4194304 4677096 140737154085264 18446744073709551615 4557396 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22553/statm: 308808 264828 393 118 0 303767 0
[pid=22619] ppid=22535 vsize=367836 CPUtime=0.31 cores=0,2,4,6
/proc/22619/stat : 22619 (python) S 22535 22535 21930 0 -1 4202560 1171 0 0 0 15 16 0 0 18 0 2 0 617264525 376664064 17672 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22619/statm: 91959 17672 399 364 0 27865 0
[pid=22621] ppid=22619 vsize=32208 CPUtime=135.48 cores=0,2,4,6
/proc/22621/stat : 22621 (lingeling) R 22619 22621 22621 0 -1 4202496 12885 0 0 0 13547 1 0 0 25 0 1 0 617264525 32980992 7221 33554432000 4194304 4352236 140733425897712 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22621/statm: 8052 7221 129 39 0 7132 0
[pid=22619/tid=22626] ppid=22535 vsize=367836 CPUtime=0 cores=0,2,4,6
/proc/22619/task/22626/stat : 22626 (python) S 22535 22535 21930 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617279944 376664064 17672 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604453849887744 0 0 -1 2 0 0 0
[pid=22627] ppid=22535 vsize=378092 CPUtime=0.68 cores=0,2,4,6
/proc/22627/stat : 22627 (python) S 22535 22535 21930 0 -1 4202560 1170 0 0 0 33 35 0 0 19 0 2 0 617279946 387166208 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22627/statm: 94523 17676 399 364 0 30426 0
[pid=22629] ppid=22627 vsize=78480 CPUtime=291.39 cores=0,2,4,6
/proc/22629/stat : 22629 (precosat) T 22627 22629 22629 0 -1 4202496 21092 0 0 0 29136 3 0 0 25 0 1 0 617279947 80363520 18001 33554432000 4194304 4890832 140734489385632 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/22629/statm: 19620 18001 86 171 0 19447 0
[pid=22627/tid=22655] ppid=22535 vsize=378092 CPUtime=0 cores=0,2,4,6
/proc/22627/task/22655/stat : 22655 (python) S 22535 22535 21930 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617330806 387166208 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604453839607040 0 0 -1 4 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22543/stat : 22543 (python) S 22533 22535 21930 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 7 0 617215538 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 4 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22546/stat : 22546 (python) S 22533 22535 21930 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 7 0 617215540 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 6 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22549/stat : 22549 (python) S 22533 22535 21930 0 -1 4202560 43 934 0 0 0 0 0 0 20 0 7 0 617215543 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22551/stat : 22551 (python) S 22533 22535 21930 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 7 0 617215546 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22620] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22620/stat : 22620 (python) S 22533 22535 21930 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 7 0 617264525 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22628] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22628/stat : 22628 (python) S 22533 22535 21930 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 7 0 617279946 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3954.69
Current children cumulated vsize (KiB) 4709160



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.10 9.11 8.68 10/233 22659
/proc/meminfo: memFree=24806592/32950928 swapFree=67111356/67111528
[pid=22535] ppid=22533 vsize=388336 CPUtime=15.01 cores=0,2,4,6
/proc/22535/stat : 22535 (python) S 22533 22535 21930 0 -1 4202496 33215 934 1 0 1485 16 0 0 18 0 7 0 617214027 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22535/statm: 97084 19166 1886 364 0 32987 0
[pid=22542] ppid=22535 vsize=337056 CPUtime=1.73 cores=0,2,4,6
/proc/22542/stat : 22542 (python) S 22535 22535 21930 0 -1 4202560 1210 0 0 0 86 87 0 0 18 0 2 0 617215538 345145344 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22542/statm: 84264 17676 415 364 0 20182 0
[pid=22544] ppid=22542 vsize=57960 CPUtime=947.68 cores=0,2,4,6
/proc/22544/stat : 22544 (lingeling) R 22542 22544 22544 0 -1 4202496 32631 0 0 0 94762 6 0 0 25 0 1 0 617215538 59351040 13660 33554432000 4194304 4352236 140735186590352 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22544/statm: 14490 13660 129 39 0 13570 0
[pid=22542/tid=22561] ppid=22535 vsize=337056 CPUtime=0 cores=0,2,4,6
/proc/22542/task/22561/stat : 22561 (python) S 22535 22535 21930 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617225451 345145344 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604440279319872 0 0 -1 6 0 0 0
[pid=22545] ppid=22535 vsize=337068 CPUtime=0.68 cores=0,2,4,6
/proc/22545/stat : 22545 (python) S 22535 22535 21930 0 -1 4202560 1146 0 0 0 40 28 0 0 16 0 2 0 617215540 345157632 17660 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22545/statm: 84267 17660 399 364 0 20182 0
[pid=22547] ppid=22545 vsize=749400 CPUtime=488.8 cores=0,2,4,6
/proc/22547/stat : 22547 (cryptominisat-2) T 22545 22547 22547 0 -1 4202496 428917 0 0 0 48783 97 0 0 25 0 1 0 617215541 767385600 170389 33554432000 4194304 4677096 140736548612144 18446744073709551615 4339903 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/22547/statm: 187350 170389 393 118 0 182309 0
[pid=22545/tid=22618] ppid=22535 vsize=337068 CPUtime=0 cores=0,2,4,6
/proc/22545/task/22618/stat : 22618 (python) S 22535 22535 21930 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 617264523 345157632 17660 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604440279245952 0 0 -1 0 0 0 0
[pid=22548] ppid=22535 vsize=347324 CPUtime=1.71 cores=0,2,4,6
/proc/22548/stat : 22548 (python) S 22535 22535 21930 0 -1 4202560 1008 0 0 0 100 71 0 0 18 0 1 0 617215543 355659776 17634 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 2 0 0 0
/proc/22548/statm: 86831 17634 370 364 0 22743 0
[pid=22552] ppid=22548 vsize=54880 CPUtime=1237.36 cores=0,2,4,6
/proc/22552/stat : 22552 (lingeling) R 22548 22552 22552 0 -1 4202496 31095 0 0 0 123732 4 0 0 25 0 1 0 617215546 56197120 12890 33554432000 4194304 4352236 140737468326832 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22552/statm: 13720 12890 129 39 0 12800 0
[pid=22550] ppid=22535 vsize=357580 CPUtime=1.79 cores=0,2,4,6
/proc/22550/stat : 22550 (python) S 22535 22535 21930 0 -1 4202560 1029 0 0 0 101 78 0 0 15 0 1 0 617215545 366161920 17638 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 6164864939916755204 0 0 17 0 0 0 0
/proc/22550/statm: 89395 17638 370 364 0 25304 0
[pid=22553] ppid=22550 vsize=1239180 CPUtime=969.27 cores=0,2,4,6
/proc/22553/stat : 22553 (cryptominisat-2) R 22550 22553 22553 0 -1 4202496 753698 0 0 0 96756 171 0 0 25 0 1 0 617215546 1268920320 252565 33554432000 4194304 4677096 140737154085264 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22553/statm: 309795 252565 393 118 0 304754 0
[pid=22619] ppid=22535 vsize=367836 CPUtime=0.38 cores=0,2,4,6
/proc/22619/stat : 22619 (python) S 22535 22535 21930 0 -1 4202560 1172 0 0 0 18 20 0 0 18 0 2 0 617264525 376664064 17672 33554432000 4194304 5683644 140736589290096 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22619/statm: 91959 17672 399 364 0 27865 0
[pid=22621] ppid=22619 vsize=32992 CPUtime=171.44 cores=0,2,4,6
/proc/22621/stat : 22621 (lingeling) R 22619 22621 22621 0 -1 4202496 13081 0 0 0 17143 1 0 0 25 0 1 0 617264525 33783808 7417 33554432000 4194304 4352236 140733425897712 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22621/statm: 8248 7417 129 39 0 7328 0
[pid=22619/tid=22626] ppid=22535 vsize=367836 CPUtime=0 cores=0,2,4,6
/proc/22619/task/22626/stat : 22626 (python) S 22535 22535 21930 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617279944 376664064 17672 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604453849887744 0 0 -1 2 0 0 0
[pid=22627] ppid=22535 vsize=378092 CPUtime=0.68 cores=0,2,4,6
/proc/22627/stat : 22627 (python) S 22535 22535 21930 0 -1 4202560 1170 0 0 0 33 35 0 0 19 0 2 0 617279946 387166208 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22627/statm: 94523 17676 399 364 0 30426 0
[pid=22629] ppid=22627 vsize=78480 CPUtime=291.39 cores=0,2,4,6
/proc/22629/stat : 22629 (precosat) T 22627 22629 22629 0 -1 4202496 21092 0 0 0 29136 3 0 0 25 0 1 0 617279947 80363520 18001 33554432000 4194304 4890832 140734489385632 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/22629/statm: 19620 18001 86 171 0 19447 0
[pid=22627/tid=22655] ppid=22535 vsize=378092 CPUtime=0 cores=0,2,4,6
/proc/22627/task/22655/stat : 22655 (python) S 22535 22535 21930 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617330806 387166208 17676 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 514 18446604453839607040 0 0 -1 4 0 0 0
[pid=22535/tid=22543] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22543/stat : 22543 (python) S 22533 22535 21930 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 7 0 617215538 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 4 0 0 0
[pid=22535/tid=22546] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22546/stat : 22546 (python) S 22533 22535 21930 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 7 0 617215540 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 6 0 0 0
[pid=22535/tid=22549] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22549/stat : 22549 (python) S 22533 22535 21930 0 -1 4202560 43 934 0 0 0 0 0 0 20 0 7 0 617215543 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22551] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22551/stat : 22551 (python) S 22533 22535 21930 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 7 0 617215546 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22620] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22620/stat : 22620 (python) S 22533 22535 21930 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 7 0 617264525 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
[pid=22535/tid=22628] ppid=22533 vsize=388336 CPUtime=0 cores=0,2,4,6
/proc/22535/task/22628/stat : 22628 (python) S 22533 22535 21930 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 7 0 617279946 397656064 19166 33554432000 4194304 5683644 140736589290096 18446744073709551615 231907314097 0 0 16781312 2 18446604453900485696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4127.92
Current children cumulated vsize (KiB) 4726184

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 22535 and gives
#  childrusage.ru_utime.tv_sec=2203
#  childrusage.ru_utime.tv_usec=117075
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=957550
# CPU time returned by wait4() is 2206.07
# while last known CPU time is 4127.92
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 4127.92
CPU user time (s): 4121.75
CPU system time (s): 6.17
CPU usage (%): 317.521
Max. virtual memory (cumulated for all children) (KiB): 4902708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2203.12
system time used= 2.95755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103301
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= 7854
involuntary context switches= 12981

runsolver used 2.40963 second user time and 5.86711 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-01 19:10:33
IDJOB=3317912
IDBENCH=83107
IDSOLVER=1706
FILE ID=node114/3317912-1304269833
RUNJOBID= node114-1304267292-21949
PBS_JOBID= 13173965
Free space on /tmp= 73408 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.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-3317912-1304269833/watcher-3317912-1304269833 -o /tmp/evaluation-result-3317912-1304269833/solver-3317912-1304269833 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317912-1304269833.cnf -seed 1647509017 -budget 4800 -cores 4

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1647509017

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.74
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.848
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.73
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.848
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.75
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.848
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.848
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27634864 kB
Buffers:       1129816 kB
Cached:        2040156 kB
SwapCached:        168 kB
Active:        1966760 kB
Inactive:      2829876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27634864 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           36112 kB
Writeback:           0 kB
AnonPages:     1626040 kB
Mapped:          24012 kB
Slab:           447300 kB
PageTables:      12572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2959800 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 /tmp at the end= 73392 MiB
End job on node114 at 2011-05-01 19:32:16