Trace number 3378920

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-par-industrial (fixed)UNSAT 365.012 92.3375

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.46	c INFO: solving HOME/instance-3378920-1305467414.cnf
0.31/0.46	c INFO: computing task features
0.40/0.51	c INFO: computed variable-clause graph statistics
0.40/0.51	c INFO: computed clause balance statistics
0.60/0.77	c INFO: computed variable balance statistics
0.80/0.96	c INFO: computed small-clause counts
0.80/0.97	c INFO: computed Horn-clause counts
0.92/1.03	c INFO: computed variable graph statistics
0.92/1.03	c INFO: collected features for HOME/instance-3378920-1305467414.cnf in 0.57 s
0.92/1.04	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
0.92/1.05	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.51)
0.92/1.05	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.57)
0.92/1.06	c INFO: running lingeling-276@0 for 97 with 1199 remaining (b = 0.21)
364.89/92.31	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378920-1305467414/watcher-3378920-1305467414 -o /tmp/evaluation-result-3378920-1305467414/solver-3378920-1305467414 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378920-1305467414.cnf -seed 1564307698 -budget 4800 -cores 4 

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

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: 4.53 5.00 6.49 5/346 19702
/proc/meminfo: memFree=20132432/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 999 0 0 0 0 0 0 0 24 0 1 0 658339590 16625664 872 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/19702/statm: 4059 872 371 364 0 546 0

[startup+0.024006 s]
/proc/loadavg: 4.53 5.00 6.49 5/346 19702
/proc/meminfo: memFree=20132432/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=16532 CPUtime=0.01 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 1189 0 0 0 1 0 0 0 24 0 1 0 658339590 16928768 1049 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/19702/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.100973 s]
/proc/loadavg: 4.53 5.00 6.49 5/346 19702
/proc/meminfo: memFree=20132432/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/19702/stat : 19702 (python) R 19700 19702 18093 0 -1 4202496 3086 0 0 0 5 2 0 0 17 0 1 0 658339590 106729472 2767 33554432000 4194304 5683644 140735237648528 18446744073709551615 5114112 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19702/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300973 s]
/proc/loadavg: 4.53 5.00 6.49 5/346 19702
/proc/meminfo: memFree=20132432/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=190248 CPUtime=0.22 cores=1,3,5,7
/proc/19702/stat : 19702 (python) R 19700 19702 18093 0 -1 4202496 6870 931 1 0 16 6 0 0 18 0 1 0 658339590 194813952 4928 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19702/statm: 47562 4928 1421 364 0 3722 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190248

[startup+0.700911 s]
/proc/loadavg: 4.53 5.00 6.49 5/346 19702
/proc/meminfo: memFree=20132432/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=281388 CPUtime=0.6 cores=1,3,5,7
/proc/19702/stat : 19702 (python) R 19700 19702 18093 0 -1 4202496 10164 931 1 0 51 9 0 0 18 0 1 0 658339590 288141312 7759 33554432000 4194304 5683644 140735237648528 18446744073709551615 4303040 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19702/statm: 70347 7759 1826 364 0 6271 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 281388

[startup+1.50072 s]
/proc/loadavg: 4.53 5.00 6.49 6/347 19707
/proc/meminfo: memFree=20107376/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 321404

