Trace number 3377205

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-seq-random (fixed)SAT 557.75 559.046

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
MD5SUMd89541d4d678adcd99dbf4694eb0406c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1322
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.76/2.40	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.76/2.40	c INFO: solving HOME/instance-3377205-1305451353.cnf
0.76/2.40	c INFO: computing task features
0.76/2.40	c INFO: computed variable-clause graph statistics
0.76/2.40	c INFO: computed clause balance statistics
1.26/2.90	c INFO: computed variable balance statistics
1.46/3.11	c INFO: computed small-clause counts
1.46/3.11	c INFO: computed Horn-clause counts
1.46/3.11	c INFO: computed variable graph statistics
1.46/3.11	c INFO: collected features for HOME/instance-3377205-1305451353.cnf in 0.79 s
1.46/3.13	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.37)
101.71/103.43	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.12)
202.02/203.75	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
302.28/304.04	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.06)
402.57/404.35	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.14/503.68	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
557.58/559.02	s SATISFIABLE
557.58/559.02	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 -91 92 -93 94 95 -96 -97 98 -99 -100 -101 102 -103 -104 105 106 107 108 -109 -110 111 112 113 -114 115 -116 -117 118 -119 120 -121 -122 -123 124 125 126 -127 128 129 -130 -131 -132 133 -134 -135 -136 137 -138 139 -140 141 142 -143 -144 -145 -146 147 148 149 150 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-3377205-1305451353/watcher-3377205-1305451353 -o /tmp/evaluation-result-3377205-1305451353/solver-3377205-1305451353 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377205-1305451353.cnf -seed 704723317 -budget 2400 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 3.53 3.76 4/365 18737
/proc/meminfo: memFree=18088212/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=14252 CPUtime=0 cores=4,6
/proc/18737/stat : 18737 (python) R 18735 18737 17657 0 -1 4194304 193 0 3 0 0 0 0 0 20 0 1 0 735365985 14594048 133 33554432000 4194304 5683644 140736598848544 18446744073709551615 5051632 0 2147483391 4096 0 0 0 0 17 4 0 0 0
/proc/18737/statm: 3563 133 105 364 0 50 0

[startup+0.0488111 s]
/proc/loadavg: 2.22 3.53 3.76 4/365 18737
/proc/meminfo: memFree=18088212/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=15776 CPUtime=0 cores=4,6
/proc/18737/stat : 18737 (python) D 18735 18737 17657 0 -1 4202496 928 0 6 0 0 0 0 0 17 0 1 0 735365985 16154624 814 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 4 0 0 1
/proc/18737/statm: 3944 814 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.100813 s]
/proc/loadavg: 2.22 3.53 3.76 4/365 18737
/proc/meminfo: memFree=18088212/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=16536 CPUtime=0.01 cores=4,6
/proc/18737/stat : 18737 (python) D 18735 18737 17657 0 -1 4202496 1183 0 6 0 1 0 0 0 17 0 1 0 735365985 16932864 1050 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 4 0 0 2
/proc/18737/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.300795 s]
/proc/loadavg: 2.22 3.53 3.76 4/365 18737
/proc/meminfo: memFree=18088212/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=36512 CPUtime=0.06 cores=4,6
/proc/18737/stat : 18737 (python) D 18735 18737 17657 0 -1 4202496 1597 0 12 0 4 2 0 0 17 0 1 0 735365985 37388288 1444 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284925696 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 3
/proc/18737/statm: 9128 1444 452 364 0 945 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36512

[startup+0.700697 s]
/proc/loadavg: 2.22 3.53 3.76 4/365 18737
/proc/meminfo: memFree=18088212/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=104220 CPUtime=0.13 cores=4,6
/proc/18737/stat : 18737 (python) D 18735 18737 17657 0 -1 4202496 3011 0 28 0 7 6 0 0 16 0 1 0 735365985 106721280 2728 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 4 0 0 19
/proc/18737/statm: 26055 2728 847 364 0 1803 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 104220

[startup+1.50056 s]
/proc/loadavg: 2.36 3.53 3.76 5/379 18754
/proc/meminfo: memFree=17992596/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=135896 CPUtime=0.45 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 6015 925 34 9 23 22 0 0 17 0 1 0 735365985 139157504 4187 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 22
/proc/18737/statm: 33974 4187 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 135896

