Trace number 3484142

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, 1200 s timeout)? 1128.6 1127.68

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
MD5SUMcd155ee9ac243c838c94577589f0455b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark221.016
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3484142-1307747728.cnf
0.32/0.46	c INFO: computing task features
0.81/0.96	c INFO: computed variable-clause graph statistics
0.81/0.98	c INFO: computed clause balance statistics
3.30/3.49	c INFO: computed variable balance statistics
5.41/5.52	c INFO: computed small-clause counts
5.41/5.53	c INFO: computed Horn-clause counts
6.90/7.09	c INFO: computed variable graph statistics
6.90/7.09	c INFO: collected features for HOME/instance-3484142-1307747728.cnf in 6.62 s
7.01/7.10	c INFO: running hybridGM3@0 for 97 with 1193 remaining (b = 0.36)
107.23/107.30	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.22)
207.40/207.50	c INFO: running hybridGM3@0 for 97 with 993 remaining (b = 0.14)
307.59/307.71	c INFO: running hybridGM3@100 for 97 with 893 remaining (b = 0.11)
365.59/365.79	c INFO: running hybridGM3@100 for 97 with 838 remaining (b = 0.11)
386.08/386.21	c INFO: running TNM@0 for 97 with 819 remaining (b = 0.13)
485.34/485.36	c INFO: running hybridGM3@100 for 97 with 720 remaining (b = 0.10)
570.27/570.28	c INFO: running hybridGM3@0 for 194 with 635 remaining (b = 0.18)
764.95/764.63	c INFO: running hybridGM3@0 for 194 with 440 remaining (b = 0.14)
960.51/959.95	c INFO: running hybridGM3@0 for 245 with 245 remaining (b = 0.10)
1128.42/1127.65	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484142-1307747728/watcher-3484142-1307747728 -o /tmp/evaluation-result-3484142-1307747728/solver-3484142-1307747728 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484142-1307747728.cnf -seed 1306360414 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 4.03 3.67 2.18 4/231 11305
/proc/meminfo: memFree=31531904/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=15780 CPUtime=0 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 835 0 0 0 0 0 0 0 25 0 1 0 886370869 16158720 718 33554432000 4194304 5683644 140736350746496 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 3945 720 334 364 0 432 0

[startup+0.0725379 s]
/proc/loadavg: 4.03 3.67 2.18 4/231 11305
/proc/meminfo: memFree=31531904/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=84524 CPUtime=0.05 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 2273 0 0 0 4 1 0 0 25 0 1 0 886370869 86552576 2016 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256178034 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 21131 2017 633 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100529 s]
/proc/loadavg: 4.03 3.67 2.18 4/231 11305
/proc/meminfo: memFree=31531904/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=104620 CPUtime=0.07 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 3121 0 0 0 6 1 0 0 25 0 1 0 886370869 107130880 2799 33554432000 4194304 5683644 140736350746496 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 26155 2803 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.306523 s]
/proc/loadavg: 4.03 3.67 2.18 4/231 11305
/proc/meminfo: memFree=31531904/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=198916 CPUtime=0.24 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 7028 934 1 0 18 6 0 0 17 0 1 0 886370869 203689984 5053 33554432000 4194304 5683644 140736350746496 18446744073709551615 228247757744 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700426 s]
/proc/loadavg: 4.03 3.67 2.18 4/231 11305
/proc/meminfo: memFree=31531904/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=296948 CPUtime=0.61 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 13811 934 1 0 52 9 0 0 17 0 1 0 886370869 304074752 11481 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244009669 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 74237 11481 1761 364 0 10161 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 296948

[startup+1.50028 s]
/proc/loadavg: 4.03 3.67 2.18 5/232 11310
/proc/meminfo: memFree=31475804/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=312972 CPUtime=1.4 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 21980 934 1 0 131 9 0 0 18 0 1 0 886370869 320483328 15628 33554432000 4194304 5683644 140736350746496 18446744073709551615 228247757481 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 312972

