Trace number 3317128

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-random? (MO) 2378.86 598.418

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S771170845-016-UNKNOWN.cnf
MD5SUM8a262b49dcf27b27fb405f8a8cdf125f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.9854
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.33/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.67	c INFO: solving HOME/instance-3317128-1304267418.cnf
0.33/0.67	c INFO: computing task features
0.40/0.78	c INFO: computed variable-clause graph statistics
0.40/0.79	c INFO: computed clause balance statistics
1.10/1.44	c INFO: computed variable balance statistics
1.30/1.69	c INFO: computed small-clause counts
1.30/1.70	c INFO: computed Horn-clause counts
1.40/1.71	c INFO: computed variable graph statistics
1.40/1.71	c INFO: collected features for HOME/instance-3317128-1304267418.cnf in 1.04 s
1.40/1.74	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.35)
1.40/1.77	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.12)
1.49/1.80	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
1.49/1.83	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.06)
397.32/100.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.05)
397.68/101.01	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.04)
401.28/101.93	c INFO: running FH@0 for 97 with 4698 remaining (b = 0.03)
401.28/101.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.03)
793.25/200.17	c INFO: running adaptg2wsat2009++@0 for 97 with 4600 remaining (b = 0.02)
796.32/201.16	c INFO: running FH@0 for 97 with 4599 remaining (b = 0.02)
797.64/201.23	c INFO: running hybridGM3@0 for 194 with 4599 remaining (b = 0.04)
800.34/202.12	c INFO: running gnovelty+2@0 for 97 with 4598 remaining (b = 0.02)
1188.34/299.37	c INFO: running hybridGM3@0 for 194 with 4501 remaining (b = 0.03)
1200.28/302.34	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1212.21/305.40	c INFO: running TNM@0 for 1552 with 4495 remaining (b = 0.20)
1575.82/396.62	c INFO: running adaptg2wsat2009++@0 for 97 with 4404 remaining (b = 0.01)
1962.88/493.81	c INFO: running hybridGM3@100 for 97 with 4306 remaining (b = 0.01)
1994.72/501.87	c INFO: running hybridGM3@100 for 97 with 4298 remaining (b = 0.01)
1998.31/502.76	c INFO: running hybridGM3@101 for 97 with 4297 remaining (b = 0.01)
2349.43/590.99	c INFO: running FH@0 for 97 with 4209 remaining (b = 0.01)
2377.24/597.95	c INFO: running hybridGM3@0 for 194 with 4202 remaining (b = 0.02)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3317128-1304267418/watcher-3317128-1304267418 -o /tmp/evaluation-result-3317128-1304267418/solver-3317128-1304267418 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317128-1304267418.cnf -seed 867666104 -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: 6.99 2.58 0.93 5/205 11119
/proc/meminfo: memFree=23174660/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/11119/stat : 11119 (python) R 11117 11119 10986 0 -1 4202496 791 0 0 0 0 0 0 0 25 0 1 0 616972486 15749120 679 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11119/statm: 3845 679 322 364 0 332 0

[startup+0.01703 s]
/proc/loadavg: 6.99 2.58 0.93 5/205 11119
/proc/meminfo: memFree=23174660/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/11119/stat : 11119 (python) S 11117 11119 10986 0 -1 4202496 1000 0 0 0 0 0 0 0 25 0 1 0 616972486 16633856 873 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/11119/statm: 4061 873 371 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.10014 s]
/proc/loadavg: 6.99 2.58 0.93 5/205 11119
/proc/meminfo: memFree=23174660/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=87708 CPUtime=0.06 cores=0,2,4,6
/proc/11119/stat : 11119 (python) S 11117 11119 10986 0 -1 4202496 2638 0 0 0 4 2 0 0 25 0 1 0 616972486 89812992 2354 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/11119/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.30111 s]
/proc/loadavg: 6.99 2.58 0.93 5/205 11119
/proc/meminfo: memFree=23174660/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=135752 CPUtime=0.19 cores=0,2,4,6
/proc/11119/stat : 11119 (python) S 11117 11119 10986 0 -1 4202496 5965 934 1 0 12 7 0 0 25 0 1 0 616972486 139010048 4151 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735174661 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/11119/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.701029 s]
/proc/loadavg: 6.99 2.58 0.93 5/205 11119
/proc/meminfo: memFree=23174660/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=279688 CPUtime=0.4 cores=0,2,4,6
/proc/11119/stat : 11119 (python) R 11117 11119 10986 0 -1 4202496 9578 934 1 0 28 12 0 0 25 0 1 0 616972486 286400512 7257 33554432000 4194304 5683644 140735339283648 18446744073709551615 4960188 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11119/statm: 69922 7257 1761 364 0 5846 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 279688

