Trace number 3317072

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-randomSAT 444.718 128.959

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S181603592-089-UNKNOWN.cnf
MD5SUMaf7b69f0071c372d5cdc250bc7f688e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.56/16.87	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.56/16.87	c INFO: solving HOME/instance-3317072-1304267285.cnf
0.56/16.87	c INFO: computing task features
0.59/16.98	c INFO: computed variable-clause graph statistics
0.59/16.99	c INFO: computed clause balance statistics
1.30/17.61	c INFO: computed variable balance statistics
1.49/17.86	c INFO: computed small-clause counts
1.49/17.87	c INFO: computed Horn-clause counts
1.49/17.89	c INFO: computed variable graph statistics
1.49/17.89	c INFO: collected features for HOME/instance-3317072-1304267285.cnf in 1.01 s
1.58/17.95	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.36)
1.58/17.98	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.12)
1.65/18.01	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
1.65/18.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.07)
401.43/118.14	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
401.43/118.18	c INFO: running gnovelty+2@0 for 97 with 4698 remaining (b = 0.04)
401.72/118.22	c INFO: running FH@0 for 97 with 4698 remaining (b = 0.03)
401.72/118.26	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.03)
444.41/128.93	s SATISFIABLE
444.41/128.93	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 -151 152 153 -154 155 -156 157 -158 -159 160 -161 162 -163 164 165 166 167 168 169 -170 -171 172 173 174 -175 -176 -177 -178 -179 -180 -181 182 183 -184 185 -186 187 -188 -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 199 200 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317072-1304267285/watcher-3317072-1304267285 -o /tmp/evaluation-result-3317072-1304267285/solver-3317072-1304267285 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317072-1304267285.cnf -seed 344144970 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 11021
/proc/meminfo: memFree=23305316/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/11021/stat : 11021 (runsolver) S 11017 11021 10986 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 616959544 12083200 55 33554432000 4194304 5434984 140737246884576 18446744073709551615 5055495 0 2147483391 4096 24578 18446744071699199166 0 0 17 2 0 0 0
/proc/11021/statm: 2950 55 34 303 0 2644 0