[startup+3.101 s]
/proc/loadavg: 4.03 3.67 2.19 5/232 11310
/proc/meminfo: memFree=31475432/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=312972 CPUtime=3 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 21980 934 1 0 291 9 0 0 22 0 1 0 886370869 320483328 15628 33554432000 4194304 5683644 140736350746496 18446744073709551615 228247757493 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 312972

[startup+6.30044 s]
/proc/loadavg: 4.03 3.67 2.19 5/232 11310
/proc/meminfo: memFree=31475680/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=312972 CPUtime=6.2 cores=1,3
/proc/11305/stat : 11305 (python) R 11303 11305 10635 0 -1 4202496 21987 934 1 0 611 9 0 0 25 0 1 0 886370869 320483328 15635 33554432000 4194304 5683644 140736350746496 18446744073709551615 47837975910528 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11305/statm: 78243 15635 1833 364 0 14167 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 312972

[startup+12.7003 s]
/proc/loadavg: 4.03 3.68 2.20 5/235 11313
/proc/meminfo: memFree=31444528/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=320508 CPUtime=7.01 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 22275 934 1 0 691 10 0 0 25 0 2 0 886370869 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11305/statm: 80127 14998 1875 364 0 16045 0
[pid=11311] ppid=11305 vsize=310264 CPUtime=0 cores=1,3
/proc/11311/stat : 11311 (python) S 11305 11305 10635 0 -1 4202560 864 0 0 0 0 0 0 0 15 0 1 0 886371580 317710336 13495 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368911 0 0 16781312 514 4395483828672495880 0 0 17 1 0 0 0
/proc/11311/statm: 77566 13495 376 364 0 13484 0
[pid=11313] ppid=11311 vsize=268424 CPUtime=5.58 cores=1,3
/proc/11313/stat : 11313 (hybridGM3) R 11311 11313 11313 0 -1 4202496 8089 0 0 0 557 1 0 0 25 0 1 0 886371580 274866176 7823 33554432000 134512640 135204385 4292015200 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11313/statm: 67106 7823 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=320508 CPUtime=0 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886371580 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 899196

[startup+25.5011 s]
/proc/loadavg: 4.01 3.69 2.23 4/205 11318
/proc/meminfo: memFree=31522364/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=320508 CPUtime=7.01 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 22275 934 1 0 691 10 0 0 25 0 2 0 886370869 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11305/statm: 80127 14998 1875 364 0 16045 0
[pid=11311] ppid=11305 vsize=310264 CPUtime=0.01 cores=1,3
/proc/11311/stat : 11311 (python) S 11305 11305 10635 0 -1 4202560 870 0 0 0 1 0 0 0 15 0 1 0 886371580 317710336 13495 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368911 0 0 16781312 514 2487711028540834056 0 0 17 1 0 0 0
/proc/11311/statm: 77566 13495 376 364 0 13484 0
[pid=11313] ppid=11311 vsize=268424 CPUtime=18.36 cores=1,3
/proc/11313/stat : 11313 (hybridGM3) R 11311 11313 11313 0 -1 4202496 8093 0 0 0 1835 1 0 0 25 0 1 0 886371580 274866176 7827 33554432000 134512640 135204385 4292015200 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11313/statm: 67106 7827 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=320508 CPUtime=0 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886371580 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 899196