[startup+1.50093 s]
/proc/loadavg: 6.99 2.58 0.93 6/206 11124
/proc/meminfo: memFree=23148240/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=282588 CPUtime=1.2 cores=0,2,4,6
/proc/11119/stat : 11119 (python) R 11117 11119 10986 0 -1 4202496 11332 934 1 0 108 12 0 0 25 0 1 0 616972486 289370112 8059 33554432000 4194304 5683644 140735339283648 18446744073709551615 216734836978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11119/statm: 70647 8059 1827 364 0 6571 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 282588

[startup+3.10061 s]
/proc/loadavg: 6.99 2.58 0.93 9/218 11136
/proc/meminfo: memFree=23127572/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=320512 CPUtime=1.53 cores=0,2,4,6
/proc/11119/stat : 11119 (python) S 11117 11119 10986 0 -1 4202496 14176 934 1 0 140 13 0 0 22 0 5 0 616972486 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11119/statm: 80128 7326 1883 364 0 16037 0
[pid=11125] ppid=11119 vsize=279232 CPUtime=0 cores=0,2,4,6
/proc/11125/stat : 11125 (python) S 11119 11119 10986 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 616972661 285933568 5714 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198735 0 0 16781312 514 13790893701146312964 0 0 17 0 0 0 0
/proc/11125/statm: 69808 5714 354 364 0 5726 0
[pid=11127] ppid=11125 vsize=1018616 CPUtime=1.34 cores=0,2,4,6
/proc/11127/stat : 11127 (gnovelty+2) R 11125 11127 11127 0 -1 4202496 761 0 0 0 134 0 0 0 25 0 1 0 616972661 1043062784 500 33554432000 134512640 135663704 4294798320 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11127/statm: 254654 500 113 282 0 254370 0
[pid=11128] ppid=11119 vsize=289624 CPUtime=0 cores=0,2,4,6
/proc/11128/stat : 11128 (python) S 11119 11119 10986 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 616972664 296574976 5762 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 2990605386270081283 0 0 17 6 0 0 0
/proc/11128/statm: 72406 5762 348 364 0 8321 0
[pid=11130] ppid=11128 vsize=1018616 CPUtime=1.31 cores=0,2,4,6
/proc/11130/stat : 11130 (gnovelty+2) R 11128 11130 11130 0 -1 4202496 763 0 0 0 131 0 0 0 25 0 1 0 616972664 1043062784 500 33554432000 134512640 135663704 4292140672 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11130/statm: 254654 500 113 282 0 254370 0
[pid=11131] ppid=11119 vsize=299880 CPUtime=0 cores=0,2,4,6
/proc/11131/stat : 11131 (python) S 11119 11119 10986 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 616972666 307077120 5766 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 2990601537979416575 0 0 17 6 0 0 0
/proc/11131/statm: 74970 5766 348 364 0 10882 0
[pid=11133] ppid=11131 vsize=418500 CPUtime=1.28 cores=0,2,4,6
/proc/11133/stat : 11133 (adaptg2wsat2009) R 11131 11133 11133 0 -1 4202496 1073 0 0 0 128 0 0 0 25 0 1 0 616972667 428544000 808 33554432000 134512640 135107411 4293590320 18446744073709551615 134523485 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11133/statm: 104625 808 49 146 0 103501 0
[pid=11134] ppid=11119 vsize=310268 CPUtime=0 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11119 11119 10986 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 616972670 317714432 5787 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 4249498371317825535 0 0 17 0 0 0 0
/proc/11134/statm: 77567 5787 348 364 0 13476 0
[pid=11136] ppid=11134 vsize=418500 CPUtime=1.25 cores=0,2,4,6
/proc/11136/stat : 11136 (adaptg2wsat2009) R 11134 11136 11136 0 -1 4202496 1074 0 0 0 125 0 0 0 25 0 1 0 616972670 428544000 808 33554432000 134512640 135107411 4291299376 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 104625 808 49 146 0 103501 0
[pid=11119/tid=11126] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11126/stat : 11126 (python) S 11117 11119 10986 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 616972661 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 2 0 0 0
[pid=11119/tid=11129] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11129/stat : 11129 (python) S 11117 11119 10986 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 616972664 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
[pid=11119/tid=11132] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11132/stat : 11132 (python) S 11117 11119 10986 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 616972667 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11135] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11135/stat : 11135 (python) S 11117 11119 10986 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 5 0 616972670 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 4373748

