Trace number 3385652

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 222.181 38.0078

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1374457799-001.UNKNOWN.cnf
MD5SUM0448cdbfc0b1241b735cac942d079298
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.05
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54450

Solver Data

0.35/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.62	c INFO: solving HOME/instance-3385652-1305571786.cnf
0.35/0.62	c INFO: computing task features
0.35/0.65	c INFO: computed variable-clause graph statistics
0.35/0.66	c INFO: computed clause balance statistics
0.54/0.81	c INFO: computed variable balance statistics
0.54/0.87	c INFO: computed small-clause counts
0.54/0.88	c INFO: computed Horn-clause counts
0.54/0.88	c INFO: computed variable graph statistics
0.54/0.88	c INFO: collected features for HOME/instance-3385652-1305571786.cnf in 0.25 s
0.63/0.91	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.63/0.94	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.09)
0.63/0.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.63/1.00	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.88/1.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.02)
0.88/1.07	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.02)
0.88/1.10	c INFO: running march_hi@0 for 2134 with 4999 remaining (b = 0.38)
1.30/1.14	c INFO: running march_hi@0 for 2134 with 4999 remaining (b = 0.36)
221.49/37.98	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-3385652-1305571786/watcher-3385652-1305571786 -o /tmp/evaluation-result-3385652-1305571786/solver-3385652-1305571786 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385652-1305571786.cnf -seed 636636498 -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.35 11.03 10.06 4/384 5411
/proc/meminfo: memFree=17516212/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=15384 CPUtime=0 cores=0-7
/proc/5411/stat : 5411 (python) S 5409 5411 3941 0 -1 4202496 810 0 0 0 0 0 0 0 23 0 1 0 668776464 15753216 696 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/5411/statm: 3846 696 334 364 0 333 0

[startup+0.0775409 s]
/proc/loadavg: 11.35 11.03 10.06 4/384 5411
/proc/meminfo: memFree=17516212/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=50020 CPUtime=0.04 cores=0-7
/proc/5411/stat : 5411 (python) R 5409 5411 3941 0 -1 4202496 1956 0 0 0 3 1 0 0 24 0 1 0 668776464 51220480 1720 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550537472 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5411/statm: 12505 1724 476 364 0 1205 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50020

[startup+0.100559 s]
/proc/loadavg: 11.35 11.03 10.06 4/384 5411
/proc/meminfo: memFree=17516212/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=93964 CPUtime=0.05 cores=0-7
/proc/5411/stat : 5411 (python) R 5409 5411 3941 0 -1 4202496 2696 0 0 0 4 1 0 0 24 0 1 0 668776464 96219136 2407 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550535680 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5411/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300528 s]
/proc/loadavg: 11.35 11.03 10.06 4/384 5411
/proc/meminfo: memFree=17516212/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=135752 CPUtime=0.17 cores=0-7
/proc/5411/stat : 5411 (python) S 5409 5411 3941 0 -1 4202496 5965 937 1 0 13 4 0 0 18 0 1 0 668776464 139010048 4151 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/5411/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700426 s]
/proc/loadavg: 11.35 11.03 10.06 4/384 5411
/proc/meminfo: memFree=17516212/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=279220 CPUtime=0.44 cores=0-7
/proc/5411/stat : 5411 (python) R 5409 5411 3941 0 -1 4202496 9531 937 1 0 35 9 0 0 17 0 1 0 668776464 285921280 7198 33554432000 4194304 5683644 140734987613024 18446744073709551615 271553946561 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5411/statm: 69805 7198 1826 364 0 5729 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279220

