Trace number 3377326

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)? (MO) 702.01 702.869

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S61914820-087-UNKNOWN.cnf
MD5SUM1b9b43753c02a2c226adda648a956e92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

Solver Data

0.69/2.40	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.69/2.40	c INFO: solving HOME/instance-3377326-1305452312.cnf
0.69/2.40	c INFO: computing task features
0.89/2.61	c INFO: computed variable-clause graph statistics
0.89/2.62	c INFO: computed clause balance statistics
1.88/3.66	c INFO: computed variable balance statistics
2.48/4.21	c INFO: computed small-clause counts
2.98/4.79	c INFO: computed Horn-clause counts
2.98/4.79	c INFO: computed variable graph statistics
2.98/4.79	c INFO: collected features for HOME/instance-3377326-1305452312.cnf in 1.86 s
2.98/4.79	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.84/104.49	c INFO: running gnovelty+2@0 for 97 with 2297 remaining (b = 0.13)
203.29/204.72	c INFO: running adaptg2wsat2009++@0 for 97 with 2197 remaining (b = 0.08)
302.66/303.91	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
402.93/404.10	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
502.31/503.30	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.05)
602.52/603.56	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
701.89/702.78	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.03)

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377326-1305452312/watcher-3377326-1305452312 -o /tmp/evaluation-result-3377326-1305452312/solver-3377326-1305452312 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377326-1305452312.cnf -seed 31274089 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.70 2.09 2.72 4/236 15726
/proc/meminfo: memFree=19012108/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=15776 CPUtime=0 cores=4,6
/proc/15726/stat : 15726 (python) R 15724 15726 14954 0 -1 4202496 890 0 0 0 0 0 0 0 17 0 1 0 656831017 16154624 773 33554432000 4194304 5683644 140735748700272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15726/statm: 3944 773 343 364 0 431 0

[startup+0.0423111 s]
/proc/loadavg: 1.70 2.09 2.72 4/236 15726
/proc/meminfo: memFree=19012108/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=16812 CPUtime=0.01 cores=4,6
/proc/15726/stat : 15726 (python) D 15724 15726 14954 0 -1 4202496 1211 0 0 0 0 1 0 0 17 0 1 0 656831017 17215488 1071 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15726/statm: 4203 1071 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.100296 s]
/proc/loadavg: 1.70 2.09 2.72 4/236 15726
/proc/meminfo: memFree=19012108/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=23184 CPUtime=0.03 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 1320 0 2 0 2 1 0 0 17 0 1 0 656831017 23740416 1172 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15726/statm: 5796 1172 432 364 0 723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23184

[startup+0.300258 s]
/proc/loadavg: 1.70 2.09 2.72 4/236 15726
/proc/meminfo: memFree=19012108/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=50336 CPUtime=0.07 cores=4,6
/proc/15726/stat : 15726 (python) D 15724 15726 14954 0 -1 4202496 2003 0 6 0 4 3 0 0 17 0 1 0 656831017 51544064 1770 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 6 0 0 1
/proc/15726/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50336

[startup+0.700179 s]
/proc/loadavg: 1.70 2.09 2.72 4/236 15726
/proc/meminfo: memFree=19012108/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=115428 CPUtime=0.16 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 3574 0 18 0 8 8 0 0 16 0 1 0 656831017 118198272 3235 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 5
/proc/15726/statm: 28857 3235 889 364 0 2358 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 115428

[startup+1.50105 s]
/proc/loadavg: 1.70 2.09 2.72 3/242 15748
/proc/meminfo: memFree=18951144/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=157380 CPUtime=0.46 cores=4,6
/proc/15726/stat : 15726 (python) R 15724 15726 14954 0 -1 4202496 6574 924 31 9 22 24 0 0 17 0 1 0 656831017 161157120 4695 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 6 0 0 9
/proc/15726/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 157380

