Trace number 3385470

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)SAT 59.259 8.60279

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
MD5SUMae2c6ab9f054a239f861b972b7e9a79b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.087985
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.36/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.69	c INFO: solving HOME/instance-3385470-1305567077.cnf
0.36/0.69	c INFO: computing task features
0.43/0.75	c INFO: computed variable-clause graph statistics
0.43/0.75	c INFO: computed clause balance statistics
0.74/1.03	c INFO: computed variable balance statistics
0.84/1.14	c INFO: computed small-clause counts
0.84/1.14	c INFO: computed Horn-clause counts
0.84/1.15	c INFO: computed variable graph statistics
0.84/1.15	c INFO: collected features for HOME/instance-3385470-1305567077.cnf in 0.46 s
0.84/1.18	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.46)
0.93/1.21	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.11)
0.93/1.24	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.06)
0.93/1.27	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
1.02/1.30	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
1.02/1.33	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.03)
1.02/1.36	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
1.02/1.39	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.02)
58.46/8.58	s SATISFIABLE
58.46/8.58	v -1 2 -3 4 5 -6 7 8 -9 10 -11 12 -13 14 15 16 -17 18 19 20 21 22 -23 24 -25 26 27 -28 -29 30 31 32 33 34 35 36 -37 -38 39 40 41 42 43 -44 -45 46 -47 -48 49 -50 51 52 -53 -54 -55 -56 57 58 -59 -60 -61 62 -63 64 65 -66 67 68 -69 -70 71 72 73 74 -75 -76 -77 -78 -79 80 -81 -82 83 84 -85 -86 -87 -88 89 -90 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385470-1305567077/watcher-3385470-1305567077 -o /tmp/evaluation-result-3385470-1305567077/solver-3385470-1305567077 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385470-1305567077.cnf -seed 1467338099 -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: 8.68 8.37 7.43 2/441 9611
/proc/meminfo: memFree=15024664/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=15380 CPUtime=0 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 818 0 0 0 0 0 0 0 23 0 1 0 668304381 15749120 704 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9611/statm: 3845 704 334 364 0 332 0

[startup+0.096237 s]
/proc/loadavg: 8.68 8.37 7.43 2/441 9611
/proc/meminfo: memFree=15024664/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=84472 CPUtime=0.06 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 2397 0 0 0 5 1 0 0 24 0 1 0 668304381 86499328 2127 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9611/statm: 21152 2131 707 364 0 1369 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84472

[startup+0.101225 s]
/proc/loadavg: 8.68 8.37 7.43 2/441 9611
/proc/meminfo: memFree=15024664/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=85620 CPUtime=0.07 cores=0-7
/proc/9611/stat : 9611 (python) R 9609 9611 9078 0 -1 4202496 2627 0 0 0 5 2 0 0 24 0 1 0 668304381 87674880 2348 33554432000 4194304 5683644 140737245513216 18446744073709551615 4499528 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9611/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.301194 s]
/proc/loadavg: 8.68 8.37 7.43 2/441 9611
/proc/meminfo: memFree=15024664/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=135748 CPUtime=0.19 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 5962 940 1 0 15 4 0 0 25 0 1 0 668304381 139005952 4151 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500687877 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9611/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.701095 s]
/proc/loadavg: 8.68 8.37 7.43 2/441 9611
/proc/meminfo: memFree=15024664/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=278276 CPUtime=0.43 cores=0-7
/proc/9611/stat : 9611 (python) R 9609 9611 9078 0 -1 4202496 9237 940 1 0 33 10 0 0 25 0 1 0 668304381 284954624 6919 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500389049 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9611/statm: 69569 6919 1761 364 0 5493 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278276

[startup+1.50085 s]
/proc/loadavg: 8.68 8.37 7.43 2/442 9616
/proc/meminfo: memFree=15000972/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=427304 CPUtime=1.12 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 16441 940 1 0 100 12 0 0 20 0 9 0 668304381 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9611/statm: 106826 7568 1891 364 0 42723 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 427304