[startup+0.100683 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 11021
/proc/meminfo: memFree=23305316/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/11021/stat : 11021 (python) D 11017 11021 10986 0 -1 4202496 610 0 6 0 0 0 0 0 20 0 1 0 616959544 15441920 513 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 4 0 0 3
/proc/11021/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.200679 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 11021
/proc/meminfo: memFree=23305316/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/11021/stat : 11021 (python) D 11017 11021 10986 0 -1 4202496 705 0 6 0 0 0 0 0 18 0 1 0 616959544 15548416 603 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 4 0 0 3
/proc/11021/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300708 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 11021
/proc/meminfo: memFree=23305316/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=15188 CPUtime=0 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 718 0 6 0 0 0 0 0 17 0 1 0 616959544 15552512 615 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735174580 0 2147483391 16781312 2 18446744071699945619 0 0 17 4 0 0 5
/proc/11021/statm: 3797 615 321 364 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15188

[startup+0.700586 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 11021
/proc/meminfo: memFree=23305316/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 788 0 6 0 0 0 0 0 16 0 1 0 616959544 15753216 681 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 32
/proc/11021/statm: 3846 681 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+1.50044 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 11025
/proc/meminfo: memFree=23299188/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=15912 CPUtime=0 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 938 0 6 0 0 0 0 0 15 0 1 0 616959544 16293888 821 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735174580 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 48
/proc/11021/statm: 3978 821 357 364 0 465 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15912

[startup+3.10117 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 11025
/proc/meminfo: memFree=23296776/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=43624 CPUtime=0.08 cores=0,2,4,6
/proc/11021/stat : 11021 (python) D 11017 11021 10986 0 -1 4202496 1863 0 16 0 6 2 0 0 16 0 1 0 616959544 44670976 1654 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 4 0 0 109
/proc/11021/statm: 10906 1654 467 364 0 1171 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43624
heavy processes:

[startup+6.30059 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 11025
/proc/meminfo: memFree=23278472/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=107300 CPUtime=0.18 cores=0,2,4,6
/proc/11021/stat : 11021 (python) D 11017 11021 10986 0 -1 4202496 3327 0 32 0 11 7 0 0 16 0 1 0 616959544 109875200 3019 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 4 0 0 130
/proc/11021/statm: 26825 3019 871 364 0 2056 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 107300
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 0.23 0.05 0.02 1/178 11033
/proc/meminfo: memFree=23262616/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=135904 CPUtime=0.36 cores=0,2,4,6
/proc/11021/stat : 11021 (python) D 11017 11021 10986 0 -1 4202496 6014 923 44 8 24 12 0 0 16 0 1 0 616959544 139165696 4192 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735178496 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 197
/proc/11021/statm: 33976 4192 1032 364 0 3162 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 135904
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 0.96 0.21 0.07 9/202 11058
/proc/meminfo: memFree=23164680/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=320512 CPUtime=1.69 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 14047 923 113 8 151 18 0 0 20 0 5 0 616959544 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 301
/proc/11021/statm: 80128 7326 1883 364 0 16037 0
[pid=11034] ppid=11021 vsize=279232 CPUtime=0 cores=0,2,4,6
/proc/11034/stat : 11034 (python) S 11021 11021 10986 0 -1 4202560 883 0 0 0 0 0 0 0 15 0 1 0 616961340 285933568 5737 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198735 0 0 16781312 514 2990601537979384068 0 0 17 4 0 0 0
/proc/11034/statm: 69808 5737 377 364 0 5726 0
[pid=11036] ppid=11034 vsize=1018616 CPUtime=7.49 cores=0,2,4,6
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 765 0 0 0 749 0 0 0 25 0 1 0 616961341 1043062784 501 33554432000 134512640 135663704 4294742480 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11036/statm: 254654 501 113 282 0 254370 0
[pid=11037] ppid=11021 vsize=289624 CPUtime=0 cores=0,2,4,6
/proc/11037/stat : 11037 (python) S 11021 11021 10986 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 616961343 296574976 5785 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 4246509348957683972 0 0 17 4 0 0 0
/proc/11037/statm: 72406 5785 371 364 0 8321 0
[pid=11039] ppid=11037 vsize=1018616 CPUtime=7.51 cores=0,2,4,6
/proc/11039/stat : 11039 (gnovelty+2) R 11037 11039 11039 0 -1 4202496 764 0 0 0 751 0 0 0 25 0 1 0 616961343 1043062784 501 33554432000 134512640 135663704 4292314864 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11039/statm: 254654 501 113 282 0 254370 0
[pid=11040] ppid=11021 vsize=300012 CPUtime=0 cores=0,2,4,6
/proc/11040/stat : 11040 (python) S 11021 11021 10986 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 616961346 307212288 5806 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 4580935981028311300 0 0 17 4 0 0 0
/proc/11040/statm: 75003 5806 371 364 0 10915 0
[pid=11042] ppid=11040 vsize=418636 CPUtime=7.47 cores=0,2,4,6
/proc/11042/stat : 11042 (adaptg2wsat2009) R 11040 11042 11042 0 -1 4202496 1219 0 0 0 747 0 0 0 25 0 1 0 616961346 428683264 955 33554432000 134512640 135107411 4288232544 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11042/statm: 104659 955 59 146 0 103535 0
[pid=11043] ppid=11021 vsize=310268 CPUtime=0 cores=0,2,4,6
/proc/11043/stat : 11043 (python) S 11021 11021 10986 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 616961349 317714432 5810 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 4580943677609705732 0 0 17 2 0 0 0
/proc/11043/statm: 77567 5810 371 364 0 13476 0
[pid=11045] ppid=11043 vsize=418636 CPUtime=7.42 cores=0,2,4,6
/proc/11045/stat : 11045 (adaptg2wsat2009) R 11043 11045 11045 0 -1 4202496 1220 0 0 0 742 0 0 0 25 0 1 0 616961349 428683264 955 33554432000 134512640 135107411 4290559728 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11045/statm: 104659 955 59 146 0 103535 0
[pid=11021/tid=11035] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11035/stat : 11035 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 18 0 5 0 616961340 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11038] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11038/stat : 11038 (python) S 11017 11021 10986 0 -1 4202560 21 923 0 8 0 0 0 0 20 0 5 0 616961343 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11041] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11041/stat : 11041 (python) S 11017 11021 10986 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 5 0 616961346 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 4 0 0 0
[pid=11021/tid=11044] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11044/stat : 11044 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 20 0 5 0 616961349 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (KiB) 4374152

[startup+51.1006 s]
/proc/loadavg: 3.36 0.84 0.28 9/202 11058
/proc/meminfo: memFree=23163408/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=320512 CPUtime=1.69 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 14047 923 113 8 151 18 0 0 20 0 5 0 616959544 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 301
/proc/11021/statm: 80128 7326 1883 364 0 16037 0
[pid=11034] ppid=11021 vsize=279232 CPUtime=0.03 cores=0,2,4,6
/proc/11034/stat : 11034 (python) S 11021 11021 10986 0 -1 4202560 893 0 0 0 2 1 0 0 15 0 1 0 616961340 285933568 5737 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198735 0 0 16781312 514 10235151432827240708 0 0 17 4 0 0 0
/proc/11034/statm: 69808 5737 377 364 0 5726 0
[pid=11036] ppid=11034 vsize=1018616 CPUtime=32.95 cores=0,2,4,6
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 765 0 0 0 3295 0 0 0 25 0 1 0 616961341 1043062784 501 33554432000 134512640 135663704 4294742480 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11036/statm: 254654 501 113 282 0 254370 0
[pid=11037] ppid=11021 vsize=289624 CPUtime=0.03 cores=0,2,4,6
/proc/11037/stat : 11037 (python) S 11021 11021 10986 0 -1 4202560 913 0 0 0 1 2 0 0 18 0 1 0 616961343 296574976 5785 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240708 0 0 17 4 0 0 0
/proc/11037/statm: 72406 5785 371 364 0 8321 0
[pid=11039] ppid=11037 vsize=1018616 CPUtime=33.11 cores=0,2,4,6
/proc/11039/stat : 11039 (gnovelty+2) R 11037 11039 11039 0 -1 4202496 764 0 0 0 3311 0 0 0 25 0 1 0 616961343 1043062784 501 33554432000 134512640 135663704 4292314864 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11039/statm: 254654 501 113 282 0 254370 0
[pid=11040] ppid=11021 vsize=300012 CPUtime=0.03 cores=0,2,4,6
/proc/11040/stat : 11040 (python) S 11021 11021 10986 0 -1 4202560 924 0 0 0 2 1 0 0 18 0 1 0 616961346 307212288 5806 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240708 0 0 17 4 0 0 0
/proc/11040/statm: 75003 5806 371 364 0 10915 0
[pid=11042] ppid=11040 vsize=418636 CPUtime=33.02 cores=0,2,4,6
/proc/11042/stat : 11042 (adaptg2wsat2009) R 11040 11042 11042 0 -1 4202496 1219 0 0 0 3302 0 0 0 25 0 1 0 616961346 428683264 955 33554432000 134512640 135107411 4288232544 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11042/statm: 104659 955 59 146 0 103535 0
[pid=11043] ppid=11021 vsize=310268 CPUtime=0.03 cores=0,2,4,6
/proc/11043/stat : 11043 (python) S 11021 11021 10986 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 616961349 317714432 5810 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240708 0 0 17 2 0 0 0
/proc/11043/statm: 77567 5810 371 364 0 13476 0
[pid=11045] ppid=11043 vsize=418636 CPUtime=32.93 cores=0,2,4,6
/proc/11045/stat : 11045 (adaptg2wsat2009) R 11043 11045 11045 0 -1 4202496 1220 0 0 0 3293 0 0 0 25 0 1 0 616961349 428683264 955 33554432000 134512640 135107411 4290559728 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11045/statm: 104659 955 59 146 0 103535 0
[pid=11021/tid=11035] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11035/stat : 11035 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 18 0 5 0 616961340 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11038] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11038/stat : 11038 (python) S 11017 11021 10986 0 -1 4202560 21 923 0 8 0 0 0 0 20 0 5 0 616961343 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11041] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11041/stat : 11041 (python) S 11017 11021 10986 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 5 0 616961346 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 4 0 0 0
[pid=11021/tid=11044] ppid=11017 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11044/stat : 11044 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 20 0 5 0 616961349 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 133.82
Current children cumulated vsize (KiB) 4374152

