Trace number 3385762

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 150.729 25.241

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
MD5SUMfb063acde7d440560f4280457889aef8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.9014
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3385762-1305573339.cnf
0.31/0.45	c INFO: computing task features
0.31/0.45	c INFO: computed variable-clause graph statistics
0.31/0.45	c INFO: computed clause balance statistics
0.31/0.48	c INFO: computed variable balance statistics
0.39/0.51	c INFO: computed small-clause counts
0.39/0.51	c INFO: computed Horn-clause counts
0.39/0.51	c INFO: computed variable graph statistics
0.39/0.51	c INFO: collected features for HOME/instance-3385762-1305573339.cnf in 0.06 s
0.39/0.54	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.39/0.57	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.49/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.49/0.63	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.49/0.67	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.58/0.70	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.07)
0.58/0.73	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.58/0.77	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
150.45/25.22	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-3385762-1305573339/watcher-3385762-1305573339 -o /tmp/evaluation-result-3385762-1305573339/solver-3385762-1305573339 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385762-1305573339.cnf -seed 933467222 -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: 11.22 11.17 10.96 5/457 32133
/proc/meminfo: memFree=22394792/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=16396 CPUtime=0.01 cores=0-7
/proc/32133/stat : 32133 (python) R 32131 32133 30681 0 -1 4202496 1165 0 0 0 1 0 0 0 25 0 1 0 401525170 16789504 1030 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660705415 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32133/statm: 4099 1030 414 364 0 586 0

[startup+0.109211 s]
/proc/loadavg: 11.22 11.17 10.96 5/457 32133
/proc/meminfo: memFree=22394792/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=107300 CPUtime=0.07 cores=0-7
/proc/32133/stat : 32133 (python) S 32131 32133 30681 0 -1 4202496 3359 0 0 0 5 2 0 0 17 0 1 0 401525170 109875200 3020 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/32133/statm: 26825 3020 871 364 0 2056 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 107300

[startup+0.200195 s]
/proc/loadavg: 11.22 11.17 10.96 5/457 32133
/proc/meminfo: memFree=22394792/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=131300 CPUtime=0.15 cores=0-7
/proc/32133/stat : 32133 (python) R 32131 32133 30681 0 -1 4202496 5704 931 1 0 12 3 0 0 18 0 1 0 401525170 134451200 4100 33554432000 4194304 5683644 140736691093056 18446744073709551615 4860051 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32133/statm: 32825 4100 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131300

[startup+0.300177 s]
/proc/loadavg: 11.22 11.17 10.96 5/457 32133
/proc/meminfo: memFree=22394792/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=198920 CPUtime=0.22 cores=0-7
/proc/32133/stat : 32133 (python) R 32131 32133 30681 0 -1 4202496 7021 931 1 0 17 5 0 0 17 0 1 0 401525170 203694080 5054 33554432000 4194304 5683644 140736691093056 18446744073709551615 4510784 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32133/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.701073 s]
/proc/loadavg: 11.22 11.17 10.96 5/457 32133
/proc/meminfo: memFree=22394792/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=330484 CPUtime=0.58 cores=0-7
/proc/32133/stat : 32133 (python) R 32131 32133 30681 0 -1 4202496 13614 931 1 0 51 7 0 0 24 0 6 0 401525170 338415616 7259 33554432000 4194304 5683644 140736691093056 18446744073709551615 47007431753235 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32133/statm: 82621 7259 1882 364 0 18527 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 330484

