Trace number 3385489

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 57.5203 10.5219

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.42002
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.43/3.17	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/3.17	c INFO: solving HOME/instance-3385489-1307741600.cnf
0.43/3.17	c INFO: computing task features
0.43/3.17	c INFO: computed variable-clause graph statistics
0.43/3.18	c INFO: computed clause balance statistics
0.48/3.22	c INFO: computed variable balance statistics
0.48/3.24	c INFO: computed small-clause counts
0.48/3.24	c INFO: computed Horn-clause counts
0.48/3.24	c INFO: computed variable graph statistics
0.48/3.24	c INFO: collected features for HOME/instance-3385489-1307741600.cnf in 0.08 s
0.48/3.28	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.60)
0.56/3.31	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.38)
0.56/3.34	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.33)
0.56/3.37	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.66/3.41	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.10)
0.66/3.44	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.66/3.47	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.76/3.51	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
56.60/10.50	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.1 (svn: 988)

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-3385489-1307741600/watcher-3385489-1307741600 -o /tmp/evaluation-result-3385489-1307741600/solver-3385489-1307741600 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385489-1307741600.cnf -seed 1907577660 -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: 0.00 0.00 0.00 1/167 8133
/proc/meminfo: memFree=31977084/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=11804 CPUtime=0 cores=0-7
/proc/8133/stat : 8133 (runsolver) S 8131 8133 8103 0 -1 4202560 46 0 0 0 0 0 0 0 22 0 1 0 885760493 12087296 56 33554432000 4194304 5436572 140736177161456 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 4 0 0 0
/proc/8133/statm: 2951 56 36 304 0 2643 0