[startup+3.1003 s]
/proc/loadavg: 2.36 3.53 3.76 2/379 18770
/proc/meminfo: memFree=17938716/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=281524 CPUtime=1.46 cores=4,6
/proc/18737/stat : 18737 (python) R 18735 18737 17657 0 -1 4202496 10644 925 89 9 117 29 0 0 16 0 1 0 735365985 288280576 7778 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284584066 0 0 16781312 2 0 0 0 17 4 0 0 35
/proc/18737/statm: 70381 7778 1827 364 0 6305 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 281524
heavy processes:

[startup+6.30073 s]
/proc/loadavg: 2.73 3.59 3.78 5/388 18779
/proc/meminfo: memFree=17877576/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=289256 CPUtime=1.48 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 11005 925 89 9 119 29 0 0 17 0 2 0 735365985 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 72314 7196 1869 364 0 8232 0
[pid=18771] ppid=18737 vsize=279012 CPUtime=0 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 735366299 285708288 5677 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945935 0 0 16781312 514 4158414278317015302 0 0 17 4 0 0 0
/proc/18771/statm: 69753 5677 354 364 0 5671 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=3.12 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) R 18771 18773 18773 0 -1 4202496 673 0 0 0 312 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=289256 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 2 0 735366299 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 1586632
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 2.83 3.60 3.78 5/391 18782
/proc/meminfo: memFree=17844100/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=289256 CPUtime=1.48 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 11005 925 89 9 119 29 0 0 17 0 2 0 735365985 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 72314 7196 1869 364 0 8232 0
[pid=18771] ppid=18737 vsize=279012 CPUtime=0.01 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 968 0 0 0 0 1 0 0 15 0 1 0 735366299 285708288 5705 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945935 0 0 16781312 514 4158414278317015302 0 0 17 4 0 0 0
/proc/18771/statm: 69753 5705 382 364 0 5671 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=9.5 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) R 18771 18773 18773 0 -1 4202496 673 0 0 0 950 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=289256 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 2 0 735366299 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 1586632

[startup+25.5135 s]
/proc/loadavg: 3.09 3.62 3.78 5/391 18782
/proc/meminfo: memFree=17846860/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=289256 CPUtime=1.48 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 11005 925 89 9 119 29 0 0 17 0 2 0 735365985 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 72314 7196 1869 364 0 8232 0
[pid=18771] ppid=18737 vsize=279012 CPUtime=0.06 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 973 0 0 0 3 3 0 0 15 0 1 0 735366299 285708288 5705 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945935 0 0 16781312 514 277112114571608326 0 0 17 4 0 0 0
/proc/18771/statm: 69753 5705 382 364 0 5671 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=22.27 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) R 18771 18773 18773 0 -1 4202496 673 0 0 0 2227 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=289256 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 2 0 735366299 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 1586632

[startup+51.1003 s]
/proc/loadavg: 3.46 3.66 3.79 5/391 18784
/proc/meminfo: memFree=17847248/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=289256 CPUtime=1.48 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 11005 925 89 9 119 29 0 0 17 0 2 0 735365985 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 72314 7196 1869 364 0 8232 0
[pid=18771] ppid=18737 vsize=279012 CPUtime=0.12 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 986 0 0 0 7 5 0 0 15 0 1 0 735366299 285708288 5705 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945935 0 0 16781312 514 277112114571608326 0 0 17 4 0 0 0
/proc/18771/statm: 69753 5705 382 364 0 5671 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=47.79 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) R 18771 18773 18773 0 -1 4202496 673 0 0 0 4779 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134547147 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=289256 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 2 0 735366299 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 1586632

[startup+102.301 s]
/proc/loadavg: 3.77 3.71 3.80 5/391 18784
/proc/meminfo: memFree=17850100/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=289256 CPUtime=1.48 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 11005 925 89 9 119 29 0 0 17 0 2 0 735365985 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 72314 7196 1869 364 0 8232 0
[pid=18771] ppid=18737 vsize=279012 CPUtime=0.25 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 1009 0 0 0 14 11 0 0 15 0 1 0 735366299 285708288 5705 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945935 0 0 16781312 514 277112114571608326 0 0 17 4 0 0 0
/proc/18771/statm: 69753 5705 382 364 0 5671 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=98.88 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) R 18771 18773 18773 0 -1 4202496 673 0 0 0 9888 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=289256 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 2 0 735366299 296198144 7196 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.61
Current children cumulated vsize (KiB) 1586632

