Trace number 3322089

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 270.142 34.6047

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1034575833-022.UNKNOWN.cnf
MD5SUMd8b7f1701bbfddf0d556cafbec39b80e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.607
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.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.46	c INFO: solving HOME/instance-3322089-1304373229.cnf
0.33/0.46	c INFO: computing task features
0.33/0.49	c INFO: computed variable-clause graph statistics
0.33/0.50	c INFO: computed clause balance statistics
0.52/0.65	c INFO: computed variable balance statistics
0.62/0.70	c INFO: computed small-clause counts
0.62/0.71	c INFO: computed Horn-clause counts
0.62/0.71	c INFO: computed variable graph statistics
0.62/0.71	c INFO: collected features for HOME/instance-3322089-1304373229.cnf in 0.25 s
0.62/0.75	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.58)
0.62/0.78	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.72/0.82	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.72/0.86	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.81/0.90	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.81/0.94	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
0.81/0.98	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.38)
1.82/1.02	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.36)
269.34/34.58	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: 935)

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-3322089-1304373229/watcher-3322089-1304373229 -o /tmp/evaluation-result-3322089-1304373229/solver-3322089-1304373229 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322089-1304373229.cnf -seed 2090039154 -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: 7.43 7.97 7.99 2/278 31228
/proc/meminfo: memFree=8281756/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=15772 CPUtime=0 cores=0-7
/proc/31228/stat : 31228 (python) S 31226 31228 30950 0 -1 4202496 903 0 0 0 0 0 0 0 17 0 1 0 281514209 16150528 783 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/31228/statm: 3943 783 346 364 0 430 0

[startup+0.0866409 s]
/proc/loadavg: 7.43 7.97 7.99 2/278 31228
/proc/meminfo: memFree=8281756/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=94172 CPUtime=0.06 cores=0-7
/proc/31228/stat : 31228 (python) S 31226 31228 30950 0 -1 4202496 2765 0 0 0 5 1 0 0 17 0 1 0 281514209 96432128 2474 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/31228/statm: 23543 2474 764 364 0 1675 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94172

[startup+0.100626 s]
/proc/loadavg: 7.43 7.97 7.99 2/278 31228
/proc/meminfo: memFree=8281756/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=104228 CPUtime=0.07 cores=0-7
/proc/31228/stat : 31228 (python) R 31226 31228 30950 0 -1 4202496 3062 0 0 0 5 2 0 0 17 0 1 0 281514209 106729472 2744 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660662016 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31228/statm: 26057 2747 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300628 s]
/proc/loadavg: 7.43 7.97 7.99 2/278 31228
/proc/meminfo: memFree=8281756/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=170752 CPUtime=0.24 cores=0-7
/proc/31228/stat : 31228 (python) R 31226 31228 30950 0 -1 4202496 6742 933 1 0 17 7 0 0 18 0 1 0 281514209 174850048 4809 33554432000 4194304 5683644 140737068043280 18446744073709551615 268655738503 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31228/statm: 42688 4809 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170752

[startup+0.700516 s]
/proc/loadavg: 7.43 7.97 7.99 2/278 31228
/proc/meminfo: memFree=8281756/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=279216 CPUtime=0.62 cores=0-7
/proc/31228/stat : 31228 (python) R 31226 31228 30950 0 -1 4202496 9532 933 1 0 53 9 0 0 18 0 1 0 281514209 285917184 7199 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660317239 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31228/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 279216

