Trace number 3385823

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 72.586 9.71878

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
MD5SUMd127ce957526b50c62d4f1f191caa738
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.92894
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.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3385823-1305575548.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.42/0.52	c INFO: computed variable balance statistics
0.42/0.54	c INFO: computed small-clause counts
0.42/0.54	c INFO: computed Horn-clause counts
0.42/0.54	c INFO: computed variable graph statistics
0.42/0.54	c INFO: collected features for HOME/instance-3385823-1305575548.cnf in 0.08 s
0.42/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
0.52/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.38)
0.52/0.63	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.38)
0.52/0.66	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.12)
0.52/0.69	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.62/0.72	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.22)
0.62/0.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.62/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
71.68/9.69	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-3385823-1305575548/watcher-3385823-1305575548 -o /tmp/evaluation-result-3385823-1305575548/solver-3385823-1305575548 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385823-1305575548.cnf -seed 25895929 -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: 4.10 6.79 7.68 1/469 31815
/proc/meminfo: memFree=10304560/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=16244 CPUtime=0.01 cores=0-7
/proc/31815/stat : 31815 (python) R 31813 31815 31027 0 -1 4202496 1049 0 0 0 1 0 0 0 25 0 1 0 669157187 16633856 922 33554432000 4194304 5683644 140737128957888 18446744073709551615 5281968 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31815/statm: 4061 922 381 364 0 548 0

[startup+0.08596 s]
/proc/loadavg: 4.10 6.79 7.68 1/469 31815
/proc/meminfo: memFree=10304560/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=93964 CPUtime=0.06 cores=0-7
/proc/31815/stat : 31815 (python) R 31813 31815 31027 0 -1 4202496 2695 0 0 0 5 1 0 0 17 0 1 0 669157187 96219136 2407 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436060295 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31815/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.100983 s]
/proc/loadavg: 4.10 6.79 7.68 1/469 31815
/proc/meminfo: memFree=10304560/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=104232 CPUtime=0.08 cores=0-7
/proc/31815/stat : 31815 (python) R 31813 31815 31027 0 -1 4202496 3065 0 0 0 6 2 0 0 17 0 1 0 669157187 106733568 2748 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31815/statm: 26058 2748 847 364 0 1806 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104232

[startup+0.30089 s]
/proc/loadavg: 4.10 6.79 7.68 1/469 31815
/proc/meminfo: memFree=10304560/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=170756 CPUtime=0.24 cores=0-7
/proc/31815/stat : 31815 (python) S 31813 31815 31027 0 -1 4202496 6730 933 1 0 17 7 0 0 18 0 1 0 669157187 174854144 4806 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/31815/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170756

[startup+0.700824 s]
/proc/loadavg: 4.10 6.79 7.68 1/469 31815
/proc/meminfo: memFree=10304560/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=395784 CPUtime=0.62 cores=0-7
/proc/31815/stat : 31815 (python) R 31813 31815 31027 0 -1 4202496 12942 933 1 0 52 10 0 0 19 0 6 0 669157187 405282816 7363 33554432000 4194304 5683644 140737128957888 18446744073709551615 212435684314 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31815/statm: 98946 7363 1881 364 0 34852 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 395784

