Trace number 3322139

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-randomUNSAT 311.861 39.5356

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.39/4.39	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/4.39	c INFO: solving HOME/instance-3322139-1308048002.cnf
0.39/4.39	c INFO: computing task features
0.44/4.42	c INFO: computed variable-clause graph statistics
0.44/4.42	c INFO: computed clause balance statistics
0.54/4.59	c INFO: computed variable balance statistics
0.64/4.66	c INFO: computed small-clause counts
0.64/4.66	c INFO: computed Horn-clause counts
0.64/4.66	c INFO: computed variable graph statistics
0.64/4.66	c INFO: collected features for HOME/instance-3322139-1308048002.cnf in 0.27 s
0.73/4.70	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.73/4.73	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.73/4.78	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.83/4.81	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.83/4.86	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.93/4.90	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
0.93/4.94	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.38)
0.93/4.98	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.36)
243.41/39.51	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: 989)

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-3322139-1308048002/watcher-3322139-1308048002 -o /tmp/evaluation-result-3322139-1308048002/solver-3322139-1308048002 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322139-1308048002.cnf -seed 1384931477 -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.10 0.29 1.14 1/171 28453
/proc/meminfo: memFree=31837824/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=11804 CPUtime=0 cores=0-7
/proc/28453/stat : 28453 (runsolver) S 28451 28453 28423 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 916398737 12087296 50 33554432000 4194304 5436572 140735301617120 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071700214583 0 0 17 3 0 0 0
/proc/28453/statm: 2951 50 31 304 0 2643 0

[startup+0.0712119 s]
/proc/loadavg: 0.10 0.29 1.14 1/171 28453
/proc/meminfo: memFree=31837824/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=15080 CPUtime=0 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 617 0 0 0 0 0 0 0 20 0 1 0 916398737 15441920 513 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/28453/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100205 s]
/proc/loadavg: 0.10 0.29 1.14 1/171 28453
/proc/meminfo: memFree=31837824/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=15080 CPUtime=0 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 916398737 15441920 545 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/28453/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300143 s]
/proc/loadavg: 0.10 0.29 1.14 1/171 28453
/proc/meminfo: memFree=31837824/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=15380 CPUtime=0 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 811 0 0 0 0 0 0 0 18 0 1 0 916398737 15749120 696 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/28453/statm: 3845 696 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.701092 s]
/proc/loadavg: 0.10 0.29 1.14 1/171 28453
/proc/meminfo: memFree=31837824/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=16396 CPUtime=0.01 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 1118 0 0 0 1 0 0 0 15 0 1 0 916398737 16789504 985 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516830053 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/28453/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+1.50091 s]
/proc/loadavg: 0.10 0.29 1.14 1/172 28454
/proc/meminfo: memFree=31834592/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=36508 CPUtime=0.04 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 1612 0 0 0 3 1 0 0 15 0 1 0 916398737 37384192 1444 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/28453/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+3.10062 s]
/proc/loadavg: 0.10 0.29 1.14 1/172 28454
/proc/meminfo: memFree=31830072/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=104788 CPUtime=0.08 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 3217 0 0 0 5 3 0 0 15 0 1 0 916398737 107302912 2885 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/28453/statm: 26197 2885 847 364 0 1945 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104788
heavy processes:

[startup+6.301 s]
/proc/loadavg: 0.17 0.30 1.14 10/196 28483
/proc/meminfo: memFree=31771600/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=361664 CPUtime=1.01 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 16150 933 1 0 87 14 0 0 25 0 9 0 916398737 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28453/statm: 90416 7383 1891 364 0 26313 0
[pid=28460] ppid=28453 vsize=279240 CPUtime=0 cores=0-7
/proc/28460/stat : 28460 (python) S 28453 28453 28423 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 916399208 285941760 5726 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854287 0 0 16781312 514 3141607365426512132 0 0 17 1 0 0 0
/proc/28460/statm: 69810 5726 354 364 0 5728 0
[pid=28462] ppid=28460 vsize=1017932 CPUtime=1.59 cores=0-7
/proc/28462/stat : 28462 (gnovelty+2) R 28460 28462 28462 0 -1 4202496 491 0 0 0 159 0 0 0 23 0 1 0 916399208 1042362368 226 33554432000 134512640 135663704 4293499680 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28462/statm: 254483 226 113 282 0 254199 0
[pid=28463] ppid=28453 vsize=289884 CPUtime=0 cores=0-7
/proc/28463/stat : 28463 (python) S 28453 28453 28423 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 916399211 296841216 5812 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 3141603517135814916 0 0 17 2 0 0 0
/proc/28463/statm: 72471 5812 348 364 0 8386 0
[pid=28465] ppid=28463 vsize=1017932 CPUtime=1.55 cores=0-7
/proc/28465/stat : 28465 (gnovelty+2) R 28463 28465 28465 0 -1 4202496 489 0 0 0 155 0 0 0 24 0 1 0 916399212 1042362368 226 33554432000 134512640 135663704 4293692704 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28465/statm: 254483 226 113 282 0 254199 0
[pid=28466] ppid=28453 vsize=300140 CPUtime=0 cores=0-7
/proc/28466/stat : 28466 (python) S 28453 28453 28423 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 916399215 307343360 5816 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 4022885176542494719 0 0 17 0 0 0 0
/proc/28466/statm: 75035 5816 348 364 0 10947 0
[pid=28468] ppid=28466 vsize=416524 CPUtime=1.5 cores=0-7
/proc/28468/stat : 28468 (adaptg2wsat2009) R 28466 28468 28468 0 -1 4202496 587 0 0 0 150 0 0 0 25 0 1 0 916399216 426520576 321 33554432000 134512640 135107411 4291355952 18446744073709551615 134532304 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28468/statm: 104131 321 59 146 0 103007 0
[pid=28469] ppid=28453 vsize=310396 CPUtime=0 cores=0-7
/proc/28469/stat : 28469 (python) S 28453 28453 28423 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 916399219 317845504 5820 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 4012074503340294143 0 0 17 6 0 0 0
/proc/28469/statm: 77599 5820 348 364 0 13508 0
[pid=28471] ppid=28469 vsize=416524 CPUtime=1.47 cores=0-7
/proc/28471/stat : 28471 (adaptg2wsat2009) R 28469 28471 28471 0 -1 4202496 586 0 0 0 147 0 0 0 25 0 1 0 916399220 426520576 321 33554432000 134512640 135107411 4292914512 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28471/statm: 104131 321 59 146 0 103007 0
[pid=28472] ppid=28453 vsize=320652 CPUtime=0 cores=0-7
/proc/28472/stat : 28472 (python) S 28453 28453 28423 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 916399223 328347648 5824 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 4049025515737055231 0 0 17 0 0 0 0
/proc/28472/statm: 80163 5824 348 364 0 16069 0
[pid=28474] ppid=28472 vsize=416524 CPUtime=1.43 cores=0-7
/proc/28474/stat : 28474 (adaptg2wsat2009) R 28472 28474 28474 0 -1 4202496 589 0 0 0 143 0 0 0 25 0 1 0 916399224 426520576 321 33554432000 134512640 135107411 4288980768 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28474/statm: 104131 321 59 146 0 103007 0
[pid=28475] ppid=28453 vsize=330908 CPUtime=0 cores=0-7
/proc/28475/stat : 28475 (python) S 28453 28453 28423 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 916399228 338849792 5828 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 3141599668845117700 0 0 17 0 0 0 0
/proc/28475/statm: 82727 5828 348 364 0 18630 0
[pid=28477] ppid=28475 vsize=1017932 CPUtime=1.38 cores=0-7
/proc/28477/stat : 28477 (gnovelty+2) R 28475 28477 28477 0 -1 4202496 491 0 0 0 138 0 0 0 25 0 1 0 916399228 1042362368 227 33554432000 134512640 135663704 4288870336 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28477/statm: 254483 227 113 282 0 254199 0
[pid=28478] ppid=28453 vsize=341164 CPUtime=0 cores=0-7
/proc/28478/stat : 28478 (python) S 28453 28453 28423 0 -1 4202560 790 0 0 0 0 0 0 0 15 0 1 0 916399232 349351936 5832 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 11089397205113471233 0 0 17 4 0 0 0
/proc/28478/statm: 85291 5832 348 364 0 21191 0
[pid=28480] ppid=28478 vsize=2264 CPUtime=1.34 cores=0-7
/proc/28480/stat : 28480 (march_hi) R 28478 28480 28480 0 -1 4202496 991 0 0 0 134 0 0 0 25 0 1 0 916399232 2318336 392 33554432000 4194304 4955518 140734131423664 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28480/statm: 566 392 106 186 0 379 0
[pid=28481] ppid=28453 vsize=351420 CPUtime=0 cores=0-7
/proc/28481/stat : 28481 (python) S 28453 28453 28423 0 -1 4202560 826 0 0 0 0 0 0 0 15 0 1 0 916399236 359854080 5842 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 5618023437432750339 0 0 17 0 0 0 0
/proc/28481/statm: 87855 5842 354 364 0 23752 0
[pid=28483] ppid=28481 vsize=2264 CPUtime=1.29 cores=0-7
/proc/28483/stat : 28483 (march_hi) R 28481 28483 28483 0 -1 4202496 997 0 0 0 129 0 0 0 25 0 1 0 916399236 2318336 392 33554432000 4194304 4955518 140737392371840 18446744073709551615 4313834 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28483/statm: 566 392 106 186 0 379 0
[pid=28453/tid=28461] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28461/stat : 28461 (python) S 28451 28453 28423 0 -1 4202560 27 933 0 0 0 0 0 0 17 0 9 0 916399208 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28464] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28464/stat : 28464 (python) S 28451 28453 28423 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 916399211 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28467] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28467/stat : 28467 (python) S 28451 28453 28423 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 916399216 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28470] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28470/stat : 28470 (python) S 28451 28453 28423 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 916399219 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28473] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28473/stat : 28473 (python) S 28451 28453 28423 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 9 0 916399224 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 6 0 0 0
[pid=28453/tid=28476] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28476/stat : 28476 (python) S 28451 28453 28423 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 916399228 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28479] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28479/stat : 28479 (python) S 28451 28453 28423 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 9 0 916399232 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 4 0 0 0
[pid=28453/tid=28482] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28482/stat : 28482 (python) S 28451 28453 28423 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 9 0 916399236 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 7193364

