Trace number 3378869

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 260.83 67.0555

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.69	c INFO: solving HOME/instance-3378869-1305464361.cnf
0.35/0.69	c INFO: computing task features
0.42/0.79	c INFO: computed variable-clause graph statistics
0.52/0.80	c INFO: computed clause balance statistics
1.12/1.40	c INFO: computed variable balance statistics
1.52/1.83	c INFO: computed small-clause counts
1.52/1.84	c INFO: computed Horn-clause counts
1.72/2.09	c INFO: computed variable graph statistics
1.72/2.09	c INFO: collected features for HOME/instance-3378869-1305464361.cnf in 1.39 s
1.72/2.10	c INFO: running lingeling-276@0 for 582 with 1198 remaining (b = 0.58)
1.72/2.11	c INFO: running lingeling-276@0 for 97 with 1198 remaining (b = 0.26)
1.82/2.12	c INFO: running cryptominisat-2.9.0@0 for 1198 with 1198 remaining (b = 0.47)
1.82/2.13	c INFO: running lingeling-276@0 for 1198 with 1198 remaining (b = 0.43)
260.63/67.03	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-3378869-1305464361/watcher-3378869-1305464361 -o /tmp/evaluation-result-3378869-1305464361/solver-3378869-1305464361 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378869-1305464361.cnf -seed 1984495914 -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.20 8.01 6.64 5/318 11774
/proc/meminfo: memFree=22469108/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=15764 CPUtime=0 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 845 0 0 0 0 0 0 0 17 0 1 0 736666694 16142336 728 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11774/statm: 3941 728 334 364 0 428 0

[startup+0.0786119 s]
/proc/loadavg: 8.20 8.01 6.64 5/318 11774
/proc/meminfo: memFree=22469108/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=45816 CPUtime=0.04 cores=0,2,4,6
/proc/11774/stat : 11774 (python) R 11772 11774 11635 0 -1 4202496 1926 0 0 0 3 1 0 0 17 0 1 0 736666694 46915584 1699 33554432000 4194304 5683644 140734556471472 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11774/statm: 11454 1699 470 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45816

[startup+0.100586 s]
/proc/loadavg: 8.20 8.01 6.64 5/318 11774
/proc/meminfo: memFree=22469108/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=87704 CPUtime=0.05 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 736666694 89808896 2354 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11774/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300555 s]
/proc/loadavg: 8.20 8.01 6.64 5/318 11774
/proc/meminfo: memFree=22469108/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 5960 932 1 0 11 7 0 0 17 0 1 0 736666694 139005952 4150 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020391941 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11774/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700504 s]
/proc/loadavg: 8.20 8.01 6.64 5/318 11774
/proc/meminfo: memFree=22469108/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=279148 CPUtime=0.42 cores=0,2,4,6
/proc/11774/stat : 11774 (python) R 11772 11774 11635 0 -1 4202496 9423 932 1 0 28 14 0 0 16 0 1 0 736666694 285847552 7107 33554432000 4194304 5683644 140734556471472 18446744073709551615 4602375 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11774/statm: 69787 7108 1761 364 0 5711 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279148

[startup+1.50036 s]
/proc/loadavg: 8.20 8.01 6.64 3/303 11807
/proc/meminfo: memFree=24413620/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=284944 CPUtime=1.22 cores=0,2,4,6
/proc/11774/stat : 11774 (python) R 11772 11774 11635 0 -1 4202496 12239 932 1 0 107 15 0 0 17 0 1 0 736666694 291782656 8622 33554432000 4194304 5683644 140734556471472 18446744073709551615 47435161678424 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11774/statm: 71236 8622 1827 364 0 7160 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 284944

[startup+3.10101 s]
/proc/loadavg: 8.20 8.01 6.64 3/303 11811
/proc/meminfo: memFree=24350256/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 322880
heavy processes:

[startup+6.30142 s]
/proc/loadavg: 7.94 7.96 6.63 6/315 11823
/proc/meminfo: memFree=24279240/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11812] ppid=11774 vsize=281464 CPUtime=0.01 cores=0,2,4,6
/proc/11812/stat : 11812 (python) S 11774 11774 11635 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 736666904 288219136 6307 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416015 0 0 16781312 514 4304919254915842305 0 0 17 4 0 0 0
/proc/11812/statm: 70366 6307 377 364 0 6284 0
[pid=11814] ppid=11812 vsize=9284 CPUtime=4.18 cores=0,2,4,6
/proc/11814/stat : 11814 (lingeling) R 11812 11814 11814 0 -1 4202496 2479 0 0 0 417 1 0 0 25 0 1 0 736666904 9506816 1491 33554432000 4194304 4352236 140733525779664 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11814/statm: 2321 1491 129 39 0 1401 0
[pid=11815] ppid=11774 vsize=292124 CPUtime=0 cores=0,2,4,6
/proc/11815/stat : 11815 (python) S 11774 11774 11635 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 736666905 299134976 6395 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 4299059682573517058 0 0 17 0 0 0 0
/proc/11815/statm: 73031 6395 371 364 0 8946 0
[pid=11817] ppid=11815 vsize=9220 CPUtime=4.16 cores=0,2,4,6
/proc/11817/stat : 11817 (lingeling) R 11815 11817 11817 0 -1 4202496 2470 0 0 0 416 0 0 0 25 0 1 0 736666905 9441280 1475 33554432000 4194304 4352236 140735559140512 18446744073709551615 4278515 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11817/statm: 2305 1475 129 39 0 1385 0
[pid=11818] ppid=11774 vsize=302380 CPUtime=0 cores=0,2,4,6
/proc/11818/stat : 11818 (python) S 11774 11774 11635 0 -1 4202560 888 0 0 0 0 0 0 0 15 0 1 0 736666906 309637120 6399 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 1070607670399959297 0 0 17 0 0 0 0
/proc/11818/statm: 75595 6399 371 364 0 11507 0
[pid=11820] ppid=11818 vsize=68508 CPUtime=4.11 cores=0,2,4,6
/proc/11820/stat : 11820 (cryptominisat-2) R 11818 11820 11820 0 -1 4202496 11972 0 0 0 410 1 0 0 25 0 1 0 736666906 70152192 9782 33554432000 4194304 4677096 140736747928592 18446744073709551615 4318969 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11820/statm: 17127 9782 392 118 0 12086 0
[pid=11821] ppid=11774 vsize=312636 CPUtime=0.01 cores=0,2,4,6
/proc/11821/stat : 11821 (python) S 11774 11774 11635 0 -1 4202560 914 0 0 0 1 0 0 0 18 0 1 0 736666907 320139264 6403 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 1606791937388413187 0 0 17 0 0 0 0
/proc/11821/statm: 78159 6403 371 364 0 14068 0
[pid=11823] ppid=11821 vsize=9252 CPUtime=4.11 cores=0,2,4,6
/proc/11823/stat : 11823 (lingeling) R 11821 11823 11823 0 -1 4202496 2360 0 0 0 411 0 0 0 25 0 1 0 736666907 9474048 1483 33554432000 4194304 4352236 140734660164080 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11823/statm: 2313 1483 129 39 0 1393 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11816] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11816/stat : 11816 (python) S 11772 11774 11635 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 736666905 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11819] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11819/stat : 11819 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 23 0 5 0 736666906 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
[pid=11774/tid=11822] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11822/stat : 11822 (python) S 11772 11774 11635 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 736666907 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.43
Current children cumulated vsize (KiB) 1607748