[startup+3.10071 s]
/proc/loadavg: 1.70 2.09 2.72 4/242 15748
/proc/meminfo: memFree=18901592/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=290796 CPUtime=1.39 cores=4,6
/proc/15726/stat : 15726 (python) R 15724 15726 14954 0 -1 4202496 13942 924 78 9 108 31 0 0 16 0 1 0 656831017 297775104 10084 33554432000 4194304 5683644 140735748700272 18446744073709551615 47541902293964 0 0 16781312 2 0 0 0 17 6 0 0 20
/proc/15726/statm: 72699 10084 1826 364 0 8623 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 290796
heavy processes:

[startup+6.30114 s]
/proc/loadavg: 1.88 2.12 2.72 6/254 15760
/proc/meminfo: memFree=18857280/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=294132 CPUtime=2.57 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 14305 924 78 9 225 32 0 0 20 0 2 0 656831017 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 20
/proc/15726/statm: 73533 8415 1869 364 0 9451 0
[pid=15758] ppid=15726 vsize=284980 CPUtime=0 cores=4,6
/proc/15758/stat : 15758 (python) S 15726 15726 14954 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 656831445 291819520 6898 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718287 0 0 16781312 514 1570054505125347586 0 0 17 6 0 0 0
/proc/15758/statm: 71245 6898 355 364 0 7163 0
[pid=15760] ppid=15758 vsize=1020308 CPUtime=2.01 cores=4,6
/proc/15760/stat : 15760 (gnovelty+2) R 15758 15760 15760 0 -1 4202496 1161 0 0 0 201 0 0 0 25 0 1 0 656831445 1044795392 891 33554432000 134512640 135663704 4290116032 18446744073709551615 134544167 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15760/statm: 255077 891 113 282 0 254793 0
[pid=15726/tid=15759] ppid=15724 vsize=294132 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 2 0 656831445 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1599420
heavy processes:

[startup+12.701 s]
/proc/loadavg: 2.05 2.15 2.73 5/254 15760
/proc/meminfo: memFree=18855860/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=294132 CPUtime=2.57 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 14305 924 78 9 225 32 0 0 20 0 2 0 656831017 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 20
/proc/15726/statm: 73533 8415 1869 364 0 9451 0
[pid=15758] ppid=15726 vsize=284980 CPUtime=0 cores=4,6
/proc/15758/stat : 15758 (python) S 15726 15726 14954 0 -1 4202560 979 0 0 0 0 0 0 0 18 0 1 0 656831445 291819520 6926 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718287 0 0 16781312 514 1570054505125347586 0 0 17 6 0 0 0
/proc/15758/statm: 71245 6926 383 364 0 7163 0
[pid=15760] ppid=15758 vsize=1020308 CPUtime=8.41 cores=4,6
/proc/15760/stat : 15760 (gnovelty+2) R 15758 15760 15760 0 -1 4202496 1161 0 0 0 841 0 0 0 25 0 1 0 656831445 1044795392 891 33554432000 134512640 135663704 4290116032 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15760/statm: 255077 891 113 282 0 254793 0
[pid=15726/tid=15759] ppid=15724 vsize=294132 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 2 0 656831445 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 1599420

[startup+25.5008 s]
/proc/loadavg: 2.48 2.24 2.75 5/254 15760
/proc/meminfo: memFree=18857964/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=294132 CPUtime=2.57 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 14305 924 78 9 225 32 0 0 20 0 2 0 656831017 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 20
/proc/15726/statm: 73533 8415 1869 364 0 9451 0
[pid=15758] ppid=15726 vsize=284980 CPUtime=0.02 cores=4,6
/proc/15758/stat : 15758 (python) S 15726 15726 14954 0 -1 4202560 985 0 0 0 1 1 0 0 18 0 1 0 656831445 291819520 6926 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718287 0 0 16781312 514 3674691005329670402 0 0 17 6 0 0 0
/proc/15758/statm: 71245 6926 383 364 0 7163 0
[pid=15760] ppid=15758 vsize=1020308 CPUtime=21.21 cores=4,6
/proc/15760/stat : 15760 (gnovelty+2) R 15758 15760 15760 0 -1 4202496 1161 0 0 0 2121 0 0 0 25 0 1 0 656831445 1044795392 891 33554432000 134512640 135663704 4290116032 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15760/statm: 255077 891 113 282 0 254793 0
[pid=15726/tid=15759] ppid=15724 vsize=294132 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 2 0 656831445 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 1599420