[startup+51.1006 s]
/proc/loadavg: 3.66 3.64 2.25 4/205 11319
/proc/meminfo: memFree=31522088/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=320508 CPUtime=7.01 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 22275 934 1 0 691 10 0 0 25 0 2 0 886370869 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11305/statm: 80127 14998 1875 364 0 16045 0
[pid=11311] ppid=11305 vsize=310264 CPUtime=0.05 cores=1,3
/proc/11311/stat : 11311 (python) S 11305 11305 10635 0 -1 4202560 881 0 0 0 3 2 0 0 15 0 1 0 886371580 317710336 13495 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368911 0 0 16781312 514 2487711028540834056 0 0 17 1 0 0 0
/proc/11311/statm: 77566 13495 376 364 0 13484 0
[pid=11313] ppid=11311 vsize=268424 CPUtime=43.94 cores=1,3
/proc/11313/stat : 11313 (hybridGM3) R 11311 11313 11313 0 -1 4202496 8093 0 0 0 4393 1 0 0 25 0 1 0 886371580 274866176 7827 33554432000 134512640 135204385 4292015200 18446744073709551615 134536851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11313/statm: 67106 7827 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=320508 CPUtime=0 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886371580 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 899196

[startup+102.308 s]
/proc/loadavg: 3.26 3.53 2.29 4/212 11327
/proc/meminfo: memFree=31491556/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=320508 CPUtime=7.01 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 22275 934 1 0 691 10 0 0 25 0 2 0 886370869 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11305/statm: 80127 14998 1875 364 0 16045 0
[pid=11311] ppid=11305 vsize=310264 CPUtime=0.12 cores=1,3
/proc/11311/stat : 11311 (python) S 11305 11305 10635 0 -1 4202560 904 0 0 0 7 5 0 0 15 0 1 0 886371580 317710336 13495 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368911 0 0 16781312 514 2487711028540834056 0 0 17 1 0 0 0
/proc/11311/statm: 77566 13495 376 364 0 13484 0
[pid=11313] ppid=11311 vsize=268424 CPUtime=95.11 cores=1,3
/proc/11313/stat : 11313 (hybridGM3) R 11311 11313 11313 0 -1 4202496 8093 0 0 0 9510 1 0 0 25 0 1 0 886371580 274866176 7827 33554432000 134512640 135204385 4292015200 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11313/statm: 67106 7827 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=320508 CPUtime=0 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886371580 328200192 14998 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 899196

[startup+162.301 s]
/proc/loadavg: 3.10 3.44 2.33 4/216 11333
/proc/meminfo: memFree=31454412/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=330764 CPUtime=7.01 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 23162 934 1 0 691 10 0 0 20 0 3 0 886370869 338702336 15005 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11305/statm: 82691 15005 1878 364 0 18606 0
[pid=11311] ppid=11305 vsize=320508 CPUtime=0.13 cores=1,3
/proc/11311/stat : 11311 (python) S 11305 11305 10635 0 -1 4202560 1145 0 0 0 8 5 0 0 16 0 2 0 886371580 328200192 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11311/statm: 80127 13539 415 364 0 16045 0
[pid=11313] ppid=11311 vsize=268424 CPUtime=100.09 cores=1,3
/proc/11313/stat : 11313 (hybridGM3) T 11311 11313 11313 0 -1 4202496 8093 0 0 0 10008 1 0 0 25 0 1 0 886371580 274866176 7827 33554432000 134512640 135204385 4292015200 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11313/statm: 67106 7827 64 169 0 66936 0
[pid=11311/tid=11328] ppid=11305 vsize=320508 CPUtime=0 cores=1,3
/proc/11311/task/11328/stat : 11328 (python) S 11305 11305 10635 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886381599 328200192 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471115965760 0 0 -1 1 0 0 0
[pid=11329] ppid=11305 vsize=320520 CPUtime=0.06 cores=1,3
/proc/11329/stat : 11329 (python) S 11305 11305 10635 0 -1 4202560 905 0 0 0 3 3 0 0 15 0 1 0 886381600 328212480 13493 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368966 0 0 16781312 514 2487711028540834054 0 0 17 1 0 0 0
/proc/11329/statm: 80130 13493 370 364 0 16045 0
[pid=11331] ppid=11329 vsize=268424 CPUtime=54.91 cores=1,3
/proc/11331/stat : 11331 (hybridGM3) R 11329 11331 11331 0 -1 4202496 8087 0 0 0 5491 0 0 0 25 0 1 0 886381600 274866176 7824 33554432000 134512640 135204385 4287703248 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11331/statm: 67106 7824 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=330764 CPUtime=0 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 886371580 338702336 15005 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=11305/tid=11330] ppid=11303 vsize=330764 CPUtime=0 cores=1,3
/proc/11305/task/11330/stat : 11330 (python) S 11303 11305 10635 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886381600 338702336 15005 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1508640