[startup+3.10144 s]
/proc/loadavg: 4.53 5.00 6.49 9/359 19719
/proc/meminfo: memFree=20076776/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
[pid=19708] ppid=19702 vsize=280032 CPUtime=0 cores=1,3,5,7
/proc/19708/stat : 19708 (python) S 19702 19702 18093 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658339694 286752768 5947 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912463 0 0 16781312 514 9126909961899573509 0 0 17 7 0 0 0
/proc/19708/statm: 70008 5947 354 364 0 5926 0
[pid=19710] ppid=19708 vsize=7620 CPUtime=2.05 cores=1,3,5,7
/proc/19710/stat : 19710 (lingeling) R 19708 19710 19710 0 -1 4202496 1875 0 0 0 204 1 0 0 25 0 1 0 658339695 7802880 1106 33554432000 4194304 4352236 140736873953072 18446744073709551615 4328377 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19710/statm: 1905 1106 128 39 0 985 0
[pid=19711] ppid=19702 vsize=290648 CPUtime=0 cores=1,3,5,7
/proc/19711/stat : 19711 (python) S 19702 19702 18093 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 658339695 297623552 6003 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 11508034058365927686 0 0 17 5 0 0 0
/proc/19711/statm: 72662 6003 348 364 0 8577 0
[pid=19713] ppid=19711 vsize=36520 CPUtime=2.03 cores=1,3,5,7
/proc/19713/stat : 19713 (cryptominisat-2) R 19711 19713 19713 0 -1 4202496 3553 0 0 0 203 0 0 0 25 0 1 0 658339695 37396480 2190 33554432000 4194304 4677096 140736628879728 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19713/statm: 9130 2190 391 118 0 4089 0
[pid=19714] ppid=19702 vsize=300904 CPUtime=0 cores=1,3,5,7
/proc/19714/stat : 19714 (python) S 19702 19702 18093 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 658339696 308125696 6007 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 6368551672280482052 0 0 17 7 0 0 0
/proc/19714/statm: 75226 6007 348 364 0 11138 0
[pid=19716] ppid=19714 vsize=7428 CPUtime=2.01 cores=1,3,5,7
/proc/19716/stat : 19716 (lingeling) R 19714 19716 19716 0 -1 4202496 1799 0 0 0 201 0 0 0 25 0 1 0 658339696 7606272 1058 33554432000 4194304 4352236 140734841917360 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19716/statm: 1857 1058 128 39 0 937 0
[pid=19717] ppid=19702 vsize=311160 CPUtime=0 cores=1,3,5,7
/proc/19717/stat : 19717 (python) S 19702 19702 18093 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 658339697 318627840 6011 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 16153761506545074438 0 0 17 3 0 0 0
/proc/19717/statm: 77790 6011 348 364 0 13699 0
[pid=19719] ppid=19717 vsize=7620 CPUtime=2.02 cores=1,3,5,7
/proc/19719/stat : 19719 (lingeling) R 19717 19719 19719 0 -1 4202496 1878 0 0 0 202 0 0 0 25 0 1 0 658339697 7802880 1106 33554432000 4194304 4352236 140733542833424 18446744073709551615 4328119 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19719/statm: 1905 1106 128 39 0 985 0
[pid=19702/tid=19709] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 1563336

[startup+6.30087 s]
/proc/loadavg: 4.97 5.08 6.51 9/359 19720
/proc/meminfo: memFree=20064064/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
[pid=19708] ppid=19702 vsize=280032 CPUtime=0 cores=1,3,5,7
/proc/19708/stat : 19708 (python) S 19702 19702 18093 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 658339694 286752768 5969 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912463 0 0 16781312 514 9126909961899573509 0 0 17 7 0 0 0
/proc/19708/statm: 70008 5969 376 364 0 5926 0
[pid=19710] ppid=19708 vsize=7468 CPUtime=5.25 cores=1,3,5,7
/proc/19710/stat : 19710 (lingeling) R 19708 19710 19710 0 -1 4202496 2445 0 0 0 524 1 0 0 25 0 1 0 658339695 7647232 1036 33554432000 4194304 4352236 140736873953072 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19710/statm: 1867 1036 128 39 0 947 0
[pid=19711] ppid=19702 vsize=290648 CPUtime=0.01 cores=1,3,5,7
/proc/19711/stat : 19711 (python) S 19702 19702 18093 0 -1 4202560 935 0 0 0 1 0 0 0 15 0 1 0 658339695 297623552 6026 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 11508034058365927686 0 0 17 5 0 0 0
/proc/19711/statm: 72662 6026 371 364 0 8577 0
[pid=19713] ppid=19711 vsize=46476 CPUtime=5.21 cores=1,3,5,7
/proc/19713/stat : 19713 (cryptominisat-2) R 19711 19713 19713 0 -1 4202496 5786 0 0 0 521 0 0 0 25 0 1 0 658339695 47591424 3207 33554432000 4194304 4677096 140736628879728 18446744073709551615 4320304 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19713/statm: 11619 3207 391 118 0 6578 0
[pid=19714] ppid=19702 vsize=300904 CPUtime=0.01 cores=1,3,5,7
/proc/19714/stat : 19714 (python) S 19702 19702 18093 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 658339696 308125696 6030 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 6368551672280482052 0 0 17 7 0 0 0
/proc/19714/statm: 75226 6030 371 364 0 11138 0
[pid=19716] ppid=19714 vsize=7560 CPUtime=5.14 cores=1,3,5,7
/proc/19716/stat : 19716 (lingeling) R 19714 19716 19716 0 -1 4202496 2376 0 0 0 514 0 0 0 25 0 1 0 658339696 7741440 1091 33554432000 4194304 4352236 140734841917360 18446744073709551615 4279909 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19716/statm: 1890 1091 128 39 0 970 0
[pid=19717] ppid=19702 vsize=311160 CPUtime=0.01 cores=1,3,5,7
/proc/19717/stat : 19717 (python) S 19702 19702 18093 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 658339697 318627840 6033 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 16153761506545074438 0 0 17 3 0 0 0
/proc/19717/statm: 77790 6033 370 364 0 13699 0
[pid=19719] ppid=19717 vsize=7660 CPUtime=5.21 cores=1,3,5,7
/proc/19719/stat : 19719 (lingeling) R 19717 19719 19719 0 -1 4202496 2080 0 0 0 521 0 0 0 25 0 1 0 658339697 7843840 1084 33554432000 4194304 4352236 140733542833424 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19719/statm: 1915 1084 128 39 0 995 0
[pid=19702/tid=19709] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (KiB) 1573312

