Trace number 3378369

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)? 4794.75 1204.28

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1224290751-070.UNKNOWN.cnf
MD5SUM4d61767800ed8aa0f56d10b54eba4120
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3378369-1305465091.cnf
0.33/0.47	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.41/0.55	c INFO: computed variable balance statistics
0.41/0.59	c INFO: computed small-clause counts
0.41/0.59	c INFO: computed Horn-clause counts
0.41/0.59	c INFO: computed variable graph statistics
0.41/0.59	c INFO: collected features for HOME/instance-3378369-1305465091.cnf in 0.12 s
0.51/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.51/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.51/0.62	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.51/0.63	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.36)
391.99/99.01	c INFO: running march_hi@0 for 679 with 1101 remaining (b = 0.33)
399.91/100.98	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.29)
1558.24/391.72	c INFO: running march_hi@0 for 97 with 808 remaining (b = 0.05)
1954.19/491.20	c INFO: running march_hi@99 for 291 with 709 remaining (b = 0.17)
2739.27/688.28	c INFO: running march_hi@0 for 512 with 512 remaining (b = 0.22)
3121.70/784.23	c INFO: running march_hi@0 for 416 with 416 remaining (b = 0.16)
3121.98/784.33	c INFO: running march_hi@98 for 291 with 416 remaining (b = 0.11)
3137.52/788.21	c INFO: running march_hi@99 for 291 with 412 remaining (b = 0.11)
4299.32/1080.00	c INFO: running march_hi@388 for 120 with 120 remaining (b = 0.05)
4318.82/1084.82	c INFO: running march_hi@388 for 115 with 115 remaining (b = 0.05)
4794.36/1204.26	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.23 9.59 8.45 7/531 26994
/proc/meminfo: memFree=15706648/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/26994/stat : 26994 (python) R 26992 26994 25950 0 -1 4202496 1040 0 0 0 0 0 0 0 25 0 1 0 658106868 16633856 913 33554432000 4194304 5683644 140733936043856 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26994/statm: 4061 913 380 364 0 548 0

[startup+0.096982 s]
/proc/loadavg: 10.23 9.59 8.45 7/531 26994
/proc/meminfo: memFree=15706648/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=102012 CPUtime=0.07 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 3024 0 0 0 5 2 0 0 17 0 1 0 658106868 104460288 2717 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/26994/statm: 25503 2717 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.101074 s]
/proc/loadavg: 10.23 9.59 8.45 7/531 26994
/proc/meminfo: memFree=15706648/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=104232 CPUtime=0.08 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 3070 0 0 0 5 3 0 0 17 0 1 0 658106868 106733568 2752 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/26994/statm: 26058 2752 847 364 0 1806 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104232

[startup+0.307986 s]
/proc/loadavg: 10.23 9.59 8.45 7/531 26994
/proc/meminfo: memFree=15706648/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=198920 CPUtime=0.24 cores=1,3,5,7
/proc/26994/stat : 26994 (python) R 26992 26994 25950 0 -1 4202496 7005 934 1 0 17 7 0 0 17 0 1 0 658106868 203694080 5046 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905389500 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26994/statm: 49730 5046 1459 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700866 s]
/proc/loadavg: 10.23 9.59 8.45 7/531 26994
/proc/meminfo: memFree=15706648/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=320100 CPUtime=0.54 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 12225 934 1 0 43 11 0 0 20 0 5 0 658106868 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26994/statm: 80025 7238 1881 364 0 15934 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 320100