[startup+222.301 s]
/proc/loadavg: 3.03 3.35 2.37 4/225 11343
/proc/meminfo: memFree=31408032/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=341020 CPUtime=7.02 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 24003 934 1 0 692 10 0 0 20 0 4 0 886370869 349204480 15011 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11305/statm: 85255 15011 1880 364 0 21167 0
[pid=11311] ppid=11305 vsize=320508 CPUtime=0.13 cores=1,3
/proc/11311/stat : 11311 (python) S 11305 11305 10635 0 -1 4202560 1145 0 0 0 8 5 0 0 16 0 2 0 886371580 328200192 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11311/statm: 80127 13539 415 364 0 16045 0
[pid=11313] ppid=11311 vsize=268424 CPUtime=100.09 cores=1,3
/proc/11313/stat : 11313 (hybridGM3) T 11311 11313 11313 0 -1 4202496 8093 0 0 0 10008 1 0 0 25 0 1 0 886371580 274866176 7827 33554432000 134512640 135204385 4292015200 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11313/statm: 67106 7827 64 169 0 66936 0
[pid=11311/tid=11328] ppid=11305 vsize=320508 CPUtime=0 cores=1,3
/proc/11311/task/11328/stat : 11328 (python) S 11305 11305 10635 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886381599 328200192 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471115965760 0 0 -1 1 0 0 0

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

/proc/11305/task/11342/stat : 11342 (python) S 11303 11305 10635 0 -1 4202560 33 28900 0 0 0 0 46358 49 18 0 8 0 886391621 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11363] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11363/stat : 11363 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886409492 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11380] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11380/stat : 11380 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886427898 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11446] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11446/stat : 11446 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886447333 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11559] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11559/stat : 11559 (python) S 11303 11305 10635 0 -1 4202560 29 28900 0 0 0 0 46358 49 20 0 8 0 886466865 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.14
Current children cumulated vsize (KiB) 3078024