[startup+6.30105 s]
/proc/loadavg: 7.07 2.67 0.97 9/218 11136
/proc/meminfo: memFree=23125092/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=320512 CPUtime=1.53 cores=0,2,4,6
/proc/11119/stat : 11119 (python) S 11117 11119 10986 0 -1 4202496 14176 934 1 0 140 13 0 0 22 0 5 0 616972486 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11119/statm: 80128 7326 1883 364 0 16037 0
[pid=11125] ppid=11119 vsize=279232 CPUtime=0 cores=0,2,4,6
/proc/11125/stat : 11125 (python) S 11119 11119 10986 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 616972661 285933568 5737 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198735 0 0 16781312 514 13790893701146312964 0 0 17 0 0 0 0
/proc/11125/statm: 69808 5737 377 364 0 5726 0
[pid=11127] ppid=11125 vsize=1018616 CPUtime=4.54 cores=0,2,4,6
/proc/11127/stat : 11127 (gnovelty+2) R 11125 11127 11127 0 -1 4202496 761 0 0 0 454 0 0 0 25 0 1 0 616972661 1043062784 500 33554432000 134512640 135663704 4294798320 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11127/statm: 254654 500 113 282 0 254370 0
[pid=11128] ppid=11119 vsize=289624 CPUtime=0 cores=0,2,4,6
/proc/11128/stat : 11128 (python) S 11119 11119 10986 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 616972664 296574976 5785 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 2990605386270081283 0 0 17 6 0 0 0
/proc/11128/statm: 72406 5785 371 364 0 8321 0
[pid=11130] ppid=11128 vsize=1018616 CPUtime=4.46 cores=0,2,4,6
/proc/11130/stat : 11130 (gnovelty+2) R 11128 11130 11130 0 -1 4202496 763 0 0 0 446 0 0 0 25 0 1 0 616972664 1043062784 500 33554432000 134512640 135663704 4292140672 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11130/statm: 254654 500 113 282 0 254370 0
[pid=11131] ppid=11119 vsize=299880 CPUtime=0 cores=0,2,4,6
/proc/11131/stat : 11131 (python) S 11119 11119 10986 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 616972666 307077120 5788 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 2990601537979384067 0 0 17 6 0 0 0
/proc/11131/statm: 74970 5788 370 364 0 10882 0
[pid=11133] ppid=11131 vsize=418636 CPUtime=4.48 cores=0,2,4,6
/proc/11133/stat : 11133 (adaptg2wsat2009) R 11131 11133 11133 0 -1 4202496 1220 0 0 0 448 0 0 0 25 0 1 0 616972667 428683264 955 33554432000 134512640 135107411 4293590320 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11133/statm: 104659 955 59 146 0 103535 0
[pid=11134] ppid=11119 vsize=310268 CPUtime=0 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11119 11119 10986 0 -1 4202560 921 0 0 0 0 0 0 0 18 0 1 0 616972670 317714432 5810 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 4249498371317825535 0 0 17 0 0 0 0
/proc/11134/statm: 77567 5810 371 364 0 13476 0
[pid=11136] ppid=11134 vsize=418636 CPUtime=4.44 cores=0,2,4,6
/proc/11136/stat : 11136 (adaptg2wsat2009) R 11134 11136 11136 0 -1 4202496 1222 0 0 0 444 0 0 0 25 0 1 0 616972670 428683264 956 33554432000 134512640 135107411 4291299376 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 104659 956 59 146 0 103535 0
[pid=11119/tid=11126] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11126/stat : 11126 (python) S 11117 11119 10986 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 616972661 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 2 0 0 0
[pid=11119/tid=11129] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11129/stat : 11129 (python) S 11117 11119 10986 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 616972664 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
[pid=11119/tid=11132] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11132/stat : 11132 (python) S 11117 11119 10986 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 616972667 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11135] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11135/stat : 11135 (python) S 11117 11119 10986 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 5 0 616972670 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.45
Current children cumulated vsize (KiB) 4374020