[startup+3.10153 s]
/proc/loadavg: 8.62 8.37 7.43 9/466 9640
/proc/meminfo: memFree=14960108/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=427304 CPUtime=1.12 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 16441 940 1 0 100 12 0 0 20 0 9 0 668304381 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9611/statm: 106826 7568 1891 364 0 42723 0
[pid=9617] ppid=9611 vsize=279412 CPUtime=0 cores=0-7
/proc/9617/stat : 9617 (python) S 9611 9611 9078 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668304500 286117888 5792 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500711951 0 0 16781312 514 15058490420239499521 0 0 17 5 0 0 0
/proc/9617/statm: 69853 5792 354 364 0 5771 0
[pid=9619] ppid=9617 vsize=1018092 CPUtime=1.9 cores=0-7
/proc/9619/stat : 9619 (gnovelty+2) R 9617 9619 9619 0 -1 4202496 569 0 0 0 190 0 0 0 25 0 1 0 668304500 1042526208 307 33554432000 134512640 135663704 4290576256 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9619/statm: 254523 307 113 282 0 254239 0
[pid=9620] ppid=9611 vsize=289988 CPUtime=0 cores=0-7
/proc/9620/stat : 9620 (python) S 9611 9611 9078 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668304503 296947712 5838 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 12876073913435521283 0 0 17 6 0 0 0
/proc/9620/statm: 72497 5838 348 364 0 8412 0
[pid=9622] ppid=9620 vsize=1018092 CPUtime=1.87 cores=0-7
/proc/9622/stat : 9622 (gnovelty+2) R 9620 9622 9622 0 -1 4202496 570 0 0 0 187 0 0 0 25 0 1 0 668304503 1042526208 306 33554432000 134512640 135663704 4291321280 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9622/statm: 254523 306 113 282 0 254239 0
[pid=9623] ppid=9611 vsize=300244 CPUtime=0 cores=0-7
/proc/9623/stat : 9623 (python) S 9611 9611 9078 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 668304506 307449856 5842 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 10148392273109319679 0 0 17 7 0 0 0
/proc/9623/statm: 75061 5842 348 364 0 10973 0
[pid=9625] ppid=9623 vsize=417192 CPUtime=1.84 cores=0-7
/proc/9625/stat : 9625 (adaptg2wsat2009) R 9623 9625 9625 0 -1 4202496 760 0 0 0 184 0 0 0 25 0 1 0 668304506 427204608 495 33554432000 134512640 135107411 4291078832 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9625/statm: 104298 495 59 146 0 103174 0
[pid=9626] ppid=9611 vsize=310500 CPUtime=0 cores=0-7
/proc/9626/stat : 9626 (python) S 9611 9611 9078 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 668304509 317952000 5846 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9136652184677515263 0 0 17 0 0 0 0
/proc/9626/statm: 77625 5846 348 364 0 13534 0
[pid=9628] ppid=9626 vsize=417192 CPUtime=1.81 cores=0-7
/proc/9628/stat : 9628 (adaptg2wsat2009) R 9626 9628 9628 0 -1 4202496 759 0 0 0 181 0 0 0 25 0 1 0 668304509 427204608 494 33554432000 134512640 135107411 4293417168 18446744073709551615 134539290 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9628/statm: 104298 494 59 146 0 103174 0
[pid=9629] ppid=9611 vsize=320756 CPUtime=0 cores=0-7
/proc/9629/stat : 9629 (python) S 9611 9611 9078 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 668304512 328454144 5850 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 4914664423215333375 0 0 17 1 0 0 0
/proc/9629/statm: 80189 5850 348 364 0 16095 0
[pid=9631] ppid=9629 vsize=417192 CPUtime=1.77 cores=0-7
/proc/9631/stat : 9631 (adaptg2wsat2009) R 9629 9631 9631 0 -1 4202496 761 0 0 0 177 0 0 0 25 0 1 0 668304512 427204608 495 33554432000 134512640 135107411 4290974000 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9631/statm: 104298 495 59 146 0 103174 0
[pid=9632] ppid=9611 vsize=331012 CPUtime=0 cores=0-7
/proc/9632/stat : 9632 (python) S 9611 9611 9078 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 668304515 338956288 5854 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6349974873573392641 0 0 17 1 0 0 0
/proc/9632/statm: 82753 5854 348 364 0 18656 0
[pid=9634] ppid=9632 vsize=1018092 CPUtime=1.74 cores=0-7
/proc/9634/stat : 9634 (gnovelty+2) R 9632 9634 9634 0 -1 4202496 570 0 0 0 174 0 0 0 25 0 1 0 668304515 1042526208 306 33554432000 134512640 135663704 4292129760 18446744073709551615 134524688 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9634/statm: 254523 306 113 282 0 254239 0
[pid=9635] ppid=9611 vsize=406804 CPUtime=0 cores=0-7
/proc/9635/stat : 9635 (python) S 9611 9611 9078 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668304518 416567296 6031 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6857569639216447487 0 0 17 1 0 0 0
/proc/9635/statm: 101701 6031 348 364 0 37601 0
[pid=9637] ppid=9635 vsize=247344 CPUtime=1.69 cores=0-7
/proc/9637/stat : 9637 (FH) R 9635 9637 9637 0 -1 4202496 703 0 0 0 169 0 0 0 25 0 1 0 668304520 253280256 443 33554432000 134512640 134936988 4290560880 18446744073709551615 134554229 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9637/statm: 61836 443 41 104 0 61340 0
[pid=9638] ppid=9611 vsize=417060 CPUtime=0 cores=0-7
/proc/9638/stat : 9638 (python) S 9611 9611 9078 0 -1 4202560 771 0 0 0 0 0 0 0 18 0 1 0 668304521 427069440 6027 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9449731798494871551 0 0 17 1 0 0 0
/proc/9638/statm: 104265 6027 354 364 0 40162 0
[pid=9640] ppid=9638 vsize=417192 CPUtime=1.68 cores=0-7
/proc/9640/stat : 9640 (adaptg2wsat2009) R 9638 9640 9640 0 -1 4202496 761 0 0 0 168 0 0 0 25 0 1 0 668304521 427204608 496 33554432000 134512640 135107411 4290331808 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9640/statm: 104298 496 59 146 0 103174 0
[pid=9611/tid=9618] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9618/stat : 9618 (python) S 9609 9611 9078 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 9 0 668304500 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9621] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9621/stat : 9621 (python) S 9609 9611 9078 0 -1 4202560 22 940 0 0 0 0 0 0 25 0 9 0 668304503 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9624] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9624/stat : 9624 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 19 0 9 0 668304506 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 6 0 0 0
[pid=9611/tid=9627] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9627/stat : 9627 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 21 0 9 0 668304509 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9630] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9630/stat : 9630 (python) S 9609 9611 9078 0 -1 4202560 23 940 0 0 0 0 0 0 19 0 9 0 668304512 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9633] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9633/stat : 9633 (python) S 9609 9611 9078 0 -1 4202560 28 940 0 0 0 0 0 0 20 0 9 0 668304515 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 7 0 0 0
[pid=9611/tid=9636] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9636/stat : 9636 (python) S 9609 9611 9078 0 -1 4202560 98 940 0 0 0 0 0 0 19 0 9 0 668304518 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 2 0 0 0
[pid=9611/tid=9639] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9639/stat : 9639 (python) S 9609 9611 9078 0 -1 4202560 36 940 0 0 0 0 0 0 20 0 9 0 668304521 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.42
Current children cumulated vsize (KiB) 8053468