[startup+1.50161 s]
/proc/loadavg: 4.10 6.79 7.68 10/494 31844
/proc/meminfo: memFree=10250792/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=426552 CPUtime=0.71 cores=0-7
/proc/31815/stat : 31815 (python) S 31813 31815 31027 0 -1 4202496 15155 933 1 0 60 11 0 0 25 0 9 0 669157187 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31815/statm: 106638 7399 1889 364 0 42535 0
[pid=31821] ppid=31815 vsize=278468 CPUtime=0 cores=0-7
/proc/31821/stat : 31821 (python) S 31815 31815 31027 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 669157244 285151232 5535 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037135 0 0 16781312 514 4148716585760063487 0 0 17 1 0 0 0
/proc/31821/statm: 69617 5535 354 364 0 5535 0
[pid=31823] ppid=31821 vsize=1017800 CPUtime=0.91 cores=0-7
/proc/31823/stat : 31823 (gnovelty+2) R 31821 31823 31823 0 -1 4202496 428 0 0 0 91 0 0 0 23 0 1 0 669157245 1042227200 162 33554432000 134512640 135663704 4291306496 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31823/statm: 254450 162 113 282 0 254166 0
[pid=31824] ppid=31815 vsize=289236 CPUtime=0 cores=0-7
/proc/31824/stat : 31824 (python) S 31815 31815 31027 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 669157247 296177664 5666 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 10339512682784194818 0 0 17 3 0 0 0
/proc/31824/statm: 72309 5666 348 364 0 8224 0
[pid=31826] ppid=31824 vsize=1416 CPUtime=0.88 cores=0-7
/proc/31826/stat : 31826 (march_hi) R 31824 31826 31826 0 -1 4202496 473 0 0 0 88 0 0 0 25 0 1 0 669157248 1449984 210 33554432000 4194304 4955518 140733534130032 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31826/statm: 354 210 106 186 0 167 0
[pid=31827] ppid=31815 vsize=365028 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (python) S 31815 31815 31027 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 1 0 669157250 373788672 5843 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 13345718210612134145 0 0 17 4 0 0 0
/proc/31827/statm: 91257 5843 348 364 0 27169 0
[pid=31829] ppid=31827 vsize=1416 CPUtime=0.85 cores=0-7
/proc/31829/stat : 31829 (march_hi) R 31827 31829 31829 0 -1 4202496 463 0 0 0 85 0 0 0 21 0 1 0 669157251 1449984 210 33554432000 4194304 4955518 140733991139920 18446744073709551615 4346322 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31829/statm: 354 210 106 186 0 167 0
[pid=31830] ppid=31815 vsize=375284 CPUtime=0 cores=0-7
/proc/31830/stat : 31830 (python) S 31815 31815 31027 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 669157253 384290816 5804 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 13345713812565623042 0 0 17 5 0 0 0
/proc/31830/statm: 93821 5804 348 364 0 29730 0
[pid=31832] ppid=31830 vsize=1416 CPUtime=0.82 cores=0-7
/proc/31832/stat : 31832 (march_hi) R 31830 31832 31832 0 -1 4202496 465 0 0 0 82 0 0 0 19 0 1 0 669157254 1449984 210 33554432000 4194304 4955518 140733407640896 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31832/statm: 354 210 106 186 0 167 0
[pid=31833] ppid=31815 vsize=385540 CPUtime=0 cores=0-7
/proc/31833/stat : 31833 (python) S 31815 31815 31027 0 -1 4202560 727 0 0 0 0 0 0 0 19 0 1 0 669157257 394792960 5826 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 4391356536899764223 0 0 17 7 0 0 0
/proc/31833/statm: 96385 5826 348 364 0 32291 0
[pid=31835] ppid=31833 vsize=1017800 CPUtime=0.79 cores=0-7
/proc/31835/stat : 31835 (gnovelty+2) R 31833 31835 31835 0 -1 4202496 419 0 0 0 79 0 0 0 22 0 1 0 669157257 1042227200 162 33554432000 134512640 135663704 4290387872 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31835/statm: 254450 162 113 282 0 254166 0
[pid=31836] ppid=31815 vsize=395796 CPUtime=0 cores=0-7
/proc/31836/stat : 31836 (python) S 31815 31815 31027 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 669157260 405295104 5813 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 12521075693687111939 0 0 17 7 0 0 0
/proc/31836/statm: 98949 5813 348 364 0 34852 0
[pid=31838] ppid=31836 vsize=1416 CPUtime=0.74 cores=0-7
/proc/31838/stat : 31838 (march_hi) R 31836 31838 31838 0 -1 4202496 468 0 0 0 74 0 0 0 25 0 1 0 669157260 1449984 210 33554432000 4194304 4955518 140735990015520 18446744073709551615 4224503 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31838/statm: 354 210 106 186 0 167 0
[pid=31839] ppid=31815 vsize=406052 CPUtime=0 cores=0-7
/proc/31839/stat : 31839 (python) S 31815 31815 31027 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 669157263 415797248 5937 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 12643077503905136899 0 0 17 0 0 0 0
/proc/31839/statm: 101513 5937 348 364 0 37413 0
[pid=31841] ppid=31839 vsize=1416 CPUtime=0.69 cores=0-7
/proc/31841/stat : 31841 (march_hi) R 31839 31841 31841 0 -1 4202496 469 0 0 0 69 0 0 0 25 0 1 0 669157263 1449984 210 33554432000 4194304 4955518 140734886858656 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31841/statm: 354 210 106 186 0 167 0
[pid=31842] ppid=31815 vsize=416308 CPUtime=0 cores=0-7
/proc/31842/stat : 31842 (python) S 31815 31815 31027 0 -1 4202560 784 0 0 0 0 0 0 0 20 0 1 0 669157266 426299392 5860 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 18189814598872301825 0 0 17 6 0 0 0
/proc/31842/statm: 104077 5860 354 364 0 39974 0
[pid=31844] ppid=31842 vsize=1416 CPUtime=0.68 cores=0-7
/proc/31844/stat : 31844 (march_hi) R 31842 31844 31844 0 -1 4202496 478 0 0 0 68 0 0 0 25 0 1 0 669157267 1449984 210 33554432000 4194304 4955518 140736796530592 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31844/statm: 354 210 106 186 0 167 0
[pid=31815/tid=31822] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31822/stat : 31822 (python) S 31813 31815 31027 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 669157245 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=31815/tid=31825] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31825/stat : 31825 (python) S 31813 31815 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669157248 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 3 0 0 0
[pid=31815/tid=31828] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31828/stat : 31828 (python) S 31813 31815 31027 0 -1 4202560 69 933 0 0 0 0 0 0 20 0 9 0 669157251 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31831] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31831/stat : 31831 (python) S 31813 31815 31027 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 669157254 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 5 0 0 0
[pid=31815/tid=31834] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31834/stat : 31834 (python) S 31813 31815 31027 0 -1 4202560 35 933 0 0 0 0 0 0 19 0 9 0 669157257 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31837] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31837/stat : 31837 (python) S 31813 31815 31027 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 9 0 669157260 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=31815/tid=31840] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31840/stat : 31840 (python) S 31813 31815 31027 0 -1 4202560 33 933 0 0 0 0 0 0 23 0 9 0 669157263 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31843] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31843/stat : 31843 (python) S 31813 31815 31027 0 -1 4202560 34 933 0 0 0 0 0 0 25 0 9 0 669157267 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 5382360