[startup+162.301 s]
/proc/loadavg: 3.98 3.78 3.82 5/407 18802
/proc/meminfo: memFree=17785088/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=300120 CPUtime=1.5 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 11903 925 89 9 120 30 0 0 20 0 3 0 735365985 307322880 7338 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 75030 7338 1872 364 0 10945 0
[pid=18771] ppid=18737 vsize=289256 CPUtime=0.26 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 1147 0 0 0 14 12 0 0 16 0 2 0 735366299 296198144 5743 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18771/statm: 72314 5743 415 364 0 8232 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=99.98 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) T 18771 18773 18773 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18771/tid=18785] ppid=18737 vsize=289256 CPUtime=0 cores=4,6
/proc/18771/task/18785/stat : 18785 (python) S 18737 18737 17657 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735376327 296198144 5743 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604453880899520 0 0 -1 4 0 0 0
[pid=18786] ppid=18737 vsize=289876 CPUtime=0.16 cores=4,6
/proc/18786/stat : 18786 (python) S 18737 18737 17657 0 -1 4202560 902 0 0 0 10 6 0 0 18 0 1 0 735376329 296833024 5833 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945990 0 0 16781312 514 277112114571608322 0 0 17 4 0 0 0
/proc/18786/statm: 72469 5833 371 364 0 8384 0
[pid=18788] ppid=18786 vsize=1018364 CPUtime=58.71 cores=4,6
/proc/18788/stat : 18788 (gnovelty+2) R 18786 18788 18788 0 -1 4202496 673 0 0 0 5871 0 0 0 25 0 1 0 735376330 1042804736 409 33554432000 134512640 135663704 4288100256 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18788/statm: 254591 409 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=300120 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 3 0 735366299 307322880 7338 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18787] ppid=18735 vsize=300120 CPUtime=0 cores=4,6
/proc/18737/task/18787/stat : 18787 (python) S 18735 18737 17657 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 3 0 735376329 307322880 7338 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 2915980

[startup+222.301 s]
/proc/loadavg: 4.19 3.86 3.84 5/415 18851
/proc/meminfo: memFree=17852000/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=310376 CPUtime=1.52 cores=4,6

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