[startup+1.50093 s]
/proc/loadavg: 11.20 11.17 10.96 12/482 32162
/proc/meminfo: memFree=22338040/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=361320 CPUtime=0.65 cores=0-7
/proc/32133/stat : 32133 (python) S 32131 32133 30681 0 -1 4202496 15811 931 1 0 57 8 0 0 25 0 9 0 401525170 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32133/statm: 90330 7295 1889 364 0 26227 0
[pid=32139] ppid=32133 vsize=278448 CPUtime=0 cores=0-7
/proc/32139/stat : 32139 (python) S 32133 32133 30681 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 401525225 285130752 5548 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682255 0 0 16781312 514 2664601563024064511 0 0 17 0 0 0 0
/proc/32139/statm: 69612 5548 354 364 0 5530 0
[pid=32141] ppid=32139 vsize=1017800 CPUtime=0.93 cores=0-7
/proc/32141/stat : 32141 (gnovelty+2) R 32139 32141 32141 0 -1 4202496 432 0 0 0 93 0 0 0 21 0 1 0 401525225 1042227200 169 33554432000 134512640 135663704 4292437936 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32141/statm: 254450 169 113 282 0 254166 0
[pid=32142] ppid=32133 vsize=289276 CPUtime=0 cores=0-7
/proc/32142/stat : 32142 (python) S 32133 32133 30681 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 401525228 296218624 5676 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 12281452527576121602 0 0 17 5 0 0 0
/proc/32142/statm: 72319 5676 348 364 0 8234 0
[pid=32144] ppid=32142 vsize=1972 CPUtime=0.91 cores=0-7
/proc/32144/stat : 32144 (march_hi) R 32142 32144 32144 0 -1 4202496 573 0 0 0 91 0 0 0 23 0 1 0 401525228 2019328 312 33554432000 4194304 4955518 140736297089584 18446744073709551615 4238632 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32144/statm: 493 312 104 186 0 306 0
[pid=32145] ppid=32133 vsize=299664 CPUtime=0 cores=0-7
/proc/32145/stat : 32145 (python) S 32133 32133 30681 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 401525231 306855936 5697 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 5607394806419390721 0 0 17 0 0 0 0
/proc/32145/statm: 74916 5697 348 364 0 10828 0
[pid=32147] ppid=32145 vsize=1972 CPUtime=0.56 cores=0-7
/proc/32147/stat : 32147 (march_hi) R 32145 32147 32147 0 -1 4202496 566 0 0 0 56 0 0 0 22 0 1 0 401525231 2019328 304 33554432000 4194304 4955518 140735834337504 18446744073709551615 4314742 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32147/statm: 493 304 104 186 0 306 0
[pid=32148] ppid=32133 vsize=309552 CPUtime=0 cores=0-7
/proc/32148/stat : 32148 (python) S 32133 32133 30681 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 401525234 316981248 5611 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 4207184490956554498 0 0 17 4 0 0 0
/proc/32148/statm: 77388 5611 348 364 0 13297 0
[pid=32150] ppid=32148 vsize=1972 CPUtime=0.84 cores=0-7
/proc/32150/stat : 32150 (march_hi) R 32148 32150 32150 0 -1 4202496 569 0 0 0 84 0 0 0 25 0 1 0 401525235 2019328 306 33554432000 4194304 4955518 140734516412048 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32150/statm: 493 306 104 186 0 306 0
[pid=32151] ppid=32133 vsize=320240 CPUtime=0 cores=0-7
/proc/32151/stat : 32151 (python) S 32133 32133 30681 0 -1 4202560 761 0 0 0 0 0 0 0 17 0 1 0 401525238 327925760 5721 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 18312876338299502850 0 0 17 2 0 0 0
/proc/32151/statm: 80060 5721 348 364 0 15966 0
[pid=32153] ppid=32151 vsize=1972 CPUtime=0.42 cores=0-7
/proc/32153/stat : 32153 (march_hi) R 32151 32153 32153 0 -1 4202496 562 0 0 0 42 0 0 0 25 0 1 0 401525240 2019328 298 33554432000 4194304 4955518 140737422011296 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32153/statm: 493 298 104 186 0 306 0
[pid=32154] ppid=32133 vsize=330496 CPUtime=0 cores=0-7
/proc/32154/stat : 32154 (python) S 32133 32133 30681 0 -1 4202560 741 0 0 0 0 0 0 0 25 0 1 0 401525241 338427904 5721 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 14256769971974569983 0 0 17 2 0 0 0
/proc/32154/statm: 82624 5721 344 364 0 18527 0
[pid=32156] ppid=32154 vsize=454916 CPUtime=0.73 cores=0-7
/proc/32156/stat : 32156 (TNM) R 32154 32156 32156 0 -1 4202496 425 0 0 0 73 0 0 0 25 0 1 0 401525243 465833984 161 33554432000 134512640 135008748 4291167792 18446744073709551615 134527840 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32156/statm: 113729 161 46 122 0 112629 0
[pid=32157] ppid=32133 vsize=340280 CPUtime=0 cores=0-7
/proc/32157/stat : 32157 (python) S 32133 32133 30681 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 401525244 348446720 5626 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11577483610822770946 0 0 17 2 0 0 0
/proc/32157/statm: 85070 5626 348 364 0 20970 0
[pid=32159] ppid=32157 vsize=1972 CPUtime=0.32 cores=0-7
/proc/32159/stat : 32159 (march_hi) R 32157 32159 32159 0 -1 4202496 563 0 0 0 32 0 0 0 25 0 1 0 401525247 2019328 294 33554432000 4194304 4955518 140733402295200 18446744073709551615 4235246 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32159/statm: 493 294 104 186 0 306 0
[pid=32160] ppid=32133 vsize=351076 CPUtime=0 cores=0-7
/proc/32160/stat : 32160 (python) S 32133 32133 30681 0 -1 4202560 810 0 0 0 0 0 0 0 19 0 1 0 401525248 359501824 5756 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 5607394806419390723 0 0 17 6 0 0 0
/proc/32160/statm: 87769 5756 354 364 0 23666 0
[pid=32162] ppid=32160 vsize=1972 CPUtime=0.62 cores=0-7
/proc/32162/stat : 32162 (march_hi) R 32160 32162 32162 0 -1 4202496 578 0 0 0 62 0 0 0 25 0 1 0 401525248 2019328 306 33554432000 4194304 4955518 140734209074528 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32162/statm: 493 306 104 186 0 306 0
[pid=32133/tid=32140] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32140/stat : 32140 (python) S 32131 32133 30681 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 401525225 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32143] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32143/stat : 32143 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525228 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32146] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32146/stat : 32146 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525231 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32149] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32149/stat : 32149 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 9 0 401525234 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 4 0 0 0
[pid=32133/tid=32152] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32152/stat : 32152 (python) S 32131 32133 30681 0 -1 4202560 24 931 0 0 0 0 0 0 24 0 9 0 401525238 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32155] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32155/stat : 32155 (python) S 32131 32133 30681 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 9 0 401525241 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32158] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32158/stat : 32158 (python) S 32131 32133 30681 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 9 0 401525245 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32161] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32161/stat : 32161 (python) S 32131 32133 30681 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 9 0 401525248 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 4364900