[startup+1.50072 s]
/proc/loadavg: 10.23 9.59 8.45 11/544 27011
/proc/meminfo: memFree=15667732/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=320100 CPUtime=0.54 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 12225 934 1 0 43 11 0 0 20 0 5 0 658106868 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26994/statm: 80025 7238 1881 364 0 15934 0
[pid=27000] ppid=26994 vsize=278552 CPUtime=0 cores=1,3,5,7
/proc/27000/stat : 27000 (python) S 26994 26994 25950 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658106929 285237248 5557 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751055 0 0 16781312 514 2036120166831489023 0 0 17 3 0 0 0
/proc/27000/statm: 69638 5557 354 364 0 5556 0
[pid=27002] ppid=27000 vsize=1017800 CPUtime=0.88 cores=1,3,5,7
/proc/27002/stat : 27002 (gnovelty+2) R 27000 27002 27002 0 -1 4202496 443 0 0 0 88 0 0 0 21 0 1 0 658106929 1042227200 181 33554432000 134512640 135663704 4292883840 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27002/statm: 254450 181 113 282 0 254166 0
[pid=27003] ppid=26994 vsize=289344 CPUtime=0 cores=1,3,5,7
/proc/27003/stat : 27003 (python) S 26994 26994 25950 0 -1 4202560 739 0 0 0 0 0 0 0 20 0 1 0 658106930 296288256 5676 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 81682173366632447 0 0 17 7 0 0 0
/proc/27003/statm: 72336 5676 348 364 0 8251 0
[pid=27005] ppid=27003 vsize=1017800 CPUtime=0.88 cores=1,3,5,7
/proc/27005/stat : 27005 (gnovelty+2) R 27003 27005 27005 0 -1 4202496 444 0 0 0 88 0 0 0 25 0 1 0 658106930 1042227200 180 33554432000 134512640 135663704 4287792352 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27005/statm: 254450 180 113 282 0 254166 0
[pid=27006] ppid=26994 vsize=299600 CPUtime=0 cores=1,3,5,7
/proc/27006/stat : 27006 (python) S 26994 26994 25950 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 658106931 306790400 5697 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 12014372357096308996 0 0 17 7 0 0 0
/proc/27006/statm: 74900 5697 348 364 0 10812 0
[pid=27008] ppid=27006 vsize=2112 CPUtime=0.85 cores=1,3,5,7
/proc/27008/stat : 27008 (march_hi) R 27006 27008 27008 0 -1 4202496 630 0 0 0 85 0 0 0 25 0 1 0 658106931 2162688 348 33554432000 4194304 4955518 140733708143056 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27008/statm: 528 348 106 186 0 341 0
[pid=27009] ppid=26994 vsize=309856 CPUtime=0 cores=1,3,5,7
/proc/27009/stat : 27009 (python) S 26994 26994 25950 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658106932 317292544 5701 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 6733673095585825032 0 0 17 3 0 0 0
/proc/27009/statm: 77464 5701 348 364 0 13373 0
[pid=27011] ppid=27009 vsize=2112 CPUtime=0.86 cores=1,3,5,7
/proc/27011/stat : 27011 (march_hi) R 27009 27011 27011 0 -1 4202496 630 0 0 0 86 0 0 0 23 0 1 0 658106932 2162688 349 33554432000 4194304 4955518 140735191831968 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27011/statm: 528 349 106 186 0 341 0
[pid=26994/tid=27001] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27001/stat : 27001 (python) S 26992 26994 25950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658106929 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27004] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27004/stat : 27004 (python) S 26992 26994 25950 0 -1 4202560 20 934 0 0 0 0 0 0 21 0 5 0 658106930 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27007] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27007/stat : 27007 (python) S 26992 26994 25950 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 5 0 658106931 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27010] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27010/stat : 27010 (python) S 26992 26994 25950 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 658106932 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 3537276

[startup+3.10143 s]
/proc/loadavg: 10.23 9.59 8.45 11/544 27011
/proc/meminfo: memFree=15664508/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=320100 CPUtime=0.54 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 12225 934 1 0 43 11 0 0 20 0 5 0 658106868 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26994/statm: 80025 7238 1881 364 0 15934 0
[pid=27000] ppid=26994 vsize=278552 CPUtime=0 cores=1,3,5,7
/proc/27000/stat : 27000 (python) S 26994 26994 25950 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658106929 285237248 5557 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751055 0 0 16781312 514 2036120166831456516 0 0 17 3 0 0 0
/proc/27000/statm: 69638 5557 354 364 0 5556 0
[pid=27002] ppid=27000 vsize=1017800 CPUtime=2.49 cores=1,3,5,7
/proc/27002/stat : 27002 (gnovelty+2) R 27000 27002 27002 0 -1 4202496 443 0 0 0 249 0 0 0 25 0 1 0 658106929 1042227200 181 33554432000 134512640 135663704 4292883840 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27002/statm: 254450 181 113 282 0 254166 0
[pid=27003] ppid=26994 vsize=289344 CPUtime=0 cores=1,3,5,7
/proc/27003/stat : 27003 (python) S 26994 26994 25950 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658106930 296288256 5676 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 81682173366599943 0 0 17 7 0 0 0
/proc/27003/statm: 72336 5676 348 364 0 8251 0
[pid=27005] ppid=27003 vsize=1017800 CPUtime=2.48 cores=1,3,5,7
/proc/27005/stat : 27005 (gnovelty+2) R 27003 27005 27005 0 -1 4202496 444 0 0 0 248 0 0 0 25 0 1 0 658106930 1042227200 180 33554432000 134512640 135663704 4287792352 18446744073709551615 134544363 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27005/statm: 254450 180 113 282 0 254166 0
[pid=27006] ppid=26994 vsize=299600 CPUtime=0 cores=1,3,5,7
/proc/27006/stat : 27006 (python) S 26994 26994 25950 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658106931 306790400 5697 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 12014372357096308996 0 0 17 7 0 0 0
/proc/27006/statm: 74900 5697 348 364 0 10812 0
[pid=27008] ppid=27006 vsize=2492 CPUtime=2.43 cores=1,3,5,7
/proc/27008/stat : 27008 (march_hi) R 27006 27008 27008 0 -1 4202496 724 0 0 0 243 0 0 0 25 0 1 0 658106931 2551808 442 33554432000 4194304 4955518 140733708143056 18446744073709551615 4208646 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27008/statm: 623 442 106 186 0 436 0
[pid=27009] ppid=26994 vsize=309856 CPUtime=0 cores=1,3,5,7
/proc/27009/stat : 27009 (python) S 26994 26994 25950 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 658106932 317292544 5701 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 6733673095585825032 0 0 17 3 0 0 0
/proc/27009/statm: 77464 5701 348 364 0 13373 0
[pid=27011] ppid=27009 vsize=2492 CPUtime=2.46 cores=1,3,5,7
/proc/27011/stat : 27011 (march_hi) R 27009 27011 27011 0 -1 4202496 726 0 0 0 246 0 0 0 25 0 1 0 658106932 2551808 445 33554432000 4194304 4955518 140735191831968 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27011/statm: 623 445 106 186 0 436 0
[pid=26994/tid=27001] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27001/stat : 27001 (python) S 26992 26994 25950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658106929 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27004] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27004/stat : 27004 (python) S 26992 26994 25950 0 -1 4202560 20 934 0 0 0 0 0 0 21 0 5 0 658106930 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27007] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27007/stat : 27007 (python) S 26992 26994 25950 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 5 0 658106931 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27010] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27010/stat : 27010 (python) S 26992 26994 25950 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 658106932 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.4
Current children cumulated vsize (KiB) 3538036