[startup+0.0243519 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 8133
/proc/meminfo: memFree=31977084/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=14296 CPUtime=0 cores=0-7
/proc/8133/stat : 8133 (python) D 8131 8133 8103 0 -1 4194304 111 0 2 0 0 0 0 0 22 0 1 0 885760493 14639104 65 33554432000 4194304 5683644 140734531519152 18446744073709551615 253635913339 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 0
/proc/8133/statm: 3574 65 51 364 0 48 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14296

[startup+0.100362 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 8133
/proc/meminfo: memFree=31977084/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=15772 CPUtime=0 cores=0-7
/proc/8133/stat : 8133 (python) R 8131 8133 8103 0 -1 4202496 891 0 7 0 0 0 0 0 22 0 1 0 885760493 16150528 778 33554432000 4194304 5683644 140734531519152 18446744073709551615 5114145 0 0 16781312 2 0 0 0 17 4 0 0 5
/proc/8133/statm: 3943 779 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.300313 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 8133
/proc/meminfo: memFree=31977084/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=21100 CPUtime=0.03 cores=0-7
/proc/8133/stat : 8133 (python) D 8131 8133 8103 0 -1 4202496 1306 0 9 0 3 0 0 0 20 0 1 0 885760493 21606400 1165 33554432000 4194304 5683644 140734531519152 18446744073709551615 253635935975 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 10
/proc/8133/statm: 5275 1165 428 364 0 722 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21100

[startup+0.700244 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 8133
/proc/meminfo: memFree=31977084/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=29788 CPUtime=0.03 cores=0-7
/proc/8133/stat : 8133 (python) D 8131 8133 8103 0 -1 4202496 1428 0 12 0 3 0 0 0 18 0 1 0 885760493 30502912 1282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640859392 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 15
/proc/8133/statm: 7447 1282 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+1.50109 s]
/proc/loadavg: 0.00 0.00 0.00 1/168 8134
/proc/meminfo: memFree=31970544/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=93956 CPUtime=0.07 cores=0-7
/proc/8133/stat : 8133 (python) S 8131 8133 8103 0 -1 4202496 2669 0 24 0 5 2 0 0 15 0 1 0 885760493 96210944 2406 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 71
/proc/8133/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93956

[startup+3.1008 s]
/proc/loadavg: 0.08 0.02 0.01 1/168 8138
/proc/meminfo: memFree=31950664/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=259592 CPUtime=0.43 cores=0-7
/proc/8133/stat : 8133 (python) S 8131 8133 8103 0 -1 4202496 8627 924 107 8 31 12 0 0 16 0 1 0 885760493 265822208 6509 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 110
/proc/8133/statm: 64898 6509 1656 364 0 5256 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 259592
heavy processes:

[startup+6.30117 s]
/proc/loadavg: 0.08 0.02 0.01 9/192 8162
/proc/meminfo: memFree=31883204/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=361268 CPUtime=0.77 cores=0-7
/proc/8133/stat : 8133 (python) S 8131 8133 8103 0 -1 4202496 15533 924 113 8 62 15 0 0 25 0 9 0 885760493 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 112
/proc/8133/statm: 90317 7282 1889 364 0 26214 0
[pid=8139] ppid=8133 vsize=278452 CPUtime=0 cores=0-7
/proc/8139/stat : 8139 (python) S 8133 8133 8103 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 885760821 285134848 5535 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879631 0 0 16781312 514 4281358644877951236 0 0 17 1 0 0 0
/proc/8139/statm: 69613 5535 354 364 0 5531 0
[pid=8141] ppid=8139 vsize=1017800 CPUtime=3 cores=0-7
/proc/8141/stat : 8141 (gnovelty+2) R 8139 8141 8141 0 -1 4202496 428 0 0 0 300 0 0 0 25 0 1 0 885760822 1042227200 162 33554432000 134512640 135663704 4286628560 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8141/statm: 254450 162 113 282 0 254166 0
[pid=8142] ppid=8133 vsize=289224 CPUtime=0 cores=0-7
/proc/8142/stat : 8142 (python) S 8133 8133 8103 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 885760824 296165376 5664 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 3099347361135034628 0 0 17 5 0 0 0
/proc/8142/statm: 72306 5664 348 364 0 8221 0
[pid=8144] ppid=8142 vsize=1420 CPUtime=2.97 cores=0-7
/proc/8144/stat : 8144 (march_hi) R 8142 8144 8144 0 -1 4202496 473 0 0 0 297 0 0 0 23 0 1 0 885760825 1454080 209 33554432000 4194304 4955518 140733833645392 18446744073709551615 4290842 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8144/statm: 355 209 106 186 0 168 0
[pid=8145] ppid=8133 vsize=299612 CPUtime=0 cores=0-7
/proc/8145/stat : 8145 (python) S 8133 8133 8103 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 885760827 306802688 5684 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4604512808862712068 0 0 17 6 0 0 0
/proc/8145/statm: 74903 5684 348 364 0 10815 0
[pid=8147] ppid=8145 vsize=1420 CPUtime=2.94 cores=0-7
/proc/8147/stat : 8147 (march_hi) R 8145 8147 8147 0 -1 4202496 473 0 0 0 294 0 0 0 25 0 1 0 885760828 1454080 210 33554432000 4194304 4955518 140734525794992 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8147/statm: 355 210 106 186 0 168 0
[pid=8148] ppid=8133 vsize=309868 CPUtime=0 cores=0-7
/proc/8148/stat : 8148 (python) S 8133 8133 8103 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 885760831 317304832 5688 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 2716765693180608772 0 0 17 7 0 0 0
/proc/8148/statm: 77467 5688 348 364 0 13376 0
[pid=8150] ppid=8148 vsize=1420 CPUtime=2.9 cores=0-7
/proc/8150/stat : 8150 (march_hi) R 8148 8150 8150 0 -1 4202496 471 0 0 0 290 0 0 0 24 0 1 0 885760831 1454080 209 33554432000 4194304 4955518 140736632626768 18446744073709551615 4286095 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8150/statm: 355 209 106 186 0 168 0
[pid=8151] ppid=8133 vsize=320124 CPUtime=0 cores=0-7
/proc/8151/stat : 8151 (python) S 8133 8133 8103 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 885760834 327806976 5708 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4583767223469834500 0 0 17 4 0 0 0
/proc/8151/statm: 80031 5708 348 364 0 15937 0
[pid=8153] ppid=8151 vsize=1420 CPUtime=2.88 cores=0-7
/proc/8153/stat : 8153 (march_hi) R 8151 8153 8153 0 -1 4202496 474 0 0 0 288 0 0 0 24 0 1 0 885760834 1454080 209 33554432000 4194304 4955518 140735300506048 18446744073709551615 4285370 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8153/statm: 355 209 106 186 0 168 0
[pid=8154] ppid=8133 vsize=330380 CPUtime=0 cores=0-7
/proc/8154/stat : 8154 (python) S 8133 8133 8103 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 885760837 338309120 5712 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4393098987951849732 0 0 17 2 0 0 0
/proc/8154/statm: 82595 5712 348 364 0 18498 0
[pid=8156] ppid=8154 vsize=1017800 CPUtime=2.84 cores=0-7
/proc/8156/stat : 8156 (gnovelty+2) R 8154 8156 8156 0 -1 4202496 429 0 0 0 284 0 0 0 25 0 1 0 885760837 1042227200 162 33554432000 134512640 135663704 4288341536 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8156/statm: 254450 162 113 282 0 254166 0
[pid=8157] ppid=8133 vsize=340636 CPUtime=0 cores=0-7
/proc/8157/stat : 8157 (python) S 8133 8133 8103 0 -1 4202560 789 0 0 0 0 0 0 0 15 0 1 0 885760840 348811264 5716 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 7993203247621832964 0 0 17 2 0 0 0
/proc/8157/statm: 85159 5716 348 364 0 21059 0
[pid=8159] ppid=8157 vsize=1420 CPUtime=2.78 cores=0-7
/proc/8159/stat : 8159 (march_hi) R 8157 8159 8159 0 -1 4202496 476 0 0 0 278 0 0 0 25 0 1 0 885760841 1454080 209 33554432000 4194304 4955518 140733532864144 18446744073709551615 4224487 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8159/statm: 355 209 106 186 0 168 0
[pid=8160] ppid=8133 vsize=351024 CPUtime=0 cores=0-7
/proc/8160/stat : 8160 (python) S 8133 8133 8103 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 885760844 359448576 5743 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 3099342963088523524 0 0 17 0 0 0 0
/proc/8160/statm: 87756 5743 354 364 0 23653 0
[pid=8162] ppid=8160 vsize=1420 CPUtime=2.77 cores=0-7
/proc/8162/stat : 8162 (march_hi) R 8160 8162 8162 0 -1 4202496 483 0 0 0 277 0 0 0 25 0 1 0 885760844 1454080 209 33554432000 4194304 4955518 140736114934080 18446744073709551615 4297423 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8162/statm: 355 209 106 186 0 168 0
[pid=8133/tid=8140] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8140/stat : 8140 (python) S 8131 8133 8103 0 -1 4202560 26 924 0 8 0 0 0 0 17 0 9 0 885760821 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8143/stat : 8143 (python) S 8131 8133 8103 0 -1 4202560 21 924 0 8 0 0 0 0 19 0 9 0 885760824 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8146/stat : 8146 (python) S 8131 8133 8103 0 -1 4202560 20 924 0 8 0 0 0 0 20 0 9 0 885760828 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8149] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8149/stat : 8149 (python) S 8131 8133 8103 0 -1 4202560 25 924 0 8 0 0 0 0 20 0 9 0 885760831 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
[pid=8133/tid=8152] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8152/stat : 8152 (python) S 8131 8133 8103 0 -1 4202560 27 924 0 8 0 0 0 0 22 0 9 0 885760834 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
[pid=8133/tid=8155] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8155/stat : 8155 (python) S 8131 8133 8103 0 -1 4202560 28 924 0 8 0 0 0 0 24 0 9 0 885760837 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8158] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8158/stat : 8158 (python) S 8131 8133 8103 0 -1 4202560 24 924 0 8 0 0 0 0 25 0 9 0 885760841 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8161] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8161/stat : 8161 (python) S 8131 8133 8103 0 -1 4202560 30 924 0 8 0 0 0 0 25 0 9 0 885760844 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 4924708

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