[startup+1127.1 s]
/proc/loadavg: 3.02 3.04 2.75 4/223 11619
/proc/meminfo: memFree=31417688/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=382044 CPUtime=471.14 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 27508 28900 1 0 696 11 46358 49 19 0 8 0 886370869 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11305/statm: 95511 15035 1888 364 0 31411 0
[pid=11362] ppid=11305 vsize=341032 CPUtime=0.14 cores=1,3
/proc/11362/stat : 11362 (python) S 11305 11305 10635 0 -1 4202560 1073 0 0 0 7 7 0 0 19 0 2 0 886409491 349216768 13531 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11362/statm: 85258 13531 399 364 0 21167 0
[pid=11364] ppid=11362 vsize=465044 CPUtime=99.12 cores=1,3
/proc/11364/stat : 11364 (TNM) T 11362 11364 11364 0 -1 4202496 6011 0 0 0 9912 0 0 0 25 0 1 0 886409492 476205056 5750 33554432000 134512640 135008748 4287001568 18446744073709551615 134527771 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11364/statm: 116261 5750 46 122 0 115161 0
[pid=11362/tid=11375] ppid=11305 vsize=341032 CPUtime=0 cores=1,3
/proc/11362/task/11375/stat : 11375 (python) S 11305 11305 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886419405 349216768 13531 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471115593728 0 0 -1 1 0 0 0
[pid=11379] ppid=11305 vsize=351288 CPUtime=0.28 cores=1,3
/proc/11379/stat : 11379 (python) S 11305 11305 10635 0 -1 4202560 1114 0 0 0 14 14 0 0 16 0 2 0 886427898 359718912 13535 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11379/statm: 87822 13535 399 364 0 23728 0
[pid=11381] ppid=11379 vsize=268424 CPUtime=194.32 cores=1,3
/proc/11381/stat : 11381 (hybridGM3) T 11379 11381 11381 0 -1 4202496 8090 0 0 0 19432 0 0 0 25 0 1 0 886427899 274866176 7825 33554432000 134512640 135204385 4292859056 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11381/statm: 67106 7825 64 169 0 66936 0
[pid=11379/tid=11444] ppid=11305 vsize=351288 CPUtime=0 cores=1,3
/proc/11379/task/11444/stat : 11444 (python) S 11305 11305 10635 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 886447332 359718912 13535 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471158815744 0 0 -1 3 0 0 0
[pid=11445] ppid=11305 vsize=361544 CPUtime=0.26 cores=1,3
/proc/11445/stat : 11445 (python) S 11305 11305 10635 0 -1 4202560 1123 0 0 0 13 13 0 0 16 0 2 0 886447332 370221056 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11445/statm: 90386 13539 399 364 0 26289 0
[pid=11447] ppid=11445 vsize=268424 CPUtime=195.31 cores=1,3
/proc/11447/stat : 11447 (hybridGM3) T 11445 11447 11447 0 -1 4202496 8085 0 0 0 19529 2 0 0 25 0 1 0 886447333 274866176 7825 33554432000 134512640 135204385 4293429728 18446744073709551615 134537322 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11447/statm: 67106 7825 64 169 0 66936 0
[pid=11445/tid=11557] ppid=11305 vsize=361544 CPUtime=0 cores=1,3
/proc/11445/task/11557/stat : 11557 (python) S 11305 11305 10635 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886466864 370221056 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604465165883328 0 0 -1 3 0 0 0
[pid=11558] ppid=11305 vsize=371800 CPUtime=0.22 cores=1,3
/proc/11558/stat : 11558 (python) S 11305 11305 10635 0 -1 4202560 962 0 0 0 10 12 0 0 15 0 1 0 886466865 380723200 13513 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368966 0 0 16781312 514 2487711028540834056 0 0 17 3 0 0 0
/proc/11558/statm: 92950 13513 370 364 0 28850 0
[pid=11560] ppid=11558 vsize=268424 CPUtime=167.14 cores=1,3
/proc/11560/stat : 11560 (hybridGM3) R 11558 11560 11560 0 -1 4202496 8118 0 0 0 16713 1 0 0 25 0 1 0 886466865 274866176 7855 33554432000 134512640 135204385 4292504480 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11560/statm: 67106 7855 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 33 28900 0 0 0 0 46358 49 18 0 8 0 886371580 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=11305/tid=11330] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11330/stat : 11330 (python) S 11303 11305 10635 0 -1 4202560 30 28900 0 0 0 0 46358 49 18 0 8 0 886381600 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=11305/tid=11342] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11342/stat : 11342 (python) S 11303 11305 10635 0 -1 4202560 33 28900 0 0 0 0 46358 49 18 0 8 0 886391621 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11363] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11363/stat : 11363 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886409492 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11380] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11380/stat : 11380 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886427898 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11446] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11446/stat : 11446 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886447333 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11559] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11559/stat : 11559 (python) S 11303 11305 10635 0 -1 4202560 29 28900 0 0 0 0 46358 49 20 0 8 0 886466865 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.93
Current children cumulated vsize (KiB) 3078024