[startup+51.1002 s]
/proc/loadavg: 3.00 2.38 2.78 5/254 15761
/proc/meminfo: memFree=18858808/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=294132 CPUtime=2.57 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 14305 924 78 9 225 32 0 0 20 0 2 0 656831017 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 20
/proc/15726/statm: 73533 8415 1869 364 0 9451 0
[pid=15758] ppid=15726 vsize=284980 CPUtime=0.07 cores=4,6
/proc/15758/stat : 15758 (python) S 15726 15726 14954 0 -1 4202560 1001 0 0 0 4 3 0 0 18 0 1 0 656831445 291819520 6926 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718287 0 0 16781312 514 3674691005329670402 0 0 17 6 0 0 0
/proc/15758/statm: 71245 6926 383 364 0 7163 0
[pid=15760] ppid=15758 vsize=1020308 CPUtime=46.81 cores=4,6
/proc/15760/stat : 15760 (gnovelty+2) R 15758 15760 15760 0 -1 4202496 1161 0 0 0 4681 0 0 0 25 0 1 0 656831445 1044795392 891 33554432000 134512640 135663704 4290116032 18446744073709551615 134525493 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15760/statm: 255077 891 113 282 0 254793 0
[pid=15726/tid=15759] ppid=15724 vsize=294132 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 2 0 656831445 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.45
Current children cumulated vsize (KiB) 1599420

[startup+102.308 s]
/proc/loadavg: 3.56 2.63 2.84 5/254 15797
/proc/meminfo: memFree=18860416/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=294132 CPUtime=2.57 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 14305 924 78 9 225 32 0 0 20 0 2 0 656831017 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 20
/proc/15726/statm: 73533 8415 1869 364 0 9451 0
[pid=15758] ppid=15726 vsize=284980 CPUtime=0.15 cores=4,6
/proc/15758/stat : 15758 (python) S 15726 15726 14954 0 -1 4202560 1021 0 0 0 8 7 0 0 18 0 1 0 656831445 291819520 6926 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718287 0 0 16781312 514 3674691005329670402 0 0 17 6 0 0 0
/proc/15758/statm: 71245 6926 383 364 0 7163 0
[pid=15760] ppid=15758 vsize=1020308 CPUtime=98.02 cores=4,6
/proc/15760/stat : 15760 (gnovelty+2) R 15758 15760 15760 0 -1 4202496 1161 0 0 0 9802 0 0 0 25 0 1 0 656831445 1044795392 891 33554432000 134512640 135663704 4290116032 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15760/statm: 255077 891 113 282 0 254793 0
[pid=15726/tid=15759] ppid=15724 vsize=294132 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 2 0 656831445 301191168 8415 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 1599420