[pid=18863] ppid=18737 vsize=310388 CPUtime=0.3 cores=4,6
/proc/18863/stat : 18863 (python) S 18737 18737 17657 0 -1 4202560 1092 0 0 0 17 13 0 0 19 0 2 0 735396390 317837312 5871 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18863/statm: 77597 5871 400 364 0 13506 0
[pid=18865] ppid=18863 vsize=417976 CPUtime=100 cores=4,6
/proc/18865/stat : 18865 (adaptg2wsat2009) T 18863 18865 18865 0 -1 4202496 1002 0 0 0 10000 0 0 0 25 0 1 0 735396390 428007424 736 33554432000 134512640 135107411 4288810976 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18865/statm: 104494 736 59 146 0 103370 0
[pid=18863/tid=18880] ppid=18737 vsize=310388 CPUtime=0 cores=4,6
/proc/18863/task/18880/stat : 18880 (python) S 18737 18737 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735406419 317837312 5871 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604445474175808 0 0 -1 6 0 0 0
[pid=18881] ppid=18737 vsize=320960 CPUtime=0.3 cores=4,6
/proc/18881/stat : 18881 (python) S 18737 18737 17657 0 -1 4202560 1093 0 0 0 16 14 0 0 19 0 2 0 735406421 328663040 5954 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18881/statm: 80240 5954 400 364 0 16146 0
[pid=18883] ppid=18881 vsize=417976 CPUtime=99.31 cores=4,6
/proc/18883/stat : 18883 (adaptg2wsat2009) T 18881 18883 18883 0 -1 4202496 1001 0 0 0 9931 0 0 0 25 0 1 0 735406421 428007424 737 33554432000 134512640 135107411 4288827776 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18883/statm: 104494 737 59 146 0 103370 0
[pid=18881/tid=18900] ppid=18737 vsize=320960 CPUtime=0 cores=4,6
/proc/18881/task/18900/stat : 18900 (python) S 18737 18737 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735416353 328663040 5954 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604443601028096 0 0 -1 6 0 0 0
[pid=18901] ppid=18737 vsize=331216 CPUtime=0.15 cores=4,6
/proc/18901/stat : 18901 (python) S 18737 18737 17657 0 -1 4202560 918 0 0 0 7 8 0 0 18 0 1 0 735416354 339165184 5928 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945990 0 0 16781312 514 17751096260955177220 0 0 17 4 0 0 0
/proc/18901/statm: 82804 5928 370 364 0 18707 0
[pid=18903] ppid=18901 vsize=1018364 CPUtime=54.15 cores=4,6
/proc/18903/stat : 18903 (gnovelty+2) R 18901 18903 18903 0 -1 4202496 671 0 0 0 5415 0 0 0 25 0 1 0 735416354 1042804736 408 33554432000 134512640 135663704 4288853040 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18903/statm: 254591 408 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 7 0 735366299 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18787] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18787/stat : 18787 (python) S 18735 18737 17657 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 7 0 735376329 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18842] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18842/stat : 18842 (python) S 18735 18737 17657 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 7 0 735386361 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18864] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18864/stat : 18864 (python) S 18735 18737 17657 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 7 0 735396390 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18882] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18882/stat : 18882 (python) S 18735 18737 17657 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 7 0 735406421 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18902] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18902/stat : 18902 (python) S 18735 18737 17657 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 7 0 735416354 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 556.56
Current children cumulated vsize (KiB) 6492308