[startup+1127.51 s]
/proc/loadavg: 3.02 3.04 2.75 4/223 11619
/proc/meminfo: memFree=31417552/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=382044 CPUtime=471.14 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 27508 28900 1 0 696 11 46358 49 19 0 8 0 886370869 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11305/statm: 95511 15035 1888 364 0 31411 0
[pid=11362] ppid=11305 vsize=341032 CPUtime=0.14 cores=1,3
/proc/11362/stat : 11362 (python) S 11305 11305 10635 0 -1 4202560 1073 0 0 0 7 7 0 0 19 0 2 0 886409491 349216768 13531 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11362/statm: 85258 13531 399 364 0 21167 0
[pid=11364] ppid=11362 vsize=465044 CPUtime=99.12 cores=1,3
/proc/11364/stat : 11364 (TNM) T 11362 11364 11364 0 -1 4202496 6011 0 0 0 9912 0 0 0 25 0 1 0 886409492 476205056 5750 33554432000 134512640 135008748 4287001568 18446744073709551615 134527771 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11364/statm: 116261 5750 46 122 0 115161 0
[pid=11362/tid=11375] ppid=11305 vsize=341032 CPUtime=0 cores=1,3
/proc/11362/task/11375/stat : 11375 (python) S 11305 11305 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886419405 349216768 13531 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471115593728 0 0 -1 1 0 0 0
[pid=11379] ppid=11305 vsize=351288 CPUtime=0.28 cores=1,3
/proc/11379/stat : 11379 (python) S 11305 11305 10635 0 -1 4202560 1114 0 0 0 14 14 0 0 16 0 2 0 886427898 359718912 13535 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11379/statm: 87822 13535 399 364 0 23728 0
[pid=11381] ppid=11379 vsize=268424 CPUtime=194.32 cores=1,3
/proc/11381/stat : 11381 (hybridGM3) T 11379 11381 11381 0 -1 4202496 8090 0 0 0 19432 0 0 0 25 0 1 0 886427899 274866176 7825 33554432000 134512640 135204385 4292859056 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11381/statm: 67106 7825 64 169 0 66936 0
[pid=11379/tid=11444] ppid=11305 vsize=351288 CPUtime=0 cores=1,3
/proc/11379/task/11444/stat : 11444 (python) S 11305 11305 10635 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 886447332 359718912 13535 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471158815744 0 0 -1 3 0 0 0
[pid=11445] ppid=11305 vsize=361544 CPUtime=0.26 cores=1,3
/proc/11445/stat : 11445 (python) S 11305 11305 10635 0 -1 4202560 1123 0 0 0 13 13 0 0 16 0 2 0 886447332 370221056 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11445/statm: 90386 13539 399 364 0 26289 0
[pid=11447] ppid=11445 vsize=268424 CPUtime=195.31 cores=1,3
/proc/11447/stat : 11447 (hybridGM3) T 11445 11447 11447 0 -1 4202496 8085 0 0 0 19529 2 0 0 25 0 1 0 886447333 274866176 7825 33554432000 134512640 135204385 4293429728 18446744073709551615 134537322 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11447/statm: 67106 7825 64 169 0 66936 0
[pid=11445/tid=11557] ppid=11305 vsize=361544 CPUtime=0 cores=1,3
/proc/11445/task/11557/stat : 11557 (python) S 11305 11305 10635 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886466864 370221056 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604465165883328 0 0 -1 3 0 0 0
[pid=11558] ppid=11305 vsize=371800 CPUtime=0.22 cores=1,3
/proc/11558/stat : 11558 (python) S 11305 11305 10635 0 -1 4202560 962 0 0 0 10 12 0 0 15 0 1 0 886466865 380723200 13513 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368966 0 0 16781312 514 2487711028540834056 0 0 17 3 0 0 0
/proc/11558/statm: 92950 13513 370 364 0 28850 0
[pid=11560] ppid=11558 vsize=268424 CPUtime=167.55 cores=1,3
/proc/11560/stat : 11560 (hybridGM3) R 11558 11560 11560 0 -1 4202496 8118 0 0 0 16754 1 0 0 25 0 1 0 886466865 274866176 7855 33554432000 134512640 135204385 4292504480 18446744073709551615 134537435 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11560/statm: 67106 7855 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 33 28900 0 0 0 0 46358 49 18 0 8 0 886371580 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=11305/tid=11330] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11330/stat : 11330 (python) S 11303 11305 10635 0 -1 4202560 30 28900 0 0 0 0 46358 49 18 0 8 0 886381600 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=11305/tid=11342] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11342/stat : 11342 (python) S 11303 11305 10635 0 -1 4202560 33 28900 0 0 0 0 46358 49 18 0 8 0 886391621 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11363] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11363/stat : 11363 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886409492 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11380] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11380/stat : 11380 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886427898 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11446] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11446/stat : 11446 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886447333 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11559] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11559/stat : 11559 (python) S 11303 11305 10635 0 -1 4202560 29 28900 0 0 0 0 46358 49 20 0 8 0 886466865 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1128.34
Current children cumulated vsize (KiB) 3078024