[startup+12.7007 s]
/proc/loadavg: 5.29 5.15 6.53 9/359 19720
/proc/meminfo: memFree=20047496/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
[pid=19708] ppid=19702 vsize=280032 CPUtime=0.02 cores=1,3,5,7
/proc/19708/stat : 19708 (python) S 19702 19702 18093 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 658339694 286752768 5970 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912463 0 0 16781312 514 17548962043304837381 0 0 17 7 0 0 0
/proc/19708/statm: 70008 5970 377 364 0 5926 0
[pid=19710] ppid=19708 vsize=9532 CPUtime=11.65 cores=1,3,5,7
/proc/19710/stat : 19710 (lingeling) R 19708 19710 19710 0 -1 4202496 3841 0 0 0 1164 1 0 0 25 0 1 0 658339695 9760768 1568 33554432000 4194304 4352236 140736873953072 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19710/statm: 2383 1568 128 39 0 1463 0
[pid=19711] ppid=19702 vsize=290648 CPUtime=0.03 cores=1,3,5,7
/proc/19711/stat : 19711 (python) S 19702 19702 18093 0 -1 4202560 943 0 0 0 2 1 0 0 15 0 1 0 658339695 297623552 6026 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 11508034058365927686 0 0 17 5 0 0 0
/proc/19711/statm: 72662 6026 371 364 0 8577 0
[pid=19713] ppid=19711 vsize=46984 CPUtime=11.6 cores=1,3,5,7
/proc/19713/stat : 19713 (cryptominisat-2) R 19711 19713 19713 0 -1 4202496 9950 0 0 0 1159 1 0 0 25 0 1 0 658339695 48111616 4671 33554432000 4194304 4677096 140736628879728 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19713/statm: 11746 4671 391 118 0 6705 0
[pid=19714] ppid=19702 vsize=300904 CPUtime=0.02 cores=1,3,5,7
/proc/19714/stat : 19714 (python) S 19702 19702 18093 0 -1 4202560 918 0 0 0 1 1 0 0 18 0 1 0 658339696 308125696 6030 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837380 0 0 17 7 0 0 0
/proc/19714/statm: 75226 6030 371 364 0 11138 0
[pid=19716] ppid=19714 vsize=9392 CPUtime=11.44 cores=1,3,5,7
/proc/19716/stat : 19716 (lingeling) R 19714 19716 19716 0 -1 4202496 3922 0 0 0 1144 0 0 0 25 0 1 0 658339696 9617408 1517 33554432000 4194304 4352236 140734841917360 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19716/statm: 2348 1517 128 39 0 1428 0
[pid=19717] ppid=19702 vsize=311160 CPUtime=0.02 cores=1,3,5,7
/proc/19717/stat : 19717 (python) S 19702 19702 18093 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 658339697 318627840 6034 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 16153761506545074438 0 0 17 3 0 0 0
/proc/19717/statm: 77790 6034 371 364 0 13699 0
[pid=19719] ppid=19717 vsize=9716 CPUtime=11.59 cores=1,3,5,7
/proc/19719/stat : 19719 (lingeling) R 19717 19719 19719 0 -1 4202496 3457 0 0 0 1159 0 0 0 25 0 1 0 658339697 9949184 1629 33554432000 4194304 4352236 140733542833424 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19719/statm: 2429 1629 128 39 0 1509 0
[pid=19702/tid=19709] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.33
Current children cumulated vsize (KiB) 1579772

