Trace number 3385816

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-random (fixed)UNSAT 55.2176 7.54117

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
MD5SUM0e5f93b3b44a8a3d689954a8a212e867
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.88795
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3385816-1305575474.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.51	c INFO: computed variable balance statistics
0.41/0.54	c INFO: computed small-clause counts
0.41/0.54	c INFO: computed Horn-clause counts
0.41/0.54	c INFO: computed variable graph statistics
0.41/0.54	c INFO: collected features for HOME/instance-3385816-1305575474.cnf in 0.07 s
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.60)
0.51/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.38)
0.51/0.63	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.51/0.66	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.51/0.69	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.10)
0.60/0.73	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.60/0.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.60/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
54.92/7.52	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-3385816-1305575474/watcher-3385816-1305575474 -o /tmp/evaluation-result-3385816-1305575474/solver-3385816-1305575474 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385816-1305575474.cnf -seed 1895458126 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.01 7.91 8.09 1/469 31473
/proc/meminfo: memFree=10305380/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=16236 CPUtime=0.01 cores=0-7
/proc/31473/stat : 31473 (python) R 31471 31473 31027 0 -1 4202496 1049 0 0 0 1 0 0 0 25 0 1 0 669149792 16625664 921 33554432000 4194304 5683644 140735312605616 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31473/statm: 4059 921 381 364 0 546 0

[startup+0.033266 s]
/proc/loadavg: 7.01 7.91 8.09 1/469 31473
/proc/meminfo: memFree=10305380/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=18880 CPUtime=0.02 cores=0-7
/proc/31473/stat : 31473 (python) R 31471 31473 31027 0 -1 4202496 1283 0 0 0 2 0 0 0 25 0 1 0 669149792 19333120 1136 33554432000 4194304 5683644 140735312605616 18446744073709551615 4870042 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31473/statm: 4720 1136 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100286 s]
/proc/loadavg: 7.01 7.91 8.09 1/469 31473
/proc/meminfo: memFree=10305380/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=104224 CPUtime=0.06 cores=0-7
/proc/31473/stat : 31473 (python) R 31471 31473 31027 0 -1 4202496 3065 0 0 0 5 1 0 0 17 0 1 0 669149792 106725376 2747 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436012901 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31473/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300181 s]
/proc/loadavg: 7.01 7.91 8.09 1/469 31473
/proc/meminfo: memFree=10305380/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=170752 CPUtime=0.23 cores=0-7
/proc/31473/stat : 31473 (python) R 31471 31473 31027 0 -1 4202496 6744 933 1 0 17 6 0 0 17 0 1 0 669149792 174850048 4808 33554432000 4194304 5683644 140735312605616 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31473/statm: 42687 4808 1336 364 0 3452 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700097 s]
/proc/loadavg: 7.01 7.91 8.09 1/469 31473
/proc/meminfo: memFree=10305380/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=330368 CPUtime=0.6 cores=0-7
/proc/31473/stat : 31473 (python) R 31471 31473 31027 0 -1 4202496 13182 933 1 0 51 9 0 0 20 0 6 0 669149792 338296832 7229 33554432000 4194304 5683644 140735312605616 18446744073709551615 47720198532672 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31473/statm: 82592 7229 1881 364 0 18498 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 330368