[startup+6.30089 s]
/proc/loadavg: 8.62 8.37 7.43 11/466 9640
/proc/meminfo: memFree=14956884/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=427304 CPUtime=1.12 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 16441 940 1 0 100 12 0 0 20 0 9 0 668304381 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9611/statm: 106826 7568 1891 364 0 42723 0
[pid=9617] ppid=9611 vsize=279412 CPUtime=0.02 cores=0-7
/proc/9617/stat : 9617 (python) S 9611 9611 9078 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 668304500 286117888 5815 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500711951 0 0 16781312 514 15058490420239499521 0 0 17 5 0 0 0
/proc/9617/statm: 69853 5815 377 364 0 5771 0
[pid=9619] ppid=9617 vsize=1018092 CPUtime=5.1 cores=0-7
/proc/9619/stat : 9619 (gnovelty+2) R 9617 9619 9619 0 -1 4202496 569 0 0 0 510 0 0 0 25 0 1 0 668304500 1042526208 307 33554432000 134512640 135663704 4290576256 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9619/statm: 254523 307 113 282 0 254239 0
[pid=9620] ppid=9611 vsize=289988 CPUtime=0.02 cores=0-7
/proc/9620/stat : 9620 (python) S 9611 9611 9078 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 668304503 296947712 5861 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 12876073913435521283 0 0 17 6 0 0 0
/proc/9620/statm: 72497 5861 371 364 0 8412 0
[pid=9622] ppid=9620 vsize=1018092 CPUtime=5.07 cores=0-7
/proc/9622/stat : 9622 (gnovelty+2) R 9620 9622 9622 0 -1 4202496 570 0 0 0 507 0 0 0 25 0 1 0 668304503 1042526208 306 33554432000 134512640 135663704 4291321280 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9622/statm: 254523 306 113 282 0 254239 0
[pid=9623] ppid=9611 vsize=300244 CPUtime=0.01 cores=0-7
/proc/9623/stat : 9623 (python) S 9611 9611 9078 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 668304506 307449856 5865 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 10148392273109287170 0 0 17 7 0 0 0
/proc/9623/statm: 75061 5865 371 364 0 10973 0
[pid=9625] ppid=9623 vsize=417192 CPUtime=5.02 cores=0-7
/proc/9625/stat : 9625 (adaptg2wsat2009) R 9623 9625 9625 0 -1 4202496 760 0 0 0 502 0 0 0 25 0 1 0 668304506 427204608 495 33554432000 134512640 135107411 4291078832 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9625/statm: 104298 495 59 146 0 103174 0
[pid=9626] ppid=9611 vsize=310500 CPUtime=0.01 cores=0-7
/proc/9626/stat : 9626 (python) S 9611 9611 9078 0 -1 4202560 920 0 0 0 1 0 0 0 18 0 1 0 668304509 317952000 5869 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9136652184677482753 0 0 17 0 0 0 0
/proc/9626/statm: 77625 5869 371 364 0 13534 0
[pid=9628] ppid=9626 vsize=417192 CPUtime=4.99 cores=0-7
/proc/9628/stat : 9628 (adaptg2wsat2009) R 9626 9628 9628 0 -1 4202496 759 0 0 0 499 0 0 0 25 0 1 0 668304509 427204608 494 33554432000 134512640 135107411 4293417168 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9628/statm: 104298 494 59 146 0 103174 0
[pid=9629] ppid=9611 vsize=320756 CPUtime=0.02 cores=0-7
/proc/9629/stat : 9629 (python) S 9611 9611 9078 0 -1 4202560 938 0 0 0 1 1 0 0 18 0 1 0 668304512 328454144 5873 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 4914664423215300866 0 0 17 1 0 0 0
/proc/9629/statm: 80189 5873 371 364 0 16095 0
[pid=9631] ppid=9629 vsize=417192 CPUtime=4.97 cores=0-7
/proc/9631/stat : 9631 (adaptg2wsat2009) R 9629 9631 9631 0 -1 4202496 761 0 0 0 497 0 0 0 25 0 1 0 668304512 427204608 495 33554432000 134512640 135107411 4290974000 18446744073709551615 134532306 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9631/statm: 104298 495 59 146 0 103174 0
[pid=9632] ppid=9611 vsize=331012 CPUtime=0.01 cores=0-7
/proc/9632/stat : 9632 (python) S 9611 9611 9078 0 -1 4202560 940 0 0 0 0 1 0 0 18 0 1 0 668304515 338956288 5877 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6349974873573392641 0 0 17 1 0 0 0
/proc/9632/statm: 82753 5877 371 364 0 18656 0
[pid=9634] ppid=9632 vsize=1018092 CPUtime=4.87 cores=0-7
/proc/9634/stat : 9634 (gnovelty+2) R 9632 9634 9634 0 -1 4202496 570 0 0 0 487 0 0 0 25 0 1 0 668304515 1042526208 306 33554432000 134512640 135663704 4292129760 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9634/statm: 254523 306 113 282 0 254239 0
[pid=9635] ppid=9611 vsize=406804 CPUtime=0.01 cores=0-7
/proc/9635/stat : 9635 (python) S 9611 9611 9078 0 -1 4202560 815 0 0 0 1 0 0 0 18 0 1 0 668304518 416567296 6054 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6857569639216414978 0 0 17 1 0 0 0
/proc/9635/statm: 101701 6054 371 364 0 37601 0
[pid=9637] ppid=9635 vsize=247344 CPUtime=4.8 cores=0-7
/proc/9637/stat : 9637 (FH) R 9635 9637 9637 0 -1 4202496 703 0 0 0 480 0 0 0 25 0 1 0 668304520 253280256 443 33554432000 134512640 134936988 4290560880 18446744073709551615 134553311 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9637/statm: 61836 443 41 104 0 61340 0
[pid=9638] ppid=9611 vsize=417060 CPUtime=0.01 cores=0-7
/proc/9638/stat : 9638 (python) S 9611 9611 9078 0 -1 4202560 856 0 0 0 0 1 0 0 18 0 1 0 668304521 427069440 6050 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9449731798494839042 0 0 17 1 0 0 0
/proc/9638/statm: 104265 6050 377 364 0 40162 0
[pid=9640] ppid=9638 vsize=417192 CPUtime=4.86 cores=0-7
/proc/9640/stat : 9640 (adaptg2wsat2009) R 9638 9640 9640 0 -1 4202496 761 0 0 0 486 0 0 0 25 0 1 0 668304521 427204608 496 33554432000 134512640 135107411 4290331808 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9640/statm: 104298 496 59 146 0 103174 0

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