[startup+1.50125 s]
/proc/loadavg: 11.35 11.03 10.06 8/394 5425
/proc/meminfo: memFree=17478252/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=361668 CPUtime=0.87 cores=0-7
/proc/5411/stat : 5411 (python) S 5409 5411 3941 0 -1 4202496 16114 937 1 0 75 12 0 0 25 0 9 0 668776464 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5411/statm: 90417 7383 1891 364 0 26314 0
[pid=5417] ppid=5411 vsize=279244 CPUtime=0 cores=0-7
/proc/5417/stat : 5417 (python) S 5411 5411 3941 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668776556 285945856 5726 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557711 0 0 16781312 514 8153732769910882303 0 0 17 2 0 0 0
/proc/5417/statm: 69811 5726 354 364 0 5729 0
[pid=5419] ppid=5417 vsize=1017932 CPUtime=0.58 cores=0-7
/proc/5419/stat : 5419 (gnovelty+2) R 5417 5419 5419 0 -1 4202496 492 0 0 0 58 0 0 0 20 0 1 0 668776556 1042362368 227 33554432000 134512640 135663704 4286772784 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5419/statm: 254483 227 113 282 0 254199 0
[pid=5420] ppid=5411 vsize=289888 CPUtime=0 cores=0-7
/proc/5420/stat : 5420 (python) S 5411 5411 3941 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 1 0 668776559 296845312 5812 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 467025539652124671 0 0 17 7 0 0 0
/proc/5420/statm: 72472 5812 348 364 0 8387 0
[pid=5422] ppid=5420 vsize=1017932 CPUtime=0.53 cores=0-7
/proc/5422/stat : 5422 (gnovelty+2) R 5420 5422 5422 0 -1 4202496 491 0 0 0 53 0 0 0 23 0 1 0 668776559 1042362368 227 33554432000 134512640 135663704 4286920720 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5422/statm: 254483 227 113 282 0 254199 0
[pid=5423] ppid=5411 vsize=300144 CPUtime=0 cores=0-7
/proc/5423/stat : 5423 (python) S 5411 5411 3941 0 -1 4202560 726 0 0 0 0 0 0 0 21 0 1 0 668776562 307347456 5812 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 14995749537979564031 0 0 17 4 0 0 0
/proc/5423/statm: 75036 5812 344 364 0 10948 0
[pid=5425] ppid=5423 vsize=416520 CPUtime=0.51 cores=0-7
/proc/5425/stat : 5425 (adaptg2wsat2009) R 5423 5425 5425 0 -1 4202496 533 0 0 0 51 0 0 0 25 0 1 0 668776562 426516480 265 33554432000 134512640 135107411 4291187904 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5425/statm: 104130 265 49 146 0 103006 0
[pid=5411/tid=5418] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5418/stat : 5418 (python) S 5409 5411 3941 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 668776556 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5421] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5421/stat : 5421 (python) S 5409 5411 3941 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 668776559 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5424] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5424/stat : 5424 (python) S 5409 5411 3941 0 -1 4202560 20 937 0 0 0 0 0 0 22 0 9 0 668776562 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5427] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5427/stat : 5427 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 9 0 668776565 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 3683328