[startup+1.50134 s]
/proc/loadavg: 7.43 7.97 7.99 10/300 31254
/proc/meminfo: memFree=8224168/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=361664 CPUtime=0.93 cores=0-7
/proc/31228/stat : 31228 (python) S 31226 31228 30950 0 -1 4202496 16175 933 1 0 82 11 0 0 24 0 9 0 281514209 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31228/statm: 90416 7383 1891 364 0 26313 0
[pid=31234] ppid=31228 vsize=279240 CPUtime=0 cores=0-7
/proc/31234/stat : 31234 (python) S 31228 31228 30950 0 -1 4202560 739 0 0 0 0 0 0 0 20 0 1 0 281514285 285941760 5726 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682255 0 0 16781312 514 11593290189983711231 0 0 17 7 0 0 0
/proc/31234/statm: 69810 5726 354 364 0 5728 0
[pid=31236] ppid=31234 vsize=1017932 CPUtime=0.74 cores=0-7
/proc/31236/stat : 31236 (gnovelty+2) R 31234 31236 31236 0 -1 4202496 490 0 0 0 74 0 0 0 25 0 1 0 281514285 1042362368 226 33554432000 134512640 135663704 4292029568 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31236/statm: 254483 226 113 282 0 254199 0
[pid=31237] ppid=31228 vsize=289884 CPUtime=0 cores=0-7
/proc/31237/stat : 31237 (python) S 31228 31228 30950 0 -1 4202560 743 0 0 0 0 0 0 0 21 0 1 0 281514288 296841216 5812 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 11593286341693014015 0 0 17 4 0 0 0
/proc/31237/statm: 72471 5812 348 364 0 8386 0
[pid=31239] ppid=31237 vsize=1017932 CPUtime=0.7 cores=0-7
/proc/31239/stat : 31239 (gnovelty+2) R 31237 31239 31239 0 -1 4202496 492 0 0 0 70 0 0 0 25 0 1 0 281514289 1042362368 227 33554432000 134512640 135663704 4287689424 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31239/statm: 254483 227 113 282 0 254199 0
[pid=31240] ppid=31228 vsize=300140 CPUtime=0 cores=0-7
/proc/31240/stat : 31240 (python) S 31228 31228 30950 0 -1 4202560 727 0 0 0 0 0 0 0 23 0 1 0 281514292 307343360 5812 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 6999956395013439487 0 0 17 0 0 0 0
/proc/31240/statm: 75035 5812 344 364 0 10947 0
[pid=31242] ppid=31240 vsize=416524 CPUtime=0.65 cores=0-7
/proc/31242/stat : 31242 (adaptg2wsat2009) R 31240 31242 31242 0 -1 4202496 586 0 0 0 65 0 0 0 25 0 1 0 281514293 426520576 320 33554432000 134512640 135107411 4291575168 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31242/statm: 104131 320 59 146 0 103007 0
[pid=31243] ppid=31228 vsize=310396 CPUtime=0 cores=0-7
/proc/31243/stat : 31243 (python) S 31228 31228 30950 0 -1 4202560 734 0 0 0 0 0 0 0 25 0 1 0 281514296 317845504 5816 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 14685970108312977407 0 0 17 0 0 0 0
/proc/31243/statm: 77599 5816 344 364 0 13508 0
[pid=31245] ppid=31243 vsize=416524 CPUtime=0.62 cores=0-7
/proc/31245/stat : 31245 (adaptg2wsat2009) R 31243 31245 31245 0 -1 4202496 588 0 0 0 62 0 0 0 25 0 1 0 281514297 426520576 322 33554432000 134512640 135107411 4286583504 18446744073709551615 134532379 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31245/statm: 104131 322 59 146 0 103007 0
[pid=31246] ppid=31228 vsize=320652 CPUtime=0 cores=0-7
/proc/31246/stat : 31246 (python) S 31228 31228 30950 0 -1 4202560 744 0 0 0 0 0 0 0 19 0 1 0 281514300 328347648 5820 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17862350349306691583 0 0 17 4 0 0 0
/proc/31246/statm: 80163 5820 344 364 0 16069 0
[pid=31248] ppid=31246 vsize=416520 CPUtime=0.58 cores=0-7
/proc/31248/stat : 31248 (adaptg2wsat2009) R 31246 31248 31248 0 -1 4202496 532 0 0 0 58 0 0 0 22 0 1 0 281514300 426516480 265 33554432000 134512640 135107411 4292303504 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31248/statm: 104130 265 49 146 0 103006 0
[pid=31249] ppid=31228 vsize=330908 CPUtime=0 cores=0-7
/proc/31249/stat : 31249 (python) S 31228 31228 30950 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 281514304 338849792 5824 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 14685962411731582975 0 0 17 6 0 0 0
/proc/31249/statm: 82727 5824 344 364 0 18630 0
[pid=31251] ppid=31249 vsize=245316 CPUtime=0.55 cores=0-7
/proc/31251/stat : 31251 (FH) R 31249 31251 31251 0 -1 4202496 487 0 0 0 55 0 0 0 22 0 1 0 281514304 251203584 223 33554432000 134512640 134936988 4289068656 18446744073709551615 134523650 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31251/statm: 61329 223 37 104 0 60833 0
[pid=31252] ppid=31228 vsize=341164 CPUtime=0 cores=0-7
/proc/31252/stat : 31252 (python) S 31228 31228 30950 0 -1 4202560 782 0 0 0 0 0 0 0 16 0 1 0 281514308 349351936 5832 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 11528383819572805891 0 0 17 0 0 0 0
/proc/31252/statm: 85291 5832 348 364 0 21191 0
[pid=31254] ppid=31252 vsize=2264 CPUtime=0.5 cores=0-7
/proc/31254/stat : 31254 (march_hi) R 31252 31254 31254 0 -1 4202496 993 0 0 0 50 0 0 0 25 0 1 0 281514308 2318336 392 33554432000 4194304 4955518 140735212901744 18446744073709551615 4346473 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31254/statm: 566 392 106 186 0 379 0
[pid=31228/tid=31235] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31235/stat : 31235 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 281514285 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31238] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31238/stat : 31238 (python) S 31226 31228 30950 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 281514288 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31241] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31241/stat : 31241 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 281514293 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 2 0 0 0
[pid=31228/tid=31244] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31244/stat : 31244 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 281514296 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31247] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31247/stat : 31247 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 281514300 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 4 0 0 0
[pid=31228/tid=31250] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31250/stat : 31250 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 281514304 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31253] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31253/stat : 31253 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 9 0 281514308 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 6067060