/proc/9611/task/9621/stat : 9621 (python) S 9609 9611 9078 0 -1 4202560 22 940 0 0 0 0 0 0 25 0 9 0 668304503 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9624] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9624/stat : 9624 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 19 0 9 0 668304506 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 6 0 0 0
[pid=9611/tid=9627] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9627/stat : 9627 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 21 0 9 0 668304509 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9630] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9630/stat : 9630 (python) S 9609 9611 9078 0 -1 4202560 23 940 0 0 0 0 0 0 19 0 9 0 668304512 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9633] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9633/stat : 9633 (python) S 9609 9611 9078 0 -1 4202560 28 940 0 0 0 0 0 0 20 0 9 0 668304515 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 7 0 0 0
[pid=9611/tid=9636] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9636/stat : 9636 (python) S 9609 9611 9078 0 -1 4202560 98 940 0 0 0 0 0 0 19 0 9 0 668304518 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 2 0 0 0
[pid=9611/tid=9639] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9639/stat : 9639 (python) S 9609 9611 9078 0 -1 4202560 36 940 0 0 0 0 0 0 20 0 9 0 668304521 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 53.67
Current children cumulated vsize (KiB) 8053468

[startup+8.30149 s]
/proc/loadavg: 8.57 8.36 7.44 9/466 9640
/proc/meminfo: memFree=14957404/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=427304 CPUtime=1.12 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 16441 940 1 0 100 12 0 0 20 0 9 0 668304381 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9611/statm: 106826 7568 1891 364 0 42723 0
[pid=9617] ppid=9611 vsize=279412 CPUtime=0.02 cores=0-7
/proc/9617/stat : 9617 (python) S 9611 9611 9078 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 668304500 286117888 5815 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500711951 0 0 16781312 514 15058490420239499521 0 0 17 5 0 0 0
/proc/9617/statm: 69853 5815 377 364 0 5771 0
[pid=9619] ppid=9617 vsize=1018092 CPUtime=7.1 cores=0-7
/proc/9619/stat : 9619 (gnovelty+2) R 9617 9619 9619 0 -1 4202496 569 0 0 0 710 0 0 0 25 0 1 0 668304500 1042526208 307 33554432000 134512640 135663704 4290576256 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9619/statm: 254523 307 113 282 0 254239 0
[pid=9620] ppid=9611 vsize=289988 CPUtime=0.02 cores=0-7
/proc/9620/stat : 9620 (python) S 9611 9611 9078 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 668304503 296947712 5861 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 12876073913435521283 0 0 17 6 0 0 0
/proc/9620/statm: 72497 5861 371 364 0 8412 0
[pid=9622] ppid=9620 vsize=1018092 CPUtime=7.07 cores=0-7
/proc/9622/stat : 9622 (gnovelty+2) R 9620 9622 9622 0 -1 4202496 570 0 0 0 707 0 0 0 25 0 1 0 668304503 1042526208 306 33554432000 134512640 135663704 4291321280 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9622/statm: 254523 306 113 282 0 254239 0
[pid=9623] ppid=9611 vsize=300244 CPUtime=0.01 cores=0-7
/proc/9623/stat : 9623 (python) S 9611 9611 9078 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 668304506 307449856 5865 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 10148392273109287170 0 0 17 7 0 0 0
/proc/9623/statm: 75061 5865 371 364 0 10973 0
[pid=9625] ppid=9623 vsize=417192 CPUtime=7.02 cores=0-7
/proc/9625/stat : 9625 (adaptg2wsat2009) R 9623 9625 9625 0 -1 4202496 760 0 0 0 702 0 0 0 25 0 1 0 668304506 427204608 495 33554432000 134512640 135107411 4291078832 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9625/statm: 104298 495 59 146 0 103174 0
[pid=9626] ppid=9611 vsize=310500 CPUtime=0.01 cores=0-7
/proc/9626/stat : 9626 (python) S 9611 9611 9078 0 -1 4202560 920 0 0 0 1 0 0 0 18 0 1 0 668304509 317952000 5869 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9136652184677482753 0 0 17 0 0 0 0
/proc/9626/statm: 77625 5869 371 364 0 13534 0
[pid=9628] ppid=9626 vsize=417192 CPUtime=6.99 cores=0-7
/proc/9628/stat : 9628 (adaptg2wsat2009) R 9626 9628 9628 0 -1 4202496 759 0 0 0 699 0 0 0 25 0 1 0 668304509 427204608 494 33554432000 134512640 135107411 4293417168 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9628/statm: 104298 494 59 146 0 103174 0
[pid=9629] ppid=9611 vsize=320756 CPUtime=0.02 cores=0-7
/proc/9629/stat : 9629 (python) S 9611 9611 9078 0 -1 4202560 938 0 0 0 1 1 0 0 18 0 1 0 668304512 328454144 5873 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 4914664423215300866 0 0 17 1 0 0 0
/proc/9629/statm: 80189 5873 371 364 0 16095 0
[pid=9631] ppid=9629 vsize=417192 CPUtime=6.96 cores=0-7
/proc/9631/stat : 9631 (adaptg2wsat2009) R 9629 9631 9631 0 -1 4202496 761 0 0 0 696 0 0 0 25 0 1 0 668304512 427204608 495 33554432000 134512640 135107411 4290974000 18446744073709551615 134548402 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9631/statm: 104298 495 59 146 0 103174 0
[pid=9632] ppid=9611 vsize=331012 CPUtime=0.01 cores=0-7
/proc/9632/stat : 9632 (python) S 9611 9611 9078 0 -1 4202560 940 0 0 0 0 1 0 0 18 0 1 0 668304515 338956288 5877 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6349974873573392641 0 0 17 1 0 0 0
/proc/9632/statm: 82753 5877 371 364 0 18656 0
[pid=9634] ppid=9632 vsize=1018092 CPUtime=6.83 cores=0-7
/proc/9634/stat : 9634 (gnovelty+2) R 9632 9634 9634 0 -1 4202496 570 0 0 0 683 0 0 0 25 0 1 0 668304515 1042526208 306 33554432000 134512640 135663704 4292129760 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9634/statm: 254523 306 113 282 0 254239 0
[pid=9635] ppid=9611 vsize=406804 CPUtime=0.01 cores=0-7
/proc/9635/stat : 9635 (python) S 9611 9611 9078 0 -1 4202560 815 0 0 0 1 0 0 0 18 0 1 0 668304518 416567296 6054 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6857569639216414978 0 0 17 1 0 0 0
/proc/9635/statm: 101701 6054 371 364 0 37601 0
[pid=9637] ppid=9635 vsize=247344 CPUtime=6.8 cores=0-7
/proc/9637/stat : 9637 (FH) R 9635 9637 9637 0 -1 4202496 703 0 0 0 680 0 0 0 25 0 1 0 668304520 253280256 443 33554432000 134512640 134936988 4290560880 18446744073709551615 134553579 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9637/statm: 61836 443 41 104 0 61340 0
[pid=9638] ppid=9611 vsize=417060 CPUtime=0.01 cores=0-7
/proc/9638/stat : 9638 (python) S 9611 9611 9078 0 -1 4202560 856 0 0 0 0 1 0 0 18 0 1 0 668304521 427069440 6050 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9449731798494839042 0 0 17 1 0 0 0
/proc/9638/statm: 104265 6050 377 364 0 40162 0
[pid=9640] ppid=9638 vsize=417192 CPUtime=6.86 cores=0-7
/proc/9640/stat : 9640 (adaptg2wsat2009) R 9638 9640 9640 0 -1 4202496 761 0 0 0 686 0 0 0 25 0 1 0 668304521 427204608 496 33554432000 134512640 135107411 4290331808 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9640/statm: 104298 496 59 146 0 103174 0
[pid=9611/tid=9618] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9618/stat : 9618 (python) S 9609 9611 9078 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 9 0 668304500 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9621] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9621/stat : 9621 (python) S 9609 9611 9078 0 -1 4202560 22 940 0 0 0 0 0 0 25 0 9 0 668304503 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9624] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9624/stat : 9624 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 19 0 9 0 668304506 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 6 0 0 0
[pid=9611/tid=9627] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9627/stat : 9627 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 21 0 9 0 668304509 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9630] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9630/stat : 9630 (python) S 9609 9611 9078 0 -1 4202560 23 940 0 0 0 0 0 0 19 0 9 0 668304512 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9633] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9633/stat : 9633 (python) S 9609 9611 9078 0 -1 4202560 28 940 0 0 0 0 0 0 20 0 9 0 668304515 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 7 0 0 0
[pid=9611/tid=9636] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9636/stat : 9636 (python) S 9609 9611 9078 0 -1 4202560 98 940 0 0 0 0 0 0 19 0 9 0 668304518 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 2 0 0 0
[pid=9611/tid=9639] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9639/stat : 9639 (python) S 9609 9611 9078 0 -1 4202560 36 940 0 0 0 0 0 0 20 0 9 0 668304521 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 56.86
Current children cumulated vsize (KiB) 8053468