[startup+25.5015 s]
/proc/loadavg: 5.96 5.30 6.55 9/359 19720
/proc/meminfo: memFree=20027772/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7

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

/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 1617404

[startup+89.5011 s]
/proc/loadavg: 7.36 5.79 6.63 9/359 19766
/proc/meminfo: memFree=19872352/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
[pid=19708] ppid=19702 vsize=280032 CPUtime=0.22 cores=1,3,5,7
/proc/19708/stat : 19708 (python) S 19702 19702 18093 0 -1 4202560 933 0 0 0 11 11 0 0 18 0 1 0 658339694 286752768 5970 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912463 0 0 16781312 514 17548962043304837381 0 0 17 7 0 0 0
/proc/19708/statm: 70008 5970 377 364 0 5926 0
[pid=19710] ppid=19708 vsize=14272 CPUtime=88.45 cores=1,3,5,7
/proc/19710/stat : 19710 (lingeling) R 19708 19710 19710 0 -1 4202496 13282 0 0 0 8843 2 0 0 25 0 1 0 658339695 14614528 2753 33554432000 4194304 4352236 140736873953072 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19710/statm: 3568 2753 128 39 0 2648 0
[pid=19711] ppid=19702 vsize=290648 CPUtime=0.25 cores=1,3,5,7
/proc/19711/stat : 19711 (python) S 19702 19702 18093 0 -1 4202560 997 0 0 0 13 12 0 0 15 0 1 0 658339695 297623552 6035 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837382 0 0 17 5 0 0 0
/proc/19711/statm: 72662 6035 380 364 0 8577 0
[pid=19713] ppid=19711 vsize=70772 CPUtime=88.18 cores=1,3,5,7
/proc/19713/stat : 19713 (cryptominisat-2) R 19711 19713 19713 0 -1 4202496 34988 0 0 0 8813 5 0 0 25 0 1 0 658339695 72470528 11186 33554432000 4194304 4677096 140736628879728 18446744073709551615 4355520 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19713/statm: 17693 11186 391 118 0 12652 0
[pid=19714] ppid=19702 vsize=300904 CPUtime=0.22 cores=1,3,5,7
/proc/19714/stat : 19714 (python) S 19702 19702 18093 0 -1 4202560 949 0 0 0 11 11 0 0 18 0 1 0 658339696 308125696 6030 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837380 0 0 17 7 0 0 0
/proc/19714/statm: 75226 6030 371 364 0 11138 0
[pid=19716] ppid=19714 vsize=13496 CPUtime=87.01 cores=1,3,5,7
/proc/19716/stat : 19716 (lingeling) R 19714 19716 19716 0 -1 4202496 13003 0 0 0 8699 2 0 0 25 0 1 0 658339696 13819904 2566 33554432000 4194304 4352236 140734841917360 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19716/statm: 3374 2566 128 39 0 2454 0
[pid=19717] ppid=19702 vsize=311160 CPUtime=0.22 cores=1,3,5,7
/proc/19717/stat : 19717 (python) S 19702 19702 18093 0 -1 4202560 941 0 0 0 11 11 0 0 18 0 1 0 658339697 318627840 6034 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837382 0 0 17 3 0 0 0
/proc/19717/statm: 77790 6034 371 364 0 13699 0
[pid=19719] ppid=19717 vsize=13564 CPUtime=88.18 cores=1,3,5,7
/proc/19719/stat : 19719 (lingeling) R 19717 19719 19719 0 -1 4202496 11427 0 0 0 8817 1 0 0 25 0 1 0 658339697 13889536 2591 33554432000 4194304 4352236 140733542833424 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19719/statm: 3391 2591 128 39 0 2471 0
[pid=19702/tid=19709] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 353.69
Current children cumulated vsize (KiB) 1616252