[startup+12.7008 s]
/proc/loadavg: 0.80 0.43 1.18 9/196 28483
/proc/meminfo: memFree=31769264/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=361664 CPUtime=1.01 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 16150 933 1 0 87 14 0 0 25 0 9 0 916398737 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28453/statm: 90416 7383 1891 364 0 26313 0
[pid=28460] ppid=28453 vsize=279240 CPUtime=0 cores=0-7
/proc/28460/stat : 28460 (python) S 28453 28453 28423 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 916399208 285941760 5749 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854287 0 0 16781312 514 3141607365426512132 0 0 17 1 0 0 0
/proc/28460/statm: 69810 5749 377 364 0 5728 0
[pid=28462] ppid=28460 vsize=1017932 CPUtime=7.99 cores=0-7
/proc/28462/stat : 28462 (gnovelty+2) R 28460 28462 28462 0 -1 4202496 491 0 0 0 799 0 0 0 25 0 1 0 916399208 1042362368 226 33554432000 134512640 135663704 4293499680 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28462/statm: 254483 226 113 282 0 254199 0
[pid=28463] ppid=28453 vsize=289884 CPUtime=0 cores=0-7
/proc/28463/stat : 28463 (python) S 28453 28453 28423 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 916399211 296841216 5835 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 3141603517135814916 0 0 17 2 0 0 0
/proc/28463/statm: 72471 5835 371 364 0 8386 0
[pid=28465] ppid=28463 vsize=1017932 CPUtime=7.95 cores=0-7
/proc/28465/stat : 28465 (gnovelty+2) R 28463 28465 28465 0 -1 4202496 489 0 0 0 795 0 0 0 25 0 1 0 916399212 1042362368 226 33554432000 134512640 135663704 4293692704 18446744073709551615 134524575 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28465/statm: 254483 226 113 282 0 254199 0
[pid=28466] ppid=28453 vsize=300140 CPUtime=0 cores=0-7
/proc/28466/stat : 28466 (python) S 28453 28453 28423 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 916399215 307343360 5839 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 4022885176542462212 0 0 17 0 0 0 0
/proc/28466/statm: 75035 5839 371 364 0 10947 0
[pid=28468] ppid=28466 vsize=416524 CPUtime=7.87 cores=0-7
/proc/28468/stat : 28468 (adaptg2wsat2009) R 28466 28468 28468 0 -1 4202496 587 0 0 0 787 0 0 0 25 0 1 0 916399216 426520576 321 33554432000 134512640 135107411 4291355952 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28468/statm: 104131 321 59 146 0 103007 0
[pid=28469] ppid=28453 vsize=310396 CPUtime=0 cores=0-7
/proc/28469/stat : 28469 (python) S 28453 28453 28423 0 -1 4202560 938 0 0 0 0 0 0 0 18 0 1 0 916399219 317845504 5843 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 4012074503340261636 0 0 17 6 0 0 0
/proc/28469/statm: 77599 5843 371 364 0 13508 0
[pid=28471] ppid=28469 vsize=416524 CPUtime=7.86 cores=0-7
/proc/28471/stat : 28471 (adaptg2wsat2009) R 28469 28471 28471 0 -1 4202496 586 0 0 0 786 0 0 0 25 0 1 0 916399220 426520576 321 33554432000 134512640 135107411 4292914512 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28471/statm: 104131 321 59 146 0 103007 0
[pid=28472] ppid=28453 vsize=320652 CPUtime=0 cores=0-7
/proc/28472/stat : 28472 (python) S 28453 28453 28423 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 916399223 328347648 5847 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 4049025515737022724 0 0 17 0 0 0 0
/proc/28472/statm: 80163 5847 371 364 0 16069 0
[pid=28474] ppid=28472 vsize=416524 CPUtime=7.82 cores=0-7
/proc/28474/stat : 28474 (adaptg2wsat2009) R 28472 28474 28474 0 -1 4202496 589 0 0 0 782 0 0 0 25 0 1 0 916399224 426520576 321 33554432000 134512640 135107411 4288980768 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28474/statm: 104131 321 59 146 0 103007 0
[pid=28475] ppid=28453 vsize=330908 CPUtime=0 cores=0-7
/proc/28475/stat : 28475 (python) S 28453 28453 28423 0 -1 4202560 941 0 0 0 0 0 0 0 18 0 1 0 916399228 338849792 5850 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 3141599668845117700 0 0 17 0 0 0 0
/proc/28475/statm: 82727 5850 370 364 0 18630 0
[pid=28477] ppid=28475 vsize=1017932 CPUtime=7.78 cores=0-7
/proc/28477/stat : 28477 (gnovelty+2) R 28475 28477 28477 0 -1 4202496 491 0 0 0 778 0 0 0 25 0 1 0 916399228 1042362368 227 33554432000 134512640 135663704 4288870336 18446744073709551615 134524594 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28477/statm: 254483 227 113 282 0 254199 0
[pid=28478] ppid=28453 vsize=341164 CPUtime=0 cores=0-7
/proc/28478/stat : 28478 (python) S 28453 28453 28423 0 -1 4202560 964 0 0 0 0 0 0 0 15 0 1 0 916399232 349351936 5855 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 11089397205113471233 0 0 17 4 0 0 0

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