[startup+7.90088 s]
/proc/loadavg: 0.71 0.15 0.05 9/192 8162
/proc/meminfo: memFree=31881688/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=361268 CPUtime=0.77 cores=0-7
/proc/8133/stat : 8133 (python) S 8131 8133 8103 0 -1 4202496 15533 924 113 8 62 15 0 0 25 0 9 0 885760493 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 112
/proc/8133/statm: 90317 7282 1889 364 0 26214 0
[pid=8139] ppid=8133 vsize=278452 CPUtime=0 cores=0-7
/proc/8139/stat : 8139 (python) S 8133 8133 8103 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 885760821 285134848 5557 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879631 0 0 16781312 514 4281358644877951236 0 0 17 1 0 0 0
/proc/8139/statm: 69613 5557 376 364 0 5531 0
[pid=8141] ppid=8139 vsize=1017800 CPUtime=4.6 cores=0-7
/proc/8141/stat : 8141 (gnovelty+2) R 8139 8141 8141 0 -1 4202496 428 0 0 0 460 0 0 0 25 0 1 0 885760822 1042227200 162 33554432000 134512640 135663704 4286628560 18446744073709551615 134525382 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8141/statm: 254450 162 113 282 0 254166 0
[pid=8142] ppid=8133 vsize=289224 CPUtime=0 cores=0-7
/proc/8142/stat : 8142 (python) S 8133 8133 8103 0 -1 4202560 907 0 0 0 0 0 0 0 15 0 1 0 885760824 296165376 5687 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 3099347361135034628 0 0 17 5 0 0 0
/proc/8142/statm: 72306 5687 371 364 0 8221 0
[pid=8144] ppid=8142 vsize=1420 CPUtime=4.56 cores=0-7
/proc/8144/stat : 8144 (march_hi) R 8142 8144 8144 0 -1 4202496 478 0 0 0 456 0 0 0 25 0 1 0 885760825 1454080 214 33554432000 4194304 4955518 140733833645392 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8144/statm: 355 214 106 186 0 168 0
[pid=8145] ppid=8133 vsize=299612 CPUtime=0.01 cores=0-7
/proc/8145/stat : 8145 (python) S 8133 8133 8103 0 -1 4202560 927 0 0 0 1 0 0 0 15 0 1 0 885760827 306802688 5707 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4604512808862712068 0 0 17 6 0 0 0
/proc/8145/statm: 74903 5707 371 364 0 10815 0
[pid=8147] ppid=8145 vsize=1420 CPUtime=4.53 cores=0-7
/proc/8147/stat : 8147 (march_hi) R 8145 8147 8147 0 -1 4202496 478 0 0 0 453 0 0 0 25 0 1 0 885760828 1454080 215 33554432000 4194304 4955518 140734525794992 18446744073709551615 4346493 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8147/statm: 355 215 106 186 0 168 0
[pid=8148] ppid=8133 vsize=309868 CPUtime=0 cores=0-7
/proc/8148/stat : 8148 (python) S 8133 8133 8103 0 -1 4202560 942 0 0 0 0 0 0 0 15 0 1 0 885760831 317304832 5711 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 2716765693180608772 0 0 17 7 0 0 0
/proc/8148/statm: 77467 5711 371 364 0 13376 0
[pid=8150] ppid=8148 vsize=1420 CPUtime=4.47 cores=0-7
/proc/8150/stat : 8150 (march_hi) R 8148 8150 8150 0 -1 4202496 476 0 0 0 447 0 0 0 25 0 1 0 885760831 1454080 214 33554432000 4194304 4955518 140736632626768 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8150/statm: 355 214 106 186 0 168 0
[pid=8151] ppid=8133 vsize=320124 CPUtime=0 cores=0-7
/proc/8151/stat : 8151 (python) S 8133 8133 8103 0 -1 4202560 926 0 0 0 0 0 0 0 15 0 1 0 885760834 327806976 5730 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4583767223469834500 0 0 17 4 0 0 0
/proc/8151/statm: 80031 5730 370 364 0 15937 0
[pid=8153] ppid=8151 vsize=1420 CPUtime=4.47 cores=0-7
/proc/8153/stat : 8153 (march_hi) R 8151 8153 8153 0 -1 4202496 479 0 0 0 447 0 0 0 25 0 1 0 885760834 1454080 214 33554432000 4194304 4955518 140735300506048 18446744073709551615 4297547 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8153/statm: 355 214 106 186 0 168 0
[pid=8154] ppid=8133 vsize=330380 CPUtime=0 cores=0-7
/proc/8154/stat : 8154 (python) S 8133 8133 8103 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 885760837 338309120 5735 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4393098987951849732 0 0 17 2 0 0 0
/proc/8154/statm: 82595 5735 371 364 0 18498 0
[pid=8156] ppid=8154 vsize=1017800 CPUtime=4.44 cores=0-7
/proc/8156/stat : 8156 (gnovelty+2) R 8154 8156 8156 0 -1 4202496 429 0 0 0 444 0 0 0 25 0 1 0 885760837 1042227200 162 33554432000 134512640 135663704 4288341536 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8156/statm: 254450 162 113 282 0 254166 0

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