[startup+3.10096 s]
/proc/loadavg: 11.35 11.03 10.06 12/409 5440
/proc/meminfo: memFree=17451968/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=361668 CPUtime=0.87 cores=0-7
/proc/5411/stat : 5411 (python) S 5409 5411 3941 0 -1 4202496 16114 937 1 0 75 12 0 0 25 0 9 0 668776464 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5411/statm: 90417 7383 1891 364 0 26314 0
[pid=5417] ppid=5411 vsize=279244 CPUtime=0 cores=0-7
/proc/5417/stat : 5417 (python) S 5411 5411 3941 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668776556 285945856 5726 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557711 0 0 16781312 514 8153732769910849794 0 0 17 2 0 0 0
/proc/5417/statm: 69811 5726 354 364 0 5729 0
[pid=5419] ppid=5417 vsize=1017932 CPUtime=2.18 cores=0-7
/proc/5419/stat : 5419 (gnovelty+2) R 5417 5419 5419 0 -1 4202496 492 0 0 0 218 0 0 0 25 0 1 0 668776556 1042362368 227 33554432000 134512640 135663704 4286772784 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5419/statm: 254483 227 113 282 0 254199 0
[pid=5420] ppid=5411 vsize=289888 CPUtime=0 cores=0-7
/proc/5420/stat : 5420 (python) S 5411 5411 3941 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 668776559 296845312 5812 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 467025539652092162 0 0 17 7 0 0 0
/proc/5420/statm: 72472 5812 348 364 0 8387 0
[pid=5422] ppid=5420 vsize=1017932 CPUtime=2.12 cores=0-7
/proc/5422/stat : 5422 (gnovelty+2) R 5420 5422 5422 0 -1 4202496 491 0 0 0 212 0 0 0 25 0 1 0 668776559 1042362368 227 33554432000 134512640 135663704 4286920720 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5422/statm: 254483 227 113 282 0 254199 0
[pid=5423] ppid=5411 vsize=300144 CPUtime=0 cores=0-7
/proc/5423/stat : 5423 (python) S 5411 5411 3941 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 668776562 307347456 5816 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 14995749537979531521 0 0 17 4 0 0 0
/proc/5423/statm: 75036 5816 348 364 0 10948 0
[pid=5425] ppid=5423 vsize=416524 CPUtime=2.11 cores=0-7
/proc/5425/stat : 5425 (adaptg2wsat2009) R 5423 5425 5425 0 -1 4202496 588 0 0 0 211 0 0 0 25 0 1 0 668776562 426520576 320 33554432000 134512640 135107411 4291187904 18446744073709551615 134531779 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5425/statm: 104131 320 59 146 0 103007 0
[pid=5426] ppid=5411 vsize=310400 CPUtime=0 cores=0-7
/proc/5426/stat : 5426 (python) S 5411 5411 3941 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 668776565 317849600 5820 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 6320455460268769538 0 0 17 0 0 0 0
/proc/5426/statm: 77600 5820 348 364 0 13509 0
[pid=5428] ppid=5426 vsize=416524 CPUtime=1.16 cores=0-7
/proc/5428/stat : 5428 (adaptg2wsat2009) R 5426 5428 5428 0 -1 4202496 583 0 0 0 116 0 0 0 25 0 1 0 668776566 426520576 321 33554432000 134512640 135107411 4290034384 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5428/statm: 104131 321 59 146 0 103007 0
[pid=5429] ppid=5411 vsize=320656 CPUtime=0 cores=0-7
/proc/5429/stat : 5429 (python) S 5411 5411 3941 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 668776568 328351744 5824 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 14995741841398169599 0 0 17 4 0 0 0
/proc/5429/statm: 80164 5824 348 364 0 16070 0
[pid=5433] ppid=5429 vsize=416524 CPUtime=0.97 cores=0-7
/proc/5433/stat : 5433 (adaptg2wsat2009) R 5429 5433 5433 0 -1 4202496 589 0 0 0 97 0 0 0 25 0 1 0 668776572 426520576 322 33554432000 134512640 135107411 4288513072 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5433/statm: 104131 322 59 146 0 103007 0
[pid=5431] ppid=5411 vsize=330912 CPUtime=0 cores=0-7
/proc/5431/stat : 5431 (python) S 5411 5411 3941 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 668776572 338853888 5828 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 14995737993107439874 0 0 17 1 0 0 0
/proc/5431/statm: 82728 5828 348 364 0 18631 0
[pid=5437] ppid=5431 vsize=1017932 CPUtime=0.92 cores=0-7
/proc/5437/stat : 5437 (gnovelty+2) R 5431 5437 5437 0 -1 4202496 494 0 0 0 92 0 0 0 25 0 1 0 668776578 1042362368 227 33554432000 134512640 135663704 4293595040 18446744073709551615 134524747 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5437/statm: 254483 227 113 282 0 254199 0
[pid=5434] ppid=5411 vsize=341168 CPUtime=0 cores=0-7
/proc/5434/stat : 5434 (python) S 5411 5411 3941 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 668776575 349356032 5832 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 15309709860610736385 0 0 17 4 0 0 0
/proc/5434/statm: 85292 5832 348 364 0 21192 0
[pid=5436] ppid=5434 vsize=2264 CPUtime=1.95 cores=0-7
/proc/5436/stat : 5436 (march_hi) R 5434 5436 5436 0 -1 4202496 995 0 0 0 195 0 0 0 25 0 1 0 668776577 2318336 391 33554432000 4194304 4955518 140736194614400 18446744073709551615 4297788 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5436/statm: 566 391 106 186 0 379 0
[pid=5438] ppid=5411 vsize=351424 CPUtime=0 cores=0-7
/proc/5438/stat : 5438 (python) S 5411 5411 3941 0 -1 4202560 826 0 0 0 0 0 0 0 15 0 1 0 668776578 359858176 5842 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 11640239336489713923 0 0 17 4 0 0 0
/proc/5438/statm: 87856 5842 354 364 0 23753 0
[pid=5440] ppid=5438 vsize=2264 CPUtime=0.91 cores=0-7
/proc/5440/stat : 5440 (march_hi) R 5438 5440 5440 0 -1 4202496 998 0 0 0 91 0 0 0 25 0 1 0 668776579 2318336 391 33554432000 4194304 4955518 140734625987600 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5440/statm: 566 391 106 186 0 379 0
[pid=5411/tid=5418] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5418/stat : 5418 (python) S 5409 5411 3941 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 668776556 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5421] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5421/stat : 5421 (python) S 5409 5411 3941 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 668776559 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5424] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5424/stat : 5424 (python) S 5409 5411 3941 0 -1 4202560 20 937 0 0 0 0 0 0 22 0 9 0 668776562 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5427] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5427/stat : 5427 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 9 0 668776565 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5430] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5430/stat : 5430 (python) S 5409 5411 3941 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668776569 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5432] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5432/stat : 5432 (python) S 5409 5411 3941 0 -1 4202560 17 937 0 0 0 0 0 0 25 0 9 0 668776572 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5435] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5435/stat : 5435 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 668776575 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5439] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5439/stat : 5439 (python) S 5409 5411 3941 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 668776579 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 7193400