[startup+12.7012 s]
/proc/loadavg: 7.71 7.91 6.62 6/315 11823
/proc/meminfo: memFree=24265356/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11812] ppid=11774 vsize=281464 CPUtime=0.02 cores=0,2,4,6
/proc/11812/stat : 11812 (python) S 11774 11774 11635 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 736666904 288219136 6307 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416015 0 0 16781312 514 7380713694004478209 0 0 17 4 0 0 0
/proc/11812/statm: 70366 6307 377 364 0 6284 0
[pid=11814] ppid=11812 vsize=11252 CPUtime=10.57 cores=0,2,4,6
/proc/11814/stat : 11814 (lingeling) R 11812 11814 11814 0 -1 4202496 3483 0 0 0 1056 1 0 0 25 0 1 0 736666904 11522048 1983 33554432000 4194304 4352236 140733525779664 18446744073709551615 4278660 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11814/statm: 2813 1983 129 39 0 1893 0
[pid=11815] ppid=11774 vsize=292124 CPUtime=0.01 cores=0,2,4,6
/proc/11815/stat : 11815 (python) S 11774 11774 11635 0 -1 4202560 895 0 0 0 1 0 0 0 18 0 1 0 736666905 299134976 6395 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478210 0 0 17 0 0 0 0
/proc/11815/statm: 73031 6395 371 364 0 8946 0
[pid=11817] ppid=11815 vsize=11012 CPUtime=10.55 cores=0,2,4,6
/proc/11817/stat : 11817 (lingeling) R 11815 11817 11817 0 -1 4202496 2918 0 0 0 1055 0 0 0 25 0 1 0 736666905 11276288 1923 33554432000 4194304 4352236 140735559140512 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11817/statm: 2753 1923 129 39 0 1833 0
[pid=11818] ppid=11774 vsize=302380 CPUtime=0.03 cores=0,2,4,6
/proc/11818/stat : 11818 (python) S 11774 11774 11635 0 -1 4202560 900 0 0 0 2 1 0 0 15 0 1 0 736666906 309637120 6399 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 1070607670399959297 0 0 17 0 0 0 0
/proc/11818/statm: 75595 6399 371 364 0 11507 0
[pid=11820] ppid=11818 vsize=85984 CPUtime=10.47 cores=0,2,4,6
/proc/11820/stat : 11820 (cryptominisat-2) R 11818 11820 11820 0 -1 4202496 15437 0 0 0 1045 2 0 0 25 0 1 0 736666906 88047616 12604 33554432000 4194304 4677096 140736747928592 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11820/statm: 21496 12604 392 118 0 16455 0
[pid=11821] ppid=11774 vsize=312636 CPUtime=0.02 cores=0,2,4,6
/proc/11821/stat : 11821 (python) S 11774 11774 11635 0 -1 4202560 919 0 0 0 2 0 0 0 18 0 1 0 736666907 320139264 6403 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478211 0 0 17 0 0 0 0
/proc/11821/statm: 78159 6403 371 364 0 14068 0
[pid=11823] ppid=11821 vsize=10584 CPUtime=10.45 cores=0,2,4,6
/proc/11823/stat : 11823 (lingeling) R 11821 11823 11823 0 -1 4202496 2693 0 0 0 1045 0 0 0 25 0 1 0 736666907 10838016 1816 33554432000 4194304 4352236 140734660164080 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11823/statm: 2646 1816 129 39 0 1726 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11816] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11816/stat : 11816 (python) S 11772 11774 11635 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 736666905 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11819] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11819/stat : 11819 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 23 0 5 0 736666906 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
[pid=11774/tid=11822] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11822/stat : 11822 (python) S 11772 11774 11635 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 736666907 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.97
Current children cumulated vsize (KiB) 1630316