/proc/28480/statm: 566 392 106 186 0 379 0
[pid=28481] ppid=28453 vsize=351420 CPUtime=0.05 cores=0-7
/proc/28481/stat : 28481 (python) S 28453 28453 28423 0 -1 4202560 1026 0 0 0 3 2 0 0 15 0 1 0 916399236 359854080 5865 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 5618023574871703811 0 0 17 0 0 0 0
/proc/28481/statm: 87855 5865 377 364 0 23752 0
[pid=28483] ppid=28481 vsize=2264 CPUtime=33.13 cores=0-7
/proc/28483/stat : 28483 (march_hi) R 28481 28483 28483 0 -1 4202496 997 0 0 0 3313 0 0 0 25 0 1 0 916399236 2318336 392 33554432000 4194304 4955518 140737392371840 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28483/statm: 566 392 106 186 0 379 0
[pid=28453/tid=28461] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28461/stat : 28461 (python) S 28451 28453 28423 0 -1 4202560 27 933 0 0 0 0 0 0 17 0 9 0 916399208 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28464] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28464/stat : 28464 (python) S 28451 28453 28423 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 916399211 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28467] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28467/stat : 28467 (python) S 28451 28453 28423 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 916399216 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28470] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28470/stat : 28470 (python) S 28451 28453 28423 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 916399219 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28473] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28473/stat : 28473 (python) S 28451 28453 28423 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 9 0 916399224 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 6 0 0 0
[pid=28453/tid=28476] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28476/stat : 28476 (python) S 28451 28453 28423 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 916399228 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28479] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28479/stat : 28479 (python) S 28451 28453 28423 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 9 0 916399232 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 4 0 0 0
[pid=28453/tid=28482] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28482/stat : 28482 (python) S 28451 28453 28423 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 9 0 916399236 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 268.32
Current children cumulated vsize (KiB) 7193364