[startup+1.50094 s]
/proc/loadavg: 7.01 7.91 8.09 9/494 31502
/proc/meminfo: memFree=10248984/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=360740 CPUtime=0.69 cores=0-7
/proc/31473/stat : 31473 (python) S 31471 31473 31027 0 -1 4202496 15658 933 1 0 59 10 0 0 20 0 9 0 669149792 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31473/statm: 90185 7173 1889 364 0 26082 0
[pid=31479] ppid=31473 vsize=278452 CPUtime=0 cores=0-7
/proc/31479/stat : 31479 (python) S 31473 31473 31027 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 669149849 285134848 5535 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037135 0 0 16781312 514 8369350573530546175 0 0 17 7 0 0 0
/proc/31479/statm: 69613 5535 354 364 0 5531 0
[pid=31481] ppid=31479 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/31481/stat : 31481 (gnovelty+2) R 31479 31481 31481 0 -1 4202496 424 0 0 0 92 0 0 0 21 0 1 0 669149849 1042227200 161 33554432000 134512640 135663704 4286896944 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31481/statm: 254450 161 113 282 0 254166 0
[pid=31482] ppid=31473 vsize=289224 CPUtime=0 cores=0-7
/proc/31482/stat : 31482 (python) S 31473 31473 31027 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 669149852 296165376 5664 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 12273179802088734980 0 0 17 2 0 0 0
/proc/31482/statm: 72306 5664 348 364 0 8221 0
[pid=31484] ppid=31482 vsize=1420 CPUtime=0.89 cores=0-7
/proc/31484/stat : 31484 (march_hi) R 31482 31484 31484 0 -1 4202496 467 0 0 0 89 0 0 0 18 0 1 0 669149852 1454080 208 33554432000 4194304 4955518 140735115996240 18446744073709551615 4289998 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31484/statm: 355 208 106 186 0 168 0
[pid=31485] ppid=31473 vsize=299612 CPUtime=0 cores=0-7
/proc/31485/stat : 31485 (python) S 31473 31473 31027 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 669149855 306802688 5684 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 13724741858939076866 0 0 17 6 0 0 0
/proc/31485/statm: 74903 5684 348 364 0 10815 0
[pid=31487] ppid=31485 vsize=1420 CPUtime=0.86 cores=0-7
/proc/31487/stat : 31487 (march_hi) R 31485 31487 31487 0 -1 4202496 473 0 0 0 86 0 0 0 25 0 1 0 669149855 1454080 209 33554432000 4194304 4955518 140735938509456 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31487/statm: 355 209 106 186 0 168 0
[pid=31488] ppid=31473 vsize=309868 CPUtime=0 cores=0-7
/proc/31488/stat : 31488 (python) S 31473 31473 31027 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 669149858 317304832 5688 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 4253961289014968319 0 0 17 6 0 0 0
/proc/31488/statm: 77467 5688 348 364 0 13376 0
[pid=31490] ppid=31488 vsize=1420 CPUtime=0.81 cores=0-7
/proc/31490/stat : 31490 (march_hi) R 31488 31490 31490 0 -1 4202496 475 0 0 0 81 0 0 0 23 0 1 0 669149858 1454080 208 33554432000 4194304 4955518 140736413410016 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31490/statm: 355 208 106 186 0 168 0
[pid=31491] ppid=31473 vsize=320124 CPUtime=0 cores=0-7
/proc/31491/stat : 31491 (python) S 31473 31473 31027 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 669149861 327806976 5692 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 11614374424957911300 0 0 17 6 0 0 0
/proc/31491/statm: 80031 5692 348 364 0 15937 0
[pid=31493] ppid=31491 vsize=1420 CPUtime=0.79 cores=0-7
/proc/31493/stat : 31493 (march_hi) R 31491 31493 31493 0 -1 4202496 472 0 0 0 79 0 0 0 22 0 1 0 669149862 1454080 208 33554432000 4194304 4955518 140737103670784 18446744073709551615 4245422 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31493/statm: 355 208 106 186 0 168 0
[pid=31494] ppid=31473 vsize=330380 CPUtime=0 cores=0-7
/proc/31494/stat : 31494 (python) S 31473 31473 31027 0 -1 4202560 763 0 0 0 0 0 0 0 21 0 1 0 669149865 338309120 5713 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 12948318699328110591 0 0 17 0 0 0 0
/proc/31494/statm: 82595 5713 348 364 0 18498 0
[pid=31496] ppid=31494 vsize=1017800 CPUtime=0.73 cores=0-7
/proc/31496/stat : 31496 (gnovelty+2) R 31494 31496 31496 0 -1 4202496 427 0 0 0 73 0 0 0 25 0 1 0 669149865 1042227200 162 33554432000 134512640 135663704 4293817472 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31496/statm: 254450 162 113 282 0 254166 0
[pid=31497] ppid=31473 vsize=340636 CPUtime=0 cores=0-7
/proc/31497/stat : 31497 (python) S 31473 31473 31027 0 -1 4202560 778 0 0 0 0 0 0 0 16 0 1 0 669149868 348811264 5717 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 17939231500855640322 0 0 17 6 0 0 0
/proc/31497/statm: 85159 5717 348 364 0 21059 0
[pid=31499] ppid=31497 vsize=1420 CPUtime=0.7 cores=0-7
/proc/31499/stat : 31499 (march_hi) R 31497 31499 31499 0 -1 4202496 471 0 0 0 70 0 0 0 25 0 1 0 669149868 1454080 207 33554432000 4194304 4955518 140734142034704 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31499/statm: 355 207 106 186 0 168 0
[pid=31500] ppid=31473 vsize=350496 CPUtime=0 cores=0-7
/proc/31500/stat : 31500 (python) S 31473 31473 31027 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 669149871 358907904 5634 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 5607403976174567683 0 0 17 0 0 0 0
/proc/31500/statm: 87624 5634 354 364 0 23521 0
[pid=31502] ppid=31500 vsize=1420 CPUtime=0.68 cores=0-7
/proc/31502/stat : 31502 (march_hi) R 31500 31502 31502 0 -1 4202496 483 0 0 0 68 0 0 0 22 0 1 0 669149872 1454080 209 33554432000 4194304 4955518 140736500508944 18446744073709551615 4314233 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31502/statm: 355 209 106 186 0 168 0
[pid=31473/tid=31480] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31027 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 669149849 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
[pid=31473/tid=31483] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31483/stat : 31483 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149852 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 2 0 0 0
[pid=31473/tid=31486] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31486/stat : 31486 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 669149855 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31489] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31489/stat : 31489 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149858 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 4 0 0 0
[pid=31473/tid=31492] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31492/stat : 31492 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669149861 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31495] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31495/stat : 31495 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 669149865 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31498] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31498/stat : 31498 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 669149868 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31501] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31501/stat : 31501 (python) S 31471 31473 31027 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 669149872 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 4923652