[startup+25.5009 s]
/proc/loadavg: 7.65 7.88 6.64 9/327 11835
/proc/meminfo: memFree=24070596/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11812] ppid=11774 vsize=281464 CPUtime=0.05 cores=0,2,4,6
/proc/11812/stat : 11812 (python) S 11774 11774 11635 0 -1 4202560 912 0 0 0 2 3 0 0 18 0 1 0 736666904 288219136 6307 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416015 0 0 16781312 514 7380713694004478209 0 0 17 4 0 0 0
/proc/11812/statm: 70366 6307 377 364 0 6284 0
[pid=11814] ppid=11812 vsize=14532 CPUtime=23.37 cores=0,2,4,6
/proc/11814/stat : 11814 (lingeling) R 11812 11814 11814 0 -1 4202496 4815 0 0 0 2336 1 0 0 25 0 1 0 736666904 14880768 2803 33554432000 4194304 4352236 140733525779664 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11814/statm: 3633 2803 129 39 0 2713 0
[pid=11815] ppid=11774 vsize=292124 CPUtime=0.04 cores=0,2,4,6
/proc/11815/stat : 11815 (python) S 11774 11774 11635 0 -1 4202560 901 0 0 0 3 1 0 0 18 0 1 0 736666905 299134976 6395 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478210 0 0 17 0 0 0 0
/proc/11815/statm: 73031 6395 371 364 0 8946 0
[pid=11817] ppid=11815 vsize=13652 CPUtime=23.32 cores=0,2,4,6
/proc/11817/stat : 11817 (lingeling) R 11815 11817 11817 0 -1 4202496 3578 0 0 0 2332 0 0 0 25 0 1 0 736666905 13979648 2583 33554432000 4194304 4352236 140735559140512 18446744073709551615 4328471 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11817/statm: 3413 2583 129 39 0 2493 0
[pid=11818] ppid=11774 vsize=302380 CPUtime=0.06 cores=0,2,4,6
/proc/11818/stat : 11818 (python) S 11774 11774 11635 0 -1 4202560 912 0 0 0 4 2 0 0 15 0 1 0 736666906 309637120 6399 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 1070607670399959297 0 0 17 0 0 0 0
/proc/11818/statm: 75595 6399 371 364 0 11507 0
[pid=11820] ppid=11818 vsize=87656 CPUtime=23.17 cores=0,2,4,6
/proc/11820/stat : 11820 (cryptominisat-2) R 11818 11820 11820 0 -1 4202496 22421 0 0 0 2314 3 0 0 25 0 1 0 736666906 89759744 14587 33554432000 4194304 4677096 140736747928592 18446744073709551615 260020092610 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11820/statm: 21914 14587 392 118 0 16873 0
[pid=11821] ppid=11774 vsize=312636 CPUtime=0.05 cores=0,2,4,6
/proc/11821/stat : 11821 (python) S 11774 11774 11635 0 -1 4202560 924 0 0 0 3 2 0 0 18 0 1 0 736666907 320139264 6403 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478211 0 0 17 0 0 0 0
/proc/11821/statm: 78159 6403 371 364 0 14068 0
[pid=11823] ppid=11821 vsize=13880 CPUtime=23.12 cores=0,2,4,6
/proc/11823/stat : 11823 (lingeling) R 11821 11823 11823 0 -1 4202496 4029 0 0 0 2312 0 0 0 25 0 1 0 736666907 14213120 2640 33554432000 4194304 4352236 140734660164080 18446744073709551615 4207805 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11823/statm: 3470 2640 129 39 0 2550 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11816] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6

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

[pid=11774/tid=11819] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11819/stat : 11819 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 23 0 5 0 736666906 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
[pid=11774/tid=11822] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11822/stat : 11822 (python) S 11772 11774 11635 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 736666907 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 254.6
Current children cumulated vsize (KiB) 1572196