[startup+102.301 s]
/proc/loadavg: 6.25 2.07 0.73 9/202 11060
/proc/meminfo: memFree=23163124/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=320512 CPUtime=1.69 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 14047 923 113 8 151 18 0 0 20 0 5 0 616959544 328204288 7326 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 301
/proc/11021/statm: 80128 7326 1883 364 0 16037 0
[pid=11034] ppid=11021 vsize=279232 CPUtime=0.1 cores=0,2,4,6
/proc/11034/stat : 11034 (python) S 11021 11021 10986 0 -1 4202560 911 0 0 0 6 4 0 0 15 0 1 0 616961340 285933568 5737 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198735 0 0 16781312 514 10235151432827240708 0 0 17 4 0 0 0
/proc/11034/statm: 69808 5737 377 364 0 5726 0
[pid=11036] ppid=11034 vsize=1018616 CPUtime=83.86 cores=0,2,4,6
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 765 0 0 0 8386 0 0 0 25 0 1 0 616961341 1043062784 501 33554432000 134512640 135663704 4294742480 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11036/statm: 254654 501 113 282 0 254370 0
[pid=11037] ppid=11021 vsize=289624 CPUtime=0.09 cores=0,2,4,6
/proc/11037/stat : 11037 (python) S 11021 11021 10986 0 -1 4202560 930 0 0 0 5 4 0 0 18 0 1 0 616961343 296574976 5785 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240708 0 0 17 4 0 0 0
/proc/11037/statm: 72406 5785 371 364 0 8321 0

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