[startup+3.10131 s]
/proc/loadavg: 4.10 6.79 7.68 9/494 31844
/proc/meminfo: memFree=10249676/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=426552 CPUtime=0.71 cores=0-7
/proc/31815/stat : 31815 (python) S 31813 31815 31027 0 -1 4202496 15155 933 1 0 60 11 0 0 25 0 9 0 669157187 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31815/statm: 106638 7399 1889 364 0 42535 0
[pid=31821] ppid=31815 vsize=278468 CPUtime=0 cores=0-7
/proc/31821/stat : 31821 (python) S 31815 31815 31027 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 669157244 285151232 5535 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037135 0 0 16781312 514 4148716585760030978 0 0 17 1 0 0 0
/proc/31821/statm: 69617 5535 354 364 0 5535 0
[pid=31823] ppid=31821 vsize=1017800 CPUtime=2.51 cores=0-7
/proc/31823/stat : 31823 (gnovelty+2) R 31821 31823 31823 0 -1 4202496 428 0 0 0 251 0 0 0 25 0 1 0 669157245 1042227200 162 33554432000 134512640 135663704 4291306496 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31823/statm: 254450 162 113 282 0 254166 0
[pid=31824] ppid=31815 vsize=289236 CPUtime=0 cores=0-7
/proc/31824/stat : 31824 (python) S 31815 31815 31027 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 669157247 296177664 5666 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 10339512682784194818 0 0 17 3 0 0 0
/proc/31824/statm: 72309 5666 348 364 0 8224 0
[pid=31826] ppid=31824 vsize=1416 CPUtime=2.48 cores=0-7
/proc/31826/stat : 31826 (march_hi) R 31824 31826 31826 0 -1 4202496 474 0 0 0 248 0 0 0 25 0 1 0 669157248 1449984 211 33554432000 4194304 4955518 140733534130032 18446744073709551615 4237804 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31826/statm: 354 211 106 186 0 167 0
[pid=31827] ppid=31815 vsize=365028 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (python) S 31815 31815 31027 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 669157250 373788672 5843 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 13345718210612134145 0 0 17 4 0 0 0
/proc/31827/statm: 91257 5843 348 364 0 27169 0
[pid=31829] ppid=31827 vsize=1416 CPUtime=2.45 cores=0-7
/proc/31829/stat : 31829 (march_hi) R 31827 31829 31829 0 -1 4202496 464 0 0 0 245 0 0 0 25 0 1 0 669157251 1449984 211 33554432000 4194304 4955518 140733991139920 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31829/statm: 354 211 106 186 0 167 0
[pid=31830] ppid=31815 vsize=375284 CPUtime=0 cores=0-7
/proc/31830/stat : 31830 (python) S 31815 31815 31027 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 669157253 384290816 5804 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 13345713812565623042 0 0 17 5 0 0 0
/proc/31830/statm: 93821 5804 348 364 0 29730 0
[pid=31832] ppid=31830 vsize=1416 CPUtime=2.42 cores=0-7
/proc/31832/stat : 31832 (march_hi) R 31830 31832 31832 0 -1 4202496 466 0 0 0 242 0 0 0 22 0 1 0 669157254 1449984 211 33554432000 4194304 4955518 140733407640896 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31832/statm: 354 211 106 186 0 167 0
[pid=31833] ppid=31815 vsize=385540 CPUtime=0 cores=0-7
/proc/31833/stat : 31833 (python) S 31815 31815 31027 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 669157257 394792960 5826 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 4391356536899731713 0 0 17 7 0 0 0
/proc/31833/statm: 96385 5826 348 364 0 32291 0
[pid=31835] ppid=31833 vsize=1017800 CPUtime=2.39 cores=0-7
/proc/31835/stat : 31835 (gnovelty+2) R 31833 31835 31835 0 -1 4202496 419 0 0 0 239 0 0 0 25 0 1 0 669157257 1042227200 162 33554432000 134512640 135663704 4290387872 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31835/statm: 254450 162 113 282 0 254166 0
[pid=31836] ppid=31815 vsize=395796 CPUtime=0 cores=0-7
/proc/31836/stat : 31836 (python) S 31815 31815 31027 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 669157260 405295104 5813 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 12521075693687111939 0 0 17 7 0 0 0
/proc/31836/statm: 98949 5813 348 364 0 34852 0
[pid=31838] ppid=31836 vsize=1416 CPUtime=2.32 cores=0-7
/proc/31838/stat : 31838 (march_hi) R 31836 31838 31838 0 -1 4202496 469 0 0 0 232 0 0 0 25 0 1 0 669157260 1449984 211 33554432000 4194304 4955518 140735990015520 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31838/statm: 354 211 106 186 0 167 0
[pid=31839] ppid=31815 vsize=406052 CPUtime=0 cores=0-7
/proc/31839/stat : 31839 (python) S 31815 31815 31027 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 669157263 415797248 5937 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 12643077503905136899 0 0 17 0 0 0 0
/proc/31839/statm: 101513 5937 348 364 0 37413 0
[pid=31841] ppid=31839 vsize=1416 CPUtime=2.29 cores=0-7
/proc/31841/stat : 31841 (march_hi) R 31839 31841 31841 0 -1 4202496 470 0 0 0 229 0 0 0 25 0 1 0 669157263 1449984 211 33554432000 4194304 4955518 140734886858656 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31841/statm: 354 211 106 186 0 167 0
[pid=31842] ppid=31815 vsize=416308 CPUtime=0 cores=0-7
/proc/31842/stat : 31842 (python) S 31815 31815 31027 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 669157266 426299392 5860 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 18189814598872301825 0 0 17 6 0 0 0
/proc/31842/statm: 104077 5860 354 364 0 39974 0
[pid=31844] ppid=31842 vsize=1416 CPUtime=2.27 cores=0-7
/proc/31844/stat : 31844 (march_hi) R 31842 31844 31844 0 -1 4202496 479 0 0 0 227 0 0 0 25 0 1 0 669157267 1449984 211 33554432000 4194304 4955518 140736796530592 18446744073709551615 4235627 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31844/statm: 354 211 106 186 0 167 0
[pid=31815/tid=31822] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31822/stat : 31822 (python) S 31813 31815 31027 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 669157245 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=31815/tid=31825] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31825/stat : 31825 (python) S 31813 31815 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669157248 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 3 0 0 0
[pid=31815/tid=31828] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31828/stat : 31828 (python) S 31813 31815 31027 0 -1 4202560 69 933 0 0 0 0 0 0 20 0 9 0 669157251 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31831] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31831/stat : 31831 (python) S 31813 31815 31027 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 669157254 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 5 0 0 0
[pid=31815/tid=31834] ppid=31813 vsize=426552 CPUtime=0 cores=0-7

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