[startup+66.3014 s]
/proc/loadavg: 7.82 7.89 6.69 10/327 11836
/proc/meminfo: memFree=24098400/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11812] ppid=11774 vsize=281464 CPUtime=0.15 cores=0,2,4,6
/proc/11812/stat : 11812 (python) S 11774 11774 11635 0 -1 4202560 930 0 0 0 7 8 0 0 18 0 1 0 736666904 288219136 6307 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416015 0 0 16781312 514 7380713694004478209 0 0 17 4 0 0 0
/proc/11812/statm: 70366 6307 377 364 0 6284 0
[pid=11814] ppid=11812 vsize=16832 CPUtime=64.15 cores=0,2,4,6
/proc/11814/stat : 11814 (lingeling) R 11812 11814 11814 0 -1 4202496 9681 0 0 0 6414 1 0 0 25 0 1 0 736666904 17235968 3381 33554432000 4194304 4352236 140733525779664 18446744073709551615 4328363 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11814/statm: 4208 3381 129 39 0 3288 0
[pid=11815] ppid=11774 vsize=292124 CPUtime=0.13 cores=0,2,4,6
/proc/11815/stat : 11815 (python) S 11774 11774 11635 0 -1 4202560 920 0 0 0 7 6 0 0 18 0 1 0 736666905 299134976 6395 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478210 0 0 17 4 0 0 0
/proc/11815/statm: 73031 6395 371 364 0 8946 0
[pid=11817] ppid=11815 vsize=19300 CPUtime=64 cores=0,2,4,6
/proc/11817/stat : 11817 (lingeling) R 11815 11817 11817 0 -1 4202496 9214 0 0 0 6399 1 0 0 25 0 1 0 736666905 19763200 3995 33554432000 4194304 4352236 140735559140512 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11817/statm: 4825 3995 129 39 0 3905 0
[pid=11818] ppid=11774 vsize=302380 CPUtime=1.57 cores=0,2,4,6
/proc/11818/stat : 11818 (python) R 11774 11774 11635 0 -1 4202560 943 0 0 0 133 24 0 0 17 0 1 0 736666906 309637120 6400 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11818/statm: 75595 6400 372 364 0 11507 0
[pid=11820] ppid=11818 vsize=0 CPUtime=62.31 cores=0,2,4,6
/proc/11820/stat : 11820 (cryptominisat-2) R 11818 11820 11820 0 -1 4202500 43272 0 0 0 6222 9 0 0 25 0 1 0 736666906 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11820/statm: 0 0 0 0 0 0 0
[pid=11821] ppid=11774 vsize=312636 CPUtime=0.14 cores=0,2,4,6
/proc/11821/stat : 11821 (python) S 11774 11774 11635 0 -1 4202560 945 0 0 0 8 6 0 0 18 0 1 0 736666907 320139264 6403 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478211 0 0 17 4 0 0 0
/proc/11821/statm: 78159 6403 371 364 0 14068 0
[pid=11823] ppid=11821 vsize=18436 CPUtime=63.5 cores=0,2,4,6
/proc/11823/stat : 11823 (lingeling) R 11821 11823 11823 0 -1 4202496 8560 0 0 0 6350 0 0 0 25 0 1 0 736666907 18878464 3779 33554432000 4194304 4352236 140734660164080 18446744073709551615 4327985 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11823/statm: 4609 3779 129 39 0 3689 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11816] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11816/stat : 11816 (python) S 11772 11774 11635 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 736666905 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11819] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11819/stat : 11819 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 23 0 5 0 736666906 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
[pid=11774/tid=11822] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11822/stat : 11822 (python) S 11772 11774 11635 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 736666907 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 257.8
Current children cumulated vsize (KiB) 1566052