[pid=11021/tid=11077] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11077/stat : 11077 (python) S 11017 11021 10986 0 -1 4202560 28 923 0 8 0 0 0 0 21 0 9 0 616971363 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
[pid=11021/tid=11080] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11080/stat : 11080 (python) S 11017 11021 10986 0 -1 4202560 22 923 0 8 0 0 0 0 20 0 9 0 616971367 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11083] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11083/stat : 11083 (python) S 11017 11021 10986 0 -1 4202560 27 923 0 8 0 0 0 0 22 0 9 0 616971371 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 442.42
Current children cumulated vsize (KiB) 7875176

[startup+128.808 s]
/proc/loadavg: 6.99 2.58 0.93 9/234 11092
/proc/meminfo: memFree=23092676/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=362176 CPUtime=1.83 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 17584 923 113 8 164 19 0 0 22 0 9 0 616959544 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 301
/proc/11021/statm: 90544 7511 1892 364 0 26441 0
[pid=11034] ppid=11021 vsize=289476 CPUtime=0.13 cores=0,2,4,6
/proc/11034/stat : 11034 (python) S 11021 11021 10986 0 -1 4202560 1076 0 0 0 8 5 0 0 17 0 2 0 616961340 296423424 5775 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11034/statm: 72369 5775 410 364 0 8287 0
[pid=11036] ppid=11034 vsize=1018616 CPUtime=99.58 cores=0,2,4,6
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 765 0 0 0 9958 0 0 0 25 0 1 0 616961341 1043062784 501 33554432000 134512640 135663704 4294742480 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11036/statm: 254654 501 113 282 0 254370 0
[pid=11034/tid=11069] ppid=11021 vsize=289476 CPUtime=0 cores=0,2,4,6
/proc/11034/task/11069/stat : 11069 (python) S 11021 11021 10986 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 616971355 296423424 5775 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604440724095040 0 0 -1 4 0 0 0
[pid=11037] ppid=11021 vsize=289624 CPUtime=0.12 cores=0,2,4,6
/proc/11037/stat : 11037 (python) S 11021 11021 10986 0 -1 4202560 1084 0 0 0 6 6 0 0 18 0 2 0 616961343 296574976 5815 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11037/statm: 72406 5815 400 364 0 8321 0
[pid=11039] ppid=11037 vsize=1018616 CPUtime=100.16 cores=0,2,4,6
/proc/11039/stat : 11039 (gnovelty+2) T 11037 11039 11039 0 -1 4202496 764 0 0 0 10016 0 0 0 25 0 1 0 616961343 1043062784 501 33554432000 134512640 135663704 4292314864 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11039/statm: 254654 501 113 282 0 254370 0
[pid=11037/tid=11073] ppid=11021 vsize=289624 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11073/stat : 11073 (python) S 11021 11021 10986 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 616971360 296574976 5815 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604453901410752 0 0 -1 0 0 0 0
[pid=11040] ppid=11021 vsize=300012 CPUtime=0.12 cores=0,2,4,6
/proc/11040/stat : 11040 (python) S 11021 11021 10986 0 -1 4202560 1101 0 0 0 7 5 0 0 19 0 2 0 616961346 307212288 5836 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11040/statm: 75003 5836 400 364 0 10915 0
[pid=11042] ppid=11040 vsize=418636 CPUtime=100 cores=0,2,4,6
/proc/11042/stat : 11042 (adaptg2wsat2009) T 11040 11042 11042 0 -1 4202496 1219 0 0 0 10000 0 0 0 25 0 1 0 616961346 428683264 955 33554432000 134512640 135107411 4288232544 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11042/statm: 104659 955 59 146 0 103535 0
[pid=11040/tid=11075] ppid=11021 vsize=300012 CPUtime=0 cores=0,2,4,6
/proc/11040/task/11075/stat : 11075 (python) S 11021 11021 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 616971361 307212288 5836 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604453979275520 0 0 -1 4 0 0 0
[pid=11043] ppid=11021 vsize=310268 CPUtime=0.11 cores=0,2,4,6
/proc/11043/stat : 11043 (python) S 11021 11021 10986 0 -1 4202560 1114 0 0 0 6 5 0 0 19 0 2 0 616961349 317714432 5840 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11043/statm: 77567 5840 400 364 0 13476 0
[pid=11045] ppid=11043 vsize=418636 CPUtime=99.73 cores=0,2,4,6
/proc/11045/stat : 11045 (adaptg2wsat2009) T 11043 11045 11045 0 -1 4202496 1220 0 0 0 9973 0 0 0 25 0 1 0 616961349 428683264 955 33554432000 134512640 135107411 4290559728 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11045/statm: 104659 955 59 146 0 103535 0
[pid=11043/tid=11074] ppid=11021 vsize=310268 CPUtime=0 cores=0,2,4,6
/proc/11043/task/11074/stat : 11074 (python) S 11021 11021 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 616971360 317714432 5840 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604453979277312 0 0 -1 2 0 0 0
[pid=11070] ppid=11021 vsize=320524 CPUtime=0.01 cores=0,2,4,6
/proc/11070/stat : 11070 (python) S 11021 11021 10986 0 -1 4202560 955 0 0 0 1 0 0 0 18 0 1 0 616971358 328216576 5814 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240707 0 0 17 2 0 0 0
/proc/11070/statm: 80131 5814 371 364 0 16037 0
[pid=11072] ppid=11070 vsize=418636 CPUtime=10.63 cores=0,2,4,6
/proc/11072/stat : 11072 (adaptg2wsat2009) R 11070 11072 11072 0 -1 4202496 1223 0 0 0 1063 0 0 0 25 0 1 0 616971359 428683264 957 33554432000 134512640 135107411 4287963888 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11072/statm: 104659 957 59 146 0 103535 0
[pid=11076] ppid=11021 vsize=330932 CPUtime=0.01 cores=0,2,4,6
/proc/11076/stat : 11076 (python) S 11021 11021 10986 0 -1 4202560 950 0 0 0 1 0 0 0 18 0 1 0 616971363 338874368 5856 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240705 0 0 17 0 0 0 0
/proc/11076/statm: 82733 5856 371 364 0 18636 0
[pid=11078] ppid=11076 vsize=1018616 CPUtime=10.58 cores=0,2,4,6
/proc/11078/stat : 11078 (gnovelty+2) R 11076 11078 11078 0 -1 4202496 767 0 0 0 1058 0 0 0 25 0 1 0 616971363 1043062784 501 33554432000 134512640 135663704 4294272240 18446744073709551615 134544389 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11078/statm: 254654 501 113 282 0 254370 0
[pid=11079] ppid=11021 vsize=341188 CPUtime=0.01 cores=0,2,4,6
/proc/11079/stat : 11079 (python) S 11021 11021 10986 0 -1 4202560 947 0 0 0 0 1 0 0 18 0 1 0 616971366 349376512 5860 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240708 0 0 17 4 0 0 0
/proc/11079/statm: 85297 5860 371 364 0 21197 0
[pid=11081] ppid=11079 vsize=248652 CPUtime=10.49 cores=0,2,4,6
/proc/11081/stat : 11081 (FH) R 11079 11081 11081 0 -1 4202496 1122 0 0 0 1049 0 0 0 25 0 1 0 616971367 254619648 857 33554432000 134512640 134936988 4287241584 18446744073709551615 134554580 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11081/statm: 62163 857 41 104 0 61667 0
[pid=11082] ppid=11021 vsize=351932 CPUtime=0.01 cores=0,2,4,6
/proc/11082/stat : 11082 (python) S 11021 11021 10986 0 -1 4202560 1001 0 0 0 1 0 0 0 18 0 1 0 616971370 360378368 5992 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240705 0 0 17 0 0 0 0
/proc/11082/statm: 87983 5992 377 364 0 23880 0
[pid=11084] ppid=11082 vsize=418636 CPUtime=10.52 cores=0,2,4,6
/proc/11084/stat : 11084 (adaptg2wsat2009) R 11082 11084 11084 0 -1 4202496 1228 0 0 0 1052 0 0 0 25 0 1 0 616971371 428683264 956 33554432000 134512640 135107411 4288046608 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11084/statm: 104659 956 59 146 0 103535 0
[pid=11021/tid=11035] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11035/stat : 11035 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 18 0 9 0 616961340 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11038] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11038/stat : 11038 (python) S 11017 11021 10986 0 -1 4202560 21 923 0 8 0 0 0 0 20 0 9 0 616961343 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11041] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11041/stat : 11041 (python) S 11017 11021 10986 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 9 0 616961346 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 4 0 0 0
[pid=11021/tid=11044] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11044/stat : 11044 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 20 0 9 0 616961349 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
[pid=11021/tid=11071] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11071/stat : 11071 (python) S 11017 11021 10986 0 -1 4202560 32 923 0 8 0 0 0 0 20 0 9 0 616971359 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
[pid=11021/tid=11077] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11077/stat : 11077 (python) S 11017 11021 10986 0 -1 4202560 28 923 0 8 0 0 0 0 21 0 9 0 616971363 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
[pid=11021/tid=11080] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11080/stat : 11080 (python) S 11017 11021 10986 0 -1 4202560 22 923 0 8 0 0 0 0 20 0 9 0 616971367 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11083] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11083/stat : 11083 (python) S 11017 11021 10986 0 -1 4202560 27 923 0 8 0 0 0 0 22 0 9 0 616971371 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 444.04
Current children cumulated vsize (KiB) 7875176