[startup+558.802 s]
/proc/loadavg: 4.18 4.00 3.89 5/463 18907
/proc/meminfo: memFree=17745032/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=341460 CPUtime=1.56 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 15327 925 89 9 125 31 0 0 20 0 7 0 735365985 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 85365 7449 1888 364 0 21268 0
[pid=18771] ppid=18737 vsize=289256 CPUtime=0.26 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 1147 0 0 0 14 12 0 0 16 0 2 0 735366299 296198144 5743 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18771/statm: 72314 5743 415 364 0 8232 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=99.98 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) T 18771 18773 18773 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18771/tid=18785] ppid=18737 vsize=289256 CPUtime=0 cores=4,6
/proc/18771/task/18785/stat : 18785 (python) S 18737 18737 17657 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735376327 296198144 5743 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604453880899520 0 0 -1 4 0 0 0
[pid=18786] ppid=18737 vsize=289876 CPUtime=0.28 cores=4,6
/proc/18786/stat : 18786 (python) S 18737 18737 17657 0 -1 4202560 1067 0 0 0 16 12 0 0 19 0 2 0 735376329 296833024 5863 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18786/statm: 72469 5863 400 364 0 8384 0
[pid=18788] ppid=18786 vsize=1018364 CPUtime=100.02 cores=4,6
/proc/18788/stat : 18788 (gnovelty+2) T 18786 18788 18788 0 -1 4202496 673 0 0 0 10000 2 0 0 25 0 1 0 735376330 1042804736 409 33554432000 134512640 135663704 4288100256 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18788/statm: 254591 409 113 282 0 254307 0
[pid=18786/tid=18840] ppid=18737 vsize=289876 CPUtime=0 cores=4,6
/proc/18786/task/18840/stat : 18840 (python) S 18737 18737 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735386359 296833024 5863 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604443181043776 0 0 -1 6 0 0 0
[pid=18841] ppid=18737 vsize=300132 CPUtime=0.28 cores=4,6
/proc/18841/stat : 18841 (python) S 18737 18737 17657 0 -1 4202560 1083 0 0 0 14 14 0 0 19 0 2 0 735386361 307335168 5867 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18841/statm: 75033 5867 400 364 0 10945 0
[pid=18843] ppid=18841 vsize=417976 CPUtime=99.97 cores=4,6
/proc/18843/stat : 18843 (adaptg2wsat2009) T 18841 18843 18843 0 -1 4202496 1002 0 0 0 9997 0 0 0 25 0 1 0 735386361 428007424 737 33554432000 134512640 135107411 4293124656 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18843/statm: 104494 737 59 146 0 103370 0
[pid=18841/tid=18862] ppid=18737 vsize=300132 CPUtime=0 cores=4,6
/proc/18841/task/18862/stat : 18862 (python) S 18737 18737 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735396388 307335168 5867 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604446619159424 0 0 -1 6 0 0 0
[pid=18863] ppid=18737 vsize=310388 CPUtime=0.3 cores=4,6
/proc/18863/stat : 18863 (python) S 18737 18737 17657 0 -1 4202560 1092 0 0 0 17 13 0 0 19 0 2 0 735396390 317837312 5871 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18863/statm: 77597 5871 400 364 0 13506 0
[pid=18865] ppid=18863 vsize=417976 CPUtime=100 cores=4,6
/proc/18865/stat : 18865 (adaptg2wsat2009) T 18863 18865 18865 0 -1 4202496 1002 0 0 0 10000 0 0 0 25 0 1 0 735396390 428007424 736 33554432000 134512640 135107411 4288810976 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18865/statm: 104494 736 59 146 0 103370 0
[pid=18863/tid=18880] ppid=18737 vsize=310388 CPUtime=0 cores=4,6
/proc/18863/task/18880/stat : 18880 (python) S 18737 18737 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735406419 317837312 5871 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604445474175808 0 0 -1 6 0 0 0
[pid=18881] ppid=18737 vsize=320960 CPUtime=0.3 cores=4,6
/proc/18881/stat : 18881 (python) S 18737 18737 17657 0 -1 4202560 1093 0 0 0 16 14 0 0 19 0 2 0 735406421 328663040 5954 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18881/statm: 80240 5954 400 364 0 16146 0
[pid=18883] ppid=18881 vsize=417976 CPUtime=99.31 cores=4,6
/proc/18883/stat : 18883 (adaptg2wsat2009) T 18881 18883 18883 0 -1 4202496 1001 0 0 0 9931 0 0 0 25 0 1 0 735406421 428007424 737 33554432000 134512640 135107411 4288827776 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18883/statm: 104494 737 59 146 0 103370 0
[pid=18881/tid=18900] ppid=18737 vsize=320960 CPUtime=0 cores=4,6
/proc/18881/task/18900/stat : 18900 (python) S 18737 18737 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735416353 328663040 5954 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604443601028096 0 0 -1 6 0 0 0
[pid=18901] ppid=18737 vsize=331216 CPUtime=0.15 cores=4,6
/proc/18901/stat : 18901 (python) S 18737 18737 17657 0 -1 4202560 918 0 0 0 7 8 0 0 18 0 1 0 735416354 339165184 5928 33554432000 4194304 5683644 140736598848544 18446744073709551615 224284945990 0 0 16781312 514 17751096260955177220 0 0 17 4 0 0 0
/proc/18901/statm: 82804 5928 370 364 0 18707 0
[pid=18903] ppid=18901 vsize=1018364 CPUtime=54.95 cores=4,6
/proc/18903/stat : 18903 (gnovelty+2) R 18901 18903 18903 0 -1 4202496 671 0 0 0 5495 0 0 0 25 0 1 0 735416354 1042804736 408 33554432000 134512640 135663704 4288853040 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18903/statm: 254591 408 113 282 0 254307 0
[pid=18737/tid=18772] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 7 0 735366299 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18787] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18787/stat : 18787 (python) S 18735 18737 17657 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 7 0 735376329 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18842] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18842/stat : 18842 (python) S 18735 18737 17657 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 7 0 735386361 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18864] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18864/stat : 18864 (python) S 18735 18737 17657 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 7 0 735396390 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18882] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18882/stat : 18882 (python) S 18735 18737 17657 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 7 0 735406421 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18902] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18902/stat : 18902 (python) S 18735 18737 17657 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 7 0 735416354 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 557.36
Current children cumulated vsize (KiB) 6492308