[startup+66.7013 s]
/proc/loadavg: 7.82 7.89 6.69 10/327 11836
/proc/meminfo: memFree=24098400/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11812] ppid=11774 vsize=281464 CPUtime=0.15 cores=0,2,4,6
/proc/11812/stat : 11812 (python) S 11774 11774 11635 0 -1 4202560 930 0 0 0 7 8 0 0 18 0 1 0 736666904 288219136 6307 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416015 0 0 16781312 514 7380713694004478209 0 0 17 4 0 0 0
/proc/11812/statm: 70366 6307 377 364 0 6284 0
[pid=11814] ppid=11812 vsize=16832 CPUtime=64.55 cores=0,2,4,6
/proc/11814/stat : 11814 (lingeling) R 11812 11814 11814 0 -1 4202496 9681 0 0 0 6454 1 0 0 25 0 1 0 736666904 17235968 3381 33554432000 4194304 4352236 140733525779664 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11814/statm: 4208 3381 129 39 0 3288 0
[pid=11815] ppid=11774 vsize=292124 CPUtime=0.13 cores=0,2,4,6
/proc/11815/stat : 11815 (python) S 11774 11774 11635 0 -1 4202560 920 0 0 0 7 6 0 0 18 0 1 0 736666905 299134976 6395 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478210 0 0 17 4 0 0 0
/proc/11815/statm: 73031 6395 371 364 0 8946 0
[pid=11817] ppid=11815 vsize=19300 CPUtime=64.4 cores=0,2,4,6
/proc/11817/stat : 11817 (lingeling) R 11815 11817 11817 0 -1 4202496 9214 0 0 0 6439 1 0 0 25 0 1 0 736666905 19763200 3995 33554432000 4194304 4352236 140735559140512 18446744073709551615 4328400 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11817/statm: 4825 3995 129 39 0 3905 0
[pid=11818] ppid=11774 vsize=302380 CPUtime=1.97 cores=0,2,4,6
/proc/11818/stat : 11818 (python) R 11774 11774 11635 0 -1 4202560 943 0 0 0 169 28 0 0 17 0 1 0 736666906 309637120 6400 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11818/statm: 75595 6400 372 364 0 11507 0
[pid=11820] ppid=11818 vsize=0 CPUtime=62.31 cores=0,2,4,6
/proc/11820/stat : 11820 (cryptominisat-2) R 11818 11820 11820 0 -1 4202500 43272 0 0 0 6222 9 0 0 25 0 1 0 736666906 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11820/statm: 0 0 0 0 0 0 0
[pid=11821] ppid=11774 vsize=312636 CPUtime=0.14 cores=0,2,4,6
/proc/11821/stat : 11821 (python) S 11774 11774 11635 0 -1 4202560 945 0 0 0 8 6 0 0 18 0 1 0 736666907 320139264 6403 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478211 0 0 17 4 0 0 0
/proc/11821/statm: 78159 6403 371 364 0 14068 0
[pid=11823] ppid=11821 vsize=18436 CPUtime=63.9 cores=0,2,4,6
/proc/11823/stat : 11823 (lingeling) R 11821 11823 11823 0 -1 4202496 8560 0 0 0 6390 0 0 0 25 0 1 0 736666907 18878464 3779 33554432000 4194304 4352236 140734660164080 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11823/statm: 4609 3779 129 39 0 3689 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11816] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11816/stat : 11816 (python) S 11772 11774 11635 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 736666905 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11819] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11819/stat : 11819 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 23 0 5 0 736666906 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
[pid=11774/tid=11822] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11822/stat : 11822 (python) S 11772 11774 11635 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 736666907 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 259.4
Current children cumulated vsize (KiB) 1566052