/proc/8133/task/8155/stat : 8155 (python) S 8131 8133 8103 0 -1 4202560 28 924 0 8 0 0 0 0 24 0 9 0 885760837 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8158] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8158/stat : 8158 (python) S 8131 8133 8103 0 -1 4202560 24 924 0 8 0 0 0 0 25 0 9 0 885760841 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8161] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8161/stat : 8161 (python) S 8131 8133 8103 0 -1 4202560 30 924 0 8 0 0 0 0 25 0 9 0 885760844 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.59
Current children cumulated vsize (KiB) 4924708

[startup+9.50159 s]
/proc/loadavg: 0.71 0.15 0.05 9/192 8162
/proc/meminfo: memFree=31881440/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=361268 CPUtime=0.77 cores=0-7
/proc/8133/stat : 8133 (python) S 8131 8133 8103 0 -1 4202496 15533 924 113 8 62 15 0 0 25 0 9 0 885760493 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 112
/proc/8133/statm: 90317 7282 1889 364 0 26214 0
[pid=8139] ppid=8133 vsize=278452 CPUtime=0 cores=0-7
/proc/8139/stat : 8139 (python) S 8133 8133 8103 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 885760821 285134848 5557 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879631 0 0 16781312 514 4281358644877951236 0 0 17 1 0 0 0
/proc/8139/statm: 69613 5557 376 364 0 5531 0
[pid=8141] ppid=8139 vsize=1017800 CPUtime=6.2 cores=0-7
/proc/8141/stat : 8141 (gnovelty+2) R 8139 8141 8141 0 -1 4202496 428 0 0 0 620 0 0 0 25 0 1 0 885760822 1042227200 162 33554432000 134512640 135663704 4286628560 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8141/statm: 254450 162 113 282 0 254166 0
[pid=8142] ppid=8133 vsize=289224 CPUtime=0.01 cores=0-7
/proc/8142/stat : 8142 (python) S 8133 8133 8103 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 885760824 296165376 5687 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 3099347361135034628 0 0 17 5 0 0 0
/proc/8142/statm: 72306 5687 371 364 0 8221 0
[pid=8144] ppid=8142 vsize=1420 CPUtime=6.15 cores=0-7
/proc/8144/stat : 8144 (march_hi) R 8142 8144 8144 0 -1 4202496 486 0 0 0 615 0 0 0 25 0 1 0 885760825 1454080 222 33554432000 4194304 4955518 140733833645392 18446744073709551615 4346664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8144/statm: 355 222 106 186 0 168 0
[pid=8145] ppid=8133 vsize=299612 CPUtime=0.01 cores=0-7
/proc/8145/stat : 8145 (python) S 8133 8133 8103 0 -1 4202560 929 0 0 0 1 0 0 0 15 0 1 0 885760827 306802688 5707 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 5616707450863321348 0 0 17 6 0 0 0
/proc/8145/statm: 74903 5707 371 364 0 10815 0
[pid=8147] ppid=8145 vsize=1420 CPUtime=6.13 cores=0-7
/proc/8147/stat : 8147 (march_hi) R 8145 8147 8147 0 -1 4202496 486 0 0 0 613 0 0 0 25 0 1 0 885760828 1454080 223 33554432000 4194304 4955518 140734525794992 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8147/statm: 355 223 106 186 0 168 0
[pid=8148] ppid=8133 vsize=309868 CPUtime=0 cores=0-7
/proc/8148/stat : 8148 (python) S 8133 8133 8103 0 -1 4202560 945 0 0 0 0 0 0 0 15 0 1 0 885760831 317304832 5711 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 2716765693180608772 0 0 17 7 0 0 0
/proc/8148/statm: 77467 5711 371 364 0 13376 0
[pid=8150] ppid=8148 vsize=1420 CPUtime=6.07 cores=0-7
/proc/8150/stat : 8150 (march_hi) R 8148 8150 8150 0 -1 4202496 484 0 0 0 607 0 0 0 25 0 1 0 885760831 1454080 222 33554432000 4194304 4955518 140736632626768 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8150/statm: 355 222 106 186 0 168 0
[pid=8151] ppid=8133 vsize=320124 CPUtime=0 cores=0-7
/proc/8151/stat : 8151 (python) S 8133 8133 8103 0 -1 4202560 928 0 0 0 0 0 0 0 15 0 1 0 885760834 327806976 5730 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4583767223469834500 0 0 17 4 0 0 0
/proc/8151/statm: 80031 5730 370 364 0 15937 0
[pid=8153] ppid=8151 vsize=1420 CPUtime=6.07 cores=0-7
/proc/8153/stat : 8153 (march_hi) R 8151 8153 8153 0 -1 4202496 487 0 0 0 607 0 0 0 25 0 1 0 885760834 1454080 222 33554432000 4194304 4955518 140735300506048 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8153/statm: 355 222 106 186 0 168 0
[pid=8154] ppid=8133 vsize=330380 CPUtime=0 cores=0-7
/proc/8154/stat : 8154 (python) S 8133 8133 8103 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 885760837 338309120 5735 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4393098987951849732 0 0 17 2 0 0 0
/proc/8154/statm: 82595 5735 371 364 0 18498 0
[pid=8156] ppid=8154 vsize=1017800 CPUtime=6.04 cores=0-7
/proc/8156/stat : 8156 (gnovelty+2) R 8154 8156 8156 0 -1 4202496 429 0 0 0 604 0 0 0 25 0 1 0 885760837 1042227200 162 33554432000 134512640 135663704 4288341536 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8156/statm: 254450 162 113 282 0 254166 0
[pid=8157] ppid=8133 vsize=340636 CPUtime=0.01 cores=0-7
/proc/8157/stat : 8157 (python) S 8133 8133 8103 0 -1 4202560 958 0 0 0 1 0 0 0 15 0 1 0 885760840 348811264 5739 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 7993203247621832964 0 0 17 2 0 0 0
/proc/8157/statm: 85159 5739 371 364 0 21059 0
[pid=8159] ppid=8157 vsize=1420 CPUtime=5.96 cores=0-7
/proc/8159/stat : 8159 (march_hi) R 8157 8159 8159 0 -1 4202496 488 0 0 0 596 0 0 0 25 0 1 0 885760841 1454080 221 33554432000 4194304 4955518 140733532864144 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8159/statm: 355 221 106 186 0 168 0
[pid=8160] ppid=8133 vsize=351024 CPUtime=0.01 cores=0-7
/proc/8160/stat : 8160 (python) S 8133 8133 8103 0 -1 4202560 1010 0 0 0 1 0 0 0 15 0 1 0 885760844 359448576 5766 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 3099342963088523524 0 0 17 0 0 0 0
/proc/8160/statm: 87756 5766 377 364 0 23653 0
[pid=8162] ppid=8160 vsize=1420 CPUtime=5.96 cores=0-7
/proc/8162/stat : 8162 (march_hi) R 8160 8162 8162 0 -1 4202496 495 0 0 0 596 0 0 0 25 0 1 0 885760844 1454080 221 33554432000 4194304 4955518 140736114934080 18446744073709551615 4285685 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8162/statm: 355 221 106 186 0 168 0
[pid=8133/tid=8140] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8140/stat : 8140 (python) S 8131 8133 8103 0 -1 4202560 26 924 0 8 0 0 0 0 17 0 9 0 885760821 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8143/stat : 8143 (python) S 8131 8133 8103 0 -1 4202560 21 924 0 8 0 0 0 0 19 0 9 0 885760824 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8146/stat : 8146 (python) S 8131 8133 8103 0 -1 4202560 20 924 0 8 0 0 0 0 20 0 9 0 885760828 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8149] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8149/stat : 8149 (python) S 8131 8133 8103 0 -1 4202560 25 924 0 8 0 0 0 0 20 0 9 0 885760831 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
[pid=8133/tid=8152] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8152/stat : 8152 (python) S 8131 8133 8103 0 -1 4202560 27 924 0 8 0 0 0 0 22 0 9 0 885760834 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
[pid=8133/tid=8155] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8155/stat : 8155 (python) S 8131 8133 8103 0 -1 4202560 28 924 0 8 0 0 0 0 24 0 9 0 885760837 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8158] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8158/stat : 8158 (python) S 8131 8133 8103 0 -1 4202560 24 924 0 8 0 0 0 0 25 0 9 0 885760841 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8161] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8161/stat : 8161 (python) S 8131 8133 8103 0 -1 4202560 30 924 0 8 0 0 0 0 25 0 9 0 885760844 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 4924708