[startup+559.016 s]
/proc/loadavg: 4.18 4.00 3.89 5/463 18907
/proc/meminfo: memFree=17745032/32951124 swapFree=45193364/67111528
[pid=18737] ppid=18735 vsize=341460 CPUtime=1.56 cores=4,6
/proc/18737/stat : 18737 (python) S 18735 18737 17657 0 -1 4202496 15327 925 89 9 125 31 0 0 20 0 7 0 735365985 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/18737/statm: 85365 7449 1888 364 0 21268 0
[pid=18771] ppid=18737 vsize=289256 CPUtime=0.26 cores=4,6
/proc/18771/stat : 18771 (python) S 18737 18737 17657 0 -1 4202560 1147 0 0 0 14 12 0 0 16 0 2 0 735366299 296198144 5743 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18771/statm: 72314 5743 415 364 0 8232 0
[pid=18773] ppid=18771 vsize=1018364 CPUtime=99.98 cores=4,6
/proc/18773/stat : 18773 (gnovelty+2) T 18771 18773 18773 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735366299 1042804736 409 33554432000 134512640 135663704 4294255968 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18773/statm: 254591 409 113 282 0 254307 0
[pid=18771/tid=18785] ppid=18737 vsize=289256 CPUtime=0 cores=4,6
/proc/18771/task/18785/stat : 18785 (python) S 18737 18737 17657 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735376327 296198144 5743 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604453880899520 0 0 -1 4 0 0 0
[pid=18786] ppid=18737 vsize=289876 CPUtime=0.28 cores=4,6
/proc/18786/stat : 18786 (python) S 18737 18737 17657 0 -1 4202560 1067 0 0 0 16 12 0 0 19 0 2 0 735376329 296833024 5863 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18786/statm: 72469 5863 400 364 0 8384 0
[pid=18788] ppid=18786 vsize=1018364 CPUtime=100.02 cores=4,6
/proc/18788/stat : 18788 (gnovelty+2) T 18786 18788 18788 0 -1 4202496 673 0 0 0 10000 2 0 0 25 0 1 0 735376330 1042804736 409 33554432000 134512640 135663704 4288100256 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18788/statm: 254591 409 113 282 0 254307 0
[pid=18786/tid=18840] ppid=18737 vsize=289876 CPUtime=0 cores=4,6
/proc/18786/task/18840/stat : 18840 (python) S 18737 18737 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735386359 296833024 5863 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604443181043776 0 0 -1 6 0 0 0
[pid=18841] ppid=18737 vsize=300132 CPUtime=0.28 cores=4,6
/proc/18841/stat : 18841 (python) S 18737 18737 17657 0 -1 4202560 1083 0 0 0 14 14 0 0 19 0 2 0 735386361 307335168 5867 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18841/statm: 75033 5867 400 364 0 10945 0
[pid=18843] ppid=18841 vsize=417976 CPUtime=99.97 cores=4,6
/proc/18843/stat : 18843 (adaptg2wsat2009) T 18841 18843 18843 0 -1 4202496 1002 0 0 0 9997 0 0 0 25 0 1 0 735386361 428007424 737 33554432000 134512640 135107411 4293124656 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18843/statm: 104494 737 59 146 0 103370 0
[pid=18841/tid=18862] ppid=18737 vsize=300132 CPUtime=0 cores=4,6
/proc/18841/task/18862/stat : 18862 (python) S 18737 18737 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735396388 307335168 5867 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604446619159424 0 0 -1 6 0 0 0
[pid=18863] ppid=18737 vsize=310388 CPUtime=0.3 cores=4,6
/proc/18863/stat : 18863 (python) S 18737 18737 17657 0 -1 4202560 1092 0 0 0 17 13 0 0 19 0 2 0 735396390 317837312 5871 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18863/statm: 77597 5871 400 364 0 13506 0
[pid=18865] ppid=18863 vsize=417976 CPUtime=100 cores=4,6
/proc/18865/stat : 18865 (adaptg2wsat2009) T 18863 18865 18865 0 -1 4202496 1002 0 0 0 10000 0 0 0 25 0 1 0 735396390 428007424 736 33554432000 134512640 135107411 4288810976 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18865/statm: 104494 736 59 146 0 103370 0
[pid=18863/tid=18880] ppid=18737 vsize=310388 CPUtime=0 cores=4,6
/proc/18863/task/18880/stat : 18880 (python) S 18737 18737 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735406419 317837312 5871 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604445474175808 0 0 -1 6 0 0 0
[pid=18881] ppid=18737 vsize=320960 CPUtime=0.3 cores=4,6
/proc/18881/stat : 18881 (python) S 18737 18737 17657 0 -1 4202560 1093 0 0 0 16 14 0 0 19 0 2 0 735406421 328663040 5954 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18881/statm: 80240 5954 400 364 0 16146 0
[pid=18883] ppid=18881 vsize=417976 CPUtime=99.31 cores=4,6
/proc/18883/stat : 18883 (adaptg2wsat2009) T 18881 18883 18883 0 -1 4202496 1001 0 0 0 9931 0 0 0 25 0 1 0 735406421 428007424 737 33554432000 134512640 135107411 4288827776 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18883/statm: 104494 737 59 146 0 103370 0
[pid=18881/tid=18900] ppid=18737 vsize=320960 CPUtime=0 cores=4,6
/proc/18881/task/18900/stat : 18900 (python) S 18737 18737 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735416353 328663040 5954 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 514 18446604443601028096 0 0 -1 6 0 0 0
[pid=18901] ppid=18737 vsize=331216 CPUtime=0.17 cores=4,6
/proc/18901/stat : 18901 (python) R 18737 18737 17657 0 -1 4202560 918 0 0 0 8 9 0 0 16 0 1 0 735416354 339165184 5928 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296756031 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18901/statm: 82804 5928 370 364 0 18707 0
[pid=18903] ppid=18901 vsize=0 CPUtime=55.15 cores=4,6
/proc/18903/stat : 18903 (gnovelty+2) R 18901 18903 18903 0 -1 4202500 673 0 0 0 5515 0 0 0 25 0 1 0 735416354 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18903/statm: 0 0 0 0 0 0 0
[pid=18737/tid=18772] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18772/stat : 18772 (python) S 18735 18737 17657 0 -1 4202560 25 925 0 9 0 0 0 0 18 0 7 0 735366299 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18787] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18787/stat : 18787 (python) S 18735 18737 17657 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 7 0 735376329 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18842] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18842/stat : 18842 (python) S 18735 18737 17657 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 7 0 735386361 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18864] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18864/stat : 18864 (python) S 18735 18737 17657 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 7 0 735396390 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18882] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18882/stat : 18882 (python) S 18735 18737 17657 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 7 0 735406421 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
[pid=18737/tid=18902] ppid=18735 vsize=341460 CPUtime=0 cores=4,6
/proc/18737/task/18902/stat : 18902 (python) S 18735 18737 17657 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 7 0 735416354 349655040 7449 33554432000 4194304 5683644 140736598848544 18446744073709551615 224296749489 0 0 16781312 2 18446604446782750848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 557.58
Current children cumulated vsize (KiB) 5473944