[startup+66.9013 s]
/proc/loadavg: 7.82 7.89 6.69 10/327 11836
/proc/meminfo: memFree=24098400/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11812] ppid=11774 vsize=281464 CPUtime=0.15 cores=0,2,4,6
/proc/11812/stat : 11812 (python) S 11774 11774 11635 0 -1 4202560 930 0 0 0 7 8 0 0 18 0 1 0 736666904 288219136 6307 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416015 0 0 16781312 514 7380713694004478209 0 0 17 4 0 0 0
/proc/11812/statm: 70366 6307 377 364 0 6284 0
[pid=11814] ppid=11812 vsize=16832 CPUtime=64.75 cores=0,2,4,6
/proc/11814/stat : 11814 (lingeling) R 11812 11814 11814 0 -1 4202496 9681 0 0 0 6474 1 0 0 25 0 1 0 736666904 17235968 3381 33554432000 4194304 4352236 140733525779664 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11814/statm: 4208 3381 129 39 0 3288 0
[pid=11815] ppid=11774 vsize=292124 CPUtime=0.13 cores=0,2,4,6
/proc/11815/stat : 11815 (python) S 11774 11774 11635 0 -1 4202560 920 0 0 0 7 6 0 0 18 0 1 0 736666905 299134976 6395 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478210 0 0 17 4 0 0 0
/proc/11815/statm: 73031 6395 371 364 0 8946 0
[pid=11817] ppid=11815 vsize=19300 CPUtime=64.6 cores=0,2,4,6
/proc/11817/stat : 11817 (lingeling) R 11815 11817 11817 0 -1 4202496 9214 0 0 0 6459 1 0 0 25 0 1 0 736666905 19763200 3995 33554432000 4194304 4352236 140735559140512 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11817/statm: 4825 3995 129 39 0 3905 0
[pid=11818] ppid=11774 vsize=302380 CPUtime=2.17 cores=0,2,4,6
/proc/11818/stat : 11818 (python) R 11774 11774 11635 0 -1 4202560 943 0 0 0 186 31 0 0 18 0 1 0 736666906 309637120 6400 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11818/statm: 75595 6400 372 364 0 11507 0
[pid=11820] ppid=11818 vsize=0 CPUtime=62.31 cores=0,2,4,6
/proc/11820/stat : 11820 (cryptominisat-2) R 11818 11820 11820 0 -1 4202500 43272 0 0 0 6222 9 0 0 25 0 1 0 736666906 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11820/statm: 0 0 0 0 0 0 0
[pid=11821] ppid=11774 vsize=312636 CPUtime=0.14 cores=0,2,4,6
/proc/11821/stat : 11821 (python) S 11774 11774 11635 0 -1 4202560 945 0 0 0 8 6 0 0 18 0 1 0 736666907 320139264 6403 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478211 0 0 17 4 0 0 0
/proc/11821/statm: 78159 6403 371 364 0 14068 0
[pid=11823] ppid=11821 vsize=18436 CPUtime=64.1 cores=0,2,4,6
/proc/11823/stat : 11823 (lingeling) R 11821 11823 11823 0 -1 4202496 8560 0 0 0 6410 0 0 0 25 0 1 0 736666907 18878464 3779 33554432000 4194304 4352236 140734660164080 18446744073709551615 4278833 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11823/statm: 4609 3779 129 39 0 3689 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11816] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11816/stat : 11816 (python) S 11772 11774 11635 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 736666905 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11819] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11819/stat : 11819 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 23 0 5 0 736666906 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
[pid=11774/tid=11822] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11822/stat : 11822 (python) S 11772 11774 11635 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 736666907 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 260.2
Current children cumulated vsize (KiB) 1566052