[startup+6.30085 s]
/proc/loadavg: 10.22 9.60 8.46 11/544 27011
/proc/meminfo: memFree=15662264/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=320100 CPUtime=0.54 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 12225 934 1 0 43 11 0 0 20 0 5 0 658106868 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26994/statm: 80025 7238 1881 364 0 15934 0
[pid=27000] ppid=26994 vsize=278552 CPUtime=0.01 cores=1,3,5,7
/proc/27000/stat : 27000 (python) S 26994 26994 25950 0 -1 4202560 898 0 0 0 0 1 0 0 18 0 1 0 658106929 285237248 5579 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751055 0 0 16781312 514 2036120166831456516 0 0 17 3 0 0 0
/proc/27000/statm: 69638 5579 376 364 0 5556 0
[pid=27002] ppid=27000 vsize=1017800 CPUtime=5.64 cores=1,3,5,7
/proc/27002/stat : 27002 (gnovelty+2) R 27000 27002 27002 0 -1 4202496 443 0 0 0 564 0 0 0 25 0 1 0 658106929 1042227200 181 33554432000 134512640 135663704 4292883840 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27002/statm: 254450 181 113 282 0 254166 0
[pid=27003] ppid=26994 vsize=289344 CPUtime=0.02 cores=1,3,5,7
/proc/27003/stat : 27003 (python) S 26994 26994 25950 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 658106930 296288256 5699 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 81682173366599943 0 0 17 7 0 0 0
/proc/27003/statm: 72336 5699 371 364 0 8251 0
[pid=27005] ppid=27003 vsize=1017800 CPUtime=5.68 cores=1,3,5,7
/proc/27005/stat : 27005 (gnovelty+2) R 27003 27005 27005 0 -1 4202496 444 0 0 0 568 0 0 0 25 0 1 0 658106930 1042227200 180 33554432000 134512640 135663704 4287792352 18446744073709551615 134525513 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27005/statm: 254450 180 113 282 0 254166 0
[pid=27006] ppid=26994 vsize=299600 CPUtime=0.01 cores=1,3,5,7
/proc/27006/stat : 27006 (python) S 26994 26994 25950 0 -1 4202560 920 0 0 0 1 0 0 0 15 0 1 0 658106931 306790400 5720 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 12014372357096308996 0 0 17 7 0 0 0
/proc/27006/statm: 74900 5720 371 364 0 10812 0
[pid=27008] ppid=27006 vsize=3344 CPUtime=5.53 cores=1,3,5,7
/proc/27008/stat : 27008 (march_hi) R 27006 27008 27008 0 -1 4202496 892 0 0 0 553 0 0 0 25 0 1 0 658106931 3424256 610 33554432000 4194304 4955518 140733708143056 18446744073709551615 4229245 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27008/statm: 836 610 106 186 0 649 0
[pid=27009] ppid=26994 vsize=309856 CPUtime=0.02 cores=1,3,5,7
/proc/27009/stat : 27009 (python) S 26994 26994 25950 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 658106932 317292544 5724 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 6733673095585825032 0 0 17 3 0 0 0
/proc/27009/statm: 77464 5724 371 364 0 13373 0
[pid=27011] ppid=27009 vsize=3344 CPUtime=5.66 cores=1,3,5,7
/proc/27011/stat : 27011 (march_hi) R 27009 27011 27011 0 -1 4202496 900 0 0 0 566 0 0 0 25 0 1 0 658106932 3424256 619 33554432000 4194304 4955518 140735191831968 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27011/statm: 836 619 106 186 0 649 0
[pid=26994/tid=27001] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27001/stat : 27001 (python) S 26992 26994 25950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658106929 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27004] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27004/stat : 27004 (python) S 26992 26994 25950 0 -1 4202560 20 934 0 0 0 0 0 0 21 0 5 0 658106930 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27007] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27007/stat : 27007 (python) S 26992 26994 25950 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 5 0 658106931 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27010] ppid=26992 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27010/stat : 27010 (python) S 26992 26994 25950 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 658106932 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.11
Current children cumulated vsize (KiB) 3539740