/proc/31815/task/31828/stat : 31828 (python) S 31813 31815 31027 0 -1 4202560 69 933 0 0 0 0 0 0 20 0 9 0 669157251 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31831] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31831/stat : 31831 (python) S 31813 31815 31027 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 669157254 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 5 0 0 0
[pid=31815/tid=31834] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31834/stat : 31834 (python) S 31813 31815 31027 0 -1 4202560 35 933 0 0 0 0 0 0 19 0 9 0 669157257 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31837] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31837/stat : 31837 (python) S 31813 31815 31027 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 9 0 669157260 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=31815/tid=31840] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31840/stat : 31840 (python) S 31813 31815 31027 0 -1 4202560 33 933 0 0 0 0 0 0 23 0 9 0 669157263 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31843] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31843/stat : 31843 (python) S 31813 31815 31027 0 -1 4202560 34 933 0 0 0 0 0 0 25 0 9 0 669157267 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.12
Current children cumulated vsize (KiB) 5375416

[startup+8.70125 s]
/proc/loadavg: 4.42 6.81 7.68 16/494 31844
/proc/meminfo: memFree=10250080/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=426552 CPUtime=0.71 cores=0-7
/proc/31815/stat : 31815 (python) S 31813 31815 31027 0 -1 4202496 15155 933 1 0 60 11 0 0 25 0 9 0 669157187 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31815/statm: 106638 7399 1889 364 0 42535 0
[pid=31821] ppid=31815 vsize=278468 CPUtime=0.01 cores=0-7
/proc/31821/stat : 31821 (python) S 31815 31815 31027 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 669157244 285151232 5558 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037135 0 0 16781312 514 4148716585760030978 0 0 17 1 0 0 0
/proc/31821/statm: 69617 5558 377 364 0 5535 0
[pid=31823] ppid=31821 vsize=1017800 CPUtime=8.12 cores=0-7
/proc/31823/stat : 31823 (gnovelty+2) R 31821 31823 31823 0 -1 4202496 428 0 0 0 812 0 0 0 25 0 1 0 669157245 1042227200 162 33554432000 134512640 135663704 4291306496 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31823/statm: 254450 162 113 282 0 254166 0
[pid=31824] ppid=31815 vsize=289236 CPUtime=1.1 cores=0-7
/proc/31824/stat : 31824 (python) S 31815 31815 31027 0 -1 4202560 928 0 0 0 94 16 0 0 17 0 1 0 669157247 296177664 5689 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/31824/statm: 72309 5689 371 364 0 8224 0
[pid=31826] ppid=31824 vsize=0 CPUtime=6.99 cores=0-7
/proc/31826/stat : 31826 (march_hi) R 31824 31826 31826 0 -1 4202500 512 0 0 0 699 0 0 0 25 0 1 0 669157248 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31826/statm: 0 0 0 0 0 0 0
[pid=31827] ppid=31815 vsize=365028 CPUtime=1.09 cores=0-7
/proc/31827/stat : 31827 (python) R 31815 31815 31027 0 -1 4202560 809 0 0 0 93 16 0 0 17 0 1 0 669157250 373788672 5865 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/31827/statm: 91257 5865 370 364 0 27169 0
[pid=31829] ppid=31827 vsize=0 CPUtime=6.96 cores=0-7
/proc/31829/stat : 31829 (march_hi) R 31827 31829 31829 0 -1 4202500 502 0 0 0 696 0 0 0 25 0 1 0 669157251 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31829/statm: 0 0 0 0 0 0 0
[pid=31830] ppid=31815 vsize=375284 CPUtime=1.09 cores=0-7
/proc/31830/stat : 31830 (python) R 31815 31815 31027 0 -1 4202560 822 0 0 0 95 14 0 0 16 0 1 0 669157253 384290816 5826 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31830/statm: 93821 5826 370 364 0 29730 0
[pid=31832] ppid=31830 vsize=0 CPUtime=6.95 cores=0-7
/proc/31832/stat : 31832 (march_hi) R 31830 31832 31832 0 -1 4202500 504 0 0 0 695 0 0 0 25 0 1 0 669157254 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31832/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31815 vsize=385540 CPUtime=0.02 cores=0-7
/proc/31833/stat : 31833 (python) S 31815 31815 31027 0 -1 4202560 808 0 0 0 1 1 0 0 18 0 1 0 669157257 394792960 5849 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 4391356536899731713 0 0 17 7 0 0 0
/proc/31833/statm: 96385 5849 371 364 0 32291 0
[pid=31835] ppid=31833 vsize=1017800 CPUtime=7.99 cores=0-7
/proc/31835/stat : 31835 (gnovelty+2) R 31833 31835 31835 0 -1 4202496 419 0 0 0 799 0 0 0 25 0 1 0 669157257 1042227200 162 33554432000 134512640 135663704 4290387872 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31835/statm: 254450 162 113 282 0 254166 0
[pid=31836] ppid=31815 vsize=395796 CPUtime=0.81 cores=0-7
/proc/31836/stat : 31836 (python) R 31815 31815 31027 0 -1 4202560 839 0 0 0 71 10 0 0 16 0 1 0 669157260 405295104 5836 33554432000 4194304 5683644 140737128957888 18446744073709551615 4960403 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/31836/statm: 98949 5836 371 364 0 34852 0
[pid=31838] ppid=31836 vsize=0 CPUtime=6.99 cores=0-7
/proc/31838/stat : 31838 (march_hi) R 31836 31838 31838 0 -1 4202500 507 0 0 0 699 0 0 0 25 0 1 0 669157260 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/31838/statm: 0 0 0 0 0 0 0
[pid=31839] ppid=31815 vsize=406052 CPUtime=0.95 cores=0-7
/proc/31839/stat : 31839 (python) R 31815 31815 31027 0 -1 4202560 839 0 0 0 84 11 0 0 16 0 1 0 669157263 415797248 5961 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31839/statm: 101513 5961 372 364 0 37413 0
[pid=31841] ppid=31839 vsize=0 CPUtime=6.95 cores=0-7
/proc/31841/stat : 31841 (march_hi) R 31839 31841 31841 0 -1 4202500 508 0 0 0 695 0 0 0 25 0 1 0 669157263 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31841/statm: 0 0 0 0 0 0 0
[pid=31842] ppid=31815 vsize=416308 CPUtime=0.91 cores=0-7
/proc/31842/stat : 31842 (python) R 31815 31815 31027 0 -1 4202560 875 0 0 0 76 15 0 0 16 0 1 0 669157266 426299392 5883 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/31842/statm: 104077 5883 377 364 0 39974 0
[pid=31844] ppid=31842 vsize=0 CPUtime=6.97 cores=0-7
/proc/31844/stat : 31844 (march_hi) R 31842 31844 31844 0 -1 4202500 517 0 0 0 697 0 0 0 25 0 1 0 669157267 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31844/statm: 0 0 0 0 0 0 0
[pid=31815/tid=31822] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31822/stat : 31822 (python) S 31813 31815 31027 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 669157245 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=31815/tid=31825] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31825/stat : 31825 (python) S 31813 31815 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669157248 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 3 0 0 0
[pid=31815/tid=31828] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31828/stat : 31828 (python) S 31813 31815 31027 0 -1 4202560 69 933 0 0 0 0 0 0 20 0 9 0 669157251 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31831] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31831/stat : 31831 (python) S 31813 31815 31027 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 669157254 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 5 0 0 0
[pid=31815/tid=31834] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31834/stat : 31834 (python) S 31813 31815 31027 0 -1 4202560 35 933 0 0 0 0 0 0 19 0 9 0 669157257 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31837] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31837/stat : 31837 (python) S 31813 31815 31027 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 9 0 669157260 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=31815/tid=31840] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31840/stat : 31840 (python) S 31813 31815 31027 0 -1 4202560 33 933 0 0 0 0 0 0 23 0 9 0 669157263 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31843] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31843/stat : 31843 (python) S 31813 31815 31027 0 -1 4202560 34 933 0 0 0 0 0 0 25 0 9 0 669157267 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 64.61
Current children cumulated vsize (KiB) 5373864