[startup+91.1008 s]
/proc/loadavg: 7.36 5.79 6.63 9/359 19766
/proc/meminfo: memFree=19874212/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
[pid=19708] ppid=19702 vsize=280032 CPUtime=0.22 cores=1,3,5,7
/proc/19708/stat : 19708 (python) S 19702 19702 18093 0 -1 4202560 933 0 0 0 11 11 0 0 18 0 1 0 658339694 286752768 5970 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912463 0 0 16781312 514 17548962043304837381 0 0 17 7 0 0 0
/proc/19708/statm: 70008 5970 377 364 0 5926 0
[pid=19710] ppid=19708 vsize=14656 CPUtime=90.05 cores=1,3,5,7
/proc/19710/stat : 19710 (lingeling) R 19708 19710 19710 0 -1 4202496 13378 0 0 0 9003 2 0 0 25 0 1 0 658339695 15007744 2849 33554432000 4194304 4352236 140736873953072 18446744073709551615 4208082 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19710/statm: 3664 2849 128 39 0 2744 0
[pid=19711] ppid=19702 vsize=290648 CPUtime=0.25 cores=1,3,5,7
/proc/19711/stat : 19711 (python) S 19702 19702 18093 0 -1 4202560 997 0 0 0 13 12 0 0 15 0 1 0 658339695 297623552 6035 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 11508034058365927686 0 0 17 5 0 0 0
/proc/19711/statm: 72662 6035 380 364 0 8577 0
[pid=19713] ppid=19711 vsize=70804 CPUtime=89.77 cores=1,3,5,7
/proc/19713/stat : 19713 (cryptominisat-2) R 19711 19713 19713 0 -1 4202496 35622 0 0 0 8972 5 0 0 25 0 1 0 658339695 72503296 10567 33554432000 4194304 4677096 140736628879728 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19713/statm: 17701 10567 391 118 0 12660 0
[pid=19714] ppid=19702 vsize=300904 CPUtime=0.22 cores=1,3,5,7
/proc/19714/stat : 19714 (python) S 19702 19702 18093 0 -1 4202560 949 0 0 0 11 11 0 0 18 0 1 0 658339696 308125696 6030 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837380 0 0 17 7 0 0 0
/proc/19714/statm: 75226 6030 371 364 0 11138 0
[pid=19716] ppid=19714 vsize=14264 CPUtime=88.6 cores=1,3,5,7
/proc/19716/stat : 19716 (lingeling) R 19714 19716 19716 0 -1 4202496 13195 0 0 0 8858 2 0 0 25 0 1 0 658339696 14606336 2758 33554432000 4194304 4352236 140734841917360 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19716/statm: 3566 2758 128 39 0 2646 0
[pid=19717] ppid=19702 vsize=311160 CPUtime=0.22 cores=1,3,5,7
/proc/19717/stat : 19717 (python) S 19702 19702 18093 0 -1 4202560 941 0 0 0 11 11 0 0 18 0 1 0 658339697 318627840 6034 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837382 0 0 17 3 0 0 0
/proc/19717/statm: 77790 6034 371 364 0 13699 0
[pid=19719] ppid=19717 vsize=14332 CPUtime=89.78 cores=1,3,5,7
/proc/19719/stat : 19719 (lingeling) R 19717 19719 19719 0 -1 4202496 11619 0 0 0 8977 1 0 0 25 0 1 0 658339697 14675968 2783 33554432000 4194304 4352236 140733542833424 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19719/statm: 3583 2783 128 39 0 2663 0
[pid=19702/tid=19709] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 360.07
Current children cumulated vsize (KiB) 1618204