[startup+12.7007 s]
/proc/loadavg: 10.36 9.64 8.48 11/544 27012
/proc/meminfo: memFree=15657880/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=320100 CPUtime=0.54 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 12225 934 1 0 43 11 0 0 20 0 5 0 658106868 327782400 7238 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26994/statm: 80025 7238 1881 364 0 15934 0
[pid=27000] ppid=26994 vsize=278552 CPUtime=0.03 cores=1,3,5,7
/proc/27000/stat : 27000 (python) S 26994 26994 25950 0 -1 4202560 908 0 0 0 1 2 0 0 18 0 1 0 658106929 285237248 5580 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751055 0 0 16781312 514 4385679204314743044 0 0 17 3 0 0 0
/proc/27000/statm: 69638 5580 377 364 0 5556 0
[pid=27002] ppid=27000 vsize=1017800 CPUtime=11.99 cores=1,3,5,7
/proc/27002/stat : 27002 (gnovelty+2) R 27000 27002 27002 0 -1 4202496 443 0 0 0 1199 0 0 0 25 0 1 0 658106929 1042227200 181 33554432000 134512640 135663704 4292883840 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27002/statm: 254450 181 113 282 0 254166 0
[pid=27003] ppid=26994 vsize=289344 CPUtime=0.03 cores=1,3,5,7

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