[startup+3.10164 s]
/proc/loadavg: 7.01 7.91 8.09 9/494 31502
/proc/meminfo: memFree=10247868/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=360740 CPUtime=0.69 cores=0-7
/proc/31473/stat : 31473 (python) S 31471 31473 31027 0 -1 4202496 15658 933 1 0 59 10 0 0 20 0 9 0 669149792 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31473/statm: 90185 7173 1889 364 0 26082 0
[pid=31479] ppid=31473 vsize=278452 CPUtime=0 cores=0-7
/proc/31479/stat : 31479 (python) S 31473 31473 31027 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 669149849 285134848 5535 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037135 0 0 16781312 514 8369350573530513666 0 0 17 7 0 0 0
/proc/31479/statm: 69613 5535 354 364 0 5531 0
[pid=31481] ppid=31479 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/31481/stat : 31481 (gnovelty+2) R 31479 31481 31481 0 -1 4202496 424 0 0 0 252 0 0 0 25 0 1 0 669149849 1042227200 161 33554432000 134512640 135663704 4286896944 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31481/statm: 254450 161 113 282 0 254166 0
[pid=31482] ppid=31473 vsize=289224 CPUtime=0 cores=0-7
/proc/31482/stat : 31482 (python) S 31473 31473 31027 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 669149852 296165376 5664 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 12273179802088734980 0 0 17 2 0 0 0
/proc/31482/statm: 72306 5664 348 364 0 8221 0
[pid=31484] ppid=31482 vsize=1420 CPUtime=2.49 cores=0-7
/proc/31484/stat : 31484 (march_hi) R 31482 31484 31484 0 -1 4202496 468 0 0 0 249 0 0 0 22 0 1 0 669149852 1454080 209 33554432000 4194304 4955518 140735115996240 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31484/statm: 355 209 106 186 0 168 0
[pid=31485] ppid=31473 vsize=299612 CPUtime=0 cores=0-7
/proc/31485/stat : 31485 (python) S 31473 31473 31027 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 669149855 306802688 5684 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 13724741858939076866 0 0 17 6 0 0 0
/proc/31485/statm: 74903 5684 348 364 0 10815 0
[pid=31487] ppid=31485 vsize=1420 CPUtime=2.45 cores=0-7
/proc/31487/stat : 31487 (march_hi) R 31485 31487 31487 0 -1 4202496 474 0 0 0 245 0 0 0 25 0 1 0 669149855 1454080 210 33554432000 4194304 4955518 140735938509456 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31487/statm: 355 210 106 186 0 168 0
[pid=31488] ppid=31473 vsize=309868 CPUtime=0 cores=0-7
/proc/31488/stat : 31488 (python) S 31473 31473 31027 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 669149858 317304832 5688 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 14417205486019379457 0 0 17 6 0 0 0
/proc/31488/statm: 77467 5688 348 364 0 13376 0
[pid=31490] ppid=31488 vsize=1420 CPUtime=2.39 cores=0-7
/proc/31490/stat : 31490 (march_hi) R 31488 31490 31490 0 -1 4202496 476 0 0 0 239 0 0 0 25 0 1 0 669149858 1454080 209 33554432000 4194304 4955518 140736413410016 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31490/statm: 355 209 106 186 0 168 0
[pid=31491] ppid=31473 vsize=320124 CPUtime=0 cores=0-7
/proc/31491/stat : 31491 (python) S 31473 31473 31027 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 669149861 327806976 5692 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 11614374424957911300 0 0 17 6 0 0 0
/proc/31491/statm: 80031 5692 348 364 0 15937 0
[pid=31493] ppid=31491 vsize=1420 CPUtime=2.39 cores=0-7
/proc/31493/stat : 31493 (march_hi) R 31491 31493 31493 0 -1 4202496 473 0 0 0 239 0 0 0 25 0 1 0 669149862 1454080 209 33554432000 4194304 4955518 140737103670784 18446744073709551615 4208646 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31493/statm: 355 209 106 186 0 168 0
[pid=31494] ppid=31473 vsize=330380 CPUtime=0 cores=0-7
/proc/31494/stat : 31494 (python) S 31473 31473 31027 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 1 0 669149865 338309120 5713 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 12948318699328078082 0 0 17 0 0 0 0
/proc/31494/statm: 82595 5713 348 364 0 18498 0
[pid=31496] ppid=31494 vsize=1017800 CPUtime=2.34 cores=0-7
/proc/31496/stat : 31496 (gnovelty+2) R 31494 31496 31496 0 -1 4202496 427 0 0 0 234 0 0 0 25 0 1 0 669149865 1042227200 162 33554432000 134512640 135663704 4293817472 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31496/statm: 254450 162 113 282 0 254166 0
[pid=31497] ppid=31473 vsize=340636 CPUtime=0 cores=0-7
/proc/31497/stat : 31497 (python) S 31473 31473 31027 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 669149868 348811264 5717 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 17939231500855640322 0 0 17 6 0 0 0
/proc/31497/statm: 85159 5717 348 364 0 21059 0
[pid=31499] ppid=31497 vsize=1420 CPUtime=2.29 cores=0-7
/proc/31499/stat : 31499 (march_hi) R 31497 31499 31499 0 -1 4202496 472 0 0 0 229 0 0 0 25 0 1 0 669149868 1454080 208 33554432000 4194304 4955518 140734142034704 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31499/statm: 355 208 106 186 0 168 0
[pid=31500] ppid=31473 vsize=350496 CPUtime=0 cores=0-7
/proc/31500/stat : 31500 (python) S 31473 31473 31027 0 -1 4202560 836 0 0 0 0 0 0 0 15 0 1 0 669149871 358907904 5634 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 8424044679942603011 0 0 17 0 0 0 0
/proc/31500/statm: 87624 5634 354 364 0 23521 0
[pid=31502] ppid=31500 vsize=1420 CPUtime=2.28 cores=0-7
/proc/31502/stat : 31502 (march_hi) R 31500 31502 31502 0 -1 4202496 484 0 0 0 228 0 0 0 25 0 1 0 669149872 1454080 210 33554432000 4194304 4955518 140736500508944 18446744073709551615 4224638 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31502/statm: 355 210 106 186 0 168 0
[pid=31473/tid=31480] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31027 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 669149849 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
[pid=31473/tid=31483] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31483/stat : 31483 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149852 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 2 0 0 0
[pid=31473/tid=31486] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31486/stat : 31486 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 669149855 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31489] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31489/stat : 31489 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149858 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 4 0 0 0
[pid=31473/tid=31492] ppid=31471 vsize=360740 CPUtime=0 cores=0-7

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