[startup+1127.6 s]
/proc/loadavg: 3.02 3.04 2.75 4/223 11619
/proc/meminfo: memFree=31417552/32951124 swapFree=67056676/67111528
[pid=11305] ppid=11303 vsize=382044 CPUtime=471.14 cores=1,3
/proc/11305/stat : 11305 (python) S 11303 11305 10635 0 -1 4202496 27508 28900 1 0 696 11 46358 49 19 0 8 0 886370869 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11305/statm: 95511 15035 1888 364 0 31411 0
[pid=11362] ppid=11305 vsize=341032 CPUtime=0.14 cores=1,3
/proc/11362/stat : 11362 (python) S 11305 11305 10635 0 -1 4202560 1073 0 0 0 7 7 0 0 19 0 2 0 886409491 349216768 13531 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11362/statm: 85258 13531 399 364 0 21167 0
[pid=11364] ppid=11362 vsize=465044 CPUtime=99.12 cores=1,3
/proc/11364/stat : 11364 (TNM) T 11362 11364 11364 0 -1 4202496 6011 0 0 0 9912 0 0 0 25 0 1 0 886409492 476205056 5750 33554432000 134512640 135008748 4287001568 18446744073709551615 134527771 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11364/statm: 116261 5750 46 122 0 115161 0
[pid=11362/tid=11375] ppid=11305 vsize=341032 CPUtime=0 cores=1,3
/proc/11362/task/11375/stat : 11375 (python) S 11305 11305 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886419405 349216768 13531 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471115593728 0 0 -1 1 0 0 0
[pid=11379] ppid=11305 vsize=351288 CPUtime=0.28 cores=1,3
/proc/11379/stat : 11379 (python) S 11305 11305 10635 0 -1 4202560 1114 0 0 0 14 14 0 0 16 0 2 0 886427898 359718912 13535 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11379/statm: 87822 13535 399 364 0 23728 0
[pid=11381] ppid=11379 vsize=268424 CPUtime=194.32 cores=1,3
/proc/11381/stat : 11381 (hybridGM3) T 11379 11381 11381 0 -1 4202496 8090 0 0 0 19432 0 0 0 25 0 1 0 886427899 274866176 7825 33554432000 134512640 135204385 4292859056 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11381/statm: 67106 7825 64 169 0 66936 0
[pid=11379/tid=11444] ppid=11305 vsize=351288 CPUtime=0 cores=1,3
/proc/11379/task/11444/stat : 11444 (python) S 11305 11305 10635 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 886447332 359718912 13535 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604471158815744 0 0 -1 3 0 0 0
[pid=11445] ppid=11305 vsize=361544 CPUtime=0.26 cores=1,3
/proc/11445/stat : 11445 (python) S 11305 11305 10635 0 -1 4202560 1123 0 0 0 13 13 0 0 16 0 2 0 886447332 370221056 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11445/statm: 90386 13539 399 364 0 26289 0
[pid=11447] ppid=11445 vsize=268424 CPUtime=195.31 cores=1,3
/proc/11447/stat : 11447 (hybridGM3) T 11445 11447 11447 0 -1 4202496 8085 0 0 0 19529 2 0 0 25 0 1 0 886447333 274866176 7825 33554432000 134512640 135204385 4293429728 18446744073709551615 134537322 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11447/statm: 67106 7825 64 169 0 66936 0
[pid=11445/tid=11557] ppid=11305 vsize=361544 CPUtime=0 cores=1,3
/proc/11445/task/11557/stat : 11557 (python) S 11305 11305 10635 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886466864 370221056 13539 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 514 18446604465165883328 0 0 -1 3 0 0 0
[pid=11558] ppid=11305 vsize=371800 CPUtime=0.22 cores=1,3
/proc/11558/stat : 11558 (python) S 11305 11305 10635 0 -1 4202560 962 0 0 0 10 12 0 0 15 0 1 0 886466865 380723200 13513 33554432000 4194304 5683644 140736350746496 18446744073709551615 228244368966 0 0 16781312 514 2487711028540834056 0 0 17 3 0 0 0
/proc/11558/statm: 92950 13513 370 364 0 28850 0
[pid=11560] ppid=11558 vsize=268424 CPUtime=167.63 cores=1,3
/proc/11560/stat : 11560 (hybridGM3) R 11558 11560 11560 0 -1 4204032 8118 0 0 0 16762 1 0 0 25 0 1 0 886466865 274866176 7855 33554432000 134512640 135204385 4292504480 18446744073709551615 134539301 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11560/statm: 67106 7855 64 169 0 66936 0
[pid=11305/tid=11312] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11312/stat : 11312 (python) S 11303 11305 10635 0 -1 4202560 33 28900 0 0 0 0 46358 49 18 0 8 0 886371580 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=11305/tid=11330] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11330/stat : 11330 (python) S 11303 11305 10635 0 -1 4202560 30 28900 0 0 0 0 46358 49 18 0 8 0 886381600 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=11305/tid=11342] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11342/stat : 11342 (python) S 11303 11305 10635 0 -1 4202560 33 28900 0 0 0 0 46358 49 18 0 8 0 886391621 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11363] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11363/stat : 11363 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886409492 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11380] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11380/stat : 11380 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886427898 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11446] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11446/stat : 11446 (python) S 11303 11305 10635 0 -1 4202560 27 28900 0 0 0 0 46358 49 20 0 8 0 886447333 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=11305/tid=11559] ppid=11303 vsize=382044 CPUtime=464.07 cores=1,3
/proc/11305/task/11559/stat : 11559 (python) S 11303 11305 10635 0 -1 4202560 29 28900 0 0 0 0 46358 49 20 0 8 0 886466865 391213056 15035 33554432000 4194304 5683644 140736350746496 18446744073709551615 228256172465 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1128.42
Current children cumulated vsize (KiB) 3078024