[startup+3.10105 s]
/proc/loadavg: 7.48 7.97 7.99 9/303 31257
/proc/meminfo: memFree=8216704/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=361664 CPUtime=0.93 cores=0-7
/proc/31228/stat : 31228 (python) S 31226 31228 30950 0 -1 4202496 16175 933 1 0 82 11 0 0 24 0 9 0 281514209 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31228/statm: 90416 7383 1891 364 0 26313 0
[pid=31234] ppid=31228 vsize=279240 CPUtime=0 cores=0-7
/proc/31234/stat : 31234 (python) S 31228 31228 30950 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 281514285 285941760 5726 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682255 0 0 16781312 514 11593290189983678723 0 0 17 7 0 0 0
/proc/31234/statm: 69810 5726 354 364 0 5728 0
[pid=31236] ppid=31234 vsize=1017932 CPUtime=2.34 cores=0-7
/proc/31236/stat : 31236 (gnovelty+2) R 31234 31236 31236 0 -1 4202496 490 0 0 0 234 0 0 0 25 0 1 0 281514285 1042362368 226 33554432000 134512640 135663704 4292029568 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31236/statm: 254483 226 113 282 0 254199 0
[pid=31237] ppid=31228 vsize=289884 CPUtime=0 cores=0-7
/proc/31237/stat : 31237 (python) S 31228 31228 30950 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 281514288 296841216 5812 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 11593286341692981508 0 0 17 4 0 0 0
/proc/31237/statm: 72471 5812 348 364 0 8386 0
[pid=31239] ppid=31237 vsize=1017932 CPUtime=2.3 cores=0-7
/proc/31239/stat : 31239 (gnovelty+2) R 31237 31239 31239 0 -1 4202496 492 0 0 0 230 0 0 0 25 0 1 0 281514289 1042362368 227 33554432000 134512640 135663704 4287689424 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31239/statm: 254483 227 113 282 0 254199 0
[pid=31240] ppid=31228 vsize=300140 CPUtime=0 cores=0-7
/proc/31240/stat : 31240 (python) S 31228 31228 30950 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 281514292 307343360 5816 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 6999956395013406980 0 0 17 0 0 0 0
/proc/31240/statm: 75035 5816 348 364 0 10947 0
[pid=31242] ppid=31240 vsize=416524 CPUtime=2.24 cores=0-7
/proc/31242/stat : 31242 (adaptg2wsat2009) R 31240 31242 31242 0 -1 4202496 586 0 0 0 224 0 0 0 25 0 1 0 281514293 426520576 320 33554432000 134512640 135107411 4291575168 18446744073709551615 134532364 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31242/statm: 104131 320 59 146 0 103007 0
[pid=31243] ppid=31228 vsize=310396 CPUtime=0 cores=0-7
/proc/31243/stat : 31243 (python) S 31228 31228 30950 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 281514296 317845504 5820 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 14685970108312944898 0 0 17 0 0 0 0
/proc/31243/statm: 77599 5820 348 364 0 13508 0
[pid=31245] ppid=31243 vsize=416524 CPUtime=2.22 cores=0-7
/proc/31245/stat : 31245 (adaptg2wsat2009) R 31243 31245 31245 0 -1 4202496 588 0 0 0 222 0 0 0 25 0 1 0 281514297 426520576 322 33554432000 134512640 135107411 4286583504 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31245/statm: 104131 322 59 146 0 103007 0
[pid=31246] ppid=31228 vsize=320652 CPUtime=0 cores=0-7
/proc/31246/stat : 31246 (python) S 31228 31228 30950 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 281514300 328347648 5824 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17862350349306659075 0 0 17 4 0 0 0
/proc/31246/statm: 80163 5824 348 364 0 16069 0
[pid=31248] ppid=31246 vsize=416524 CPUtime=2.18 cores=0-7
/proc/31248/stat : 31248 (adaptg2wsat2009) R 31246 31248 31248 0 -1 4202496 587 0 0 0 218 0 0 0 25 0 1 0 281514300 426520576 320 33554432000 134512640 135107411 4292303504 18446744073709551615 134531718 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31248/statm: 104131 320 59 146 0 103007 0
[pid=31249] ppid=31228 vsize=330908 CPUtime=0 cores=0-7
/proc/31249/stat : 31249 (python) S 31228 31228 30950 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 1 0 281514304 338849792 5828 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 14685962411731550465 0 0 17 6 0 0 0
/proc/31249/statm: 82727 5828 348 364 0 18630 0
[pid=31251] ppid=31249 vsize=246800 CPUtime=2.15 cores=0-7
/proc/31251/stat : 31251 (FH) R 31249 31251 31251 0 -1 4202496 552 0 0 0 215 0 0 0 25 0 1 0 281514304 252723200 286 33554432000 134512640 134936988 4289068656 18446744073709551615 134554591 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31251/statm: 61700 286 41 104 0 61204 0
[pid=31252] ppid=31228 vsize=341164 CPUtime=0 cores=0-7
/proc/31252/stat : 31252 (python) S 31228 31228 30950 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 281514308 349351936 5832 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 5602240381807722755 0 0 17 0 0 0 0
/proc/31252/statm: 85291 5832 348 364 0 21191 0
[pid=31254] ppid=31252 vsize=2264 CPUtime=2.1 cores=0-7
/proc/31254/stat : 31254 (march_hi) R 31252 31254 31254 0 -1 4202496 993 0 0 0 210 0 0 0 25 0 1 0 281514308 2318336 392 33554432000 4194304 4955518 140735212901744 18446744073709551615 4210552 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31254/statm: 566 392 106 186 0 379 0
[pid=31255] ppid=31228 vsize=351420 CPUtime=0 cores=0-7
/proc/31255/stat : 31255 (python) S 31228 31228 30950 0 -1 4202560 834 0 0 0 0 0 0 0 15 0 1 0 281514312 359854080 5842 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 11528375023479783684 0 0 17 6 0 0 0
/proc/31255/statm: 87855 5842 354 364 0 23752 0
[pid=31257] ppid=31255 vsize=2264 CPUtime=2.04 cores=0-7
/proc/31257/stat : 31257 (march_hi) R 31255 31257 31257 0 -1 4202496 998 0 0 0 204 0 0 0 25 0 1 0 281514312 2318336 392 33554432000 4194304 4955518 140734412468464 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31257/statm: 566 392 106 186 0 379 0
[pid=31228/tid=31235] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31235/stat : 31235 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 281514285 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31238] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31238/stat : 31238 (python) S 31226 31228 30950 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 281514288 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31241] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31241/stat : 31241 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 281514293 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 2 0 0 0
[pid=31228/tid=31244] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31244/stat : 31244 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 281514296 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31247] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31247/stat : 31247 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 281514300 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 4 0 0 0
[pid=31228/tid=31250] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31250/stat : 31250 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 281514304 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31253] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31253/stat : 31253 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 9 0 281514308 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31256] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31256/stat : 31256 (python) S 31226 31228 30950 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 281514312 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.5

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