Child status: 0
Real time (s): 559.046
CPU time (s): 557.75
CPU user time (s): 556.622
CPU system time (s): 1.12783
CPU usage (%): 99.7682
Max. virtual memory (cumulated for all children) (KiB): 6492308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 556.622
system time used= 1.12783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32476
page faults= 98
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55137
involuntary context switches= 1797

runsolver used 2.29465 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:22:33
IDJOB=3377205
IDBENCH=82514
IDSOLVER=1857
FILE ID=node118/3377205-1305451353
RUNJOBID= node118-1305451353-18712
PBS_JOBID= 13324868
Free space on /tmp= 73328 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377205-1305451353/watcher-3377205-1305451353 -o /tmp/evaluation-result-3377205-1305451353/solver-3377205-1305451353 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377205-1305451353.cnf -seed 704723317 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= d89541d4d678adcd99dbf4694eb0406c
RANDOM SEED=704723317

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18088376 kB
Buffers:        290128 kB
Cached:        4566300 kB
SwapCached:      22084 kB
Active:       11896284 kB
Inactive:      2659324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18088376 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           98300 kB
Writeback:           0 kB
AnonPages:     9689656 kB
Mapped:          14616 kB
Slab:           151496 kB
PageTables:      91160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88636808 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= 73200 MiB
End job on node118 at 2011-05-15 11:31:52