[startup+39.101 s]
/proc/loadavg: 3.33 1.05 1.37 9/196 28483
/proc/meminfo: memFree=31771532/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=361664 CPUtime=1.01 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 16150 933 1 0 87 14 0 0 25 0 9 0 916398737 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28453/statm: 90416 7383 1891 364 0 26313 0
[pid=28460] ppid=28453 vsize=279240 CPUtime=0.04 cores=0-7
/proc/28460/stat : 28460 (python) S 28453 28453 28423 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 916399208 285941760 5749 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854287 0 0 16781312 514 7735706416194748676 0 0 17 1 0 0 0
/proc/28460/statm: 69810 5749 377 364 0 5728 0
[pid=28462] ppid=28460 vsize=1017932 CPUtime=34.39 cores=0-7
/proc/28462/stat : 28462 (gnovelty+2) R 28460 28462 28462 0 -1 4202496 491 0 0 0 3439 0 0 0 25 0 1 0 916399208 1042362368 226 33554432000 134512640 135663704 4293499680 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28462/statm: 254483 226 113 282 0 254199 0
[pid=28463] ppid=28453 vsize=289884 CPUtime=0.04 cores=0-7
/proc/28463/stat : 28463 (python) S 28453 28453 28423 0 -1 4202560 928 0 0 0 2 2 0 0 18 0 1 0 916399211 296841216 5835 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 2 0 0 0
/proc/28463/statm: 72471 5835 371 364 0 8386 0
[pid=28465] ppid=28463 vsize=1017932 CPUtime=34.35 cores=0-7
/proc/28465/stat : 28465 (gnovelty+2) R 28463 28465 28465 0 -1 4202496 489 0 0 0 3435 0 0 0 25 0 1 0 916399212 1042362368 226 33554432000 134512640 135663704 4293692704 18446744073709551615 134525541 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28465/statm: 254483 226 113 282 0 254199 0
[pid=28466] ppid=28453 vsize=300140 CPUtime=0.03 cores=0-7
/proc/28466/stat : 28466 (python) S 28453 28453 28423 0 -1 4202560 910 0 0 0 2 1 0 0 18 0 1 0 916399215 307343360 5839 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 0 0 0 0
/proc/28466/statm: 75035 5839 371 364 0 10947 0
[pid=28468] ppid=28466 vsize=416524 CPUtime=34.13 cores=0-7
/proc/28468/stat : 28468 (adaptg2wsat2009) R 28466 28468 28468 0 -1 4202496 587 0 0 0 3413 0 0 0 25 0 1 0 916399216 426520576 321 33554432000 134512640 135107411 4291355952 18446744073709551615 134531928 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28468/statm: 104131 321 59 146 0 103007 0
[pid=28469] ppid=28453 vsize=310396 CPUtime=0.03 cores=0-7
/proc/28469/stat : 28469 (python) S 28453 28453 28423 0 -1 4202560 948 0 0 0 2 1 0 0 18 0 1 0 916399219 317845504 5843 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 6 0 0 0
/proc/28469/statm: 77599 5843 371 364 0 13508 0
[pid=28471] ppid=28469 vsize=416524 CPUtime=34.22 cores=0-7
/proc/28471/stat : 28471 (adaptg2wsat2009) R 28469 28471 28471 0 -1 4202496 586 0 0 0 3422 0 0 0 25 0 1 0 916399220 426520576 321 33554432000 134512640 135107411 4292914512 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28471/statm: 104131 321 59 146 0 103007 0
[pid=28472] ppid=28453 vsize=320652 CPUtime=0.03 cores=0-7
/proc/28472/stat : 28472 (python) S 28453 28453 28423 0 -1 4202560 944 0 0 0 2 1 0 0 18 0 1 0 916399223 328347648 5847 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 0 0 0 0
/proc/28472/statm: 80163 5847 371 364 0 16069 0
[pid=28474] ppid=28472 vsize=416524 CPUtime=34.18 cores=0-7
/proc/28474/stat : 28474 (adaptg2wsat2009) R 28472 28474 28474 0 -1 4202496 589 0 0 0 3418 0 0 0 25 0 1 0 916399224 426520576 321 33554432000 134512640 135107411 4288980768 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28474/statm: 104131 321 59 146 0 103007 0
[pid=28475] ppid=28453 vsize=330908 CPUtime=0.03 cores=0-7
/proc/28475/stat : 28475 (python) S 28453 28453 28423 0 -1 4202560 950 0 0 0 1 2 0 0 18 0 1 0 916399228 338849792 5850 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 0 0 0 0
/proc/28475/statm: 82727 5850 370 364 0 18630 0
[pid=28477] ppid=28475 vsize=1017932 CPUtime=34.14 cores=0-7
/proc/28477/stat : 28477 (gnovelty+2) R 28475 28477 28477 0 -1 4202496 491 0 0 0 3414 0 0 0 25 0 1 0 916399228 1042362368 227 33554432000 134512640 135663704 4288870336 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28477/statm: 254483 227 113 282 0 254199 0
[pid=28478] ppid=28453 vsize=341164 CPUtime=0.24 cores=0-7
/proc/28478/stat : 28478 (python) R 28453 28453 28423 0 -1 4202560 980 0 0 0 21 3 0 0 16 0 1 0 916399232 349351936 5855 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/28478/statm: 85291 5855 371 364 0 21191 0
[pid=28480] ppid=28478 vsize=0 CPUtime=33.9 cores=0-7
/proc/28480/stat : 28480 (march_hi) R 28478 28480 28480 0 -1 4202500 992 0 0 0 3390 0 0 0 25 0 1 0 916399232 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28480/statm: 0 0 0 0 0 0 0
[pid=28481] ppid=28453 vsize=351420 CPUtime=0.12 cores=0-7
/proc/28481/stat : 28481 (python) R 28453 28453 28423 0 -1 4202560 1030 0 0 0 9 3 0 0 15 0 1 0 916399236 359854080 5865 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28481/statm: 87855 5865 377 364 0 23752 0
[pid=28483] ppid=28481 vsize=0 CPUtime=33.84 cores=0-7
/proc/28483/stat : 28483 (march_hi) R 28481 28483 28483 0 -1 4202500 998 0 0 0 3384 0 0 0 25 0 1 0 916399236 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28483/statm: 0 0 0 0 0 0 0
[pid=28453/tid=28461] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28461/stat : 28461 (python) S 28451 28453 28423 0 -1 4202560 27 933 0 0 0 0 0 0 17 0 9 0 916399208 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28464] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28464/stat : 28464 (python) S 28451 28453 28423 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 916399211 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28467] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28467/stat : 28467 (python) S 28451 28453 28423 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 916399216 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28470] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28470/stat : 28470 (python) S 28451 28453 28423 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 916399219 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28473] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28473/stat : 28473 (python) S 28451 28453 28423 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 9 0 916399224 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 6 0 0 0
[pid=28453/tid=28476] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28476/stat : 28476 (python) S 28451 28453 28423 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 916399228 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28479] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28479/stat : 28479 (python) S 28451 28453 28423 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 9 0 916399232 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 4 0 0 0
[pid=28453/tid=28482] ppid=28451 vsize=361664 CPUtime=0 cores=0-7
/proc/28453/task/28482/stat : 28482 (python) S 28451 28453 28423 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 9 0 916399236 370343936 7383 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 274.72
Current children cumulated vsize (KiB) 7188836