[startup+1204.1 s]
/proc/loadavg: 9.38 9.29 9.05 11/537 27222
/proc/meminfo: memFree=14887760/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=360884 CPUtime=0.62 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 16398 934 1 0 50 12 0 0 18 0 9 0 658106868 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26994/statm: 90221 7218 1890 364 0 26118 0
[pid=27000] ppid=26994 vsize=288796 CPUtime=0.37 cores=1,3,5,7
/proc/27000/stat : 27000 (python) S 26994 26994 25950 0 -1 4202560 1179 0 0 0 20 17 0 0 19 0 2 0 658106929 295727104 5624 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27000/statm: 72199 5624 416 364 0 8117 0
[pid=27002] ppid=27000 vsize=1017800 CPUtime=99.61 cores=1,3,5,7
/proc/27002/stat : 27002 (gnovelty+2) T 27000 27002 27002 0 -1 4202496 443 0 0 0 9961 0 0 0 25 0 1 0 658106929 1042227200 181 33554432000 134512640 135663704 4292883840 18446744073709551615 134544161 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27002/statm: 254450 181 113 282 0 254166 0
[pid=27000/tid=27019] ppid=26994 vsize=288796 CPUtime=0 cores=1,3,5,7
/proc/27000/task/27019/stat : 27019 (python) S 26994 26994 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658116966 295727104 5624 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604466271666304 0 0 -1 7 0 0 0
[pid=27003] ppid=26994 vsize=289344 CPUtime=0.37 cores=1,3,5,7
/proc/27003/stat : 27003 (python) S 26994 26994 25950 0 -1 4202560 1092 0 0 0 20 17 0 0 19 0 2 0 658106930 296288256 5729 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27003/statm: 72336 5729 400 364 0 8251 0
[pid=27005] ppid=27003 vsize=1017800 CPUtime=98.39 cores=1,3,5,7
/proc/27005/stat : 27005 (gnovelty+2) T 27003 27005 27005 0 -1 4202496 444 0 0 0 9839 0 0 0 25 0 1 0 658106930 1042227200 180 33554432000 134512640 135663704 4287792352 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27005/statm: 254450 180 113 282 0 254166 0
[pid=27003/tid=27015] ppid=26994 vsize=289344 CPUtime=0 cores=1,3,5,7
/proc/27003/task/27015/stat : 27015 (python) S 26994 26994 25950 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658116769 296288256 5729 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470111580544 0 0 -1 7 0 0 0
[pid=27006] ppid=26994 vsize=299600 CPUtime=3.18 cores=1,3,5,7
/proc/27006/stat : 27006 (python) S 26994 26994 25950 0 -1 4202560 1162 0 0 0 162 156 0 0 15 0 2 0 658106931 306790400 5750 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27006/statm: 74900 5750 400 364 0 10812 0
[pid=27008] ppid=27006 vsize=141224 CPUtime=777.97 cores=1,3,5,7
/proc/27008/stat : 27008 (march_hi) T 27006 27008 27008 0 -1 4202496 34240 0 0 0 77791 6 0 0 25 0 1 0 658106931 144613376 33958 33554432000 4194304 4955518 140733708143056 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27008/statm: 35306 33958 106 186 0 35119 0
[pid=27006/tid=27046] ppid=26994 vsize=299600 CPUtime=0 cores=1,3,5,7
/proc/27006/task/27046/stat : 27046 (python) S 26994 26994 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658146040 306790400 5750 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604465768768512 0 0 -1 7 0 0 0
[pid=27009] ppid=26994 vsize=309856 CPUtime=3.89 cores=1,3,5,7
/proc/27009/stat : 27009 (python) S 26994 26994 25950 0 -1 4202560 1160 0 0 0 204 185 0 0 15 0 2 0 658106932 317292544 5754 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27009/statm: 77464 5754 400 364 0 13373 0
[pid=27011] ppid=27009 vsize=214332 CPUtime=974.54 cores=1,3,5,7
/proc/27011/stat : 27011 (march_hi) T 27009 27011 27011 0 -1 4202496 41904 0 0 0 97445 9 0 0 25 0 1 0 658106932 219475968 41623 33554432000 4194304 4955518 140735191831968 18446744073709551615 4210601 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27011/statm: 53583 41623 106 186 0 53396 0
[pid=27009/tid=27059] ppid=26994 vsize=309856 CPUtime=0 cores=1,3,5,7
/proc/27009/task/27059/stat : 27059 (python) S 26994 26994 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658175696 317292544 5754 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470123188288 0 0 -1 3 0 0 0
[pid=27016] ppid=26994 vsize=320112 CPUtime=4.33 cores=1,3,5,7
/proc/27016/stat : 27016 (python) S 26994 26994 25950 0 -1 4202560 1171 0 0 0 222 211 0 0 15 0 2 0 658116770 327794688 5758 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27016/statm: 80028 5758 400 364 0 15934 0
[pid=27018] ppid=27016 vsize=214332 CPUtime=1089.49 cores=1,3,5,7
/proc/27018/stat : 27018 (march_hi) R 27016 27018 27018 0 -1 4202496 46678 0 0 0 108938 11 0 0 25 0 1 0 658116770 219475968 46399 33554432000 4194304 4955518 140734830543936 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27018/statm: 53583 46399 106 186 0 53396 0
[pid=27016/tid=27156] ppid=26994 vsize=320112 CPUtime=0 cores=1,3,5,7
/proc/27016/task/27156/stat : 27156 (python) S 26994 26994 25950 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658185689 327794688 5758 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470111581440 0 0 -1 1 0 0 0
[pid=27020] ppid=26994 vsize=330512 CPUtime=3.21 cores=1,3,5,7
/proc/27020/stat : 27020 (python) S 26994 26994 25950 0 -1 4202560 1160 0 0 0 172 149 0 0 15 0 2 0 658116967 338444288 5781 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27020/statm: 82628 5781 400 364 0 18531 0
[pid=27022] ppid=27020 vsize=207524 CPUtime=804.1 cores=1,3,5,7
/proc/27022/stat : 27022 (march_hi) R 27020 27022 27022 0 -1 4202496 35244 0 0 0 80403 7 0 0 25 0 1 0 658116967 212504576 34963 33554432000 4194304 4955518 140733315753536 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27022/statm: 51881 34963 106 186 0 51694 0
[pid=27020/tid=27155] ppid=26994 vsize=330512 CPUtime=0 cores=1,3,5,7
/proc/27020/task/27155/stat : 27155 (python) S 26994 26994 25950 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658185301 338444288 5781 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470111582336 0 0 -1 5 0 0 0
[pid=27060] ppid=26994 vsize=340796 CPUtime=2 cores=1,3,5,7
/proc/27060/stat : 27060 (python) S 26994 26994 25950 0 -1 4202560 1021 0 0 0 98 102 0 0 16 0 1 0 658175697 348975104 5785 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 4385679204314743047 0 0 17 1 0 0 0
/proc/27060/statm: 85199 5785 371 364 0 21099 0
[pid=27062] ppid=27060 vsize=97024 CPUtime=512.52 cores=1,3,5,7
/proc/27062/stat : 27062 (march_hi) R 27060 27062 27062 0 -1 4202496 23319 0 0 0 51248 4 0 0 25 0 1 0 658175697 99352576 23033 33554432000 4194304 4955518 140733673869968 18446744073709551615 4285340 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27062/statm: 24256 23033 106 186 0 24069 0
[pid=27152] ppid=26994 vsize=351052 CPUtime=1.61 cores=1,3,5,7
/proc/27152/stat : 27152 (python) S 26994 26994 25950 0 -1 4202560 1049 0 0 0 86 75 0 0 15 0 1 0 658185292 359477248 5795 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 4385679204314743045 0 0 17 3 0 0 0
/proc/27152/statm: 87763 5795 377 364 0 23660 0
[pid=27154] ppid=27152 vsize=93620 CPUtime=417.76 cores=1,3,5,7
/proc/27154/stat : 27154 (march_hi) R 27152 27154 27154 0 -1 4202496 19500 0 0 0 41773 3 0 0 25 0 1 0 658185293 95866880 19213 33554432000 4194304 4955518 140734478596960 18446744073709551615 4296984 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27154/statm: 23405 19213 106 186 0 23218 0
[pid=26994/tid=27001] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27001/stat : 27001 (python) S 26992 26994 25950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 658106929 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27004] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27004/stat : 27004 (python) S 26992 26994 25950 0 -1 4202560 20 934 0 0 0 0 0 0 21 0 9 0 658106930 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27007] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27007/stat : 27007 (python) S 26992 26994 25950 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 658106931 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27010] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27010/stat : 27010 (python) S 26992 26994 25950 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 658106932 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27017] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27017/stat : 27017 (python) S 26992 26994 25950 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 658116770 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27021] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27021/stat : 27021 (python) S 26992 26994 25950 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 658116967 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27061] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27061/stat : 27061 (python) S 26992 26994 25950 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 658175697 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27153] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27153/stat : 27153 (python) S 26992 26994 25950 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 658185293 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4793.96
Current children cumulated vsize (KiB) 5894608