/proc/31228/task/31247/stat : 31247 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 281514300 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 4 0 0 0
[pid=31228/tid=31250] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31250/stat : 31250 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 281514304 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31253] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31253/stat : 31253 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 9 0 281514308 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31256] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31256/stat : 31256 (python) S 31226 31228 30950 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 281514312 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 261.35
Current children cumulated vsize (KiB) 6422232

[startup+34.3016 s]
/proc/loadavg: 7.82 8.00 8.00 10/303 31258
/proc/meminfo: memFree=8219656/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=361664 CPUtime=0.93 cores=0-7
/proc/31228/stat : 31228 (python) S 31226 31228 30950 0 -1 4202496 16175 933 1 0 82 11 0 0 24 0 9 0 281514209 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31228/statm: 90416 7383 1891 364 0 26313 0
[pid=31234] ppid=31228 vsize=279240 CPUtime=0.05 cores=0-7
/proc/31234/stat : 31234 (python) S 31228 31228 30950 0 -1 4202560 910 0 0 0 3 2 0 0 18 0 1 0 281514285 285941760 5749 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682255 0 0 16781312 514 17904588084192706819 0 0 17 7 0 0 0
/proc/31234/statm: 69810 5749 377 364 0 5728 0
[pid=31236] ppid=31234 vsize=1017932 CPUtime=33.54 cores=0-7
/proc/31236/stat : 31236 (gnovelty+2) R 31234 31236 31236 0 -1 4202496 490 0 0 0 3354 0 0 0 25 0 1 0 281514285 1042362368 226 33554432000 134512640 135663704 4292029568 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31236/statm: 254483 226 113 282 0 254199 0
[pid=31237] ppid=31228 vsize=289884 CPUtime=0.05 cores=0-7
/proc/31237/stat : 31237 (python) S 31228 31228 30950 0 -1 4202560 912 0 0 0 3 2 0 0 18 0 1 0 281514288 296841216 5835 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706820 0 0 17 4 0 0 0
/proc/31237/statm: 72471 5835 371 364 0 8386 0
[pid=31239] ppid=31237 vsize=1017932 CPUtime=33.5 cores=0-7
/proc/31239/stat : 31239 (gnovelty+2) R 31237 31239 31239 0 -1 4202496 492 0 0 0 3350 0 0 0 25 0 1 0 281514289 1042362368 227 33554432000 134512640 135663704 4287689424 18446744073709551615 134525007 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31239/statm: 254483 227 113 282 0 254199 0
[pid=31240] ppid=31228 vsize=300140 CPUtime=0.05 cores=0-7
/proc/31240/stat : 31240 (python) S 31228 31228 30950 0 -1 4202560 911 0 0 0 3 2 0 0 18 0 1 0 281514292 307343360 5839 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706820 0 0 17 0 0 0 0
/proc/31240/statm: 75035 5839 371 364 0 10947 0
[pid=31242] ppid=31240 vsize=416524 CPUtime=33.09 cores=0-7
/proc/31242/stat : 31242 (adaptg2wsat2009) R 31240 31242 31242 0 -1 4202496 586 0 0 0 3309 0 0 0 25 0 1 0 281514293 426520576 320 33554432000 134512640 135107411 4291575168 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31242/statm: 104131 320 59 146 0 103007 0
[pid=31243] ppid=31228 vsize=310396 CPUtime=0.05 cores=0-7
/proc/31243/stat : 31243 (python) S 31228 31228 30950 0 -1 4202560 950 0 0 0 3 2 0 0 18 0 1 0 281514296 317845504 5843 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706818 0 0 17 0 0 0 0
/proc/31243/statm: 77599 5843 371 364 0 13508 0
[pid=31245] ppid=31243 vsize=416524 CPUtime=33.27 cores=0-7
/proc/31245/stat : 31245 (adaptg2wsat2009) R 31243 31245 31245 0 -1 4202496 588 0 0 0 3327 0 0 0 25 0 1 0 281514297 426520576 322 33554432000 134512640 135107411 4286583504 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31245/statm: 104131 322 59 146 0 103007 0
[pid=31246] ppid=31228 vsize=320652 CPUtime=0.05 cores=0-7
/proc/31246/stat : 31246 (python) S 31228 31228 30950 0 -1 4202560 947 0 0 0 3 2 0 0 18 0 1 0 281514300 328347648 5847 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706819 0 0 17 4 0 0 0
/proc/31246/statm: 80163 5847 371 364 0 16069 0
[pid=31248] ppid=31246 vsize=416524 CPUtime=33.38 cores=0-7
/proc/31248/stat : 31248 (adaptg2wsat2009) R 31246 31248 31248 0 -1 4202496 587 0 0 0 3338 0 0 0 25 0 1 0 281514300 426520576 320 33554432000 134512640 135107411 4292303504 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31248/statm: 104131 320 59 146 0 103007 0
[pid=31249] ppid=31228 vsize=330908 CPUtime=0.06 cores=0-7
/proc/31249/stat : 31249 (python) S 31228 31228 30950 0 -1 4202560 962 0 0 0 3 3 0 0 18 0 1 0 281514304 338849792 5851 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706817 0 0 17 6 0 0 0
/proc/31249/statm: 82727 5851 371 364 0 18630 0
[pid=31251] ppid=31249 vsize=246800 CPUtime=33.22 cores=0-7
/proc/31251/stat : 31251 (FH) R 31249 31251 31251 0 -1 4202496 552 0 0 0 3322 0 0 0 25 0 1 0 281514304 252723200 286 33554432000 134512640 134936988 4289068656 18446744073709551615 134545278 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31251/statm: 61700 286 41 104 0 61204 0
[pid=31252] ppid=31228 vsize=341164 CPUtime=0.49 cores=0-7
/proc/31252/stat : 31252 (python) R 31228 31228 30950 0 -1 4202560 997 0 0 0 39 10 0 0 16 0 1 0 281514308 349351936 5855 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/31252/statm: 85291 5855 371 364 0 21191 0
[pid=31254] ppid=31252 vsize=0 CPUtime=32.83 cores=0-7
/proc/31254/stat : 31254 (march_hi) R 31252 31254 31254 0 -1 4202500 994 0 0 0 3283 0 0 0 25 0 1 0 281514308 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31254/statm: 0 0 0 0 0 0 0
[pid=31255] ppid=31228 vsize=351420 CPUtime=0.37 cores=0-7
/proc/31255/stat : 31255 (python) R 31228 31228 30950 0 -1 4202560 1044 0 0 0 32 5 0 0 16 0 1 0 281514312 359854080 5865 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/31255/statm: 87855 5865 377 364 0 23752 0
[pid=31257] ppid=31255 vsize=0 CPUtime=32.81 cores=0-7
/proc/31257/stat : 31257 (march_hi) R 31255 31257 31257 0 -1 4202500 999 0 0 0 3281 0 0 0 25 0 1 0 281514312 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31257/statm: 0 0 0 0 0 0 0
[pid=31228/tid=31235] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31235/stat : 31235 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 281514285 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31238] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31238/stat : 31238 (python) S 31226 31228 30950 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 281514288 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31241] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31241/stat : 31241 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 281514293 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 2 0 0 0
[pid=31228/tid=31244] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31244/stat : 31244 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 281514296 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31247] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31247/stat : 31247 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 281514300 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 4 0 0 0
[pid=31228/tid=31250] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31250/stat : 31250 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 281514304 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31253] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31253/stat : 31253 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 9 0 281514308 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31256] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31256/stat : 31256 (python) S 31226 31228 30950 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 281514312 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 267.74
Current children cumulated vsize (KiB) 6417704