[startup+39.5009 s]
/proc/loadavg: 3.33 1.05 1.37 12/196 28483
/proc/meminfo: memFree=31773020/32951124 swapFree=67063552/67111528
[pid=28453] ppid=28451 vsize=361664 CPUtime=1.01 cores=0-7
/proc/28453/stat : 28453 (python) S 28451 28453 28423 0 -1 4202496 16231 933 1 0 87 14 0 0 18 0 9 0 916398737 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528664383 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28453/statm: 90416 7384 1892 364 0 26313 0
[pid=28460] ppid=28453 vsize=279240 CPUtime=0.04 cores=0-7
/proc/28460/stat : 28460 (python) S 28453 28453 28423 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 916399208 285941760 5749 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854287 0 0 16781312 514 7735706416194748676 0 0 17 1 0 0 0
/proc/28460/statm: 69810 5749 377 364 0 5728 0
[pid=28462] ppid=28460 vsize=1017932 CPUtime=34.79 cores=0-7
/proc/28462/stat : 28462 (gnovelty+2) R 28460 28462 28462 0 -1 4202496 491 0 0 0 3479 0 0 0 25 0 1 0 916399208 1042362368 226 33554432000 134512640 135663704 4293499680 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28462/statm: 254483 226 113 282 0 254199 0
[pid=28463] ppid=28453 vsize=0 CPUtime=34.8 cores=0-7
/proc/28463/stat : 28463 (python) R 28453 28453 28423 0 -1 4202564 977 489 0 0 2 2 3476 0 15 0 1 0 916399211 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28463/statm: 0 0 0 0 0 0 0
[pid=28466] ppid=28453 vsize=300140 CPUtime=0.03 cores=0-7
/proc/28466/stat : 28466 (python) S 28453 28453 28423 0 -1 4202560 910 0 0 0 2 1 0 0 18 0 1 0 916399215 307343360 5839 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 0 0 0 0
/proc/28466/statm: 75035 5839 371 364 0 10947 0
[pid=28468] ppid=28466 vsize=416524 CPUtime=34.53 cores=0-7
/proc/28468/stat : 28468 (adaptg2wsat2009) R 28466 28468 28468 0 -1 4202496 587 0 0 0 3453 0 0 0 25 0 1 0 916399216 426520576 321 33554432000 134512640 135107411 4291355952 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28468/statm: 104131 321 59 146 0 103007 0
[pid=28469] ppid=28453 vsize=310396 CPUtime=0.03 cores=0-7
/proc/28469/stat : 28469 (python) S 28453 28453 28423 0 -1 4202560 948 0 0 0 2 1 0 0 18 0 1 0 916399219 317845504 5843 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 6 0 0 0
/proc/28469/statm: 77599 5843 371 364 0 13508 0
[pid=28471] ppid=28469 vsize=416524 CPUtime=34.63 cores=0-7
/proc/28471/stat : 28471 (adaptg2wsat2009) R 28469 28471 28471 0 -1 4202496 586 0 0 0 3463 0 0 0 25 0 1 0 916399220 426520576 321 33554432000 134512640 135107411 4292914512 18446744073709551615 134531797 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28471/statm: 104131 321 59 146 0 103007 0
[pid=28472] ppid=28453 vsize=320652 CPUtime=0.03 cores=0-7
/proc/28472/stat : 28472 (python) S 28453 28453 28423 0 -1 4202560 944 0 0 0 2 1 0 0 18 0 1 0 916399223 328347648 5847 33554432000 4194304 5683644 140734006560640 18446744073709551615 246516854342 0 0 16781312 514 7735706416194748676 0 0 17 0 0 0 0
/proc/28472/statm: 80163 5847 371 364 0 16069 0
[pid=28474] ppid=28472 vsize=416524 CPUtime=34.59 cores=0-7
/proc/28474/stat : 28474 (adaptg2wsat2009) R 28472 28474 28474 0 -1 4202496 589 0 0 0 3459 0 0 0 25 0 1 0 916399224 426520576 321 33554432000 134512640 135107411 4288980768 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28474/statm: 104131 321 59 146 0 103007 0
[pid=28475] ppid=28453 vsize=330908 CPUtime=0.03 cores=0-7
/proc/28475/stat : 28475 (python) S 28453 28453 28423 0 -1 4202560 968 0 0 0 1 2 0 0 15 0 1 0 916399228 338849792 5855 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528664383 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/28475/statm: 82727 5855 375 364 0 18630 0
[pid=28478] ppid=28453 vsize=0 CPUtime=34.54 cores=0-7
/proc/28478/stat : 28478 (python) Z 28453 28453 28423 0 -1 4202588 1261 992 0 0 56 8 3390 0 17 0 1 0 916399232 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28478/statm: 0 0 0 0 0 0 0
[pid=28481] ppid=28453 vsize=351420 CPUtime=34.36 cores=0-7
/proc/28481/stat : 28481 (python) R 28453 28453 28423 0 -1 4202560 1141 998 0 0 44 8 3384 0 16 0 1 0 916399236 359854080 5873 33554432000 4194304 5683644 140734006560640 18446744073709551615 5293273 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28481/statm: 87855 5873 385 364 0 23752 0
[pid=28481/tid=28485] ppid=28453 vsize=351420 CPUtime=33.84 cores=0-7
/proc/28481/task/28485/stat : 28485 (python) R 28453 28453 28423 0 -1 4202560 7 998 0 0 0 0 3384 0 17 0 2 0 916402688 359854080 5884 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528658287 0 0 16781312 514 0 0 0 -1 4 0 0 0
[pid=28453/tid=28461] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28461/stat : 28461 (python) S 28451 28453 28423 0 -1 4202560 27 2399 0 0 0 0 3478 2 17 0 9 0 916399208 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28464] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28464/stat : 28464 (python) S 28451 28453 28423 0 -1 4202560 25 2399 0 0 0 0 3478 2 19 0 9 0 916399211 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28467] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28467/stat : 28467 (python) S 28451 28453 28423 0 -1 4202560 22 2399 0 0 0 0 3478 2 20 0 9 0 916399216 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28470] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28470/stat : 28470 (python) S 28451 28453 28423 0 -1 4202560 23 2399 0 0 0 0 3478 2 20 0 9 0 916399219 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28473] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28473/stat : 28473 (python) S 28451 28453 28423 0 -1 4202560 26 2399 0 0 0 0 3478 2 22 0 9 0 916399224 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 6 0 0 0
[pid=28453/tid=28476] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28476/stat : 28476 (python) S 28451 28453 28423 0 -1 4202560 30 2399 0 0 0 0 3478 2 24 0 9 0 916399228 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
[pid=28453/tid=28479] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28479/stat : 28479 (python) S 28451 28453 28423 0 -1 4202560 28 2399 0 0 0 0 3478 2 25 0 9 0 916399232 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 4 0 0 0
[pid=28453/tid=28482] ppid=28451 vsize=361664 CPUtime=34.8 cores=0-7
/proc/28453/task/28482/stat : 28482 (python) S 28451 28453 28423 0 -1 4202560 30 2399 0 0 0 0 3478 2 25 0 9 0 916399236 370343936 7384 33554432000 4194304 5683644 140734006560640 18446744073709551615 246528657841 0 0 16781312 2 18446604471116486528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 243.41
Current children cumulated vsize (KiB) 4521924

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 33.7
#  lost CPU user time (s): 33.73
#  lost CPU system time (s): -0.03