[startup+128.902 s]
/proc/loadavg: 6.99 2.58 0.93 9/234 11092
/proc/meminfo: memFree=23092676/32951124 swapFree=67102140/67111528
[pid=11021] ppid=11017 vsize=362176 CPUtime=1.83 cores=0,2,4,6
/proc/11021/stat : 11021 (python) S 11017 11021 10986 0 -1 4202496 17584 923 113 8 164 19 0 0 22 0 9 0 616959544 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 301
/proc/11021/statm: 90544 7511 1892 364 0 26441 0
[pid=11034] ppid=11021 vsize=289476 CPUtime=0.13 cores=0,2,4,6
/proc/11034/stat : 11034 (python) S 11021 11021 10986 0 -1 4202560 1076 0 0 0 8 5 0 0 17 0 2 0 616961340 296423424 5775 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11034/statm: 72369 5775 410 364 0 8287 0
[pid=11036] ppid=11034 vsize=1018616 CPUtime=99.58 cores=0,2,4,6
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 765 0 0 0 9958 0 0 0 25 0 1 0 616961341 1043062784 501 33554432000 134512640 135663704 4294742480 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11036/statm: 254654 501 113 282 0 254370 0
[pid=11034/tid=11069] ppid=11021 vsize=289476 CPUtime=0 cores=0,2,4,6
/proc/11034/task/11069/stat : 11069 (python) S 11021 11021 10986 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 616971355 296423424 5775 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604440724095040 0 0 -1 4 0 0 0
[pid=11037] ppid=11021 vsize=289624 CPUtime=0.12 cores=0,2,4,6
/proc/11037/stat : 11037 (python) S 11021 11021 10986 0 -1 4202560 1084 0 0 0 6 6 0 0 18 0 2 0 616961343 296574976 5815 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11037/statm: 72406 5815 400 364 0 8321 0
[pid=11039] ppid=11037 vsize=1018616 CPUtime=100.16 cores=0,2,4,6
/proc/11039/stat : 11039 (gnovelty+2) T 11037 11039 11039 0 -1 4202496 764 0 0 0 10016 0 0 0 25 0 1 0 616961343 1043062784 501 33554432000 134512640 135663704 4292314864 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11039/statm: 254654 501 113 282 0 254370 0
[pid=11037/tid=11073] ppid=11021 vsize=289624 CPUtime=0 cores=0,2,4,6
/proc/11037/task/11073/stat : 11073 (python) S 11021 11021 10986 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 616971360 296574976 5815 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604453901410752 0 0 -1 0 0 0 0
[pid=11040] ppid=11021 vsize=300012 CPUtime=0.12 cores=0,2,4,6
/proc/11040/stat : 11040 (python) S 11021 11021 10986 0 -1 4202560 1101 0 0 0 7 5 0 0 19 0 2 0 616961346 307212288 5836 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11040/statm: 75003 5836 400 364 0 10915 0
[pid=11042] ppid=11040 vsize=418636 CPUtime=100 cores=0,2,4,6
/proc/11042/stat : 11042 (adaptg2wsat2009) T 11040 11042 11042 0 -1 4202496 1219 0 0 0 10000 0 0 0 25 0 1 0 616961346 428683264 955 33554432000 134512640 135107411 4288232544 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11042/statm: 104659 955 59 146 0 103535 0
[pid=11040/tid=11075] ppid=11021 vsize=300012 CPUtime=0 cores=0,2,4,6
/proc/11040/task/11075/stat : 11075 (python) S 11021 11021 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 616971361 307212288 5836 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604453979275520 0 0 -1 4 0 0 0
[pid=11043] ppid=11021 vsize=310268 CPUtime=0.11 cores=0,2,4,6
/proc/11043/stat : 11043 (python) S 11021 11021 10986 0 -1 4202560 1114 0 0 0 6 5 0 0 19 0 2 0 616961349 317714432 5840 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11043/statm: 77567 5840 400 364 0 13476 0
[pid=11045] ppid=11043 vsize=418636 CPUtime=99.73 cores=0,2,4,6
/proc/11045/stat : 11045 (adaptg2wsat2009) T 11043 11045 11045 0 -1 4202496 1220 0 0 0 9973 0 0 0 25 0 1 0 616961349 428683264 955 33554432000 134512640 135107411 4290559728 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11045/statm: 104659 955 59 146 0 103535 0
[pid=11043/tid=11074] ppid=11021 vsize=310268 CPUtime=0 cores=0,2,4,6
/proc/11043/task/11074/stat : 11074 (python) S 11021 11021 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 616971360 317714432 5840 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 514 18446604453979277312 0 0 -1 2 0 0 0
[pid=11070] ppid=11021 vsize=320524 CPUtime=0.01 cores=0,2,4,6
/proc/11070/stat : 11070 (python) S 11021 11021 10986 0 -1 4202560 955 0 0 0 1 0 0 0 18 0 1 0 616971358 328216576 5814 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240707 0 0 17 2 0 0 0
/proc/11070/statm: 80131 5814 371 364 0 16037 0
[pid=11072] ppid=11070 vsize=418636 CPUtime=10.73 cores=0,2,4,6
/proc/11072/stat : 11072 (adaptg2wsat2009) R 11070 11072 11072 0 -1 4202496 1223 0 0 0 1073 0 0 0 25 0 1 0 616971359 428683264 957 33554432000 134512640 135107411 4287963888 18446744073709551615 134531810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11072/statm: 104659 957 59 146 0 103535 0
[pid=11076] ppid=11021 vsize=330932 CPUtime=0.01 cores=0,2,4,6
/proc/11076/stat : 11076 (python) S 11021 11021 10986 0 -1 4202560 950 0 0 0 1 0 0 0 18 0 1 0 616971363 338874368 5856 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240705 0 0 17 0 0 0 0
/proc/11076/statm: 82733 5856 371 364 0 18636 0
[pid=11078] ppid=11076 vsize=1018616 CPUtime=10.67 cores=0,2,4,6
/proc/11078/stat : 11078 (gnovelty+2) R 11076 11078 11078 0 -1 4202496 767 0 0 0 1067 0 0 0 25 0 1 0 616971363 1043062784 501 33554432000 134512640 135663704 4294272240 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11078/statm: 254654 501 113 282 0 254370 0
[pid=11079] ppid=11021 vsize=341188 CPUtime=0.01 cores=0,2,4,6
/proc/11079/stat : 11079 (python) S 11021 11021 10986 0 -1 4202560 947 0 0 0 0 1 0 0 18 0 1 0 616971366 349376512 5860 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240708 0 0 17 4 0 0 0
/proc/11079/statm: 85297 5860 371 364 0 21197 0
[pid=11081] ppid=11079 vsize=248652 CPUtime=10.58 cores=0,2,4,6
/proc/11081/stat : 11081 (FH) R 11079 11081 11081 0 -1 4202496 1122 0 0 0 1058 0 0 0 25 0 1 0 616971367 254619648 857 33554432000 134512640 134936988 4287241584 18446744073709551615 134544951 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11081/statm: 62163 857 41 104 0 61667 0
[pid=11082] ppid=11021 vsize=351932 CPUtime=0.01 cores=0,2,4,6
/proc/11082/stat : 11082 (python) S 11021 11021 10986 0 -1 4202560 1001 0 0 0 1 0 0 0 18 0 1 0 616971370 360378368 5992 33554432000 4194304 5683644 140736965941856 18446744073709551615 216735198790 0 0 16781312 514 10235151432827240705 0 0 17 0 0 0 0
/proc/11082/statm: 87983 5992 377 364 0 23880 0
[pid=11084] ppid=11082 vsize=418636 CPUtime=10.61 cores=0,2,4,6
/proc/11084/stat : 11084 (adaptg2wsat2009) R 11082 11084 11084 0 -1 4202496 1228 0 0 0 1061 0 0 0 25 0 1 0 616971371 428683264 956 33554432000 134512640 135107411 4288046608 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11084/statm: 104659 956 59 146 0 103535 0
[pid=11021/tid=11035] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11035/stat : 11035 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 18 0 9 0 616961340 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11038] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11038/stat : 11038 (python) S 11017 11021 10986 0 -1 4202560 21 923 0 8 0 0 0 0 20 0 9 0 616961343 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11041] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11041/stat : 11041 (python) S 11017 11021 10986 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 9 0 616961346 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 4 0 0 0
[pid=11021/tid=11044] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11044/stat : 11044 (python) S 11017 11021 10986 0 -1 4202560 24 923 0 8 0 0 0 0 20 0 9 0 616961349 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
[pid=11021/tid=11071] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11071/stat : 11071 (python) S 11017 11021 10986 0 -1 4202560 32 923 0 8 0 0 0 0 20 0 9 0 616971359 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
[pid=11021/tid=11077] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11077/stat : 11077 (python) S 11017 11021 10986 0 -1 4202560 28 923 0 8 0 0 0 0 21 0 9 0 616971363 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 2 0 0 0
[pid=11021/tid=11080] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11080/stat : 11080 (python) S 11017 11021 10986 0 -1 4202560 22 923 0 8 0 0 0 0 20 0 9 0 616971367 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
[pid=11021/tid=11083] ppid=11017 vsize=362176 CPUtime=0 cores=0,2,4,6
/proc/11021/task/11083/stat : 11083 (python) S 11017 11021 10986 0 -1 4202560 27 923 0 8 0 0 0 0 22 0 9 0 616971371 370868224 7511 33554432000 4194304 5683644 140736965941856 18446744073709551615 216747002289 0 0 16781312 2 18446604453935404992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 444.41
Current children cumulated vsize (KiB) 7875176