[startup+3.10165 s]
/proc/loadavg: 11.20 11.17 10.96 12/482 32162
/proc/meminfo: memFree=22336800/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=361320 CPUtime=0.65 cores=0-7
/proc/32133/stat : 32133 (python) S 32131 32133 30681 0 -1 4202496 15811 931 1 0 57 8 0 0 25 0 9 0 401525170 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32133/statm: 90330 7295 1889 364 0 26227 0
[pid=32139] ppid=32133 vsize=278448 CPUtime=0 cores=0-7
/proc/32139/stat : 32139 (python) S 32133 32133 30681 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 401525225 285130752 5548 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682255 0 0 16781312 514 2664601563024032001 0 0 17 0 0 0 0
/proc/32139/statm: 69612 5548 354 364 0 5530 0
[pid=32141] ppid=32139 vsize=1017800 CPUtime=2.51 cores=0-7
/proc/32141/stat : 32141 (gnovelty+2) R 32139 32141 32141 0 -1 4202496 432 0 0 0 251 0 0 0 25 0 1 0 401525225 1042227200 169 33554432000 134512640 135663704 4292437936 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32141/statm: 254450 169 113 282 0 254166 0
[pid=32142] ppid=32133 vsize=289276 CPUtime=0 cores=0-7
/proc/32142/stat : 32142 (python) S 32133 32133 30681 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 401525228 296218624 5676 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 12281452527576121602 0 0 17 5 0 0 0
/proc/32142/statm: 72319 5676 348 364 0 8234 0
[pid=32144] ppid=32142 vsize=1972 CPUtime=2.51 cores=0-7
/proc/32144/stat : 32144 (march_hi) R 32142 32144 32144 0 -1 4202496 582 0 0 0 251 0 0 0 25 0 1 0 401525228 2019328 321 33554432000 4194304 4955518 140736297089584 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32144/statm: 493 321 104 186 0 306 0
[pid=32145] ppid=32133 vsize=299664 CPUtime=0 cores=0-7
/proc/32145/stat : 32145 (python) S 32133 32133 30681 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 401525231 306855936 5697 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 4438407388231368703 0 0 17 0 0 0 0
/proc/32145/statm: 74916 5697 348 364 0 10828 0
[pid=32147] ppid=32145 vsize=1972 CPUtime=1.36 cores=0-7
/proc/32147/stat : 32147 (march_hi) R 32145 32147 32147 0 -1 4202496 574 0 0 0 136 0 0 0 25 0 1 0 401525231 2019328 312 33554432000 4194304 4955518 140735834337504 18446744073709551615 4209723 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32147/statm: 493 312 104 186 0 306 0
[pid=32148] ppid=32133 vsize=309552 CPUtime=0 cores=0-7
/proc/32148/stat : 32148 (python) S 32133 32133 30681 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 401525234 316981248 5611 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 4207184490956554498 0 0 17 4 0 0 0
/proc/32148/statm: 77388 5611 348 364 0 13297 0
[pid=32150] ppid=32148 vsize=1972 CPUtime=2.44 cores=0-7
/proc/32150/stat : 32150 (march_hi) R 32148 32150 32150 0 -1 4202496 583 0 0 0 244 0 0 0 25 0 1 0 401525235 2019328 320 33554432000 4194304 4955518 140734516412048 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32150/statm: 493 320 104 186 0 306 0
[pid=32151] ppid=32133 vsize=320240 CPUtime=0 cores=0-7
/proc/32151/stat : 32151 (python) S 32133 32133 30681 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 401525238 327925760 5721 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 18312876338299502850 0 0 17 2 0 0 0
/proc/32151/statm: 80060 5721 348 364 0 15966 0
[pid=32153] ppid=32151 vsize=1972 CPUtime=1.22 cores=0-7
/proc/32153/stat : 32153 (march_hi) R 32151 32153 32153 0 -1 4202496 575 0 0 0 122 0 0 0 25 0 1 0 401525240 2019328 311 33554432000 4194304 4955518 140737422011296 18446744073709551615 4239036 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32153/statm: 493 311 104 186 0 306 0
[pid=32154] ppid=32133 vsize=330496 CPUtime=0 cores=0-7
/proc/32154/stat : 32154 (python) S 32133 32133 30681 0 -1 4202560 759 0 0 0 0 0 0 0 18 0 1 0 401525241 338427904 5725 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 14256769971974537474 0 0 17 2 0 0 0
/proc/32154/statm: 82624 5725 348 364 0 18527 0
[pid=32156] ppid=32154 vsize=454916 CPUtime=2.33 cores=0-7
/proc/32156/stat : 32156 (TNM) R 32154 32156 32156 0 -1 4202496 425 0 0 0 233 0 0 0 25 0 1 0 401525243 465833984 161 33554432000 134512640 135008748 4291167792 18446744073709551615 134529136 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32156/statm: 113729 161 46 122 0 112629 0
[pid=32157] ppid=32133 vsize=340280 CPUtime=0 cores=0-7
/proc/32157/stat : 32157 (python) S 32133 32133 30681 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 401525244 348446720 5626 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11577483610822770946 0 0 17 2 0 0 0
/proc/32157/statm: 85070 5626 348 364 0 20970 0
[pid=32159] ppid=32157 vsize=1972 CPUtime=1.12 cores=0-7
/proc/32159/stat : 32159 (march_hi) R 32157 32159 32159 0 -1 4202496 580 0 0 0 112 0 0 0 25 0 1 0 401525247 2019328 311 33554432000 4194304 4955518 140733402295200 18446744073709551615 4227109 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32159/statm: 493 311 104 186 0 306 0
[pid=32160] ppid=32133 vsize=351076 CPUtime=0 cores=0-7
/proc/32160/stat : 32160 (python) S 32133 32133 30681 0 -1 4202560 812 0 0 0 0 0 0 0 15 0 1 0 401525248 359501824 5756 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11791562922797269251 0 0 17 6 0 0 0
/proc/32160/statm: 87769 5756 354 364 0 23666 0
[pid=32162] ppid=32160 vsize=1972 CPUtime=2.22 cores=0-7
/proc/32162/stat : 32162 (march_hi) R 32160 32162 32162 0 -1 4202496 592 0 0 0 222 0 0 0 25 0 1 0 401525248 2019328 320 33554432000 4194304 4955518 140734209074528 18446744073709551615 4346669 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32162/statm: 493 320 104 186 0 306 0
[pid=32133/tid=32140] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32140/stat : 32140 (python) S 32131 32133 30681 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 401525225 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32143] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32143/stat : 32143 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525228 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32146] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32146/stat : 32146 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525231 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32149] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32149/stat : 32149 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 9 0 401525234 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 4 0 0 0
[pid=32133/tid=32152] ppid=32131 vsize=361320 CPUtime=0 cores=0-7

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