[startup+1204.2 s]
/proc/loadavg: 9.38 9.29 9.05 11/537 27222
/proc/meminfo: memFree=14887760/32951124 swapFree=65581060/67111528
[pid=26994] ppid=26992 vsize=360884 CPUtime=0.62 cores=1,3,5,7
/proc/26994/stat : 26994 (python) S 26992 26994 25950 0 -1 4202496 16398 934 1 0 50 12 0 0 18 0 9 0 658106868 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26994/statm: 90221 7218 1890 364 0 26118 0
[pid=27000] ppid=26994 vsize=288796 CPUtime=0.37 cores=1,3,5,7
/proc/27000/stat : 27000 (python) S 26994 26994 25950 0 -1 4202560 1179 0 0 0 20 17 0 0 19 0 2 0 658106929 295727104 5624 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27000/statm: 72199 5624 416 364 0 8117 0
[pid=27002] ppid=27000 vsize=1017800 CPUtime=99.61 cores=1,3,5,7
/proc/27002/stat : 27002 (gnovelty+2) T 27000 27002 27002 0 -1 4202496 443 0 0 0 9961 0 0 0 25 0 1 0 658106929 1042227200 181 33554432000 134512640 135663704 4292883840 18446744073709551615 134544161 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27002/statm: 254450 181 113 282 0 254166 0
[pid=27000/tid=27019] ppid=26994 vsize=288796 CPUtime=0 cores=1,3,5,7
/proc/27000/task/27019/stat : 27019 (python) S 26994 26994 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658116966 295727104 5624 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604466271666304 0 0 -1 7 0 0 0
[pid=27003] ppid=26994 vsize=289344 CPUtime=0.37 cores=1,3,5,7
/proc/27003/stat : 27003 (python) S 26994 26994 25950 0 -1 4202560 1092 0 0 0 20 17 0 0 19 0 2 0 658106930 296288256 5729 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27003/statm: 72336 5729 400 364 0 8251 0
[pid=27005] ppid=27003 vsize=1017800 CPUtime=98.39 cores=1,3,5,7
/proc/27005/stat : 27005 (gnovelty+2) T 27003 27005 27005 0 -1 4202496 444 0 0 0 9839 0 0 0 25 0 1 0 658106930 1042227200 180 33554432000 134512640 135663704 4287792352 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27005/statm: 254450 180 113 282 0 254166 0
[pid=27003/tid=27015] ppid=26994 vsize=289344 CPUtime=0 cores=1,3,5,7
/proc/27003/task/27015/stat : 27015 (python) S 26994 26994 25950 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658116769 296288256 5729 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470111580544 0 0 -1 7 0 0 0
[pid=27006] ppid=26994 vsize=299600 CPUtime=3.18 cores=1,3,5,7
/proc/27006/stat : 27006 (python) S 26994 26994 25950 0 -1 4202560 1162 0 0 0 162 156 0 0 15 0 2 0 658106931 306790400 5750 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27006/statm: 74900 5750 400 364 0 10812 0
[pid=27008] ppid=27006 vsize=141224 CPUtime=777.97 cores=1,3,5,7
/proc/27008/stat : 27008 (march_hi) T 27006 27008 27008 0 -1 4202496 34240 0 0 0 77791 6 0 0 25 0 1 0 658106931 144613376 33958 33554432000 4194304 4955518 140733708143056 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27008/statm: 35306 33958 106 186 0 35119 0
[pid=27006/tid=27046] ppid=26994 vsize=299600 CPUtime=0 cores=1,3,5,7
/proc/27006/task/27046/stat : 27046 (python) S 26994 26994 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658146040 306790400 5750 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604465768768512 0 0 -1 7 0 0 0
[pid=27009] ppid=26994 vsize=309856 CPUtime=3.89 cores=1,3,5,7
/proc/27009/stat : 27009 (python) S 26994 26994 25950 0 -1 4202560 1160 0 0 0 204 185 0 0 15 0 2 0 658106932 317292544 5754 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27009/statm: 77464 5754 400 364 0 13373 0
[pid=27011] ppid=27009 vsize=214332 CPUtime=974.54 cores=1,3,5,7
/proc/27011/stat : 27011 (march_hi) T 27009 27011 27011 0 -1 4202496 41904 0 0 0 97445 9 0 0 25 0 1 0 658106932 219475968 41623 33554432000 4194304 4955518 140735191831968 18446744073709551615 4210601 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27011/statm: 53583 41623 106 186 0 53396 0
[pid=27009/tid=27059] ppid=26994 vsize=309856 CPUtime=0 cores=1,3,5,7
/proc/27009/task/27059/stat : 27059 (python) S 26994 26994 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658175696 317292544 5754 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470123188288 0 0 -1 3 0 0 0
[pid=27016] ppid=26994 vsize=320112 CPUtime=4.33 cores=1,3,5,7
/proc/27016/stat : 27016 (python) S 26994 26994 25950 0 -1 4202560 1171 0 0 0 222 211 0 0 15 0 2 0 658116770 327794688 5758 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27016/statm: 80028 5758 400 364 0 15934 0
[pid=27018] ppid=27016 vsize=214332 CPUtime=1089.58 cores=1,3,5,7
/proc/27018/stat : 27018 (march_hi) R 27016 27018 27018 0 -1 4202496 46681 0 0 0 108947 11 0 0 25 0 1 0 658116770 219475968 46402 33554432000 4194304 4955518 140734830543936 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27018/statm: 53583 46402 106 186 0 53396 0
[pid=27016/tid=27156] ppid=26994 vsize=320112 CPUtime=0 cores=1,3,5,7
/proc/27016/task/27156/stat : 27156 (python) S 26994 26994 25950 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658185689 327794688 5758 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470111581440 0 0 -1 1 0 0 0
[pid=27020] ppid=26994 vsize=330512 CPUtime=3.21 cores=1,3,5,7
/proc/27020/stat : 27020 (python) S 26994 26994 25950 0 -1 4202560 1160 0 0 0 172 149 0 0 15 0 2 0 658116967 338444288 5781 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27020/statm: 82628 5781 400 364 0 18531 0
[pid=27022] ppid=27020 vsize=207524 CPUtime=804.2 cores=1,3,5,7
/proc/27022/stat : 27022 (march_hi) R 27020 27022 27022 0 -1 4202496 35247 0 0 0 80413 7 0 0 25 0 1 0 658116967 212504576 34966 33554432000 4194304 4955518 140733315753536 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27022/statm: 51881 34966 106 186 0 51694 0
[pid=27020/tid=27155] ppid=26994 vsize=330512 CPUtime=0 cores=1,3,5,7
/proc/27020/task/27155/stat : 27155 (python) S 26994 26994 25950 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658185301 338444288 5781 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 514 18446604470111582336 0 0 -1 5 0 0 0
[pid=27060] ppid=26994 vsize=340796 CPUtime=2 cores=1,3,5,7
/proc/27060/stat : 27060 (python) S 26994 26994 25950 0 -1 4202560 1021 0 0 0 98 102 0 0 16 0 1 0 658175697 348975104 5785 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905751110 0 0 16781312 514 4385679204314743047 0 0 17 1 0 0 0
/proc/27060/statm: 85199 5785 371 364 0 21099 0
[pid=27062] ppid=27060 vsize=97024 CPUtime=512.62 cores=1,3,5,7
/proc/27062/stat : 27062 (march_hi) R 27060 27062 27062 0 -1 4202496 23324 0 0 0 51258 4 0 0 25 0 1 0 658175697 99352576 23038 33554432000 4194304 4955518 140733673869968 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27062/statm: 24256 23038 106 186 0 24069 0
[pid=27152] ppid=26994 vsize=351056 CPUtime=1.62 cores=1,3,5,7
/proc/27152/stat : 27152 (python) R 26994 26994 25950 0 -1 4202560 1049 0 0 0 86 76 0 0 15 0 1 0 658185292 359481344 5795 33554432000 4194304 5683644 140733936043856 18446744073709551615 218905730875 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/27152/statm: 87763 5795 377 364 0 23660 0
[pid=27154] ppid=27152 vsize=93620 CPUtime=417.86 cores=1,3,5,7
/proc/27154/stat : 27154 (march_hi) R 27152 27154 27154 0 -1 4202496 19504 0 0 0 41783 3 0 0 25 0 1 0 658185293 95866880 19217 33554432000 4194304 4955518 140734478596960 18446744073709551615 4297036 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27154/statm: 23405 19217 106 186 0 23218 0
[pid=26994/tid=27001] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27001/stat : 27001 (python) S 26992 26994 25950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 658106929 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27004] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27004/stat : 27004 (python) S 26992 26994 25950 0 -1 4202560 20 934 0 0 0 0 0 0 21 0 9 0 658106930 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27007] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27007/stat : 27007 (python) S 26992 26994 25950 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 658106931 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 7 0 0 0
[pid=26994/tid=27010] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27010/stat : 27010 (python) S 26992 26994 25950 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 658106932 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27017] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27017/stat : 27017 (python) S 26992 26994 25950 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 658116770 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27021] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27021/stat : 27021 (python) S 26992 26994 25950 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 658116967 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27061] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27061/stat : 27061 (python) S 26992 26994 25950 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 658175697 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
[pid=26994/tid=27153] ppid=26992 vsize=360884 CPUtime=0 cores=1,3,5,7
/proc/26994/task/27153/stat : 27153 (python) S 26992 26994 25950 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 658185293 369545216 7218 33554432000 4194304 5683644 140733936043856 18446744073709551615 218917554609 0 0 16781312 2 18446604454488160960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4794.36
Current children cumulated vsize (KiB) 5894612