[startup+9.50109 s]
/proc/loadavg: 4.42 6.81 7.68 16/494 31844
/proc/meminfo: memFree=10250080/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=426552 CPUtime=0.71 cores=0-7
/proc/31815/stat : 31815 (python) S 31813 31815 31027 0 -1 4202496 15155 933 1 0 60 11 0 0 25 0 9 0 669157187 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31815/statm: 106638 7399 1889 364 0 42535 0
[pid=31821] ppid=31815 vsize=278468 CPUtime=0.01 cores=0-7
/proc/31821/stat : 31821 (python) S 31815 31815 31027 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 669157244 285151232 5558 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037135 0 0 16781312 514 4148716585760030978 0 0 17 1 0 0 0
/proc/31821/statm: 69617 5558 377 364 0 5535 0
[pid=31823] ppid=31821 vsize=1017800 CPUtime=8.91 cores=0-7
/proc/31823/stat : 31823 (gnovelty+2) R 31821 31823 31823 0 -1 4202496 428 0 0 0 891 0 0 0 25 0 1 0 669157245 1042227200 162 33554432000 134512640 135663704 4291306496 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31823/statm: 254450 162 113 282 0 254166 0
[pid=31824] ppid=31815 vsize=289236 CPUtime=1.88 cores=0-7
/proc/31824/stat : 31824 (python) R 31815 31815 31027 0 -1 4202560 928 0 0 0 160 28 0 0 17 0 1 0 669157247 296177664 5689 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/31824/statm: 72309 5689 371 364 0 8224 0
[pid=31826] ppid=31824 vsize=0 CPUtime=6.99 cores=0-7
/proc/31826/stat : 31826 (march_hi) R 31824 31826 31826 0 -1 4202500 512 0 0 0 699 0 0 0 25 0 1 0 669157248 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31826/statm: 0 0 0 0 0 0 0
[pid=31827] ppid=31815 vsize=365028 CPUtime=1.89 cores=0-7
/proc/31827/stat : 31827 (python) R 31815 31815 31027 0 -1 4202560 809 0 0 0 160 29 0 0 17 0 1 0 669157250 373788672 5865 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/31827/statm: 91257 5865 370 364 0 27169 0
[pid=31829] ppid=31827 vsize=0 CPUtime=6.96 cores=0-7
/proc/31829/stat : 31829 (march_hi) R 31827 31829 31829 0 -1 4202500 502 0 0 0 696 0 0 0 25 0 1 0 669157251 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31829/statm: 0 0 0 0 0 0 0
[pid=31830] ppid=31815 vsize=375284 CPUtime=1.87 cores=0-7
/proc/31830/stat : 31830 (python) R 31815 31815 31027 0 -1 4202560 822 0 0 0 162 25 0 0 17 0 1 0 669157253 384290816 5826 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31830/statm: 93821 5826 370 364 0 29730 0
[pid=31832] ppid=31830 vsize=0 CPUtime=6.95 cores=0-7
/proc/31832/stat : 31832 (march_hi) R 31830 31832 31832 0 -1 4202500 504 0 0 0 695 0 0 0 25 0 1 0 669157254 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31832/statm: 0 0 0 0 0 0 0
[pid=31833] ppid=31815 vsize=385540 CPUtime=0.02 cores=0-7
/proc/31833/stat : 31833 (python) R 31815 31815 31027 0 -1 4202560 808 0 0 0 1 1 0 0 18 0 1 0 669157257 394792960 5849 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/31833/statm: 96385 5849 371 364 0 32291 0
[pid=31835] ppid=31833 vsize=1017800 CPUtime=8.77 cores=0-7
/proc/31835/stat : 31835 (gnovelty+2) R 31833 31835 31835 0 -1 4202496 419 0 0 0 877 0 0 0 25 0 1 0 669157257 1042227200 162 33554432000 134512640 135663704 4290387872 18446744073709551615 134544373 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31835/statm: 254450 162 113 282 0 254166 0
[pid=31836] ppid=31815 vsize=395796 CPUtime=1.6 cores=0-7
/proc/31836/stat : 31836 (python) R 31815 31815 31027 0 -1 4202560 839 0 0 0 137 23 0 0 17 0 1 0 669157260 405295104 5836 33554432000 4194304 5683644 140737128957888 18446744073709551615 4539753 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/31836/statm: 98949 5836 371 364 0 34852 0
[pid=31838] ppid=31836 vsize=0 CPUtime=6.99 cores=0-7
/proc/31838/stat : 31838 (march_hi) R 31836 31838 31838 0 -1 4202500 507 0 0 0 699 0 0 0 25 0 1 0 669157260 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/31838/statm: 0 0 0 0 0 0 0
[pid=31839] ppid=31815 vsize=406052 CPUtime=1.74 cores=0-7
/proc/31839/stat : 31839 (python) R 31815 31815 31027 0 -1 4202560 839 0 0 0 153 21 0 0 17 0 1 0 669157263 415797248 5961 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31839/statm: 101513 5961 372 364 0 37413 0
[pid=31841] ppid=31839 vsize=0 CPUtime=6.95 cores=0-7
/proc/31841/stat : 31841 (march_hi) R 31839 31841 31841 0 -1 4202500 508 0 0 0 695 0 0 0 25 0 1 0 669157263 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31841/statm: 0 0 0 0 0 0 0
[pid=31842] ppid=31815 vsize=416308 CPUtime=1.69 cores=0-7
/proc/31842/stat : 31842 (python) R 31815 31815 31027 0 -1 4202560 875 0 0 0 142 27 0 0 17 0 1 0 669157266 426299392 5883 33554432000 4194304 5683644 140737128957888 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/31842/statm: 104077 5883 377 364 0 39974 0
[pid=31844] ppid=31842 vsize=0 CPUtime=6.97 cores=0-7
/proc/31844/stat : 31844 (march_hi) R 31842 31844 31844 0 -1 4202500 517 0 0 0 697 0 0 0 25 0 1 0 669157267 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31844/statm: 0 0 0 0 0 0 0
[pid=31815/tid=31822] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31822/stat : 31822 (python) S 31813 31815 31027 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 669157245 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=31815/tid=31825] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31825/stat : 31825 (python) S 31813 31815 31027 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 669157248 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 3 0 0 0
[pid=31815/tid=31828] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31828/stat : 31828 (python) S 31813 31815 31027 0 -1 4202560 69 933 0 0 0 0 0 0 20 0 9 0 669157251 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31831] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31831/stat : 31831 (python) S 31813 31815 31027 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 669157254 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 5 0 0 0
[pid=31815/tid=31834] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31834/stat : 31834 (python) S 31813 31815 31027 0 -1 4202560 35 933 0 0 0 0 0 0 19 0 9 0 669157257 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31837] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31837/stat : 31837 (python) S 31813 31815 31027 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 9 0 669157260 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=31815/tid=31840] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31840/stat : 31840 (python) S 31813 31815 31027 0 -1 4202560 33 933 0 0 0 0 0 0 23 0 9 0 669157263 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=31815/tid=31843] ppid=31813 vsize=426552 CPUtime=0 cores=0-7
/proc/31815/task/31843/stat : 31843 (python) S 31813 31815 31027 0 -1 4202560 34 933 0 0 0 0 0 0 25 0 9 0 669157267 436789248 7399 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 70.9
Current children cumulated vsize (KiB) 5373864