[pid=32156] ppid=32154 vsize=454916 CPUtime=22.71 cores=0-7
/proc/32156/stat : 32156 (TNM) R 32154 32156 32156 0 -1 4202496 425 0 0 0 2271 0 0 0 25 0 1 0 401525243 465833984 161 33554432000 134512640 135008748 4291167792 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32156/statm: 113729 161 46 122 0 112629 0
[pid=32157] ppid=32133 vsize=340280 CPUtime=0.07 cores=0-7
/proc/32157/stat : 32157 (python) S 32133 32133 30681 0 -1 4202560 976 0 0 0 4 3 0 0 15 0 1 0 401525244 348446720 5649 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11577483610822770946 0 0 17 2 0 0 0
/proc/32157/statm: 85070 5649 371 364 0 20970 0
[pid=32159] ppid=32157 vsize=2296 CPUtime=11.51 cores=0-7
/proc/32159/stat : 32159 (march_hi) R 32157 32159 32159 0 -1 4202496 664 0 0 0 1151 0 0 0 25 0 1 0 401525247 2351104 394 33554432000 4194304 4955518 140733402295200 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32159/statm: 574 394 104 186 0 387 0
[pid=32160] ppid=32133 vsize=351076 CPUtime=0.08 cores=0-7
/proc/32160/stat : 32160 (python) S 32133 32133 30681 0 -1 4202560 992 0 0 0 5 3 0 0 15 0 1 0 401525248 359501824 5779 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11791562922797269251 0 0 17 7 0 0 0
/proc/32160/statm: 87769 5779 377 364 0 23666 0
[pid=32162] ppid=32160 vsize=2396 CPUtime=15.89 cores=0-7
/proc/32162/stat : 32162 (march_hi) R 32160 32162 32162 0 -1 4202496 692 0 0 0 1589 0 0 0 25 0 1 0 401525248 2453504 419 33554432000 4194304 4955518 140734209074528 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32162/statm: 599 419 104 186 0 412 0
[pid=32133/tid=32140] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32140/stat : 32140 (python) S 32131 32133 30681 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 401525225 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32143] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32143/stat : 32143 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525228 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32146] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32146/stat : 32146 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525231 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32149] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32149/stat : 32149 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 9 0 401525234 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 4 0 0 0
[pid=32133/tid=32152] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32152/stat : 32152 (python) S 32131 32133 30681 0 -1 4202560 24 931 0 0 0 0 0 0 24 0 9 0 401525238 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32155] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32155/stat : 32155 (python) S 32131 32133 30681 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 9 0 401525241 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32158] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32158/stat : 32158 (python) S 32131 32133 30681 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 9 0 401525245 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32161] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32161/stat : 32161 (python) S 32131 32133 30681 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 9 0 401525248 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 143.9
Current children cumulated vsize (KiB) 4367776