Child status: 0
Real time (s): 128.959
CPU time (s): 444.718
CPU user time (s): 444.224
CPU system time (s): 0.493924
CPU usage (%): 344.853
Max. virtual memory (cumulated for all children) (KiB): 7875176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.224
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40034
page faults= 121
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20131
involuntary context switches= 2823

runsolver used 0.227965 second user time and 0.509922 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-01 18:28:05
IDJOB=3317072
IDBENCH=82537
IDSOLVER=1705
FILE ID=node119/3317072-1304267285
RUNJOBID= node119-1304267283-11004
PBS_JOBID= 13173960
Free space on /tmp= 73056 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S181603592-089-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317072-1304267285/watcher-3317072-1304267285 -o /tmp/evaluation-result-3317072-1304267285/solver-3317072-1304267285 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317072-1304267285.cnf -seed 344144970 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= af7b69f0071c372d5cdc250bc7f688e1
RANDOM SEED=344144970

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23305612 kB
Buffers:       1963564 kB
Cached:        7044512 kB
SwapCached:       3688 kB
Active:         622492 kB
Inactive:      8444740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23305612 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           64916 kB
Writeback:           0 kB
AnonPages:       58660 kB
Mapped:          14396 kB
Slab:           514404 kB
PageTables:       4668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188680 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= 72992 MiB
End job on node119 at 2011-05-01 18:30:18