[startup+10.3014 s]
/proc/loadavg: 0.71 0.15 0.05 9/192 8162
/proc/meminfo: memFree=31881068/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=361268 CPUtime=0.77 cores=0-7
/proc/8133/stat : 8133 (python) S 8131 8133 8103 0 -1 4202496 15533 924 113 8 62 15 0 0 25 0 9 0 885760493 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 112
/proc/8133/statm: 90317 7282 1889 364 0 26214 0
[pid=8139] ppid=8133 vsize=278452 CPUtime=0 cores=0-7
/proc/8139/stat : 8139 (python) S 8133 8133 8103 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 885760821 285134848 5557 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879631 0 0 16781312 514 4281358644877951236 0 0 17 1 0 0 0
/proc/8139/statm: 69613 5557 376 364 0 5531 0
[pid=8141] ppid=8139 vsize=1017800 CPUtime=7 cores=0-7
/proc/8141/stat : 8141 (gnovelty+2) R 8139 8141 8141 0 -1 4202496 428 0 0 0 700 0 0 0 25 0 1 0 885760822 1042227200 162 33554432000 134512640 135663704 4286628560 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8141/statm: 254450 162 113 282 0 254166 0
[pid=8142] ppid=8133 vsize=289224 CPUtime=0.49 cores=0-7
/proc/8142/stat : 8142 (python) S 8133 8133 8103 0 -1 4202560 910 0 0 0 44 5 0 0 16 0 1 0 885760824 296165376 5687 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8142/statm: 72306 5687 371 364 0 8221 0
[pid=8144] ppid=8142 vsize=0 CPUtime=6.48 cores=0-7
/proc/8144/stat : 8144 (march_hi) R 8142 8144 8144 0 -1 4202500 512 0 0 0 648 0 0 0 25 0 1 0 885760825 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8144/statm: 0 0 0 0 0 0 0
[pid=8145] ppid=8133 vsize=299612 CPUtime=0.46 cores=0-7
/proc/8145/stat : 8145 (python) R 8133 8133 8103 0 -1 4202560 931 0 0 0 40 6 0 0 16 0 1 0 885760827 306802688 5707 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8145/statm: 74903 5707 371 364 0 10815 0
[pid=8147] ppid=8145 vsize=0 CPUtime=6.47 cores=0-7
/proc/8147/stat : 8147 (march_hi) R 8145 8147 8147 0 -1 4202500 512 0 0 0 647 0 0 0 25 0 1 0 885760828 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8147/statm: 0 0 0 0 0 0 0
[pid=8148] ppid=8133 vsize=309868 CPUtime=0.34 cores=0-7
/proc/8148/stat : 8148 (python) R 8133 8133 8103 0 -1 4202560 947 0 0 0 30 4 0 0 16 0 1 0 885760831 317304832 5711 33554432000 4194304 5683644 140734531519152 18446744073709551615 4868303 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/8148/statm: 77467 5711 371 364 0 13376 0
[pid=8150] ppid=8148 vsize=0 CPUtime=6.52 cores=0-7
/proc/8150/stat : 8150 (march_hi) R 8148 8150 8150 0 -1 4202500 510 0 0 0 652 0 0 0 25 0 1 0 885760831 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8150/statm: 0 0 0 0 0 0 0
[pid=8151] ppid=8133 vsize=320124 CPUtime=0.38 cores=0-7
/proc/8151/stat : 8151 (python) R 8133 8133 8103 0 -1 4202560 933 0 0 0 32 6 0 0 16 0 1 0 885760834 327806976 5731 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/8151/statm: 80031 5731 371 364 0 15937 0
[pid=8153] ppid=8151 vsize=0 CPUtime=6.49 cores=0-7
/proc/8153/stat : 8153 (march_hi) R 8151 8153 8153 0 -1 4202500 513 0 0 0 649 0 0 0 25 0 1 0 885760834 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8153/statm: 0 0 0 0 0 0 0
[pid=8154] ppid=8133 vsize=330380 CPUtime=0 cores=0-7
/proc/8154/stat : 8154 (python) S 8133 8133 8103 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 885760837 338309120 5735 33554432000 4194304 5683644 140734531519152 18446744073709551615 253640879686 0 0 16781312 514 4393098987951849732 0 0 17 2 0 0 0
/proc/8154/statm: 82595 5735 371 364 0 18498 0
[pid=8156] ppid=8154 vsize=1017800 CPUtime=6.84 cores=0-7
/proc/8156/stat : 8156 (gnovelty+2) R 8154 8156 8156 0 -1 4202496 429 0 0 0 684 0 0 0 25 0 1 0 885760837 1042227200 162 33554432000 134512640 135663704 4288341536 18446744073709551615 134525339 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8156/statm: 254450 162 113 282 0 254166 0
[pid=8157] ppid=8133 vsize=340636 CPUtime=0.27 cores=0-7
/proc/8157/stat : 8157 (python) R 8133 8133 8103 0 -1 4202560 967 0 0 0 23 4 0 0 16 0 1 0 885760840 348811264 5739 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/8157/statm: 85159 5739 371 364 0 21059 0
[pid=8159] ppid=8157 vsize=0 CPUtime=6.5 cores=0-7
/proc/8159/stat : 8159 (march_hi) R 8157 8159 8159 0 -1 4202500 515 0 0 0 650 0 0 0 25 0 1 0 885760841 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8159/statm: 0 0 0 0 0 0 0
[pid=8160] ppid=8133 vsize=351024 CPUtime=0.29 cores=0-7
/proc/8160/stat : 8160 (python) R 8133 8133 8103 0 -1 4202560 1018 0 0 0 26 3 0 0 16 0 1 0 885760844 359448576 5766 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/8160/statm: 87756 5766 377 364 0 23653 0
[pid=8162] ppid=8160 vsize=0 CPUtime=6.48 cores=0-7
/proc/8162/stat : 8162 (march_hi) R 8160 8162 8162 0 -1 4202500 522 0 0 0 648 0 0 0 25 0 1 0 885760844 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/8162/statm: 0 0 0 0 0 0 0
[pid=8133/tid=8140] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8140/stat : 8140 (python) S 8131 8133 8103 0 -1 4202560 26 924 0 8 0 0 0 0 17 0 9 0 885760821 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8143] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8143/stat : 8143 (python) S 8131 8133 8103 0 -1 4202560 21 924 0 8 0 0 0 0 19 0 9 0 885760824 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8146/stat : 8146 (python) S 8131 8133 8103 0 -1 4202560 20 924 0 8 0 0 0 0 20 0 9 0 885760828 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8149] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8149/stat : 8149 (python) S 8131 8133 8103 0 -1 4202560 25 924 0 8 0 0 0 0 20 0 9 0 885760831 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
[pid=8133/tid=8152] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8152/stat : 8152 (python) S 8131 8133 8103 0 -1 4202560 27 924 0 8 0 0 0 0 22 0 9 0 885760834 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
[pid=8133/tid=8155] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8155/stat : 8155 (python) S 8131 8133 8103 0 -1 4202560 28 924 0 8 0 0 0 0 24 0 9 0 885760837 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8158] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8158/stat : 8158 (python) S 8131 8133 8103 0 -1 4202560 24 924 0 8 0 0 0 0 25 0 9 0 885760841 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 2 0 0 0
[pid=8133/tid=8161] ppid=8131 vsize=361268 CPUtime=0 cores=0-7
/proc/8133/task/8161/stat : 8161 (python) S 8131 8133 8103 0 -1 4202560 30 924 0 8 0 0 0 0 25 0 9 0 885760844 369938432 7282 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 2 18446604471144512448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.78
Current children cumulated vsize (KiB) 4916188