[startup+12.7009 s]
/proc/loadavg: 7.15 2.75 1.01 9/218 11137
/proc/meminfo: memFree=23123828/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=320512 CPUtime=1.53 cores=0,2,4,6
/proc/11119/stat : 11119 (python) S 11117 11119 10986 0 -1 4202496 14176 934 1 0 140 13 0 0 22 0 5 0 616972486 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11119/statm: 80128 7326 1883 364 0 16037 0
[pid=11125] ppid=11119 vsize=279232 CPUtime=0.01 cores=0,2,4,6
/proc/11125/stat : 11125 (python) S 11119 11119 10986 0 -1 4202560 887 0 0 0 0 1 0 0 18 0 1 0 616972661 285933568 5737 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198735 0 0 16781312 514 10168723338323525892 0 0 17 0 0 0 0
/proc/11125/statm: 69808 5737 377 364 0 5726 0
[pid=11127] ppid=11125 vsize=1018616 CPUtime=10.94 cores=0,2,4,6
/proc/11127/stat : 11127 (gnovelty+2) R 11125 11127 11127 0 -1 4202496 761 0 0 0 1094 0 0 0 25 0 1 0 616972661 1043062784 500 33554432000 134512640 135663704 4294798320 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11127/statm: 254654 500 113 282 0 254370 0
[pid=11128] ppid=11119 vsize=289624 CPUtime=0.01 cores=0,2,4,6
/proc/11128/stat : 11128 (python) S 11119 11119 10986 0 -1 4202560 903 0 0 0 1 0 0 0 18 0 1 0 616972664 296574976 5785 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 10168723338323525891 0 0 17 6 0 0 0
/proc/11128/statm: 72406 5785 371 364 0 8321 0
[pid=11130] ppid=11128 vsize=1018616 CPUtime=10.81 cores=0,2,4,6
/proc/11130/stat : 11130 (gnovelty+2) R 11128 11130 11130 0 -1 4202496 763 0 0 0 1081 0 0 0 25 0 1 0 616972664 1043062784 500 33554432000 134512640 135663704 4292140672 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11130/statm: 254654 500 113 282 0 254370 0
[pid=11131] ppid=11119 vsize=299880 CPUtime=0.01 cores=0,2,4,6
/proc/11131/stat : 11131 (python) S 11119 11119 10986 0 -1 4202560 889 0 0 0 0 1 0 0 18 0 1 0 616972666 307077120 5788 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 10168723338323525891 0 0 17 6 0 0 0
/proc/11131/statm: 74970 5788 370 364 0 10882 0
[pid=11133] ppid=11131 vsize=418636 CPUtime=10.88 cores=0,2,4,6
/proc/11133/stat : 11133 (adaptg2wsat2009) R 11131 11133 11133 0 -1 4202496 1220 0 0 0 1088 0 0 0 25 0 1 0 616972667 428683264 955 33554432000 134512640 135107411 4293590320 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11133/statm: 104659 955 59 146 0 103535 0
[pid=11134] ppid=11119 vsize=310268 CPUtime=0.01 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11119 11119 10986 0 -1 4202560 924 0 0 0 1 0 0 0 18 0 1 0 616972670 317714432 5810 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 10168723338323525892 0 0 17 0 0 0 0
/proc/11134/statm: 77567 5810 371 364 0 13476 0
[pid=11136] ppid=11134 vsize=418636 CPUtime=10.82 cores=0,2,4,6
/proc/11136/stat : 11136 (adaptg2wsat2009) R 11134 11136 11136 0 -1 4202496 1222 0 0 0 1082 0 0 0 25 0 1 0 616972670 428683264 956 33554432000 134512640 135107411 4291299376 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 104659 956 59 146 0 103535 0
[pid=11119/tid=11126] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11126/stat : 11126 (python) S 11117 11119 10986 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 616972661 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 2 0 0 0
[pid=11119/tid=11129] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11129/stat : 11129 (python) S 11117 11119 10986 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 616972664 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
[pid=11119/tid=11132] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11132/stat : 11132 (python) S 11117 11119 10986 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 616972667 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11135] ppid=11117 vsize=320512 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11135/stat : 11135 (python) S 11117 11119 10986 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 5 0 616972670 328204288 7326 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.02
Current children cumulated vsize (KiB) 4374020

[startup+25.5007 s]
/proc/loadavg: 7.34 3.01 1.12 9/218 11137
/proc/meminfo: memFree=23123552/32951124 swapFree=67102140/67111528
[pid=11119] ppid=11117 vsize=320512 CPUtime=1.53 cores=0,2,4,6

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