[startup+8.50145 s]
/proc/loadavg: 8.57 8.36 7.44 9/466 9640
/proc/meminfo: memFree=14957404/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=427304 CPUtime=1.12 cores=0-7
/proc/9611/stat : 9611 (python) S 9609 9611 9078 0 -1 4202496 16441 940 1 0 100 12 0 0 20 0 9 0 668304381 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9611/statm: 106826 7568 1891 364 0 42723 0
[pid=9617] ppid=9611 vsize=279412 CPUtime=0.02 cores=0-7
/proc/9617/stat : 9617 (python) S 9611 9611 9078 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 668304500 286117888 5815 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500711951 0 0 16781312 514 15058490420239499521 0 0 17 5 0 0 0
/proc/9617/statm: 69853 5815 377 364 0 5771 0
[pid=9619] ppid=9617 vsize=1018092 CPUtime=7.3 cores=0-7
/proc/9619/stat : 9619 (gnovelty+2) R 9617 9619 9619 0 -1 4202496 569 0 0 0 730 0 0 0 25 0 1 0 668304500 1042526208 307 33554432000 134512640 135663704 4290576256 18446744073709551615 134524526 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9619/statm: 254523 307 113 282 0 254239 0
[pid=9620] ppid=9611 vsize=289988 CPUtime=0.02 cores=0-7
/proc/9620/stat : 9620 (python) S 9611 9611 9078 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 668304503 296947712 5861 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 12876073913435521283 0 0 17 6 0 0 0
/proc/9620/statm: 72497 5861 371 364 0 8412 0
[pid=9622] ppid=9620 vsize=1018092 CPUtime=7.27 cores=0-7
/proc/9622/stat : 9622 (gnovelty+2) R 9620 9622 9622 0 -1 4202496 570 0 0 0 727 0 0 0 25 0 1 0 668304503 1042526208 306 33554432000 134512640 135663704 4291321280 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9622/statm: 254523 306 113 282 0 254239 0
[pid=9623] ppid=9611 vsize=300244 CPUtime=0.01 cores=0-7
/proc/9623/stat : 9623 (python) S 9611 9611 9078 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 668304506 307449856 5865 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 10148392273109287170 0 0 17 7 0 0 0
/proc/9623/statm: 75061 5865 371 364 0 10973 0
[pid=9625] ppid=9623 vsize=417192 CPUtime=7.22 cores=0-7
/proc/9625/stat : 9625 (adaptg2wsat2009) R 9623 9625 9625 0 -1 4202496 760 0 0 0 722 0 0 0 25 0 1 0 668304506 427204608 495 33554432000 134512640 135107411 4291078832 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9625/statm: 104298 495 59 146 0 103174 0
[pid=9626] ppid=9611 vsize=310500 CPUtime=0.01 cores=0-7
/proc/9626/stat : 9626 (python) S 9611 9611 9078 0 -1 4202560 920 0 0 0 1 0 0 0 18 0 1 0 668304509 317952000 5869 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9136652184677482753 0 0 17 0 0 0 0
/proc/9626/statm: 77625 5869 371 364 0 13534 0
[pid=9628] ppid=9626 vsize=417192 CPUtime=7.19 cores=0-7
/proc/9628/stat : 9628 (adaptg2wsat2009) R 9626 9628 9628 0 -1 4202496 759 0 0 0 719 0 0 0 25 0 1 0 668304509 427204608 494 33554432000 134512640 135107411 4293417168 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9628/statm: 104298 494 59 146 0 103174 0
[pid=9629] ppid=9611 vsize=320756 CPUtime=0.02 cores=0-7
/proc/9629/stat : 9629 (python) S 9611 9611 9078 0 -1 4202560 938 0 0 0 1 1 0 0 18 0 1 0 668304512 328454144 5873 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 4914664423215300866 0 0 17 1 0 0 0
/proc/9629/statm: 80189 5873 371 364 0 16095 0
[pid=9631] ppid=9629 vsize=417192 CPUtime=7.16 cores=0-7
/proc/9631/stat : 9631 (adaptg2wsat2009) R 9629 9631 9631 0 -1 4202496 761 0 0 0 716 0 0 0 25 0 1 0 668304512 427204608 495 33554432000 134512640 135107411 4290974000 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9631/statm: 104298 495 59 146 0 103174 0
[pid=9632] ppid=9611 vsize=331012 CPUtime=0.01 cores=0-7
/proc/9632/stat : 9632 (python) S 9611 9611 9078 0 -1 4202560 940 0 0 0 0 1 0 0 18 0 1 0 668304515 338956288 5877 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6349974873573392641 0 0 17 1 0 0 0
/proc/9632/statm: 82753 5877 371 364 0 18656 0
[pid=9634] ppid=9632 vsize=1018092 CPUtime=7.03 cores=0-7
/proc/9634/stat : 9634 (gnovelty+2) R 9632 9634 9634 0 -1 4202496 570 0 0 0 703 0 0 0 25 0 1 0 668304515 1042526208 306 33554432000 134512640 135663704 4292129760 18446744073709551615 134544389 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9634/statm: 254523 306 113 282 0 254239 0
[pid=9635] ppid=9611 vsize=406804 CPUtime=0.01 cores=0-7
/proc/9635/stat : 9635 (python) S 9611 9611 9078 0 -1 4202560 815 0 0 0 1 0 0 0 18 0 1 0 668304518 416567296 6054 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 6857569639216414978 0 0 17 1 0 0 0
/proc/9635/statm: 101701 6054 371 364 0 37601 0
[pid=9637] ppid=9635 vsize=247344 CPUtime=7 cores=0-7
/proc/9637/stat : 9637 (FH) R 9635 9637 9637 0 -1 4202496 703 0 0 0 700 0 0 0 25 0 1 0 668304520 253280256 443 33554432000 134512640 134936988 4290560880 18446744073709551615 134554242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9637/statm: 61836 443 41 104 0 61340 0
[pid=9638] ppid=9611 vsize=417060 CPUtime=0.01 cores=0-7
/proc/9638/stat : 9638 (python) S 9611 9611 9078 0 -1 4202560 856 0 0 0 0 1 0 0 18 0 1 0 668304521 427069440 6050 33554432000 4194304 5683644 140737245513216 18446744073709551615 254500712006 0 0 16781312 514 9449731798494839042 0 0 17 1 0 0 0
/proc/9638/statm: 104265 6050 377 364 0 40162 0
[pid=9640] ppid=9638 vsize=417192 CPUtime=7.06 cores=0-7
/proc/9640/stat : 9640 (adaptg2wsat2009) R 9638 9640 9640 0 -1 4202496 761 0 0 0 706 0 0 0 25 0 1 0 668304521 427204608 496 33554432000 134512640 135107411 4290331808 18446744073709551615 134532291 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9640/statm: 104298 496 59 146 0 103174 0
[pid=9611/tid=9618] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9618/stat : 9618 (python) S 9609 9611 9078 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 9 0 668304500 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9621] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9621/stat : 9621 (python) S 9609 9611 9078 0 -1 4202560 22 940 0 0 0 0 0 0 25 0 9 0 668304503 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9624] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9624/stat : 9624 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 19 0 9 0 668304506 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 6 0 0 0
[pid=9611/tid=9627] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9627/stat : 9627 (python) S 9609 9611 9078 0 -1 4202560 25 940 0 0 0 0 0 0 21 0 9 0 668304509 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9630] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9630/stat : 9630 (python) S 9609 9611 9078 0 -1 4202560 23 940 0 0 0 0 0 0 19 0 9 0 668304512 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 0 0 0 0
[pid=9611/tid=9633] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9633/stat : 9633 (python) S 9609 9611 9078 0 -1 4202560 28 940 0 0 0 0 0 0 20 0 9 0 668304515 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 7 0 0 0
[pid=9611/tid=9636] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9636/stat : 9636 (python) S 9609 9611 9078 0 -1 4202560 98 940 0 0 0 0 0 0 19 0 9 0 668304518 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 2 0 0 0
[pid=9611/tid=9639] ppid=9609 vsize=427304 CPUtime=0 cores=0-7
/proc/9611/task/9639/stat : 9639 (python) S 9609 9611 9078 0 -1 4202560 36 940 0 0 0 0 0 0 20 0 9 0 668304521 437559296 7568 33554432000 4194304 5683644 140737245513216 18446744073709551615 254512515505 0 0 16781312 2 18446604446979056960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.46
Current children cumulated vsize (KiB) 8053468