[startup+91.9007 s]
/proc/loadavg: 7.36 5.79 6.63 9/359 19766
/proc/meminfo: memFree=19875080/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
[pid=19708] ppid=19702 vsize=280032 CPUtime=0.22 cores=1,3,5,7
/proc/19708/stat : 19708 (python) S 19702 19702 18093 0 -1 4202560 933 0 0 0 11 11 0 0 18 0 1 0 658339694 286752768 5970 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912463 0 0 16781312 514 17548962043304837381 0 0 17 7 0 0 0
/proc/19708/statm: 70008 5970 377 364 0 5926 0
[pid=19710] ppid=19708 vsize=14656 CPUtime=90.85 cores=1,3,5,7
/proc/19710/stat : 19710 (lingeling) R 19708 19710 19710 0 -1 4202496 13378 0 0 0 9083 2 0 0 25 0 1 0 658339695 15007744 2849 33554432000 4194304 4352236 140736873953072 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19710/statm: 3664 2849 128 39 0 2744 0
[pid=19711] ppid=19702 vsize=290648 CPUtime=0.25 cores=1,3,5,7
/proc/19711/stat : 19711 (python) S 19702 19702 18093 0 -1 4202560 997 0 0 0 13 12 0 0 15 0 1 0 658339695 297623552 6035 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 11508034058365927686 0 0 17 5 0 0 0
/proc/19711/statm: 72662 6035 380 364 0 8577 0
[pid=19713] ppid=19711 vsize=70804 CPUtime=90.57 cores=1,3,5,7
/proc/19713/stat : 19713 (cryptominisat-2) R 19711 19713 19713 0 -1 4202496 35721 0 0 0 9052 5 0 0 25 0 1 0 658339695 72503296 10666 33554432000 4194304 4677096 140736628879728 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19713/statm: 17701 10666 391 118 0 12660 0
[pid=19714] ppid=19702 vsize=300904 CPUtime=0.22 cores=1,3,5,7
/proc/19714/stat : 19714 (python) S 19702 19702 18093 0 -1 4202560 949 0 0 0 11 11 0 0 18 0 1 0 658339696 308125696 6030 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837380 0 0 17 7 0 0 0
/proc/19714/statm: 75226 6030 371 364 0 11138 0
[pid=19716] ppid=19714 vsize=14520 CPUtime=89.38 cores=1,3,5,7
/proc/19716/stat : 19716 (lingeling) R 19714 19716 19716 0 -1 4202496 13259 0 0 0 8936 2 0 0 25 0 1 0 658339696 14868480 2822 33554432000 4194304 4352236 140734841917360 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19716/statm: 3630 2822 128 39 0 2710 0
[pid=19717] ppid=19702 vsize=311160 CPUtime=0.22 cores=1,3,5,7
/proc/19717/stat : 19717 (python) S 19702 19702 18093 0 -1 4202560 941 0 0 0 11 11 0 0 18 0 1 0 658339697 318627840 6034 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837382 0 0 17 3 0 0 0
/proc/19717/statm: 77790 6034 371 364 0 13699 0
[pid=19719] ppid=19717 vsize=13180 CPUtime=90.58 cores=1,3,5,7
/proc/19719/stat : 19719 (lingeling) R 19717 19719 19719 0 -1 4202496 11907 0 0 0 9057 1 0 0 25 0 1 0 658339697 13496320 2495 33554432000 4194304 4352236 140733542833424 18446744073709551615 4328243 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19719/statm: 3295 2495 128 39 0 2375 0
[pid=19702/tid=19709] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 363.25
Current children cumulated vsize (KiB) 1617308