[startup+24.8018 s]
/proc/loadavg: 11.14 11.16 10.96 12/482 32163
/proc/meminfo: memFree=22333940/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=361320 CPUtime=0.65 cores=0-7
/proc/32133/stat : 32133 (python) S 32131 32133 30681 0 -1 4202496 15811 931 1 0 57 8 0 0 25 0 9 0 401525170 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32133/statm: 90330 7295 1889 364 0 26227 0
[pid=32139] ppid=32133 vsize=278448 CPUtime=0.07 cores=0-7
/proc/32139/stat : 32139 (python) S 32133 32133 30681 0 -1 4202560 905 0 0 0 4 3 0 0 18 0 1 0 401525225 285130752 5571 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682255 0 0 16781312 514 14956577507799695617 0 0 17 0 0 0 0
/proc/32139/statm: 69612 5571 377 364 0 5530 0
[pid=32141] ppid=32139 vsize=1017800 CPUtime=21.07 cores=0-7
/proc/32141/stat : 32141 (gnovelty+2) R 32139 32141 32141 0 -1 4202496 432 0 0 0 2107 0 0 0 25 0 1 0 401525225 1042227200 169 33554432000 134512640 135663704 4292437936 18446744073709551615 134524575 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32141/statm: 254450 169 113 282 0 254166 0
[pid=32142] ppid=32133 vsize=289276 CPUtime=0.09 cores=0-7
/proc/32142/stat : 32142 (python) S 32133 32133 30681 0 -1 4202560 918 0 0 0 5 4 0 0 15 0 1 0 401525228 296218624 5699 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 12281452527576121602 0 0 17 5 0 0 0
/proc/32142/statm: 72319 5699 371 364 0 8234 0
[pid=32144] ppid=32142 vsize=2548 CPUtime=21.72 cores=0-7
/proc/32144/stat : 32144 (march_hi) R 32142 32144 32144 0 -1 4202496 722 0 0 0 2172 0 0 0 25 0 1 0 401525228 2609152 460 33554432000 4194304 4955518 140736297089584 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32144/statm: 637 460 104 186 0 450 0
[pid=32145] ppid=32133 vsize=299664 CPUtime=0.07 cores=0-7
/proc/32145/stat : 32145 (python) S 32133 32133 30681 0 -1 4202560 915 0 0 0 5 2 0 0 15 0 1 0 401525231 306855936 5720 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 5040838605182828801 0 0 17 0 0 0 0
/proc/32145/statm: 74916 5720 371 364 0 10828 0
[pid=32147] ppid=32145 vsize=2396 CPUtime=14.49 cores=0-7
/proc/32147/stat : 32147 (march_hi) R 32145 32147 32147 0 -1 4202496 673 0 0 0 1449 0 0 0 25 0 1 0 401525231 2453504 410 33554432000 4194304 4955518 140735834337504 18446744073709551615 4235352 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32147/statm: 599 410 104 186 0 412 0
[pid=32148] ppid=32133 vsize=309552 CPUtime=0.09 cores=0-7
/proc/32148/stat : 32148 (python) S 32133 32133 30681 0 -1 4202560 960 0 0 0 6 3 0 0 15 0 1 0 401525234 316981248 5634 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 4207184490956554498 0 0 17 2 0 0 0
/proc/32148/statm: 77388 5634 371 364 0 13297 0
[pid=32150] ppid=32148 vsize=2776 CPUtime=23.88 cores=0-7
/proc/32150/stat : 32150 (march_hi) R 32148 32150 32150 0 -1 4202496 745 0 0 0 2388 0 0 0 25 0 1 0 401525235 2842624 481 33554432000 4194304 4955518 140734516412048 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32150/statm: 694 481 104 186 0 507 0
[pid=32151] ppid=32133 vsize=320240 CPUtime=0.08 cores=0-7
/proc/32151/stat : 32151 (python) S 32133 32133 30681 0 -1 4202560 948 0 0 0 5 3 0 0 15 0 1 0 401525238 327925760 5744 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 18312876338299502850 0 0 17 2 0 0 0
/proc/32151/statm: 80060 5744 371 364 0 15966 0
[pid=32153] ppid=32151 vsize=2396 CPUtime=14.18 cores=0-7
/proc/32153/stat : 32153 (march_hi) R 32151 32153 32153 0 -1 4202496 674 0 0 0 1418 0 0 0 25 0 1 0 401525240 2453504 409 33554432000 4194304 4955518 140737422011296 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32153/statm: 599 409 104 186 0 412 0
[pid=32154] ppid=32133 vsize=330496 CPUtime=0.07 cores=0-7
/proc/32154/stat : 32154 (python) S 32133 32133 30681 0 -1 4202560 940 0 0 0 3 4 0 0 18 0 1 0 401525241 338427904 5748 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 14956577507799695618 0 0 17 2 0 0 0
/proc/32154/statm: 82624 5748 371 364 0 18527 0
[pid=32156] ppid=32154 vsize=454916 CPUtime=23.11 cores=0-7
/proc/32156/stat : 32156 (TNM) R 32154 32156 32156 0 -1 4202496 425 0 0 0 2311 0 0 0 25 0 1 0 401525243 465833984 161 33554432000 134512640 135008748 4291167792 18446744073709551615 134529402 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32156/statm: 113729 161 46 122 0 112629 0
[pid=32157] ppid=32133 vsize=340280 CPUtime=0.07 cores=0-7
/proc/32157/stat : 32157 (python) S 32133 32133 30681 0 -1 4202560 976 0 0 0 4 3 0 0 15 0 1 0 401525244 348446720 5649 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11577483610822770946 0 0 17 2 0 0 0
/proc/32157/statm: 85070 5649 371 364 0 20970 0
[pid=32159] ppid=32157 vsize=2296 CPUtime=11.91 cores=0-7
/proc/32159/stat : 32159 (march_hi) R 32157 32159 32159 0 -1 4202496 667 0 0 0 1191 0 0 0 25 0 1 0 401525247 2351104 397 33554432000 4194304 4955518 140733402295200 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32159/statm: 574 397 104 186 0 387 0
[pid=32160] ppid=32133 vsize=351076 CPUtime=0.08 cores=0-7
/proc/32160/stat : 32160 (python) S 32133 32133 30681 0 -1 4202560 992 0 0 0 5 3 0 0 15 0 1 0 401525248 359501824 5779 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11791562922797269251 0 0 17 7 0 0 0
/proc/32160/statm: 87769 5779 377 364 0 23666 0
[pid=32162] ppid=32160 vsize=2396 CPUtime=16.68 cores=0-7
/proc/32162/stat : 32162 (march_hi) R 32160 32162 32162 0 -1 4202496 697 0 0 0 1668 0 0 0 25 0 1 0 401525248 2453504 424 33554432000 4194304 4955518 140734209074528 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32162/statm: 599 424 104 186 0 412 0
[pid=32133/tid=32140] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32140/stat : 32140 (python) S 32131 32133 30681 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 401525225 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32143] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32143/stat : 32143 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525228 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32146] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32146/stat : 32146 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 401525231 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32149] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32149/stat : 32149 (python) S 32131 32133 30681 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 9 0 401525234 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 4 0 0 0
[pid=32133/tid=32152] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32152/stat : 32152 (python) S 32131 32133 30681 0 -1 4202560 24 931 0 0 0 0 0 0 24 0 9 0 401525238 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32155] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32155/stat : 32155 (python) S 32131 32133 30681 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 9 0 401525241 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32158] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32158/stat : 32158 (python) S 32131 32133 30681 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 9 0 401525245 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32161] ppid=32131 vsize=361320 CPUtime=0 cores=0-7
/proc/32133/task/32161/stat : 32161 (python) S 32131 32133 30681 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 9 0 401525248 369991680 7295 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 148.31
Current children cumulated vsize (KiB) 4367876