/proc/31500/statm: 87624 5657 377 364 0 23521 0
[pid=31502] ppid=31500 vsize=1420 CPUtime=5.43 cores=0-7
/proc/31502/stat : 31502 (march_hi) R 31500 31502 31502 0 -1 4202496 492 0 0 0 543 0 0 0 25 0 1 0 669149872 1454080 218 33554432000 4194304 4955518 140736500508944 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31502/statm: 355 218 106 186 0 168 0
[pid=31473/tid=31480] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31027 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 669149849 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
[pid=31473/tid=31483] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31483/stat : 31483 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149852 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 2 0 0 0
[pid=31473/tid=31486] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31486/stat : 31486 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 669149855 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31489] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31489/stat : 31489 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149858 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 4 0 0 0
[pid=31473/tid=31492] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31492/stat : 31492 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669149861 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31495] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31495/stat : 31495 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 669149865 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31498] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31498/stat : 31498 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 669149868 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31501] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31501/stat : 31501 (python) S 31471 31473 31027 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 669149872 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.36
Current children cumulated vsize (KiB) 4923652

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

[startup+7.10088 s]
/proc/loadavg: 7.25 7.95 8.10 9/494 31502
/proc/meminfo: memFree=10246256/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=360740 CPUtime=0.69 cores=0-7
/proc/31473/stat : 31473 (python) S 31471 31473 31027 0 -1 4202496 15658 933 1 0 59 10 0 0 20 0 9 0 669149792 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31473/statm: 90185 7173 1889 364 0 26082 0
[pid=31479] ppid=31473 vsize=278452 CPUtime=0.02 cores=0-7
/proc/31479/stat : 31479 (python) S 31473 31473 31027 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 669149849 285134848 5558 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037135 0 0 16781312 514 8369350573530513666 0 0 17 7 0 0 0
/proc/31479/statm: 69613 5558 377 364 0 5531 0
[pid=31481] ppid=31479 vsize=1017800 CPUtime=6.52 cores=0-7
/proc/31481/stat : 31481 (gnovelty+2) R 31479 31481 31481 0 -1 4202496 424 0 0 0 652 0 0 0 25 0 1 0 669149849 1042227200 161 33554432000 134512640 135663704 4286896944 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31481/statm: 254450 161 113 282 0 254166 0
[pid=31482] ppid=31473 vsize=289224 CPUtime=0.02 cores=0-7
/proc/31482/stat : 31482 (python) S 31473 31473 31027 0 -1 4202560 918 0 0 0 1 1 0 0 15 0 1 0 669149852 296165376 5687 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 12273179802088734980 0 0 17 2 0 0 0
/proc/31482/statm: 72306 5687 371 364 0 8221 0
[pid=31484] ppid=31482 vsize=1420 CPUtime=6.49 cores=0-7
/proc/31484/stat : 31484 (march_hi) R 31482 31484 31484 0 -1 4202496 480 0 0 0 649 0 0 0 25 0 1 0 669149852 1454080 221 33554432000 4194304 4955518 140735115996240 18446744073709551615 4224445 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31484/statm: 355 221 106 186 0 168 0
[pid=31485] ppid=31473 vsize=299612 CPUtime=0.03 cores=0-7
/proc/31485/stat : 31485 (python) S 31473 31473 31027 0 -1 4202560 915 0 0 0 2 1 0 0 15 0 1 0 669149855 306802688 5707 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 13724741858939076866 0 0 17 2 0 0 0
/proc/31485/statm: 74903 5707 371 364 0 10815 0
[pid=31487] ppid=31485 vsize=1420 CPUtime=6.42 cores=0-7
/proc/31487/stat : 31487 (march_hi) R 31485 31487 31487 0 -1 4202496 486 0 0 0 642 0 0 0 25 0 1 0 669149855 1454080 222 33554432000 4194304 4955518 140735938509456 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31487/statm: 355 222 106 186 0 168 0
[pid=31488] ppid=31473 vsize=309868 CPUtime=0.02 cores=0-7
/proc/31488/stat : 31488 (python) S 31473 31473 31027 0 -1 4202560 915 0 0 0 2 0 0 0 15 0 1 0 669149858 317304832 5711 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 14417205486019379457 0 0 17 7 0 0 0
/proc/31488/statm: 77467 5711 371 364 0 13376 0
[pid=31490] ppid=31488 vsize=1420 CPUtime=6.28 cores=0-7
/proc/31490/stat : 31490 (march_hi) R 31488 31490 31490 0 -1 4202496 487 0 0 0 628 0 0 0 25 0 1 0 669149858 1454080 220 33554432000 4194304 4955518 140736413410016 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31490/statm: 355 220 106 186 0 168 0
[pid=31491] ppid=31473 vsize=320124 CPUtime=0.02 cores=0-7
/proc/31491/stat : 31491 (python) S 31473 31473 31027 0 -1 4202560 942 0 0 0 1 1 0 0 15 0 1 0 669149861 327806976 5715 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 11614374424957911300 0 0 17 4 0 0 0
/proc/31491/statm: 80031 5715 371 364 0 15937 0
[pid=31493] ppid=31491 vsize=1420 CPUtime=6.37 cores=0-7
/proc/31493/stat : 31493 (march_hi) R 31491 31493 31493 0 -1 4202496 485 0 0 0 637 0 0 0 25 0 1 0 669149862 1454080 221 33554432000 4194304 4955518 140737103670784 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31493/statm: 355 221 106 186 0 168 0
[pid=31494] ppid=31473 vsize=330380 CPUtime=0.01 cores=0-7
/proc/31494/stat : 31494 (python) S 31473 31473 31027 0 -1 4202560 946 0 0 0 0 1 0 0 18 0 1 0 669149865 338309120 5735 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 12948318699328078082 0 0 17 0 0 0 0
/proc/31494/statm: 82595 5735 370 364 0 18498 0
[pid=31496] ppid=31494 vsize=1017800 CPUtime=6.34 cores=0-7
/proc/31496/stat : 31496 (gnovelty+2) R 31494 31496 31496 0 -1 4202496 427 0 0 0 634 0 0 0 25 0 1 0 669149865 1042227200 162 33554432000 134512640 135663704 4293817472 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31496/statm: 254450 162 113 282 0 254166 0
[pid=31497] ppid=31473 vsize=340636 CPUtime=0.02 cores=0-7
/proc/31497/stat : 31497 (python) S 31473 31473 31027 0 -1 4202560 956 0 0 0 1 1 0 0 15 0 1 0 669149868 348811264 5740 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 17939231500855640322 0 0 17 6 0 0 0
/proc/31497/statm: 85159 5740 371 364 0 21059 0
[pid=31499] ppid=31497 vsize=1420 CPUtime=6.24 cores=0-7
/proc/31499/stat : 31499 (march_hi) R 31497 31499 31499 0 -1 4202496 484 0 0 0 624 0 0 0 25 0 1 0 669149868 1454080 220 33554432000 4194304 4955518 140734142034704 18446744073709551615 4330526 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31499/statm: 355 220 106 186 0 168 0
[pid=31500] ppid=31473 vsize=350496 CPUtime=0.03 cores=0-7
/proc/31500/stat : 31500 (python) S 31473 31473 31027 0 -1 4202560 1003 0 0 0 2 1 0 0 15 0 1 0 669149871 358907904 5657 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 8424044679942603011 0 0 17 0 0 0 0
/proc/31500/statm: 87624 5657 377 364 0 23521 0
[pid=31502] ppid=31500 vsize=1420 CPUtime=6.22 cores=0-7
/proc/31502/stat : 31502 (march_hi) R 31500 31502 31502 0 -1 4202496 495 0 0 0 622 0 0 0 25 0 1 0 669149872 1454080 221 33554432000 4194304 4955518 140736500508944 18446744073709551615 4297547 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31502/statm: 355 221 106 186 0 168 0
[pid=31473/tid=31480] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31027 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 669149849 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
[pid=31473/tid=31483] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31483/stat : 31483 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149852 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 2 0 0 0
[pid=31473/tid=31486] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31486/stat : 31486 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 669149855 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31489] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31489/stat : 31489 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149858 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 4 0 0 0
[pid=31473/tid=31492] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31492/stat : 31492 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669149861 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31495] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31495/stat : 31495 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 669149865 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31498] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31498/stat : 31498 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 669149868 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31501] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31501/stat : 31501 (python) S 31471 31473 31027 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 669149872 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.74
Current children cumulated vsize (KiB) 4923652