[startup+6.30138 s]
/proc/loadavg: 11.33 11.03 10.06 12/409 5440
/proc/meminfo: memFree=17449652/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=361668 CPUtime=0.87 cores=0-7
/proc/5411/stat : 5411 (python) S 5409 5411 3941 0 -1 4202496 16114 937 1 0 75 12 0 0 25 0 9 0 668776464 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5411/statm: 90417 7383 1891 364 0 26314 0
[pid=5417] ppid=5411 vsize=279244 CPUtime=0.01 cores=0-7
/proc/5417/stat : 5417 (python) S 5411 5411 3941 0 -1 4202560 902 0 0 0 1 0 0 0 18 0 1 0 668776556 285945856 5748 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557711 0 0 16781312 514 8153732769910849794 0 0 17 2 0 0 0
/proc/5417/statm: 69811 5748 376 364 0 5729 0
[pid=5419] ppid=5417 vsize=1017932 CPUtime=5.36 cores=0-7
/proc/5419/stat : 5419 (gnovelty+2) R 5417 5419 5419 0 -1 4202496 492 0 0 0 536 0 0 0 25 0 1 0 668776556 1042362368 227 33554432000 134512640 135663704 4286772784 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5419/statm: 254483 227 113 282 0 254199 0
[pid=5420] ppid=5411 vsize=289888 CPUtime=0 cores=0-7
/proc/5420/stat : 5420 (python) S 5411 5411 3941 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 668776559 296845312 5835 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 467025539652092162 0 0 17 7 0 0 0
/proc/5420/statm: 72472 5835 371 364 0 8387 0
[pid=5422] ppid=5420 vsize=1017932 CPUtime=5.26 cores=0-7
/proc/5422/stat : 5422 (gnovelty+2) R 5420 5422 5422 0 -1 4202496 491 0 0 0 526 0 0 0 25 0 1 0 668776559 1042362368 227 33554432000 134512640 135663704 4286920720 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5422/statm: 254483 227 113 282 0 254199 0
[pid=5423] ppid=5411 vsize=300144 CPUtime=0 cores=0-7
/proc/5423/stat : 5423 (python) S 5411 5411 3941 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 668776562 307347456 5838 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 14995749537979531521 0 0 17 4 0 0 0
/proc/5423/statm: 75036 5838 370 364 0 10948 0
[pid=5425] ppid=5423 vsize=416524 CPUtime=5.32 cores=0-7
/proc/5425/stat : 5425 (adaptg2wsat2009) R 5423 5425 5425 0 -1 4202496 588 0 0 0 532 0 0 0 25 0 1 0 668776562 426520576 320 33554432000 134512640 135107411 4291187904 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5425/statm: 104131 320 59 146 0 103007 0
[pid=5426] ppid=5411 vsize=310400 CPUtime=0 cores=0-7
/proc/5426/stat : 5426 (python) S 5411 5411 3941 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 668776565 317849600 5843 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 6320455460268769538 0 0 17 0 0 0 0
/proc/5426/statm: 77600 5843 371 364 0 13509 0
[pid=5428] ppid=5426 vsize=416524 CPUtime=2.74 cores=0-7

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

/proc/5411/task/5421/stat : 5421 (python) S 5409 5411 3941 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 668776559 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5424] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5424/stat : 5424 (python) S 5409 5411 3941 0 -1 4202560 20 937 0 0 0 0 0 0 22 0 9 0 668776562 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5427] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5427/stat : 5427 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 9 0 668776565 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5430] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5430/stat : 5430 (python) S 5409 5411 3941 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668776569 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5432] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5432/stat : 5432 (python) S 5409 5411 3941 0 -1 4202560 17 937 0 0 0 0 0 0 25 0 9 0 668776572 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5435] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5435/stat : 5435 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 668776575 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5439] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5439/stat : 5439 (python) S 5409 5411 3941 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 668776579 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 214.29
Current children cumulated vsize (KiB) 7191136