[startup+25.2018 s]
/proc/loadavg: 11.14 11.16 10.96 12/482 32163
/proc/meminfo: memFree=22333940/32951124 swapFree=46575272/67111528
[pid=32133] ppid=32131 vsize=361320 CPUtime=15.06 cores=0-7
/proc/32133/stat : 32133 (python) S 32131 32133 30681 0 -1 4202496 15852 2599 1 0 57 8 1437 4 18 0 9 0 401525170 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672492351 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32133/statm: 90330 7296 1890 364 0 26227 0
[pid=32139] ppid=32133 vsize=278448 CPUtime=0.07 cores=0-7
/proc/32139/stat : 32139 (python) S 32133 32133 30681 0 -1 4202560 905 0 0 0 4 3 0 0 18 0 1 0 401525225 285130752 5571 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682255 0 0 16781312 514 14956577507799695617 0 0 17 0 0 0 0
/proc/32139/statm: 69612 5571 377 364 0 5530 0
[pid=32141] ppid=32139 vsize=1017800 CPUtime=21.27 cores=0-7
/proc/32141/stat : 32141 (gnovelty+2) R 32139 32141 32141 0 -1 4202496 432 0 0 0 2127 0 0 0 25 0 1 0 401525225 1042227200 169 33554432000 134512640 135663704 4292437936 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32141/statm: 254450 169 113 282 0 254166 0
[pid=32142] ppid=32133 vsize=289276 CPUtime=0.11 cores=0-7
/proc/32142/stat : 32142 (python) S 32133 32133 30681 0 -1 4202560 938 0 0 0 6 5 0 0 15 0 1 0 401525228 296218624 5704 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672492351 0 0 16781824 2 18446744071562232103 0 0 17 2 0 0 0
/proc/32142/statm: 72319 5704 376 364 0 8234 0
[pid=32144] ppid=32142 vsize=2548 CPUtime=21.91 cores=0-7
/proc/32144/stat : 32144 (march_hi) R 32142 32144 32144 0 -1 4202496 724 0 0 0 2191 0 0 0 25 0 1 0 401525228 2609152 462 33554432000 4194304 4955518 140736297089584 18446744073709551615 4209701 256 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32144/statm: 637 462 104 186 0 450 0
[pid=32145] ppid=32133 vsize=299664 CPUtime=0.07 cores=0-7
/proc/32145/stat : 32145 (python) S 32133 32133 30681 0 -1 4202560 915 0 0 0 5 2 0 0 15 0 1 0 401525231 306855936 5720 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 5040838605182828801 0 0 17 0 0 0 0
/proc/32145/statm: 74916 5720 371 364 0 10828 0
[pid=32147] ppid=32145 vsize=2396 CPUtime=14.89 cores=0-7
/proc/32147/stat : 32147 (march_hi) R 32145 32147 32147 0 -1 4202496 675 0 0 0 1489 0 0 0 25 0 1 0 401525231 2453504 412 33554432000 4194304 4955518 140735834337504 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32147/statm: 599 412 104 186 0 412 0
[pid=32148] ppid=32133 vsize=0 CPUtime=24.29 cores=0-7
/proc/32148/stat : 32148 (python) Z 32133 32133 30681 0 -1 4202588 1186 749 0 0 14 5 2410 0 17 0 1 0 401525234 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32148/statm: 0 0 0 0 0 0 0
[pid=32154] ppid=32133 vsize=330496 CPUtime=0.07 cores=0-7
/proc/32154/stat : 32154 (python) S 32133 32133 30681 0 -1 4202560 940 0 0 0 3 4 0 0 18 0 1 0 401525241 338427904 5748 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 14956577507799695618 0 0 17 2 0 0 0
/proc/32154/statm: 82624 5748 371 364 0 18527 0
[pid=32156] ppid=32154 vsize=454916 CPUtime=23.38 cores=0-7
/proc/32156/stat : 32156 (TNM) R 32154 32156 32156 0 -1 4202496 425 0 0 0 2338 0 0 0 25 0 1 0 401525243 465833984 161 33554432000 134512640 135008748 4291167792 18446744073709551615 134528448 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32156/statm: 113729 161 46 122 0 112629 0
[pid=32157] ppid=32133 vsize=340280 CPUtime=0.07 cores=0-7
/proc/32157/stat : 32157 (python) S 32133 32133 30681 0 -1 4202560 976 0 0 0 4 3 0 0 15 0 1 0 401525244 348446720 5649 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11577483610822770946 0 0 17 2 0 0 0
/proc/32157/statm: 85070 5649 371 364 0 20970 0
[pid=32159] ppid=32157 vsize=2296 CPUtime=12.1 cores=0-7
/proc/32159/stat : 32159 (march_hi) R 32157 32159 32159 0 -1 4202496 668 0 0 0 1210 0 0 0 25 0 1 0 401525247 2351104 398 33554432000 4194304 4955518 140733402295200 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32159/statm: 574 398 104 186 0 387 0
[pid=32160] ppid=32133 vsize=351076 CPUtime=0.08 cores=0-7
/proc/32160/stat : 32160 (python) S 32133 32133 30681 0 -1 4202560 992 0 0 0 5 3 0 0 15 0 1 0 401525248 359501824 5779 33554432000 4194304 5683644 140736691093056 18446744073709551615 268660682310 0 0 16781312 514 11791562922797269251 0 0 17 7 0 0 0
/proc/32160/statm: 87769 5779 377 364 0 23666 0
[pid=32162] ppid=32160 vsize=2396 CPUtime=17.08 cores=0-7
/proc/32162/stat : 32162 (march_hi) R 32160 32162 32162 0 -1 4202496 699 0 0 0 1708 0 0 0 25 0 1 0 401525248 2453504 426 33554432000 4194304 4955518 140734209074528 18446744073709551615 4244920 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32162/statm: 599 426 104 186 0 412 0
[pid=32133/tid=32140] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32140/stat : 32140 (python) S 32131 32133 30681 0 -1 4202560 26 2599 0 0 0 0 1437 4 19 0 9 0 401525225 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32143] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32143/stat : 32143 (python) S 32131 32133 30681 0 -1 4202560 22 2599 0 0 0 0 1437 4 20 0 9 0 401525228 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32146] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32146/stat : 32146 (python) S 32131 32133 30681 0 -1 4202560 22 2599 0 0 0 0 1437 4 20 0 9 0 401525231 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 0 0 0 0
[pid=32133/tid=32149] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32149/stat : 32149 (python) S 32131 32133 30681 0 -1 4202560 22 2599 0 0 0 0 1437 4 22 0 9 0 401525234 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 4 0 0 0
[pid=32133/tid=32152] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32152/stat : 32152 (python) S 32131 32133 30681 0 -1 4202560 24 2599 0 0 0 0 1437 4 24 0 9 0 401525238 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32155] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32155/stat : 32155 (python) S 32131 32133 30681 0 -1 4202560 23 2599 0 0 0 0 1437 4 25 0 9 0 401525241 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32158] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32158/stat : 32158 (python) S 32131 32133 30681 0 -1 4202560 24 2599 0 0 0 0 1437 4 25 0 9 0 401525245 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
[pid=32133/tid=32161] ppid=32131 vsize=361320 CPUtime=14.41 cores=0-7
/proc/32133/task/32161/stat : 32161 (python) S 32131 32133 30681 0 -1 4202560 29 2599 0 0 0 0 1437 4 25 0 9 0 401525248 369991680 7296 33554432000 4194304 5683644 140736691093056 18446744073709551615 268672485809 0 0 16781312 2 18446604452696469696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 150.45
Current children cumulated vsize (KiB) 3732912