[startup+10.5015 s]
/proc/loadavg: 0.71 0.15 0.05 9/192 8162
/proc/meminfo: memFree=31881068/32951124 swapFree=67060628/67111528
[pid=8133] ppid=8131 vsize=350916 CPUtime=57.48 cores=0-7
/proc/8133/stat : 8133 (python) R 8131 8133 8103 0 -1 4202496 16111 13443 113 8 62 15 5620 51 17 0 5 0 885760493 359337984 7262 33554432000 4194304 5683644 140734531519152 18446744073709551615 4633744 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 112
/proc/8133/statm: 87729 7262 1873 364 0 23653 0
[pid=8133/tid=8143] ppid=8131 vsize=350916 CPUtime=56.71 cores=0-7
/proc/8133/task/8143/stat : 8143 (python) S 8131 8133 8103 0 -1 4202560 22 13443 0 8 0 0 5620 51 18 0 5 0 885760824 359337984 7262 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 0 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8146] ppid=8131 vsize=350916 CPUtime=56.71 cores=0-7
/proc/8133/task/8146/stat : 8146 (python) S 8131 8133 8103 0 -1 4202560 22 13443 0 8 0 0 5620 51 18 0 5 0 885760828 359337984 7262 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 0 18446604471144512448 0 0 -1 6 0 0 0
[pid=8133/tid=8149] ppid=8131 vsize=350916 CPUtime=56.71 cores=0-7
/proc/8133/task/8149/stat : 8149 (python) S 8131 8133 8103 0 -1 4202560 29 13443 0 8 0 0 5620 51 17 0 5 0 885760831 359337984 7262 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 0 18446604471144512448 0 0 -1 4 0 0 0
[pid=8133/tid=8161] ppid=8131 vsize=350916 CPUtime=56.71 cores=0-7
/proc/8133/task/8161/stat : 8161 (python) S 8131 8133 8103 0 -1 4202560 30 13443 0 8 0 0 5620 51 18 0 5 0 885760844 359337984 7262 33554432000 4194304 5683644 140734531519152 18446744073709551615 253652683185 0 0 16781312 0 18446604471144512448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 57.48
Current children cumulated vsize (KiB) 350916