[startup+37.5017 s]
/proc/loadavg: 11.25 11.04 10.10 14/409 5441
/proc/meminfo: memFree=17453340/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=361668 CPUtime=0.87 cores=0-7
/proc/5411/stat : 5411 (python) S 5409 5411 3941 0 -1 4202496 16114 937 1 0 75 12 0 0 25 0 9 0 668776464 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5411/statm: 90417 7383 1891 364 0 26314 0
[pid=5417] ppid=5411 vsize=279244 CPUtime=0.09 cores=0-7
/proc/5417/stat : 5417 (python) S 5411 5411 3941 0 -1 4202560 916 0 0 0 5 4 0 0 18 0 1 0 668776556 285945856 5749 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557711 0 0 16781312 514 13624004599307272450 0 0 17 2 0 0 0
/proc/5417/statm: 69811 5749 377 364 0 5729 0
[pid=5419] ppid=5417 vsize=1017932 CPUtime=36.47 cores=0-7
/proc/5419/stat : 5419 (gnovelty+2) R 5417 5419 5419 0 -1 4202496 492 0 0 0 3647 0 0 0 25 0 1 0 668776556 1042362368 227 33554432000 134512640 135663704 4286772784 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5419/statm: 254483 227 113 282 0 254199 0
[pid=5420] ppid=5411 vsize=289888 CPUtime=0.09 cores=0-7
/proc/5420/stat : 5420 (python) S 5411 5411 3941 0 -1 4202560 919 0 0 0 5 4 0 0 18 0 1 0 668776559 296845312 5835 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272450 0 0 17 7 0 0 0
/proc/5420/statm: 72472 5835 371 364 0 8387 0
[pid=5422] ppid=5420 vsize=1017932 CPUtime=35.97 cores=0-7
/proc/5422/stat : 5422 (gnovelty+2) R 5420 5422 5422 0 -1 4202496 491 0 0 0 3597 0 0 0 25 0 1 0 668776559 1042362368 227 33554432000 134512640 135663704 4286920720 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5422/statm: 254483 227 113 282 0 254199 0
[pid=5423] ppid=5411 vsize=300144 CPUtime=0.09 cores=0-7
/proc/5423/stat : 5423 (python) S 5411 5411 3941 0 -1 4202560 913 0 0 0 5 4 0 0 18 0 1 0 668776562 307347456 5839 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272449 0 0 17 2 0 0 0
/proc/5423/statm: 75036 5839 371 364 0 10948 0
[pid=5425] ppid=5423 vsize=416524 CPUtime=36.52 cores=0-7
/proc/5425/stat : 5425 (adaptg2wsat2009) R 5423 5425 5425 0 -1 4202496 588 0 0 0 3652 0 0 0 25 0 1 0 668776562 426520576 320 33554432000 134512640 135107411 4291187904 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5425/statm: 104131 320 59 146 0 103007 0
[pid=5426] ppid=5411 vsize=310400 CPUtime=0.09 cores=0-7
/proc/5426/stat : 5426 (python) S 5411 5411 3941 0 -1 4202560 941 0 0 0 5 4 0 0 18 0 1 0 668776565 317849600 5843 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272450 0 0 17 0 0 0 0
/proc/5426/statm: 77600 5843 371 364 0 13509 0
[pid=5428] ppid=5426 vsize=416524 CPUtime=18.31 cores=0-7
/proc/5428/stat : 5428 (adaptg2wsat2009) R 5426 5428 5428 0 -1 4202496 583 0 0 0 1831 0 0 0 25 0 1 0 668776566 426520576 321 33554432000 134512640 135107411 4290034384 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5428/statm: 104131 321 59 146 0 103007 0
[pid=5429] ppid=5411 vsize=320656 CPUtime=0.09 cores=0-7
/proc/5429/stat : 5429 (python) S 5411 5411 3941 0 -1 4202560 937 0 0 0 5 4 0 0 18 0 1 0 668776568 328351744 5847 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272452 0 0 17 6 0 0 0
/proc/5429/statm: 80164 5847 371 364 0 16070 0
[pid=5433] ppid=5429 vsize=416524 CPUtime=18.17 cores=0-7
/proc/5433/stat : 5433 (adaptg2wsat2009) R 5429 5433 5433 0 -1 4202496 589 0 0 0 1817 0 0 0 25 0 1 0 668776572 426520576 322 33554432000 134512640 135107411 4288513072 18446744073709551615 134548388 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5433/statm: 104131 322 59 146 0 103007 0
[pid=5431] ppid=5411 vsize=330912 CPUtime=0.1 cores=0-7
/proc/5431/stat : 5431 (python) S 5411 5411 3941 0 -1 4202560 940 0 0 0 5 5 0 0 18 0 1 0 668776572 338853888 5851 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272450 0 0 17 1 0 0 0
/proc/5431/statm: 82728 5851 371 364 0 18631 0
[pid=5437] ppid=5431 vsize=1017932 CPUtime=18.06 cores=0-7
/proc/5437/stat : 5437 (gnovelty+2) R 5431 5437 5437 0 -1 4202496 494 0 0 0 1806 0 0 0 25 0 1 0 668776578 1042362368 227 33554432000 134512640 135663704 4293595040 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5437/statm: 254483 227 113 282 0 254199 0
[pid=5434] ppid=5411 vsize=341168 CPUtime=2.24 cores=0-7
/proc/5434/stat : 5434 (python) R 5411 5411 3941 0 -1 4202560 988 0 0 0 195 29 0 0 18 0 1 0 668776575 349356032 5855 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/5434/statm: 85292 5855 371 364 0 21192 0
[pid=5436] ppid=5434 vsize=0 CPUtime=33.78 cores=0-7
/proc/5436/stat : 5436 (march_hi) R 5434 5436 5436 0 -1 4202500 996 0 0 0 3378 0 0 0 25 0 1 0 668776577 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5436/statm: 0 0 0 0 0 0 0
[pid=5438] ppid=5411 vsize=351424 CPUtime=0.11 cores=0-7
/proc/5438/stat : 5438 (python) S 5411 5411 3941 0 -1 4202560 1008 0 0 0 6 5 0 0 15 0 1 0 668776578 359858176 5865 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 11640239336489713923 0 0 17 0 0 0 0
/proc/5438/statm: 87856 5865 377 364 0 23753 0
[pid=5440] ppid=5438 vsize=2264 CPUtime=18.04 cores=0-7
/proc/5440/stat : 5440 (march_hi) R 5438 5440 5440 0 -1 4202496 998 0 0 0 1804 0 0 0 25 0 1 0 668776579 2318336 391 33554432000 4194304 4955518 140734625987600 18446744073709551615 4210584 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5440/statm: 566 391 106 186 0 379 0
[pid=5411/tid=5418] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5418/stat : 5418 (python) S 5409 5411 3941 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 668776556 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5421] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5421/stat : 5421 (python) S 5409 5411 3941 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 668776559 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5424] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5424/stat : 5424 (python) S 5409 5411 3941 0 -1 4202560 20 937 0 0 0 0 0 0 22 0 9 0 668776562 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5427] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5427/stat : 5427 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 9 0 668776565 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5430] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5430/stat : 5430 (python) S 5409 5411 3941 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668776569 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5432] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5432/stat : 5432 (python) S 5409 5411 3941 0 -1 4202560 17 937 0 0 0 0 0 0 25 0 9 0 668776572 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5435] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5435/stat : 5435 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 668776575 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5439] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5439/stat : 5439 (python) S 5409 5411 3941 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 668776579 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 219.09
Current children cumulated vsize (KiB) 7191136