[startup+162.301 s]
/proc/loadavg: 3.87 2.89 2.92 5/270 15815
/proc/meminfo: memFree=18833244/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=304996 CPUtime=2.58 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 15187 924 78 9 226 32 0 0 20 0 3 0 656831017 312315904 8557 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 20
/proc/15726/statm: 76249 8557 1872 364 0 12164 0
[pid=15758] ppid=15726 vsize=295224 CPUtime=0.16 cores=4,6
/proc/15758/stat : 15758 (python) S 15726 15726 14954 0 -1 4202560 1156 0 0 0 9 7 0 0 19 0 2 0 656831445 302309376 6963 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15758/statm: 73806 6963 415 364 0 9724 0
[pid=15760] ppid=15758 vsize=1020308 CPUtime=100.2 cores=4,6
/proc/15760/stat : 15760 (gnovelty+2) T 15758 15760 15760 0 -1 4202496 1161 0 0 0 10020 0 0 0 25 0 1 0 656831445 1044795392 891 33554432000 134512640 135663704 4290116032 18446744073709551615 134544225 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15760/statm: 255077 891 113 282 0 254793 0
[pid=15758/tid=15806] ppid=15726 vsize=295224 CPUtime=0 cores=4,6
/proc/15758/task/15806/stat : 15806 (python) S 15726 15726 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656841466 302309376 6963 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 4 0 0 0
[pid=15807] ppid=15726 vsize=294904 CPUtime=0.08 cores=4,6
/proc/15807/stat : 15807 (python) S 15726 15726 14954 0 -1 4202560 898 0 0 0 4 4 0 0 18 0 1 0 656841467 301981696 7054 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718342 0 0 16781312 514 3674691005329670402 0 0 17 6 0 0 0
/proc/15807/statm: 73726 7054 372 364 0 9641 0
[pid=15809] ppid=15807 vsize=1020308 CPUtime=57.79 cores=4,6
/proc/15809/stat : 15809 (gnovelty+2) R 15807 15809 15809 0 -1 4202496 1159 0 0 0 5779 0 0 0 25 0 1 0 656841468 1044795392 892 33554432000 134512640 135663704 4291077136 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15809/statm: 255077 892 113 282 0 254793 0
[pid=15726/tid=15759] ppid=15724 vsize=304996 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 3 0 656831445 312315904 8557 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15808] ppid=15724 vsize=304996 CPUtime=0 cores=4,6
/proc/15726/task/15808/stat : 15808 (python) S 15724 15726 14954 0 -1 4202560 26 924 0 9 0 0 0 0 20 0 3 0 656841468 312315904 8557 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 2935740

[startup+222.301 s]
/proc/loadavg: 3.95 3.09 2.98 5/282 15829
/proc/meminfo: memFree=18796664/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=315252 CPUtime=2.59 cores=4,6

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