Child status: 0
Real time (s): 1127.68
CPU time (s): 1128.6
CPU user time (s): 1127.4
CPU system time (s): 1.20382
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 3078024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1127.4
system time used= 1.20382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2395
involuntary context switches= 3726

runsolver used 1.9457 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-11 01:15:29
IDJOB=3484142
IDBENCH=82653
IDSOLVER=1975
FILE ID=node136/3484142-1307747728
RUNJOBID= node136-1307746989-10655
PBS_JOBID= 13550822
Free space on /tmp= 74064 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1268831169-016-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-3484142-1307747728/watcher-3484142-1307747728 -o /tmp/evaluation-result-3484142-1307747728/solver-3484142-1307747728 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484142-1307747728.cnf -seed 1306360414 -budget 1200

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

MD5SUM BENCH= cd155ee9ac243c838c94577589f0455b
RANDOM SEED=1306360414

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31532456 kB
Buffers:        223524 kB
Cached:         700980 kB
SwapCached:       8764 kB
Active:         784368 kB
Inactive:       419424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31532456 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           67368 kB
Writeback:           0 kB
AnonPages:      276816 kB
Mapped:          20724 kB
Slab:           138012 kB
PageTables:      14812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7494692 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= 73912 MiB
End job on node136 at 2011-06-11 01:34:17