[startup+92.3006 s]
/proc/loadavg: 7.36 5.79 6.63 10/359 19766
/proc/meminfo: memFree=19914388/32951124 swapFree=66457188/67111528
[pid=19702] ppid=19700 vsize=321404 CPUtime=0.96 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19700 19702 18093 0 -1 4202496 12927 931 1 0 87 9 0 0 24 0 5 0 658339590 329117696 7540 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19702/statm: 80351 7540 1873 364 0 16260 0
[pid=19708] ppid=19702 vsize=280032 CPUtime=0.22 cores=1,3,5,7
/proc/19708/stat : 19708 (python) S 19702 19702 18093 0 -1 4202560 933 0 0 0 11 11 0 0 18 0 1 0 658339694 286752768 5970 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912463 0 0 16781312 514 17548962043304837381 0 0 17 7 0 0 0
/proc/19708/statm: 70008 5970 377 364 0 5926 0
[pid=19710] ppid=19708 vsize=14656 CPUtime=91.26 cores=1,3,5,7
/proc/19710/stat : 19710 (lingeling) R 19708 19710 19710 0 -1 4202496 13378 0 0 0 9124 2 0 0 25 0 1 0 658339695 15007744 2849 33554432000 4194304 4352236 140736873953072 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19710/statm: 3664 2849 128 39 0 2744 0
[pid=19711] ppid=19702 vsize=290648 CPUtime=91.24 cores=1,3,5,7
/proc/19711/stat : 19711 (python) R 19702 19702 18093 0 -1 4202560 1208 35747 0 0 30 16 9072 6 17 0 1 0 658339695 297623552 6071 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781824 2 0 0 0 17 5 0 0 0
/proc/19711/statm: 72662 6074 418 364 0 8577 0
[pid=19714] ppid=19702 vsize=300904 CPUtime=0.22 cores=1,3,5,7
/proc/19714/stat : 19714 (python) S 19702 19702 18093 0 -1 4202560 949 0 0 0 11 11 0 0 18 0 1 0 658339696 308125696 6030 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837380 0 0 17 7 0 0 0
/proc/19714/statm: 75226 6030 371 364 0 11138 0
[pid=19716] ppid=19714 vsize=15160 CPUtime=89.78 cores=1,3,5,7
/proc/19716/stat : 19716 (lingeling) R 19714 19716 19716 0 -1 4202496 13419 0 0 0 8976 2 0 0 25 0 1 0 658339696 15523840 2982 33554432000 4194304 4352236 140734841917360 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19716/statm: 3790 2982 128 39 0 2870 0
[pid=19717] ppid=19702 vsize=311160 CPUtime=0.22 cores=1,3,5,7
/proc/19717/stat : 19717 (python) S 19702 19702 18093 0 -1 4202560 941 0 0 0 11 11 0 0 18 0 1 0 658339697 318627840 6034 33554432000 4194304 5683644 140735237648528 18446744073709551615 232335912518 0 0 16781312 514 17548962043304837382 0 0 17 3 0 0 0
/proc/19717/statm: 77790 6034 371 364 0 13699 0
[pid=19719] ppid=19717 vsize=13180 CPUtime=90.99 cores=1,3,5,7
/proc/19719/stat : 19719 (lingeling) R 19717 19719 19719 0 -1 4202496 11907 0 0 0 9098 1 0 0 25 0 1 0 658339697 13496320 2495 33554432000 4194304 4352236 140733542833424 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19719/statm: 3295 2495 128 39 0 2375 0
[pid=19702/tid=19709] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19709/stat : 19709 (python) S 19700 19702 18093 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 5 0 658339695 329117696 7541 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 1 0 0 0
[pid=19702/tid=19712] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19712/stat : 19712 (python) S 19700 19702 18093 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658339695 329117696 7541 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 5 0 0 0
[pid=19702/tid=19715] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19715/stat : 19715 (python) S 19700 19702 18093 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 5 0 658339696 329117696 7541 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 7 0 0 0
[pid=19702/tid=19718] ppid=19700 vsize=321404 CPUtime=0 cores=1,3,5,7
/proc/19702/task/19718/stat : 19718 (python) S 19700 19702 18093 0 -1 4202560 27 931 0 0 0 0 0 0 24 0 5 0 658339697 329117696 7541 33554432000 4194304 5683644 140735237648528 18446744073709551615 232347716017 0 0 16781312 2 18446604454395489024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 364.89
Current children cumulated vsize (KiB) 1547144

Child status: 0
Real time (s): 92.3375
CPU time (s): 365.012
CPU user time (s): 364.275
CPU system time (s): 0.737887
CPU usage (%): 395.302
Max. virtual memory (cumulated for all children) (KiB): 1620732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 364.275
system time used= 0.737887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97165
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= 1809
involuntary context switches= 3500

runsolver used 0.293955 second user time and 0.729889 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:50:14
IDJOB=3378920
IDBENCH=88045
IDSOLVER=1860
FILE ID=node132/3378920-1305467414
RUNJOBID= node132-1305467394-19491
PBS_JOBID= 13324991
Free space on /tmp= 73312 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.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-3378920-1305467414/watcher-3378920-1305467414 -o /tmp/evaluation-result-3378920-1305467414/solver-3378920-1305467414 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378920-1305467414.cnf -seed 1564307698 -budget 4800 -cores 4

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1564307698

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      20132588 kB
Buffers:        308616 kB
Cached:        5998356 kB
SwapCached:       6904 kB
Active:        6062188 kB
Inactive:      6431916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20132588 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           64180 kB
Writeback:           0 kB
AnonPages:     6185004 kB
Mapped:          29036 kB
Slab:           226864 kB
PageTables:      34612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58500592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73276 MiB
End job on node132 at 2011-05-15 15:51:47