[startup+37.9016 s]
/proc/loadavg: 11.25 11.04 10.10 14/409 5441
/proc/meminfo: memFree=17453340/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=361668 CPUtime=0.87 cores=0-7
/proc/5411/stat : 5411 (python) S 5409 5411 3941 0 -1 4202496 16114 937 1 0 75 12 0 0 25 0 9 0 668776464 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5411/statm: 90417 7383 1891 364 0 26314 0
[pid=5417] ppid=5411 vsize=279244 CPUtime=0.09 cores=0-7
/proc/5417/stat : 5417 (python) S 5411 5411 3941 0 -1 4202560 916 0 0 0 5 4 0 0 18 0 1 0 668776556 285945856 5749 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557711 0 0 16781312 514 13624004599307272450 0 0 17 2 0 0 0
/proc/5417/statm: 69811 5749 377 364 0 5729 0
[pid=5419] ppid=5417 vsize=1017932 CPUtime=36.87 cores=0-7
/proc/5419/stat : 5419 (gnovelty+2) R 5417 5419 5419 0 -1 4202496 492 0 0 0 3687 0 0 0 25 0 1 0 668776556 1042362368 227 33554432000 134512640 135663704 4286772784 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5419/statm: 254483 227 113 282 0 254199 0
[pid=5420] ppid=5411 vsize=289888 CPUtime=0.09 cores=0-7
/proc/5420/stat : 5420 (python) S 5411 5411 3941 0 -1 4202560 919 0 0 0 5 4 0 0 18 0 1 0 668776559 296845312 5835 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272450 0 0 17 7 0 0 0
/proc/5420/statm: 72472 5835 371 364 0 8387 0
[pid=5422] ppid=5420 vsize=1017932 CPUtime=36.37 cores=0-7
/proc/5422/stat : 5422 (gnovelty+2) R 5420 5422 5422 0 -1 4202496 491 0 0 0 3637 0 0 0 25 0 1 0 668776559 1042362368 227 33554432000 134512640 135663704 4286920720 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5422/statm: 254483 227 113 282 0 254199 0
[pid=5423] ppid=5411 vsize=300144 CPUtime=0.09 cores=0-7
/proc/5423/stat : 5423 (python) S 5411 5411 3941 0 -1 4202560 913 0 0 0 5 4 0 0 18 0 1 0 668776562 307347456 5839 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272449 0 0 17 2 0 0 0
/proc/5423/statm: 75036 5839 371 364 0 10948 0
[pid=5425] ppid=5423 vsize=416524 CPUtime=36.92 cores=0-7
/proc/5425/stat : 5425 (adaptg2wsat2009) R 5423 5425 5425 0 -1 4202496 588 0 0 0 3692 0 0 0 25 0 1 0 668776562 426520576 320 33554432000 134512640 135107411 4291187904 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5425/statm: 104131 320 59 146 0 103007 0
[pid=5426] ppid=5411 vsize=310400 CPUtime=0.09 cores=0-7
/proc/5426/stat : 5426 (python) S 5411 5411 3941 0 -1 4202560 941 0 0 0 5 4 0 0 18 0 1 0 668776565 317849600 5843 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272450 0 0 17 0 0 0 0
/proc/5426/statm: 77600 5843 371 364 0 13509 0
[pid=5428] ppid=5426 vsize=416524 CPUtime=18.51 cores=0-7
/proc/5428/stat : 5428 (adaptg2wsat2009) R 5426 5428 5428 0 -1 4202496 583 0 0 0 1851 0 0 0 25 0 1 0 668776566 426520576 321 33554432000 134512640 135107411 4290034384 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5428/statm: 104131 321 59 146 0 103007 0
[pid=5429] ppid=5411 vsize=320656 CPUtime=0.09 cores=0-7
/proc/5429/stat : 5429 (python) S 5411 5411 3941 0 -1 4202560 937 0 0 0 5 4 0 0 18 0 1 0 668776568 328351744 5847 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272452 0 0 17 6 0 0 0
/proc/5429/statm: 80164 5847 371 364 0 16070 0
[pid=5433] ppid=5429 vsize=416524 CPUtime=18.37 cores=0-7
/proc/5433/stat : 5433 (adaptg2wsat2009) R 5429 5433 5433 0 -1 4202496 589 0 0 0 1837 0 0 0 25 0 1 0 668776572 426520576 322 33554432000 134512640 135107411 4288513072 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5433/statm: 104131 322 59 146 0 103007 0
[pid=5431] ppid=5411 vsize=330912 CPUtime=0.1 cores=0-7
/proc/5431/stat : 5431 (python) S 5411 5411 3941 0 -1 4202560 940 0 0 0 5 5 0 0 18 0 1 0 668776572 338853888 5851 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 13624004599307272450 0 0 17 1 0 0 0
/proc/5431/statm: 82728 5851 371 364 0 18631 0
[pid=5437] ppid=5431 vsize=1017932 CPUtime=18.26 cores=0-7
/proc/5437/stat : 5437 (gnovelty+2) R 5431 5437 5437 0 -1 4202496 494 0 0 0 1826 0 0 0 25 0 1 0 668776578 1042362368 227 33554432000 134512640 135663704 4293595040 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5437/statm: 254483 227 113 282 0 254199 0
[pid=5434] ppid=5411 vsize=341168 CPUtime=2.64 cores=0-7
/proc/5434/stat : 5434 (python) R 5411 5411 3941 0 -1 4202560 988 0 0 0 231 33 0 0 18 0 1 0 668776575 349356032 5855 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/5434/statm: 85292 5855 371 364 0 21192 0
[pid=5436] ppid=5434 vsize=0 CPUtime=33.78 cores=0-7
/proc/5436/stat : 5436 (march_hi) R 5434 5436 5436 0 -1 4202500 996 0 0 0 3378 0 0 0 25 0 1 0 668776577 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5436/statm: 0 0 0 0 0 0 0
[pid=5438] ppid=5411 vsize=351424 CPUtime=0.11 cores=0-7
/proc/5438/stat : 5438 (python) S 5411 5411 3941 0 -1 4202560 1008 0 0 0 6 5 0 0 15 0 1 0 668776578 359858176 5865 33554432000 4194304 5683644 140734987613024 18446744073709551615 271550557766 0 0 16781312 514 11640239336489713923 0 0 17 0 0 0 0
/proc/5438/statm: 87856 5865 377 364 0 23753 0
[pid=5440] ppid=5438 vsize=2264 CPUtime=18.24 cores=0-7
/proc/5440/stat : 5440 (march_hi) R 5438 5440 5440 0 -1 4202496 998 0 0 0 1824 0 0 0 25 0 1 0 668776579 2318336 391 33554432000 4194304 4955518 140734625987600 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5440/statm: 566 391 106 186 0 379 0
[pid=5411/tid=5418] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5418/stat : 5418 (python) S 5409 5411 3941 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 668776556 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5421] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5421/stat : 5421 (python) S 5409 5411 3941 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 668776559 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5424] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5424/stat : 5424 (python) S 5409 5411 3941 0 -1 4202560 20 937 0 0 0 0 0 0 22 0 9 0 668776562 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5411/tid=5427] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5427/stat : 5427 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 9 0 668776565 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5430] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5430/stat : 5430 (python) S 5409 5411 3941 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668776569 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5432] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5432/stat : 5432 (python) S 5409 5411 3941 0 -1 4202560 17 937 0 0 0 0 0 0 25 0 9 0 668776572 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5435] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5435/stat : 5435 (python) S 5409 5411 3941 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 668776575 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
[pid=5411/tid=5439] ppid=5409 vsize=361668 CPUtime=0 cores=0-7
/proc/5411/task/5439/stat : 5439 (python) S 5409 5411 3941 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 668776579 370348032 7383 33554432000 4194304 5683644 140734987613024 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 7191136