Real time (s): 39.5356
CPU time (s): 311.861
CPU user time (s): 311.408
CPU system time (s): 0.452926
CPU usage (%): 788.809
Max. virtual memory (cumulated for all children) (KiB): 7193364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.678
system time used= 0.482926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35116
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= 4303
involuntary context switches= 3727

runsolver used 0.068989 second user time and 0.154976 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-14 12:40:02
IDJOB=3322139
IDBENCH=82917
IDSOLVER=1712
FILE ID=node134/3322139-1308048002
RUNJOBID= node134-1308048001-28437
PBS_JOBID= 13566200
Free space on /tmp= 74040 MiB

SOLVER NAME= borg-sat 11.03.02-random
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-3322139-1308048002/watcher-3322139-1308048002 -o /tmp/evaluation-result-3322139-1308048002/solver-3322139-1308048002 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322139-1308048002.cnf -seed 1384931477 -budget 40000 -cores 8

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

MD5SUM BENCH= 0448cdbfc0b1241b735cac942d079298
RANDOM SEED=1384931477

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31838476 kB
Buffers:        263668 kB
Cached:         583640 kB
SwapCached:      10072 kB
Active:         420796 kB
Inactive:       444240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31838476 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:           32096 kB
Writeback:           0 kB
AnonPages:       15372 kB
Mapped:           9656 kB
Slab:           184768 kB
PageTables:       3904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   153872 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= 74008 MiB
End job on node134 at 2011-06-14 12:40:45