[startup+34.5015 s]
/proc/loadavg: 7.82 8.00 8.00 10/303 31258
/proc/meminfo: memFree=8219656/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=361664 CPUtime=0.93 cores=0-7
/proc/31228/stat : 31228 (python) S 31226 31228 30950 0 -1 4202496 16175 933 1 0 82 11 0 0 24 0 9 0 281514209 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31228/statm: 90416 7383 1891 364 0 26313 0
[pid=31234] ppid=31228 vsize=279240 CPUtime=0.05 cores=0-7
/proc/31234/stat : 31234 (python) S 31228 31228 30950 0 -1 4202560 910 0 0 0 3 2 0 0 18 0 1 0 281514285 285941760 5749 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682255 0 0 16781312 514 17904588084192706819 0 0 17 7 0 0 0
/proc/31234/statm: 69810 5749 377 364 0 5728 0
[pid=31236] ppid=31234 vsize=1017932 CPUtime=33.74 cores=0-7
/proc/31236/stat : 31236 (gnovelty+2) R 31234 31236 31236 0 -1 4202496 490 0 0 0 3374 0 0 0 25 0 1 0 281514285 1042362368 226 33554432000 134512640 135663704 4292029568 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31236/statm: 254483 226 113 282 0 254199 0
[pid=31237] ppid=31228 vsize=289884 CPUtime=0.05 cores=0-7
/proc/31237/stat : 31237 (python) S 31228 31228 30950 0 -1 4202560 912 0 0 0 3 2 0 0 18 0 1 0 281514288 296841216 5835 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706820 0 0 17 4 0 0 0
/proc/31237/statm: 72471 5835 371 364 0 8386 0
[pid=31239] ppid=31237 vsize=1017932 CPUtime=33.7 cores=0-7
/proc/31239/stat : 31239 (gnovelty+2) R 31237 31239 31239 0 -1 4202496 492 0 0 0 3370 0 0 0 25 0 1 0 281514289 1042362368 227 33554432000 134512640 135663704 4287689424 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31239/statm: 254483 227 113 282 0 254199 0
[pid=31240] ppid=31228 vsize=300140 CPUtime=0.05 cores=0-7
/proc/31240/stat : 31240 (python) S 31228 31228 30950 0 -1 4202560 911 0 0 0 3 2 0 0 18 0 1 0 281514292 307343360 5839 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706820 0 0 17 0 0 0 0
/proc/31240/statm: 75035 5839 371 364 0 10947 0
[pid=31242] ppid=31240 vsize=416524 CPUtime=33.29 cores=0-7
/proc/31242/stat : 31242 (adaptg2wsat2009) R 31240 31242 31242 0 -1 4202496 586 0 0 0 3329 0 0 0 25 0 1 0 281514293 426520576 320 33554432000 134512640 135107411 4291575168 18446744073709551615 134531676 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31242/statm: 104131 320 59 146 0 103007 0
[pid=31243] ppid=31228 vsize=310396 CPUtime=0.05 cores=0-7
/proc/31243/stat : 31243 (python) S 31228 31228 30950 0 -1 4202560 950 0 0 0 3 2 0 0 18 0 1 0 281514296 317845504 5843 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706818 0 0 17 0 0 0 0
/proc/31243/statm: 77599 5843 371 364 0 13508 0
[pid=31245] ppid=31243 vsize=416524 CPUtime=33.47 cores=0-7
/proc/31245/stat : 31245 (adaptg2wsat2009) R 31243 31245 31245 0 -1 4202496 588 0 0 0 3347 0 0 0 25 0 1 0 281514297 426520576 322 33554432000 134512640 135107411 4286583504 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31245/statm: 104131 322 59 146 0 103007 0
[pid=31246] ppid=31228 vsize=320652 CPUtime=0.05 cores=0-7
/proc/31246/stat : 31246 (python) S 31228 31228 30950 0 -1 4202560 947 0 0 0 3 2 0 0 18 0 1 0 281514300 328347648 5847 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706819 0 0 17 4 0 0 0
/proc/31246/statm: 80163 5847 371 364 0 16069 0
[pid=31248] ppid=31246 vsize=416524 CPUtime=33.58 cores=0-7
/proc/31248/stat : 31248 (adaptg2wsat2009) R 31246 31248 31248 0 -1 4202496 587 0 0 0 3358 0 0 0 25 0 1 0 281514300 426520576 320 33554432000 134512640 135107411 4292303504 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31248/statm: 104131 320 59 146 0 103007 0
[pid=31249] ppid=31228 vsize=330908 CPUtime=0.06 cores=0-7
/proc/31249/stat : 31249 (python) S 31228 31228 30950 0 -1 4202560 962 0 0 0 3 3 0 0 18 0 1 0 281514304 338849792 5851 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 17904588084192706817 0 0 17 6 0 0 0
/proc/31249/statm: 82727 5851 371 364 0 18630 0
[pid=31251] ppid=31249 vsize=246800 CPUtime=33.42 cores=0-7
/proc/31251/stat : 31251 (FH) R 31249 31251 31251 0 -1 4202496 552 0 0 0 3342 0 0 0 25 0 1 0 281514304 252723200 286 33554432000 134512640 134936988 4289068656 18446744073709551615 134545267 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31251/statm: 61700 286 41 104 0 61204 0
[pid=31252] ppid=31228 vsize=341164 CPUtime=0.69 cores=0-7
/proc/31252/stat : 31252 (python) R 31228 31228 30950 0 -1 4202560 997 0 0 0 56 13 0 0 16 0 1 0 281514308 349351936 5855 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/31252/statm: 85291 5855 371 364 0 21191 0
[pid=31254] ppid=31252 vsize=0 CPUtime=32.83 cores=0-7
/proc/31254/stat : 31254 (march_hi) R 31252 31254 31254 0 -1 4202500 994 0 0 0 3283 0 0 0 25 0 1 0 281514308 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31254/statm: 0 0 0 0 0 0 0
[pid=31255] ppid=31228 vsize=351420 CPUtime=0.57 cores=0-7
/proc/31255/stat : 31255 (python) S 31228 31228 30950 0 -1 4202560 1044 0 0 0 50 7 0 0 16 0 1 0 281514312 359854080 5865 33554432000 4194304 5683644 140737068043280 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/31255/statm: 87855 5865 377 364 0 23752 0
[pid=31257] ppid=31255 vsize=0 CPUtime=32.81 cores=0-7
/proc/31257/stat : 31257 (march_hi) R 31255 31257 31257 0 -1 4202500 999 0 0 0 3281 0 0 0 25 0 1 0 281514312 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31257/statm: 0 0 0 0 0 0 0
[pid=31228/tid=31235] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31235/stat : 31235 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 281514285 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31238] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31238/stat : 31238 (python) S 31226 31228 30950 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 281514288 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31241] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31241/stat : 31241 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 281514293 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 2 0 0 0
[pid=31228/tid=31244] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31244/stat : 31244 (python) S 31226 31228 30950 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 281514296 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 0 0 0 0
[pid=31228/tid=31247] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31247/stat : 31247 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 281514300 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 4 0 0 0
[pid=31228/tid=31250] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31250/stat : 31250 (python) S 31226 31228 30950 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 281514304 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31253] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31253/stat : 31253 (python) S 31226 31228 30950 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 9 0 281514308 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
[pid=31228/tid=31256] ppid=31226 vsize=361664 CPUtime=0 cores=0-7
/proc/31228/task/31256/stat : 31256 (python) S 31226 31228 30950 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 281514312 370343936 7383 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 2 18446604442577601856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 269.34
Current children cumulated vsize (KiB) 6417704