/proc/15807/statm: 73726 7083 400 364 0 9641 0
[pid=15809] ppid=15807 vsize=1020308 CPUtime=100.2 cores=4,6
/proc/15809/stat : 15809 (gnovelty+2) T 15807 15809 15809 0 -1 4202496 1159 0 0 0 10020 0 0 0 25 0 1 0 656841468 1044795392 892 33554432000 134512640 135663704 4291077136 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15809/statm: 255077 892 113 282 0 254793 0
[pid=15807/tid=15825] ppid=15726 vsize=294904 CPUtime=0 cores=4,6
/proc/15807/task/15825/stat : 15825 (python) S 15726 15726 14954 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656851488 301981696 7083 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604450000210944 0 0 -1 4 0 0 0
[pid=15826] ppid=15726 vsize=305768 CPUtime=0.18 cores=4,6
/proc/15826/stat : 15826 (python) S 15726 15726 14954 0 -1 4202560 1085 0 0 0 11 7 0 0 19 0 2 0 656851490 313106432 7087 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15826/statm: 76442 7087 400 364 0 12354 0
[pid=15828] ppid=15826 vsize=423400 CPUtime=99.17 cores=4,6
/proc/15828/stat : 15828 (adaptg2wsat2009) T 15826 15828 15828 0 -1 4202496 2621 0 0 0 9917 0 0 0 25 0 1 0 656851490 433561600 2357 33554432000 134512640 135107411 4289431600 18446744073709551615 134532061 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15828/statm: 105850 2357 59 146 0 104726 0
[pid=15826/tid=15840] ppid=15726 vsize=305768 CPUtime=0 cores=4,6
/proc/15826/task/15840/stat : 15840 (python) S 15726 15726 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861407 313106432 7087 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604453837949120 0 0 -1 6 0 0 0
[pid=15841] ppid=15726 vsize=315540 CPUtime=0.18 cores=4,6
/proc/15841/stat : 15841 (python) S 15726 15726 14954 0 -1 4202560 1083 0 0 0 10 8 0 0 19 0 2 0 656861409 323112960 7159 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15841/statm: 78885 7159 399 364 0 14794 0
[pid=15843] ppid=15841 vsize=423400 CPUtime=100.06 cores=4,6
/proc/15843/stat : 15843 (adaptg2wsat2009) T 15841 15843 15843 0 -1 4202496 2622 0 0 0 10006 0 0 0 25 0 1 0 656861409 433561600 2356 33554432000 134512640 135107411 4290067776 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15843/statm: 105850 2356 59 146 0 104726 0
[pid=15841/tid=15858] ppid=15726 vsize=315540 CPUtime=0 cores=4,6
/proc/15841/task/15858/stat : 15858 (python) S 15726 15726 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656871426 323112960 7159 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604453966995840 0 0 -1 4 0 0 0
[pid=15859] ppid=15726 vsize=326040 CPUtime=0.19 cores=4,6
/proc/15859/stat : 15859 (python) S 15726 15726 14954 0 -1 4202560 1089 0 0 0 10 9 0 0 19 0 2 0 656871428 333864960 7164 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15859/statm: 81510 7164 400 364 0 17416 0
[pid=15861] ppid=15859 vsize=423400 CPUtime=99.18 cores=4,6
/proc/15861/stat : 15861 (adaptg2wsat2009) T 15859 15861 15861 0 -1 4202496 2623 0 0 0 9918 0 0 0 25 0 1 0 656871428 433561600 2356 33554432000 134512640 135107411 4287694992 18446744073709551615 134539352 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15861/statm: 105850 2356 59 146 0 104726 0
[pid=15859/tid=15877] ppid=15726 vsize=326040 CPUtime=0 cores=4,6
/proc/15859/task/15877/stat : 15877 (python) S 15726 15726 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656881347 333864960 7164 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604453817721152 0 0 -1 6 0 0 0
[pid=15878] ppid=15726 vsize=336400 CPUtime=0.19 cores=4,6
/proc/15878/stat : 15878 (python) S 15726 15726 14954 0 -1 4202560 1082 0 0 0 9 10 0 0 19 0 2 0 656881348 344473600 7168 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15878/statm: 84100 7168 400 364 0 20003 0
[pid=15880] ppid=15878 vsize=1020308 CPUtime=100.05 cores=4,6
/proc/15880/stat : 15880 (gnovelty+2) T 15878 15880 15880 0 -1 4202496 1156 0 0 0 10005 0 0 0 25 0 1 0 656881348 1044795392 891 33554432000 134512640 135663704 4292102624 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15880/statm: 255077 891 113 282 0 254793 0
[pid=15878/tid=15896] ppid=15726 vsize=336400 CPUtime=0 cores=4,6
/proc/15878/task/15896/stat : 15896 (python) S 15726 15726 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656891372 344473600 7168 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604447536559296 0 0 -1 6 0 0 0
[pid=15897] ppid=15726 vsize=346584 CPUtime=0.19 cores=4,6
/proc/15897/stat : 15897 (python) S 15726 15726 14954 0 -1 4202560 922 0 0 0 10 9 0 0 18 0 1 0 656891374 354902016 7143 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718342 0 0 16781312 514 3674691005329670401 0 0 17 6 0 0 0
/proc/15897/statm: 86646 7143 372 364 0 22546 0
[pid=15899] ppid=15897 vsize=253032 CPUtime=98.73 cores=4,6
/proc/15899/stat : 15899 (FH) R 15897 15899 15899 0 -1 4202496 2496 0 0 0 9873 0 0 0 25 0 1 0 656891374 259104768 2233 33554432000 134512640 134936988 4294856784 18446744073709551615 134545336 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15899/statm: 63258 2233 41 104 0 62762 0
[pid=15726/tid=15759] ppid=15724 vsize=356552 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 8 0 656831445 365109248 8656 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15808] ppid=15724 vsize=356552 CPUtime=0 cores=4,6
/proc/15726/task/15808/stat : 15808 (python) S 15724 15726 14954 0 -1 4202560 26 924 0 9 0 0 0 0 20 0 8 0 656841468 365109248 8656 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15827] ppid=15724 vsize=356552 CPUtime=0 cores=4,6
/proc/15726/task/15827/stat : 15827 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 8 0 656851490 365109248 8656 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15842] ppid=15724 vsize=356552 CPUtime=0 cores=4,6
/proc/15726/task/15842/stat : 15842 (python) S 15724 15726 14954 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 8 0 656861409 365109248 8656 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 6 0 0 0
[pid=15726/tid=15860] ppid=15724 vsize=356552 CPUtime=0 cores=4,6
/proc/15726/task/15860/stat : 15860 (python) S 15724 15726 14954 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 8 0 656871428 365109248 8656 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15879] ppid=15724 vsize=356552 CPUtime=0 cores=4,6
/proc/15726/task/15879/stat : 15879 (python) S 15724 15726 14954 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 8 0 656881348 365109248 8656 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15898] ppid=15724 vsize=356552 CPUtime=0 cores=4,6
/proc/15726/task/15898/stat : 15898 (python) S 15724 15726 14954 0 -1 4202560 26 924 0 9 0 0 0 0 20 0 8 0 656891374 365109248 8656 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.49
Current children cumulated vsize (KiB) 7161168



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.05 3.84 3.39 4/333 15919
/proc/meminfo: memFree=18663012/32950928 swapFree=64721848/67111528
[pid=15726] ppid=15724 vsize=366808 CPUtime=2.67 cores=4,6
/proc/15726/stat : 15726 (python) S 15724 15726 14954 0 -1 4202496 20430 924 78 9 233 34 0 0 20 0 9 0 656831017 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 20
/proc/15726/statm: 91702 8662 1884 364 0 27599 0
[pid=15758] ppid=15726 vsize=295224 CPUtime=0.16 cores=4,6
/proc/15758/stat : 15758 (python) S 15726 15726 14954 0 -1 4202560 1156 0 0 0 9 7 0 0 19 0 2 0 656831445 302309376 6963 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15758/statm: 73806 6963 415 364 0 9724 0
[pid=15760] ppid=15758 vsize=1020308 CPUtime=100.2 cores=4,6
/proc/15760/stat : 15760 (gnovelty+2) T 15758 15760 15760 0 -1 4202496 1161 0 0 0 10020 0 0 0 25 0 1 0 656831445 1044795392 891 33554432000 134512640 135663704 4290116032 18446744073709551615 134544225 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15760/statm: 255077 891 113 282 0 254793 0
[pid=15758/tid=15806] ppid=15726 vsize=295224 CPUtime=0 cores=4,6
/proc/15758/task/15806/stat : 15806 (python) S 15726 15726 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656841466 302309376 6963 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 4 0 0 0
[pid=15807] ppid=15726 vsize=294904 CPUtime=0.16 cores=4,6
/proc/15807/stat : 15807 (python) S 15726 15726 14954 0 -1 4202560 1073 0 0 0 9 7 0 0 19 0 2 0 656841467 301981696 7083 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15807/statm: 73726 7083 400 364 0 9641 0
[pid=15809] ppid=15807 vsize=1020308 CPUtime=100.2 cores=4,6
/proc/15809/stat : 15809 (gnovelty+2) T 15807 15809 15809 0 -1 4202496 1159 0 0 0 10020 0 0 0 25 0 1 0 656841468 1044795392 892 33554432000 134512640 135663704 4291077136 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15809/statm: 255077 892 113 282 0 254793 0
[pid=15807/tid=15825] ppid=15726 vsize=294904 CPUtime=0 cores=4,6
/proc/15807/task/15825/stat : 15825 (python) S 15726 15726 14954 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656851488 301981696 7083 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604450000210944 0 0 -1 4 0 0 0
[pid=15826] ppid=15726 vsize=305768 CPUtime=0.18 cores=4,6
/proc/15826/stat : 15826 (python) S 15726 15726 14954 0 -1 4202560 1085 0 0 0 11 7 0 0 19 0 2 0 656851490 313106432 7087 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15826/statm: 76442 7087 400 364 0 12354 0
[pid=15828] ppid=15826 vsize=423400 CPUtime=99.17 cores=4,6
/proc/15828/stat : 15828 (adaptg2wsat2009) T 15826 15828 15828 0 -1 4202496 2621 0 0 0 9917 0 0 0 25 0 1 0 656851490 433561600 2357 33554432000 134512640 135107411 4289431600 18446744073709551615 134532061 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15828/statm: 105850 2357 59 146 0 104726 0
[pid=15826/tid=15840] ppid=15726 vsize=305768 CPUtime=0 cores=4,6
/proc/15826/task/15840/stat : 15840 (python) S 15726 15726 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861407 313106432 7087 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604453837949120 0 0 -1 6 0 0 0
[pid=15841] ppid=15726 vsize=315540 CPUtime=0.18 cores=4,6
/proc/15841/stat : 15841 (python) S 15726 15726 14954 0 -1 4202560 1083 0 0 0 10 8 0 0 19 0 2 0 656861409 323112960 7159 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15841/statm: 78885 7159 399 364 0 14794 0
[pid=15843] ppid=15841 vsize=423400 CPUtime=100.06 cores=4,6
/proc/15843/stat : 15843 (adaptg2wsat2009) T 15841 15843 15843 0 -1 4202496 2622 0 0 0 10006 0 0 0 25 0 1 0 656861409 433561600 2356 33554432000 134512640 135107411 4290067776 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15843/statm: 105850 2356 59 146 0 104726 0
[pid=15841/tid=15858] ppid=15726 vsize=315540 CPUtime=0 cores=4,6
/proc/15841/task/15858/stat : 15858 (python) S 15726 15726 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656871426 323112960 7159 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604453966995840 0 0 -1 4 0 0 0
[pid=15859] ppid=15726 vsize=326040 CPUtime=0.19 cores=4,6
/proc/15859/stat : 15859 (python) S 15726 15726 14954 0 -1 4202560 1089 0 0 0 10 9 0 0 19 0 2 0 656871428 333864960 7164 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15859/statm: 81510 7164 400 364 0 17416 0
[pid=15861] ppid=15859 vsize=423400 CPUtime=99.18 cores=4,6
/proc/15861/stat : 15861 (adaptg2wsat2009) T 15859 15861 15861 0 -1 4202496 2623 0 0 0 9918 0 0 0 25 0 1 0 656871428 433561600 2356 33554432000 134512640 135107411 4287694992 18446744073709551615 134539352 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15861/statm: 105850 2356 59 146 0 104726 0
[pid=15859/tid=15877] ppid=15726 vsize=326040 CPUtime=0 cores=4,6
/proc/15859/task/15877/stat : 15877 (python) S 15726 15726 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656881347 333864960 7164 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604453817721152 0 0 -1 6 0 0 0
[pid=15878] ppid=15726 vsize=336400 CPUtime=0.19 cores=4,6
/proc/15878/stat : 15878 (python) S 15726 15726 14954 0 -1 4202560 1082 0 0 0 9 10 0 0 19 0 2 0 656881348 344473600 7168 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15878/statm: 84100 7168 400 364 0 20003 0
[pid=15880] ppid=15878 vsize=1020308 CPUtime=100.05 cores=4,6
/proc/15880/stat : 15880 (gnovelty+2) T 15878 15880 15880 0 -1 4202496 1156 0 0 0 10005 0 0 0 25 0 1 0 656881348 1044795392 891 33554432000 134512640 135663704 4292102624 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15880/statm: 255077 891 113 282 0 254793 0
[pid=15878/tid=15896] ppid=15726 vsize=336400 CPUtime=0 cores=4,6
/proc/15878/task/15896/stat : 15896 (python) S 15726 15726 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656891372 344473600 7168 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604447536559296 0 0 -1 6 0 0 0
[pid=15897] ppid=15726 vsize=346584 CPUtime=0.2 cores=4,6
/proc/15897/stat : 15897 (python) S 15726 15726 14954 0 -1 4202560 1085 0 0 0 11 9 0 0 19 0 2 0 656891374 354902016 7172 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15897/statm: 86646 7172 400 364 0 22546 0
[pid=15899] ppid=15897 vsize=253032 CPUtime=99.19 cores=4,6
/proc/15899/stat : 15899 (FH) T 15897 15899 15899 0 -1 4202496 2496 0 0 0 9919 0 0 0 25 0 1 0 656891374 259104768 2233 33554432000 134512640 134936988 4294856784 18446744073709551615 134545294 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15899/statm: 63258 2233 41 104 0 62762 0
[pid=15897/tid=15914] ppid=15726 vsize=346584 CPUtime=0 cores=4,6
/proc/15897/task/15914/stat : 15914 (python) S 15726 15726 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656901294 354902016 7172 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 514 18446604443832692800 0 0 -1 6 0 0 0
[pid=15915] ppid=15726 vsize=356564 CPUtime=0 cores=4,6
/proc/15915/stat : 15915 (python) S 15726 15726 14954 0 -1 4202560 780 0 0 0 0 0 0 0 19 0 1 0 656901296 365121536 7124 33554432000 4194304 5683644 140735748700272 18446744073709551615 248089718342 0 0 16781312 514 18162472768346521599 0 0 17 4 0 0 0
/proc/15915/statm: 89141 7124 349 364 0 25038 0
[pid=15917] ppid=15915 vsize=416788 CPUtime=0.03 cores=4,6
/proc/15917/stat : 15917 (adaptg2wsat2009) R 15915 15917 15917 0 -1 4202496 659 0 0 0 3 0 0 0 20 0 1 0 656901296 426790912 390 33554432000 134512640 135107411 4294636000 18446744073709551615 134591718 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15917/statm: 104197 390 48 146 0 103073 0
[pid=15726/tid=15759] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15759/stat : 15759 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 9 0 656831445 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15808] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15808/stat : 15808 (python) S 15724 15726 14954 0 -1 4202560 26 924 0 9 0 0 0 0 20 0 9 0 656841468 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15827] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15827/stat : 15827 (python) S 15724 15726 14954 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 9 0 656851490 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15842] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15842/stat : 15842 (python) S 15724 15726 14954 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 9 0 656861409 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 6 0 0 0
[pid=15726/tid=15860] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15860/stat : 15860 (python) S 15724 15726 14954 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 9 0 656871428 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15879] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15879/stat : 15879 (python) S 15724 15726 14954 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 9 0 656881348 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15898] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15898/stat : 15898 (python) S 15724 15726 14954 0 -1 4202560 26 924 0 9 0 0 0 0 20 0 9 0 656891374 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
[pid=15726/tid=15916] ppid=15724 vsize=366808 CPUtime=0 cores=4,6
/proc/15726/task/15916/stat : 15916 (python) S 15724 15726 14954 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 9 0 656901296 375611392 8662 33554432000 4194304 5683644 140735748700272 18446744073709551615 248101521841 0 0 16781312 2 18446604440393347264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 7944776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.869
CPU time (s): 702.01
CPU user time (s): 701.1
CPU system time (s): 0.91
CPU usage (%): 99.8778
Max. virtual memory (cumulated for all children) (KiB): 7944776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.33764
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21359
page faults= 87
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55370
involuntary context switches= 287

runsolver used 1.88771 second user time and 4.01839 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 11:38:32
IDJOB=3377326
IDBENCH=82635
IDSOLVER=1857
FILE ID=node123/3377326-1305452312
RUNJOBID= node123-1305452312-15690
PBS_JOBID= 13324867
Free space on /tmp= 73468 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S61914820-087-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-3377326-1305452312/watcher-3377326-1305452312 -o /tmp/evaluation-result-3377326-1305452312/solver-3377326-1305452312 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377326-1305452312.cnf -seed 31274089 -budget 2400

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

MD5SUM BENCH= 1b9b43753c02a2c226adda648a956e92
RANDOM SEED=31274089

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      19012388 kB
Buffers:        309988 kB
Cached:        4286904 kB
SwapCached:      10528 kB
Active:       10741724 kB
Inactive:      2925744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19012388 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          129844 kB
Writeback:           8 kB
AnonPages:     9068316 kB
Mapped:          16620 kB
Slab:           179192 kB
PageTables:      31708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13072440 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= 73368 MiB
End job on node123 at 2011-05-15 11:50:17