Child status: 0
Real time (s): 25.241
CPU time (s): 150.729
CPU user time (s): 150.259
CPU system time (s): 0.469928
CPU usage (%): 597.159
Max. virtual memory (cumulated for all children) (KiB): 4367876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.259
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34298
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= 3052
involuntary context switches= 2990

runsolver used 0.148977 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-16 21:15:39
IDJOB=3385762
IDBENCH=83027
IDSOLVER=1870
FILE ID=node107/3385762-1305573339
RUNJOBID= node107-1305564966-30695
PBS_JOBID= 13350143
Free space on /tmp= 73244 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S496650424-021.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-3385762-1305573339/watcher-3385762-1305573339 -o /tmp/evaluation-result-3385762-1305573339/solver-3385762-1305573339 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385762-1305573339.cnf -seed 933467222 -budget 40000 -cores 8

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

MD5SUM BENCH= fb063acde7d440560f4280457889aef8
RANDOM SEED=933467222

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22396320 kB
Buffers:        234384 kB
Cached:        2436956 kB
SwapCached:       9812 kB
Active:        8816160 kB
Inactive:      1421504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22396320 kB
SwapTotal:    67111528 kB
SwapFree:     46575272 kB
Dirty:           31852 kB
Writeback:           0 kB
AnonPages:     7564016 kB
Mapped:          31620 kB
Slab:           154168 kB
PageTables:      90356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134619852 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= 73212 MiB
End job on node107 at 2011-05-16 21:16:04