[startup+34.6016 s]
/proc/loadavg: 7.82 8.00 8.00 10/303 31258
/proc/meminfo: memFree=8219656/32951124 swapFree=67111524/67111528
[pid=31228] ppid=31226 vsize=341068 CPUtime=270.13 cores=0-7
/proc/31228/stat : 31228 (python) R 31226 31228 30950 0 -1 4202496 20445 14432 1 0 84 12 26873 44 17 0 4 0 281514209 349253632 7360 33554432000 4194304 5683644 140737068043280 18446744073709551615 4510429 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31228/statm: 85267 7360 1876 364 0 21191 0
[pid=31228/tid=31235] ppid=31226 vsize=341068 CPUtime=269.17 cores=0-7
/proc/31228/task/31235/stat : 31235 (python) S 31226 31228 30950 0 -1 4202560 29 14432 0 0 0 0 26873 44 18 0 4 0 281514285 349253632 7360 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 0 18446604442577601856 0 0 -1 4 0 0 0
[pid=31228/tid=31238] ppid=31226 vsize=341068 CPUtime=269.17 cores=0-7
/proc/31228/task/31238/stat : 31238 (python) S 31226 31228 30950 0 -1 4202560 28 14432 0 0 0 0 26873 44 18 0 4 0 281514288 349253632 7360 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 0 18446604442577601856 0 0 -1 4 0 0 0
[pid=31228/tid=31256] ppid=31226 vsize=341068 CPUtime=269.17 cores=0-7
/proc/31228/task/31256/stat : 31256 (python) S 31226 31228 30950 0 -1 4202560 30 14432 0 0 0 0 26873 44 18 0 4 0 281514312 349253632 7360 33554432000 4194304 5683644 140737068043280 18446744073709551615 268672485809 0 0 16781312 0 18446604442577601856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 270.13
Current children cumulated vsize (KiB) 341068