[startup+38.0017 s]
/proc/loadavg: 11.25 11.04 10.10 14/409 5441
/proc/meminfo: memFree=17453340/32951124 swapFree=67056788/67111528
[pid=5411] ppid=5409 vsize=310340 CPUtime=222.16 cores=0-7
/proc/5411/stat : 5411 (python) R 5409 5411 3941 0 -1 4202496 20043 14332 1 0 77 12 22057 70 17 0 1 0 668776464 317788160 7348 33554432000 4194304 5683644 140734987613024 18446744073709551615 5296949 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5411/statm: 77585 7348 1876 364 0 13509 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 310340

Child status: 0
Real time (s): 38.0078
CPU time (s): 222.181
CPU user time (s): 221.346
CPU system time (s): 0.834873
CPU usage (%): 584.568
Max. virtual memory (cumulated for all children) (KiB): 7193404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.346
system time used= 0.834873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34853
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= 4035
involuntary context switches= 4423

runsolver used 0.166974 second user time and 0.32495 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 20:49:46
IDJOB=3385652
IDBENCH=82917
IDSOLVER=1870
FILE ID=node133/3385652-1305571786
RUNJOBID= node133-1305564962-3955
PBS_JOBID= 13350117
Free space on /tmp= 73404 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1374457799-001.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-3385652-1305571786/watcher-3385652-1305571786 -o /tmp/evaluation-result-3385652-1305571786/solver-3385652-1305571786 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385652-1305571786.cnf -seed 636636498 -budget 40000 -cores 8

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

MD5SUM BENCH= 0448cdbfc0b1241b735cac942d079298
RANDOM SEED=636636498

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17516748 kB
Buffers:        324024 kB
Cached:        4537680 kB
SwapCached:       7676 kB
Active:       11808016 kB
Inactive:      3310084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17516748 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:    10255792 kB
Mapped:          32024 kB
Slab:           202608 kB
PageTables:      45640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84928632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node133 at 2011-05-16 20:50:24