[startup+7.5008 s]
/proc/loadavg: 7.25 7.95 8.10 9/494 31502
/proc/meminfo: memFree=10246256/32951124 swapFree=56316216/67111528
[pid=31473] ppid=31471 vsize=360740 CPUtime=0.69 cores=0-7
/proc/31473/stat : 31473 (python) S 31471 31473 31027 0 -1 4202496 15658 933 1 0 59 10 0 0 20 0 9 0 669149792 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31473/statm: 90185 7173 1889 364 0 26082 0
[pid=31479] ppid=31473 vsize=278452 CPUtime=0.02 cores=0-7
/proc/31479/stat : 31479 (python) S 31473 31473 31027 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 669149849 285134848 5558 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037135 0 0 16781312 514 8369350573530513666 0 0 17 7 0 0 0
/proc/31479/statm: 69613 5558 377 364 0 5531 0
[pid=31481] ppid=31479 vsize=1017800 CPUtime=6.92 cores=0-7
/proc/31481/stat : 31481 (gnovelty+2) R 31479 31481 31481 0 -1 4202496 424 0 0 0 692 0 0 0 25 0 1 0 669149849 1042227200 161 33554432000 134512640 135663704 4286896944 18446744073709551615 134525157 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31481/statm: 254450 161 113 282 0 254166 0
[pid=31482] ppid=31473 vsize=289224 CPUtime=0.02 cores=0-7
/proc/31482/stat : 31482 (python) S 31473 31473 31027 0 -1 4202560 918 0 0 0 1 1 0 0 15 0 1 0 669149852 296165376 5687 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 5607404001944371460 0 0 17 2 0 0 0
/proc/31482/statm: 72306 5687 371 364 0 8221 0
[pid=31484] ppid=31482 vsize=1556 CPUtime=6.89 cores=0-7
/proc/31484/stat : 31484 (march_hi) R 31482 31484 31484 0 -1 4202496 505 0 0 0 689 0 0 0 25 0 1 0 669149852 1593344 246 33554432000 4194304 4955518 140735115996240 18446744073709551615 4237871 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31484/statm: 389 246 106 186 0 202 0
[pid=31485] ppid=31473 vsize=299612 CPUtime=0.03 cores=0-7
/proc/31485/stat : 31485 (python) S 31473 31473 31027 0 -1 4202560 917 0 0 0 2 1 0 0 15 0 1 0 669149855 306802688 5708 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 5607404001944371458 0 0 17 2 0 0 0
/proc/31485/statm: 74903 5708 372 364 0 10815 0
[pid=31487] ppid=31485 vsize=1556 CPUtime=6.82 cores=0-7
/proc/31487/stat : 31487 (march_hi) R 31485 31487 31487 0 -1 4202496 510 0 0 0 682 0 0 0 25 0 1 0 669149855 1593344 246 33554432000 4194304 4955518 140735938509456 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31487/statm: 389 246 106 186 0 202 0
[pid=31488] ppid=31473 vsize=309868 CPUtime=0.02 cores=0-7
/proc/31488/stat : 31488 (python) S 31473 31473 31027 0 -1 4202560 916 0 0 0 2 0 0 0 15 0 1 0 669149858 317304832 5711 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 14417205486019379457 0 0 17 7 0 0 0
/proc/31488/statm: 77467 5711 371 364 0 13376 0
[pid=31490] ppid=31488 vsize=1556 CPUtime=6.67 cores=0-7
/proc/31490/stat : 31490 (march_hi) R 31488 31490 31490 0 -1 4202496 511 0 0 0 667 0 0 0 25 0 1 0 669149858 1593344 244 33554432000 4194304 4955518 140736413410016 18446744073709551615 4235568 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31490/statm: 389 244 106 186 0 202 0
[pid=31491] ppid=31473 vsize=320124 CPUtime=0.02 cores=0-7
/proc/31491/stat : 31491 (python) S 31473 31473 31027 0 -1 4202560 942 0 0 0 1 1 0 0 15 0 1 0 669149861 327806976 5715 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 11614374424957911300 0 0 17 4 0 0 0
/proc/31491/statm: 80031 5715 371 364 0 15937 0
[pid=31493] ppid=31491 vsize=1556 CPUtime=6.77 cores=0-7
/proc/31493/stat : 31493 (march_hi) R 31491 31493 31493 0 -1 4202496 509 0 0 0 677 0 0 0 25 0 1 0 669149862 1593344 245 33554432000 4194304 4955518 140737103670784 18446744073709551615 4224672 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31493/statm: 389 245 106 186 0 202 0
[pid=31494] ppid=31473 vsize=330380 CPUtime=0.01 cores=0-7
/proc/31494/stat : 31494 (python) S 31473 31473 31027 0 -1 4202560 946 0 0 0 0 1 0 0 18 0 1 0 669149865 338309120 5735 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 12948318699328078082 0 0 17 0 0 0 0
/proc/31494/statm: 82595 5735 370 364 0 18498 0
[pid=31496] ppid=31494 vsize=1017800 CPUtime=6.73 cores=0-7
/proc/31496/stat : 31496 (gnovelty+2) R 31494 31496 31496 0 -1 4202496 427 0 0 0 673 0 0 0 25 0 1 0 669149865 1042227200 162 33554432000 134512640 135663704 4293817472 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31496/statm: 254450 162 113 282 0 254166 0
[pid=31497] ppid=31473 vsize=340636 CPUtime=0.02 cores=0-7
/proc/31497/stat : 31497 (python) S 31473 31473 31027 0 -1 4202560 957 0 0 0 1 1 0 0 15 0 1 0 669149868 348811264 5740 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 17922787754706436354 0 0 17 6 0 0 0
/proc/31497/statm: 85159 5740 371 364 0 21059 0
[pid=31499] ppid=31497 vsize=1556 CPUtime=6.64 cores=0-7
/proc/31499/stat : 31499 (march_hi) R 31497 31499 31499 0 -1 4202496 508 0 0 0 664 0 0 0 25 0 1 0 669149868 1593344 244 33554432000 4194304 4955518 140734142034704 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31499/statm: 389 244 106 186 0 202 0
[pid=31500] ppid=31473 vsize=350496 CPUtime=0.03 cores=0-7
/proc/31500/stat : 31500 (python) S 31473 31473 31027 0 -1 4202560 1003 0 0 0 2 1 0 0 15 0 1 0 669149871 358907904 5657 33554432000 4194304 5683644 140735312605616 18446744073709551615 212436037190 0 0 16781312 514 8424044679942603011 0 0 17 0 0 0 0
/proc/31500/statm: 87624 5657 377 364 0 23521 0
[pid=31502] ppid=31500 vsize=1556 CPUtime=6.62 cores=0-7
/proc/31502/stat : 31502 (march_hi) R 31500 31502 31502 0 -1 4202496 519 0 0 0 662 0 0 0 25 0 1 0 669149872 1593344 245 33554432000 4194304 4955518 140736500508944 18446744073709551615 4297540 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31502/statm: 389 245 106 186 0 202 0
[pid=31473/tid=31480] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31027 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 669149849 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
[pid=31473/tid=31483] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31483/stat : 31483 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149852 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 2 0 0 0
[pid=31473/tid=31486] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31486/stat : 31486 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 669149855 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31489] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31489/stat : 31489 (python) S 31471 31473 31027 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 669149858 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 4 0 0 0
[pid=31473/tid=31492] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31492/stat : 31492 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669149861 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31495] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31495/stat : 31495 (python) S 31471 31473 31027 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 669149865 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31498] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31498/stat : 31498 (python) S 31471 31473 31027 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 669149868 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 6 0 0 0
[pid=31473/tid=31501] ppid=31471 vsize=360740 CPUtime=0 cores=0-7
/proc/31473/task/31501/stat : 31501 (python) S 31471 31473 31027 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 669149872 369397760 7173 33554432000 4194304 5683644 140735312605616 18446744073709551615 212447840689 0 0 16781312 2 18446604450488444032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.92
Current children cumulated vsize (KiB) 4924468

Child status: 0
Real time (s): 7.54117
CPU time (s): 55.2176
CPU user time (s): 54.9656
CPU system time (s): 0.251961
CPU usage (%): 732.215
Max. virtual memory (cumulated for all children) (KiB): 4924468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.9656
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32955
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= 3479
involuntary context switches= 2425

runsolver used 0.035994 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-16 21:51:14
IDJOB=3385816
IDBENCH=83081
IDSOLVER=1870
FILE ID=node102/3385816-1305575474
RUNJOBID= node102-1305575311-31041
PBS_JOBID= 13350161
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385816-1305575474/watcher-3385816-1305575474 -o /tmp/evaluation-result-3385816-1305575474/solver-3385816-1305575474 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385816-1305575474.cnf -seed 1895458126 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0e5f93b3b44a8a3d689954a8a212e867
RANDOM SEED=1895458126

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      10305660 kB
Buffers:        131832 kB
Cached:        1056172 kB
SwapCached:      33496 kB
Active:       13775976 kB
Inactive:      8613384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10305660 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:           32296 kB
Writeback:           0 kB
AnonPages:    21180284 kB
Mapped:          23984 kB
Slab:            82372 kB
PageTables:      99084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134973140 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 node102 at 2011-05-16 21:51:22