Child status: 0
Real time (s): 1204.28
CPU time (s): 4794.75
CPU user time (s): 4784.96
CPU system time (s): 9.79051
CPU usage (%): 398.142
Max. virtual memory (cumulated for all children) (KiB): 5894612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.96
system time used= 9.79051
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232653
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= 8433
involuntary context switches= 37867

runsolver used 6.561 second user time and 13.7019 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 15:11:31
IDJOB=3378369
IDBENCH=82778
IDSOLVER=1859
FILE ID=node137/3378369-1305465091
RUNJOBID= node137-1305462758-25969
PBS_JOBID= 13324972
Free space on /tmp= 73672 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1224290751-070.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-3378369-1305465091/watcher-3378369-1305465091 -o /tmp/evaluation-result-3378369-1305465091/solver-3378369-1305465091 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378369-1305465091.cnf -seed 14979628 -budget 4800 -cores 4

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

MD5SUM BENCH= 4d61767800ed8aa0f56d10b54eba4120
RANDOM SEED=14979628

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15706680 kB
Buffers:        313320 kB
Cached:        4099444 kB
SwapCached:      36320 kB
Active:        7026500 kB
Inactive:      9939156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15706680 kB
SwapTotal:    67111528 kB
SwapFree:     65581060 kB
Dirty:           31904 kB
Writeback:           0 kB
AnonPages:    12526052 kB
Mapped:          39128 kB
Slab:           137020 kB
PageTables:      71652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 152369112 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= 73640 MiB
End job on node137 at 2011-05-15 15:31:36