Child status: 0
Real time (s): 34.6047
CPU time (s): 270.142
CPU user time (s): 269.574
CPU system time (s): 0.567913
CPU usage (%): 780.651
Max. virtual memory (cumulated for all children) (KiB): 6422232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.574
system time used= 0.567913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35014
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= 2536
involuntary context switches= 2554

runsolver used 0.109983 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-02 23:53:49
IDJOB=3322089
IDBENCH=82867
IDSOLVER=1712
FILE ID=node107/3322089-1304373229
RUNJOBID= node107-1304371484-30964
PBS_JOBID= 13181776
Free space on /tmp= 72924 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1034575833-022.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-3322089-1304373229/watcher-3322089-1304373229 -o /tmp/evaluation-result-3322089-1304373229/solver-3322089-1304373229 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322089-1304373229.cnf -seed 2090039154 -budget 40000 -cores 8

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

MD5SUM BENCH= d8b7f1701bbfddf0d556cafbec39b80e
RANDOM SEED=2090039154

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8281664 kB
Buffers:        310064 kB
Cached:        3172800 kB
SwapCached:          4 kB
Active:       20999620 kB
Inactive:      3275516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8281664 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31768 kB
Writeback:           0 kB
AnonPages:    20792280 kB
Mapped:          25512 kB
Slab:           267236 kB
PageTables:      57944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54923588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72896 MiB
End job on node107 at 2011-05-02 23:54:24