[startup+67.0012 s]
/proc/loadavg: 7.82 7.89 6.69 10/327 11836
/proc/meminfo: memFree=24101376/32951124 swapFree=67083432/67111528
[pid=11774] ppid=11772 vsize=322880 CPUtime=1.85 cores=0,2,4,6
/proc/11774/stat : 11774 (python) S 11772 11774 11635 0 -1 4202496 15004 932 1 0 169 16 0 0 25 0 5 0 736666694 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11774/statm: 80720 7909 1873 364 0 16629 0
[pid=11812] ppid=11774 vsize=281464 CPUtime=0.15 cores=0,2,4,6
/proc/11812/stat : 11812 (python) S 11774 11774 11635 0 -1 4202560 930 0 0 0 7 8 0 0 18 0 1 0 736666904 288219136 6307 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416015 0 0 16781312 514 7380713694004478209 0 0 17 4 0 0 0
/proc/11812/statm: 70366 6307 377 364 0 6284 0
[pid=11814] ppid=11812 vsize=16832 CPUtime=64.86 cores=0,2,4,6
/proc/11814/stat : 11814 (lingeling) R 11812 11814 11814 0 -1 4202496 9681 0 0 0 6485 1 0 0 25 0 1 0 736666904 17235968 3381 33554432000 4194304 4352236 140733525779664 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11814/statm: 4208 3381 129 39 0 3288 0
[pid=11815] ppid=11774 vsize=292124 CPUtime=0.13 cores=0,2,4,6
/proc/11815/stat : 11815 (python) S 11774 11774 11635 0 -1 4202560 920 0 0 0 7 6 0 0 18 0 1 0 736666905 299134976 6395 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478210 0 0 17 4 0 0 0
/proc/11815/statm: 73031 6395 371 364 0 8946 0
[pid=11817] ppid=11815 vsize=19300 CPUtime=64.71 cores=0,2,4,6
/proc/11817/stat : 11817 (lingeling) R 11815 11817 11817 0 -1 4202496 9214 0 0 0 6470 1 0 0 25 0 1 0 736666905 19763200 3995 33554432000 4194304 4352236 140735559140512 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11817/statm: 4825 3995 129 39 0 3905 0
[pid=11818] ppid=11774 vsize=302380 CPUtime=2.28 cores=0,2,4,6
/proc/11818/stat : 11818 (python) R 11774 11774 11635 0 -1 4202560 943 0 0 0 196 32 0 0 18 0 1 0 736666906 309637120 6400 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11818/statm: 75595 6400 372 364 0 11507 0
[pid=11820] ppid=11818 vsize=0 CPUtime=62.31 cores=0,2,4,6
/proc/11820/stat : 11820 (cryptominisat-2) R 11818 11820 11820 0 -1 4202500 43272 0 0 0 6222 9 0 0 25 0 1 0 736666906 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11820/statm: 0 0 0 0 0 0 0
[pid=11821] ppid=11774 vsize=312636 CPUtime=0.14 cores=0,2,4,6
/proc/11821/stat : 11821 (python) S 11774 11774 11635 0 -1 4202560 945 0 0 0 8 6 0 0 18 0 1 0 736666907 320139264 6403 33554432000 4194304 5683644 140734556471472 18446744073709551615 260020416070 0 0 16781312 514 7380713694004478211 0 0 17 4 0 0 0
/proc/11821/statm: 78159 6403 371 364 0 14068 0
[pid=11823] ppid=11821 vsize=18436 CPUtime=64.2 cores=0,2,4,6
/proc/11823/stat : 11823 (lingeling) R 11821 11823 11823 0 -1 4202496 8560 0 0 0 6420 0 0 0 25 0 1 0 736666907 18878464 3779 33554432000 4194304 4352236 140734660164080 18446744073709551615 4330239 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11823/statm: 4609 3779 129 39 0 3689 0
[pid=11774/tid=11813] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11813/stat : 11813 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 736666904 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11816] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11816/stat : 11816 (python) S 11772 11774 11635 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 736666905 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 4 0 0 0
[pid=11774/tid=11819] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11819/stat : 11819 (python) S 11772 11774 11635 0 -1 4202560 25 932 0 0 0 0 0 0 23 0 5 0 736666906 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
[pid=11774/tid=11822] ppid=11772 vsize=322880 CPUtime=0 cores=0,2,4,6
/proc/11774/task/11822/stat : 11822 (python) S 11772 11774 11635 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 736666907 330629120 7909 33554432000 4194304 5683644 140734556471472 18446744073709551615 260032219569 0 0 16781312 2 18446604453495843520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 260.63
Current children cumulated vsize (KiB) 1566052

Child status: 0
Real time (s): 67.0555
CPU time (s): 260.83
CPU user time (s): 259.967
CPU system time (s): 0.862868
CPU usage (%): 388.977
Max. virtual memory (cumulated for all children) (KiB): 1689988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.967
system time used= 0.862868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95870
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= 3656
involuntary context switches= 1920

runsolver used 0.19597 second user time and 0.493924 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 14:59:21
IDJOB=3378869
IDBENCH=70818
IDSOLVER=1860
FILE ID=node110/3378869-1305464361
RUNJOBID= node110-1305463157-11653
PBS_JOBID= 13324983
Free space on /tmp= 73568 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.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-3378869-1305464361/watcher-3378869-1305464361 -o /tmp/evaluation-result-3378869-1305464361/solver-3378869-1305464361 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378869-1305464361.cnf -seed 1984495914 -budget 4800 -cores 4

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=1984495914

node110.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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.76
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.830
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.83
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22469388 kB
Buffers:        295408 kB
Cached:        4477092 kB
SwapCached:       1440 kB
Active:        6724100 kB
Inactive:      3413940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22469388 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           32304 kB
Writeback:           0 kB
AnonPages:     5364168 kB
Mapped:          32856 kB
Slab:           247404 kB
PageTables:      32912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 66515592 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= 73548 MiB
End job on node110 at 2011-05-15 15:00:28