[startup+9.70111 s]
/proc/loadavg: 4.42 6.81 7.68 16/494 31844
/proc/meminfo: memFree=10250080/32951124 swapFree=56316216/67111528
[pid=31815] ppid=31813 vsize=385468 CPUtime=72.54 cores=0-7
/proc/31815/stat : 31815 (python) R 31813 31815 31027 0 -1 4202496 17325 12913 1 0 61 11 7006 176 17 0 2 0 669157187 394719232 7300 33554432000 4194304 5683644 140737128957888 18446744073709551615 5114143 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31815/statm: 96367 7300 1873 364 0 32291 0
[pid=31815/tid=31825] ppid=31813 vsize=385468 CPUtime=71.82 cores=0-7
/proc/31815/task/31825/stat : 31825 (python) S 31813 31815 31027 0 -1 4202560 27 12913 0 0 0 0 7006 176 15 0 2 0 669157248 394719232 7300 33554432000 4194304 5683644 140737128957888 18446744073709551615 212447840689 0 0 16781312 0 18446604453903145792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 72.54
Current children cumulated vsize (KiB) 385468

Child status: 0
Real time (s): 9.71878
CPU time (s): 72.586
CPU user time (s): 70.6993
CPU system time (s): 1.88671
CPU usage (%): 746.863
Max. virtual memory (cumulated for all children) (KiB): 5383040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.6993
system time used= 1.88671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32460
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= 4225
involuntary context switches= 3248

runsolver used 0.054991 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-16 21:52:28
IDJOB=3385823
IDBENCH=83088
IDSOLVER=1870
FILE ID=node102/3385823-1305575548
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-S1431779634-058.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-3385823-1305575548/watcher-3385823-1305575548 -o /tmp/evaluation-result-3385823-1305575548/solver-3385823-1305575548 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385823-1305575548.cnf -seed 25895929 -budget 40000 -cores 8

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

MD5SUM BENCH= d127ce957526b50c62d4f1f191caa738
RANDOM SEED=25895929

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:      10304840 kB
Buffers:        133720 kB
Cached:        1056436 kB
SwapCached:      33496 kB
Active:       13777772 kB
Inactive:      8613732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10304840 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:           32008 kB
Writeback:           0 kB
AnonPages:    21179148 kB
Mapped:          24232 kB
Slab:            81956 kB
PageTables:      98832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134971636 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:52:38