Child status: 0
Real time (s): 10.5219
CPU time (s): 57.5203
CPU user time (s): 56.8444
CPU system time (s): 0.675897
CPU usage (%): 546.671
Max. virtual memory (cumulated for all children) (KiB): 4925524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.8444
system time used= 0.675897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33365
page faults= 121
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7034
involuntary context switches= 3052

runsolver used 0.015997 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-10 23:33:20
IDJOB=3385489
IDBENCH=82754
IDSOLVER=1870
FILE ID=node106/3385489-1307741600
RUNJOBID= node106-1307741600-8117
PBS_JOBID= 13550806
Free space on /tmp= 74020 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S602837755-005.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-3385489-1307741600/watcher-3385489-1307741600 -o /tmp/evaluation-result-3385489-1307741600/solver-3385489-1307741600 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385489-1307741600.cnf -seed 1907577660 -budget 40000 -cores 8

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

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=1907577660

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31979112 kB
Buffers:        100644 kB
Cached:         695584 kB
SwapCached:      12488 kB
Active:         164336 kB
Inactive:       649304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31979112 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           31840 kB
Writeback:           0 kB
AnonPages:       15668 kB
Mapped:           9612 kB
Slab:            94036 kB
PageTables:       3704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   156496 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= 73988 MiB
End job on node106 at 2011-06-10 23:33:32