/proc/11133/stat : 11133 (adaptg2wsat2009) T 11131 11133 11133 0 -1 4202496 1220 0 0 0 10009 0 0 0 25 0 1 0 616972667 428683264 955 33554432000 134512640 135107411 4293590320 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11133/statm: 104659 955 59 146 0 103535 0
[pid=11131/tid=11165] ppid=11119 vsize=299880 CPUtime=0 cores=0,2,4,6
/proc/11131/task/11165/stat : 11165 (python) S 11119 11119 10986 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 616982679 307077120 5819 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604440724095040 0 0 -1 6 0 0 0
[pid=11134] ppid=11119 vsize=310268 CPUtime=0.13 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11119 11119 10986 0 -1 4202560 1110 0 0 0 8 5 0 0 19 0 2 0 616972670 317714432 5840 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11134/statm: 77567 5840 400 364 0 13476 0
[pid=11136] ppid=11134 vsize=418636 CPUtime=98.88 cores=0,2,4,6
/proc/11136/stat : 11136 (adaptg2wsat2009) T 11134 11136 11136 0 -1 4202496 1222 0 0 0 9888 0 0 0 25 0 1 0 616972670 428683264 956 33554432000 134512640 135107411 4291299376 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11136/statm: 104659 956 59 146 0 103535 0
[pid=11134/tid=11159] ppid=11119 vsize=310268 CPUtime=0 cores=0,2,4,6
/proc/11134/task/11159/stat : 11159 (python) S 11119 11119 10986 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 616982584 317714432 5840 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604453902106688 0 0 -1 0 0 0 0
[pid=11157] ppid=11119 vsize=320524 CPUtime=0.15 cores=0,2,4,6
/proc/11157/stat : 11157 (python) S 11119 11119 10986 0 -1 4202560 1129 0 0 0 7 8 0 0 19 0 2 0 616982583 328216576 5844 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11157/statm: 80131 5844 400 364 0 16037 0
[pid=11160] ppid=11157 vsize=418636 CPUtime=99.13 cores=0,2,4,6
/proc/11160/stat : 11160 (adaptg2wsat2009) T 11157 11160 11160 0 -1 4202496 1223 0 0 0 9913 0 0 0 25 0 1 0 616982584 428683264 956 33554432000 134512640 135107411 4293468496 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11160/statm: 104659 956 59 146 0 103535 0
[pid=11157/tid=11187] ppid=11119 vsize=320524 CPUtime=0 cores=0,2,4,6
/proc/11157/task/11187/stat : 11187 (python) S 11119 11119 10986 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 616992499 328216576 5844 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604453979275520 0 0 -1 6 0 0 0
[pid=11161] ppid=11119 vsize=331252 CPUtime=0.15 cores=0,2,4,6
/proc/11161/stat : 11161 (python) S 11119 11119 10986 0 -1 4202560 1130 0 0 0 8 7 0 0 19 0 2 0 616982588 339202048 5966 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11161/statm: 82813 5966 400 364 0 18716 0
[pid=11163] ppid=11161 vsize=1018616 CPUtime=99.07 cores=0,2,4,6
/proc/11163/stat : 11163 (gnovelty+2) T 11161 11163 11163 0 -1 4202496 768 0 0 0 9907 0 0 0 25 0 1 0 616982588 1043062784 501 33554432000 134512640 135663704 4290879104 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11163/statm: 254654 501 113 282 0 254370 0
[pid=11161/tid=11195] ppid=11119 vsize=331252 CPUtime=0 cores=0,2,4,6
/proc/11161/task/11195/stat : 11195 (python) S 11119 11119 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616992605 339202048 5966 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604453979276416 0 0 -1 4 0 0 0
[pid=11166] ppid=11119 vsize=341508 CPUtime=0.14 cores=0,2,4,6
/proc/11166/stat : 11166 (python) S 11119 11119 10986 0 -1 4202560 1169 0 0 0 8 6 0 0 19 0 2 0 616982680 349704192 5976 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11166/statm: 85377 5976 406 364 0 21277 0
[pid=11168] ppid=11166 vsize=248648 CPUtime=100.13 cores=0,2,4,6
/proc/11168/stat : 11168 (FH) T 11166 11168 11168 0 -1 4202496 1124 0 0 0 10013 0 0 0 25 0 1 0 616982680 254615552 856 33554432000 134512640 134936988 4290671504 18446744073709551615 134555005 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11168/statm: 62162 856 41 104 0 61666 0
[pid=11166/tid=11199] ppid=11119 vsize=341508 CPUtime=0 cores=0,2,4,6
/proc/11166/task/11199/stat : 11199 (python) S 11119 11119 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 616992694 349704192 5976 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604440279247552 0 0 -1 0 0 0 0
[pid=11169] ppid=11119 vsize=351764 CPUtime=0.14 cores=0,2,4,6
/proc/11169/stat : 11169 (python) S 11119 11119 10986 0 -1 4202560 1169 0 0 0 8 6 0 0 19 0 2 0 616982683 360206336 5980 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11169/statm: 87941 5980 406 364 0 23838 0
[pid=11171] ppid=11169 vsize=418636 CPUtime=98.86 cores=0,2,4,6
/proc/11171/stat : 11171 (adaptg2wsat2009) T 11169 11171 11171 0 -1 4202496 1228 0 0 0 9886 0 0 0 25 0 1 0 616982684 428683264 956 33554432000 134512640 135107411 4292886480 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11171/statm: 104659 956 59 146 0 103535 0
[pid=11169/tid=11191] ppid=11119 vsize=351764 CPUtime=0 cores=0,2,4,6
/proc/11169/task/11191/stat : 11191 (python) S 11119 11119 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616992599 360206336 5980 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604453926556928 0 0 -1 0 0 0 0
[pid=11188] ppid=11119 vsize=362020 CPUtime=0.15 cores=0,2,4,6
/proc/11188/stat : 11188 (python) S 11119 11119 10986 0 -1 4202560 1150 0 0 0 9 6 0 0 19 0 2 0 616992503 370708480 5978 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11188/statm: 90505 5978 400 364 0 26399 0
[pid=11190] ppid=11188 vsize=418636 CPUtime=99.13 cores=0,2,4,6
/proc/11190/stat : 11190 (adaptg2wsat2009) T 11188 11190 11190 0 -1 4202496 1229 0 0 0 9913 0 0 0 25 0 1 0 616992503 428683264 956 33554432000 134512640 135107411 4288407664 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11190/statm: 104659 956 59 146 0 103535 0
[pid=11188/tid=11210] ppid=11119 vsize=362020 CPUtime=0 cores=0,2,4,6
/proc/11188/task/11210/stat : 11210 (python) S 11119 11119 10986 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 617002419 370708480 5978 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604451531102208 0 0 -1 4 0 0 0
[pid=11192] ppid=11119 vsize=372276 CPUtime=0.15 cores=0,2,4,6
/proc/11192/stat : 11192 (python) S 11119 11119 10986 0 -1 4202560 1152 0 0 0 8 7 0 0 19 0 2 0 616992603 381210624 5982 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11192/statm: 93069 5982 400 364 0 28960 0
[pid=11194] ppid=11192 vsize=248656 CPUtime=101.95 cores=0,2,4,6
/proc/11194/stat : 11194 (FH) T 11192 11194 11194 0 -1 4202496 1130 0 0 0 10195 0 0 0 25 0 1 0 616992603 254623744 857 33554432000 134512640 134936988 4291073952 18446744073709551615 134553536 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11194/statm: 62164 857 41 104 0 61668 0
[pid=11192/tid=11218] ppid=11119 vsize=372276 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11218/stat : 11218 (python) S 11119 11119 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617003021 381210624 5982 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604453886711616 0 0 -1 4 0 0 0
[pid=11196] ppid=11119 vsize=382532 CPUtime=0.46 cores=0,2,4,6
/proc/11196/stat : 11196 (python) S 11119 11119 10986 0 -1 4202560 1183 0 0 0 24 22 0 0 18 0 2 0 616992609 391712768 5986 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11196/statm: 95633 5986 400 364 0 31521 0
[pid=11198] ppid=11196 vsize=268420 CPUtime=292.45 cores=0,2,4,6
/proc/11198/stat : 11198 (hybridGM3) T 11196 11198 11198 0 -1 4202496 5166 0 0 0 29245 0 0 0 25 0 1 0 616992610 274862080 4895 33554432000 134512640 135204385 4292356928 18446744073709551615 134537792 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11198/statm: 67105 4895 63 169 0 66935 0
[pid=11196/tid=11227] ppid=11119 vsize=382532 CPUtime=0 cores=0,2,4,6
/proc/11196/task/11227/stat : 11227 (python) S 11119 11119 10986 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 617012143 391712768 5986 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604453629039808 0 0 -1 2 0 0 0
[pid=11200] ppid=11119 vsize=392788 CPUtime=0.15 cores=0,2,4,6
/proc/11200/stat : 11200 (python) S 11119 11119 10986 0 -1 4202560 1163 0 0 0 9 6 0 0 19 0 2 0 616992698 402214912 5990 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11200/statm: 98197 5990 400 364 0 34082 0
[pid=11202] ppid=11200 vsize=1018616 CPUtime=100.16 cores=0,2,4,6
/proc/11202/stat : 11202 (gnovelty+2) T 11200 11202 11202 0 -1 4202496 771 0 0 0 10016 0 0 0 25 0 1 0 616992698 1043062784 500 33554432000 134512640 135663704 4294208768 18446744073709551615 134524878 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11202/statm: 254654 500 113 282 0 254370 0
[pid=11200/tid=11214] ppid=11119 vsize=392788 CPUtime=0 cores=0,2,4,6
/proc/11200/task/11214/stat : 11214 (python) S 11119 11119 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617002715 402214912 5990 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604453935896448 0 0 -1 6 0 0 0
[pid=11211] ppid=11119 vsize=403044 CPUtime=0.48 cores=0,2,4,6
/proc/11211/stat : 11211 (python) S 11119 11119 10986 0 -1 4202560 1190 0 0 0 26 22 0 0 18 0 2 0 617002423 412717056 5994 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11211/statm: 100761 5994 400 364 0 36643 0
[pid=11213] ppid=11211 vsize=268424 CPUtime=290.3 cores=0,2,4,6
/proc/11213/stat : 11213 (hybridGM3) R 11211 11213 11213 0 -1 4202496 5167 0 0 0 29028 2 0 0 25 0 1 0 617002423 274866176 4896 33554432000 134512640 135204385 4292698432 18446744073709551615 134538016 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11213/statm: 67106 4896 63 169 0 66936 0
[pid=11211/tid=11286] ppid=11119 vsize=403044 CPUtime=0 cores=0,2,4,6
/proc/11211/task/11286/stat : 11286 (python) S 11119 11119 10986 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617021862 412717056 5994 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604447533700416 0 0 -1 6 0 0 0
[pid=11215] ppid=11119 vsize=413300 CPUtime=0.47 cores=0,2,4,6
/proc/11215/stat : 11215 (python) S 11119 11119 10986 0 -1 4202560 1200 0 0 0 26 21 0 0 18 0 2 0 617002720 423219200 5998 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11215/statm: 103325 5998 400 364 0 39204 0
[pid=11217] ppid=11215 vsize=268424 CPUtime=291.28 cores=0,2,4,6
/proc/11217/stat : 11217 (hybridGM3) T 11215 11217 11217 0 -1 4202496 5168 0 0 0 29127 1 0 0 25 0 1 0 617002720 274866176 4896 33554432000 134512640 135204385 4291498176 18446744073709551615 134538584 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11217/statm: 67106 4896 63 169 0 66936 0
[pid=11215/tid=11288] ppid=11119 vsize=413300 CPUtime=0 cores=0,2,4,6
/proc/11215/task/11288/stat : 11288 (python) S 11119 11119 10986 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 617022758 423219200 5998 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604447533702208 0 0 -1 6 0 0 0
[pid=11219] ppid=11119 vsize=423964 CPUtime=0.47 cores=0,2,4,6
/proc/11219/stat : 11219 (python) S 11119 11119 10986 0 -1 4202560 1074 0 0 0 25 22 0 0 18 0 1 0 617003026 434139136 6082 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 10168723338323525890 0 0 17 0 0 0 0
/proc/11219/statm: 105991 6082 379 364 0 41867 0
[pid=11221] ppid=11219 vsize=457128 CPUtime=292.51 cores=0,2,4,6
/proc/11221/stat : 11221 (TNM) R 11219 11221 11221 0 -1 4202496 1114 0 0 0 29250 1 0 0 25 0 1 0 617003027 468099072 837 33554432000 134512640 135008748 4289407584 18446744073709551615 134527773 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11221/statm: 114282 837 46 122 0 113182 0
[pid=11228] ppid=11119 vsize=434220 CPUtime=0.17 cores=0,2,4,6
/proc/11228/stat : 11228 (python) S 11119 11119 10986 0 -1 4202560 1172 0 0 0 9 8 0 0 19 0 2 0 617012148 444641280 6116 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11228/statm: 108555 6116 408 364 0 44428 0
[pid=11230] ppid=11228 vsize=418636 CPUtime=102.94 cores=0,2,4,6
/proc/11230/stat : 11230 (adaptg2wsat2009) T 11228 11230 11230 0 -1 4202496 1235 0 0 0 10294 0 0 0 25 0 1 0 617012149 428683264 956 33554432000 134512640 135107411 4291405424 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11230/statm: 104659 956 59 146 0 103535 0
[pid=11228/tid=11287] ppid=11119 vsize=434220 CPUtime=0 cores=0,2,4,6
/proc/11228/task/11287/stat : 11287 (python) S 11119 11119 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617022669 444641280 6116 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 514 18446604451017447552 0 0 -1 6 0 0 0
[pid=11310] ppid=11119 vsize=444476 CPUtime=0 cores=0,2,4,6
/proc/11310/stat : 11310 (python) S 11119 11119 10986 0 -1 4202560 1004 0 0 0 0 0 0 0 18 0 1 0 617031586 455143424 6084 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 10306729644090425603 0 0 17 6 0 0 0
/proc/11310/statm: 111119 6084 373 364 0 46989 0
[pid=11312] ppid=11310 vsize=248656 CPUtime=7.31 cores=0,2,4,6
/proc/11312/stat : 11312 (FH) R 11310 11312 11312 0 -1 4202496 1134 0 0 0 731 0 0 0 25 0 1 0 617031586 254623744 857 33554432000 134512640 134936988 4292344224 18446744073709551615 134552057 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11312/statm: 62164 857 41 104 0 61668 0
[pid=11313] ppid=11119 vsize=454732 CPUtime=0 cores=0,2,4,6
/proc/11313/stat : 11313 (python) S 11119 11119 10986 0 -1 4202560 856 0 0 0 0 0 0 0 19 0 1 0 617032281 465645568 6065 33554432000 4194304 5683644 140735339283648 18446744073709551615 216735198790 0 0 16781312 514 4301016813270990847 0 0 17 6 0 0 0
/proc/11313/statm: 113683 6065 350 364 0 49550 0
[pid=11315] ppid=11313 vsize=268424 CPUtime=0.35 cores=0,2,4,6
/proc/11315/stat : 11315 (hybridGM3) R 11313 11315 11315 0 -1 4202496 5171 0 0 0 35 0 0 0 21 0 1 0 617032282 274866176 4896 33554432000 134512640 135204385 4291289600 18446744073709551615 134538395 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11315/statm: 67106 4896 63 169 0 66936 0
[pid=11119/tid=11126] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11126/stat : 11126 (python) S 11117 11119 10986 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 19 0 616972661 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 2 0 0 0
[pid=11119/tid=11129] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11129/stat : 11129 (python) S 11117 11119 10986 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 19 0 616972664 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
[pid=11119/tid=11132] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11132/stat : 11132 (python) S 11117 11119 10986 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 19 0 616972667 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11135] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11135/stat : 11135 (python) S 11117 11119 10986 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 19 0 616972670 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
[pid=11119/tid=11158] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11158/stat : 11158 (python) S 11117 11119 10986 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 616982584 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11162] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11162/stat : 11162 (python) S 11117 11119 10986 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 616982588 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 0 0 0 0
[pid=11119/tid=11167] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11167/stat : 11167 (python) S 11117 11119 10986 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 19 0 616982680 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11170] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11170/stat : 11170 (python) S 11117 11119 10986 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 19 0 616982684 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11189] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11189/stat : 11189 (python) S 11117 11119 10986 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 616992503 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11193] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11193/stat : 11193 (python) S 11117 11119 10986 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 19 0 616992603 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11197] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11197/stat : 11197 (python) S 11117 11119 10986 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 19 0 616992610 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11201] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11201/stat : 11201 (python) S 11117 11119 10986 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 616992698 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11212] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11212/stat : 11212 (python) S 11117 11119 10986 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 19 0 617002423 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11216] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11216/stat : 11216 (python) S 11117 11119 10986 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 19 0 617002720 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11220] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11220/stat : 11220 (python) S 11117 11119 10986 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 617003027 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11229] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11229/stat : 11229 (python) S 11117 11119 10986 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 19 0 617012149 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11311] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11311/stat : 11311 (python) S 11117 11119 10986 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 19 0 617031586 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
[pid=11119/tid=11314] ppid=11117 vsize=464976 CPUtime=0 cores=0,2,4,6
/proc/11119/task/11314/stat : 11314 (python) S 11117 11119 10986 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 617032282 476135424 7631 33554432000 4194304 5683644 140735339283648 18446744073709551615 216747002289 0 0 16781312 2 18446604440724097728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2378.86
Current children cumulated vsize (KiB) 15945684

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11119 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=130676
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=178972
# CPU time returned by wait4() is 2.30965
# while last known CPU time is 2378.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 598.418
CPU time (s): 2378.86
CPU user time (s): 2377.02
CPU system time (s): 1.84
CPU usage (%): 397.525
Max. virtual memory (cumulated for all children) (KiB): 15945684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.13068
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29011
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= 3098
involuntary context switches= 76

runsolver used 2.81957 second user time and 5.50916 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-01 18:30:18
IDJOB=3317128
IDBENCH=82593
IDSOLVER=1705
FILE ID=node119/3317128-1304267418
RUNJOBID= node119-1304267283-11004
PBS_JOBID= 13173960
Free space on /tmp= 73024 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S771170845-016-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-3317128-1304267418/watcher-3317128-1304267418 -o /tmp/evaluation-result-3317128-1304267418/solver-3317128-1304267418 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317128-1304267418.cnf -seed 867666104 -budget 4800 -cores 4

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

MD5SUM BENCH= 8a262b49dcf27b27fb405f8a8cdf125f
RANDOM SEED=867666104

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:      23174940 kB
Buffers:       1963892 kB
Cached:        7078696 kB
SwapCached:       3688 kB
Active:         722828 kB
Inactive:      8467644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23174940 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           32292 kB
Writeback:           0 kB
AnonPages:      147308 kB
Mapped:          21272 kB
Slab:           516988 kB
PageTables:      10788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5809784 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= 72984 MiB
End job on node119 at 2011-05-01 18:40:19