[startup+8.60154 s]
/proc/loadavg: 8.57 8.36 7.44 9/466 9640
/proc/meminfo: memFree=14957404/32950928 swapFree=45358800/67111528
[pid=9611] ppid=9609 vsize=0 CPUtime=59.23 cores=0-7
/proc/9611/stat : 9611 (python) R 9609 9611 9078 0 -1 4202500 20883 14170 1 0 102 12 5796 13 17 0 1 0 668304381 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9611/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 59.23
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 8.60279
CPU time (s): 59.259
CPU user time (s): 58.995
CPU system time (s): 0.263959
CPU usage (%): 688.835
Max. virtual memory (cumulated for all children) (KiB): 8053472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.995
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35053
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= 3185
involuntary context switches= 416

runsolver used 0.043993 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 19:31:17
IDJOB=3385470
IDBENCH=82735
IDSOLVER=1870
FILE ID=node149/3385470-1305567077
RUNJOBID= node149-1305564960-9092
PBS_JOBID= 13350101
Free space on /tmp= 73544 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.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-3385470-1305567077/watcher-3385470-1305567077 -o /tmp/evaluation-result-3385470-1305567077/solver-3385470-1305567077 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385470-1305567077.cnf -seed 1467338099 -budget 40000 -cores 8

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=1467338099

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15024944 kB
Buffers:         73024 kB
Cached:         545188 kB
SwapCached:      36208 kB
Active:        8532496 kB
Inactive:      9113732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15024944 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:           31524 kB
Writeback:           0 kB
AnonPages:    17004960 kB
Mapped:          25096 kB
Slab:            98756 kB
PageTables:     108928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 146291140 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= 73516 MiB
End job on node149 at 2011-05-16 19:31:26