Trace number 3484119

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 702.82 702.864

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
MD5SUMfafa522767a4e86ea9e03f34c2fb7311
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.102
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.33/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.67	c INFO: solving HOME/instance-3484119-1307747696.cnf
0.33/0.67	c INFO: computing task features
0.50/0.87	c INFO: computed variable-clause graph statistics
0.50/0.88	c INFO: computed clause balance statistics
1.51/1.90	c INFO: computed variable balance statistics
2.11/2.44	c INFO: computed small-clause counts
2.11/2.44	c INFO: computed Horn-clause counts
2.11/2.49	c INFO: computed variable graph statistics
2.11/2.49	c INFO: collected features for HOME/instance-3484119-1307747696.cnf in 1.81 s
2.20/2.50	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.42/102.70	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
201.77/201.90	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.84/302.05	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.08/402.20	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.18/502.35	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.37/602.53	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.61/702.68	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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.1 (svn: 988)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.94 3.86 4.62 4/226 15461
/proc/meminfo: memFree=31186092/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=15184 CPUtime=0 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 726 0 0 0 0 0 0 0 25 0 1 0 886367786 15548416 615 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/15461/statm: 3796 615 321 364 0 283 0

[startup+0.0542969 s]
/proc/loadavg: 3.94 3.86 4.62 4/226 15461
/proc/meminfo: memFree=31186092/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=23188 CPUtime=0.02 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 1324 0 0 0 2 0 0 0 25 0 1 0 886367786 23744512 1172 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/15461/statm: 5797 1172 432 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23188

[startup+0.100306 s]
/proc/loadavg: 3.94 3.86 4.62 4/226 15461
/proc/meminfo: memFree=31186092/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=85368 CPUtime=0.05 cores=5,7
/proc/15461/stat : 15461 (python) R 15459 15461 15206 0 -1 4202496 2595 0 0 0 4 1 0 0 18 0 1 0 886367786 87416832 2315 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15461/statm: 21342 2315 713 364 0 1559 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85368

[startup+0.300269 s]
/proc/loadavg: 3.94 3.86 4.62 4/226 15461
/proc/meminfo: memFree=31186092/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=135752 CPUtime=0.17 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 5978 933 1 0 12 5 0 0 17 0 1 0 886367786 139010048 4149 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516830213 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/15461/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700177 s]
/proc/loadavg: 3.94 3.86 4.62 4/226 15461
/proc/meminfo: memFree=31186092/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=280864 CPUtime=0.4 cores=5,7
/proc/15461/stat : 15461 (python) R 15459 15461 15206 0 -1 4202496 9895 933 1 0 28 12 0 0 15 0 1 0 886367786 287604736 7562 33554432000 4194304 5683644 140733257357440 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15461/statm: 70216 7562 1761 364 0 6140 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 280864

[startup+1.50103 s]
/proc/loadavg: 3.94 3.86 4.62 5/229 15508
/proc/meminfo: memFree=31133568/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=290812 CPUtime=1.21 cores=5,7
/proc/15461/stat : 15461 (python) R 15459 15461 15206 0 -1 4202496 14027 933 1 0 108 13 0 0 16 0 1 0 886367786 297791488 10087 33554432000 4194304 5683644 140733257357440 18446744073709551615 5006465 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15461/statm: 72703 10087 1826 364 0 8627 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 290812

[startup+3.10071 s]
/proc/loadavg: 3.94 3.86 4.62 5/229 15508
/proc/meminfo: memFree=31123324/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=294144 CPUtime=2.21 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 14387 933 1 0 208 13 0 0 20 0 2 0 886367786 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15461/statm: 73536 8417 1869 364 0 9454 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 294144
heavy processes:

[startup+6.30117 s]
/proc/loadavg: 3.94 3.86 4.62 5/235 15514
/proc/meminfo: memFree=31125756/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=294144 CPUtime=2.21 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 14387 933 1 0 208 13 0 0 20 0 2 0 886367786 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15461/statm: 73536 8417 1869 364 0 9454 0
[pid=15509] ppid=15461 vsize=284992 CPUtime=0 cores=5,7
/proc/15509/stat : 15509 (python) S 15461 15461 15206 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886368036 291831808 6900 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854287 0 0 16781312 514 4346682829707378950 0 0 17 5 0 0 0
/proc/15509/statm: 71248 6900 355 364 0 7166 0
[pid=15511] ppid=15509 vsize=1020308 CPUtime=3.78 cores=5,7
/proc/15511/stat : 15511 (gnovelty+2) R 15509 15511 15511 0 -1 4202496 1155 0 0 0 378 0 0 0 25 0 1 0 886368036 1044795392 891 33554432000 134512640 135663704 4294478768 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15511/statm: 255077 891 113 282 0 254793 0
[pid=15461/tid=15510] ppid=15459 vsize=294144 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 886368036 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1599444

[startup+12.701 s]
/proc/loadavg: 3.95 3.87 4.61 5/235 15514
/proc/meminfo: memFree=31123904/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=294144 CPUtime=2.21 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 14387 933 1 0 208 13 0 0 20 0 2 0 886367786 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15461/statm: 73536 8417 1869 364 0 9454 0
[pid=15509] ppid=15461 vsize=284992 CPUtime=0.01 cores=5,7
/proc/15509/stat : 15509 (python) S 15461 15461 15206 0 -1 4202560 869 0 0 0 0 1 0 0 18 0 1 0 886368036 291831808 6923 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854287 0 0 16781312 514 14318983908991926534 0 0 17 5 0 0 0
/proc/15509/statm: 71248 6923 378 364 0 7166 0
[pid=15511] ppid=15509 vsize=1020308 CPUtime=10.17 cores=5,7
/proc/15511/stat : 15511 (gnovelty+2) R 15509 15511 15511 0 -1 4202496 1155 0 0 0 1017 0 0 0 25 0 1 0 886368036 1044795392 891 33554432000 134512640 135663704 4294478768 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15511/statm: 255077 891 113 282 0 254793 0
[pid=15461/tid=15510] ppid=15459 vsize=294144 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 886368036 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1599444

[startup+25.5006 s]
/proc/loadavg: 4.12 3.90 4.61 5/235 15515
/proc/meminfo: memFree=31125108/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=294144 CPUtime=2.21 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 14387 933 1 0 208 13 0 0 20 0 2 0 886367786 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15461/statm: 73536 8417 1869 364 0 9454 0
[pid=15509] ppid=15461 vsize=284992 CPUtime=0.02 cores=5,7
/proc/15509/stat : 15509 (python) S 15461 15461 15206 0 -1 4202560 874 0 0 0 1 1 0 0 18 0 1 0 886368036 291831808 6923 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854287 0 0 16781312 514 14318983908991926534 0 0 17 5 0 0 0
/proc/15509/statm: 71248 6923 378 364 0 7166 0
[pid=15511] ppid=15509 vsize=1020308 CPUtime=22.96 cores=5,7
/proc/15511/stat : 15511 (gnovelty+2) R 15509 15511 15511 0 -1 4202496 1155 0 0 0 2296 0 0 0 25 0 1 0 886368036 1044795392 891 33554432000 134512640 135663704 4294478768 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15511/statm: 255077 891 113 282 0 254793 0
[pid=15461/tid=15510] ppid=15459 vsize=294144 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 886368036 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1599444

[startup+51.101 s]
/proc/loadavg: 4.08 3.91 4.60 5/235 15515
/proc/meminfo: memFree=31124956/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=294144 CPUtime=2.21 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 14387 933 1 0 208 13 0 0 20 0 2 0 886367786 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15461/statm: 73536 8417 1869 364 0 9454 0
[pid=15509] ppid=15461 vsize=284992 CPUtime=0.06 cores=5,7
/proc/15509/stat : 15509 (python) S 15461 15461 15206 0 -1 4202560 885 0 0 0 3 3 0 0 18 0 1 0 886368036 291831808 6923 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854287 0 0 16781312 514 14318983908991926534 0 0 17 5 0 0 0
/proc/15509/statm: 71248 6923 378 364 0 7166 0
[pid=15511] ppid=15509 vsize=1020308 CPUtime=48.53 cores=5,7
/proc/15511/stat : 15511 (gnovelty+2) R 15509 15511 15511 0 -1 4202496 1155 0 0 0 4853 0 0 0 25 0 1 0 886368036 1044795392 891 33554432000 134512640 135663704 4294478768 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15511/statm: 255077 891 113 282 0 254793 0
[pid=15461/tid=15510] ppid=15459 vsize=294144 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 886368036 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1599444

[startup+102.308 s]
/proc/loadavg: 4.16 3.95 4.57 5/237 15519
/proc/meminfo: memFree=31120924/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=294144 CPUtime=2.21 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 14387 933 1 0 208 13 0 0 20 0 2 0 886367786 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15461/statm: 73536 8417 1869 364 0 9454 0
[pid=15509] ppid=15461 vsize=284992 CPUtime=0.13 cores=5,7
/proc/15509/stat : 15509 (python) S 15461 15461 15206 0 -1 4202560 906 0 0 0 7 6 0 0 18 0 1 0 886368036 291831808 6923 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854287 0 0 16781312 514 14318983908991926534 0 0 17 5 0 0 0
/proc/15509/statm: 71248 6923 378 364 0 7166 0
[pid=15511] ppid=15509 vsize=1020308 CPUtime=99.68 cores=5,7
/proc/15511/stat : 15511 (gnovelty+2) R 15509 15511 15511 0 -1 4202496 1155 0 0 0 9968 0 0 0 25 0 1 0 886368036 1044795392 891 33554432000 134512640 135663704 4294478768 18446744073709551615 134525111 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15511/statm: 255077 891 113 282 0 254793 0
[pid=15461/tid=15510] ppid=15459 vsize=294144 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 886368036 301203456 8417 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1599444

[startup+162.301 s]
/proc/loadavg: 4.06 3.96 4.53 5/245 15528
/proc/meminfo: memFree=31106660/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=305008 CPUtime=2.21 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 15251 933 1 0 208 13 0 0 19 0 3 0 886367786 312328192 8559 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15461/statm: 76252 8559 1872 364 0 12167 0
[pid=15509] ppid=15461 vsize=295236 CPUtime=0.15 cores=5,7
/proc/15509/stat : 15509 (python) S 15461 15461 15206 0 -1 4202560 1150 0 0 0 8 7 0 0 19 0 2 0 886368036 302321664 6965 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15509/statm: 73809 6965 415 364 0 9727 0
[pid=15511] ppid=15509 vsize=1020308 CPUtime=100.06 cores=5,7
/proc/15511/stat : 15511 (gnovelty+2) T 15509 15511 15511 0 -1 4202496 1155 0 0 0 10006 0 0 0 25 0 1 0 886368036 1044795392 891 33554432000 134512640 135663704 4294478768 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15511/statm: 255077 891 113 282 0 254793 0
[pid=15509/tid=15520] ppid=15461 vsize=295236 CPUtime=0 cores=5,7
/proc/15509/task/15520/stat : 15520 (python) S 15461 15461 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886378055 302321664 6965 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471104603392 0 0 -1 5 0 0 0
[pid=15521] ppid=15461 vsize=294920 CPUtime=0.09 cores=5,7
/proc/15521/stat : 15521 (python) S 15461 15461 15206 0 -1 4202560 909 0 0 0 5 4 0 0 18 0 1 0 886378056 301998080 7056 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854342 0 0 16781312 514 14318983908991926534 0 0 17 7 0 0 0
/proc/15521/statm: 73730 7056 372 364 0 9645 0
[pid=15523] ppid=15521 vsize=1020308 CPUtime=59.59 cores=5,7
/proc/15523/stat : 15523 (gnovelty+2) R 15521 15523 15523 0 -1 4202496 1157 0 0 0 5959 0 0 0 25 0 1 0 886378056 1044795392 891 33554432000 134512640 135663704 4289895168 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15523/statm: 255077 891 113 282 0 254793 0
[pid=15461/tid=15510] ppid=15459 vsize=305008 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886368036 312328192 8559 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
[pid=15461/tid=15522] ppid=15459 vsize=305008 CPUtime=0 cores=5,7
/proc/15461/task/15522/stat : 15522 (python) S 15459 15461 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 886378056 312328192 8559 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 2935780

[startup+222.301 s]
/proc/loadavg: 4.08 3.99 4.51 5/259 15544
/proc/meminfo: memFree=31008276/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=315264 CPUtime=2.22 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 16053 933 1 0 209 13 0 0 20 0 4 0 886367786 322830336 8565 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

/proc/15521/statm: 73730 7085 400 364 0 9645 0
[pid=15523] ppid=15521 vsize=1020308 CPUtime=99.19 cores=5,7
/proc/15523/stat : 15523 (gnovelty+2) T 15521 15523 15523 0 -1 4202496 1157 0 0 0 9919 0 0 0 25 0 1 0 886378056 1044795392 891 33554432000 134512640 135663704 4289895168 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15523/statm: 255077 891 113 282 0 254793 0
[pid=15521/tid=15537] ppid=15461 vsize=294920 CPUtime=0 cores=5,7
/proc/15521/task/15537/stat : 15537 (python) S 15461 15461 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886387975 301998080 7085 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471131940800 0 0 -1 5 0 0 0
[pid=15538] ppid=15461 vsize=305784 CPUtime=0.15 cores=5,7
/proc/15538/stat : 15538 (python) S 15461 15461 15206 0 -1 4202560 1067 0 0 0 7 8 0 0 19 0 2 0 886387976 313122816 7089 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15538/statm: 76446 7089 400 364 0 12358 0
[pid=15540] ppid=15538 vsize=423400 CPUtime=99.98 cores=5,7
/proc/15540/stat : 15540 (adaptg2wsat2009) T 15538 15540 15540 0 -1 4202496 2623 0 0 0 9998 0 0 0 25 0 1 0 886387976 433561600 2357 33554432000 134512640 135107411 4293872800 18446744073709551615 134539199 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15540/statm: 105850 2357 59 146 0 104726 0
[pid=15538/tid=15549] ppid=15461 vsize=305784 CPUtime=0 cores=5,7
/proc/15538/task/15549/stat : 15549 (python) S 15461 15461 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886397990 313122816 7089 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471116486528 0 0 -1 7 0 0 0
[pid=15550] ppid=15461 vsize=315556 CPUtime=0.15 cores=5,7
/proc/15550/stat : 15550 (python) S 15461 15461 15206 0 -1 4202560 1084 0 0 0 7 8 0 0 19 0 2 0 886397991 323129344 7162 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15550/statm: 78889 7162 399 364 0 14798 0
[pid=15552] ppid=15550 vsize=423400 CPUtime=100.01 cores=5,7
/proc/15552/stat : 15552 (adaptg2wsat2009) T 15550 15552 15552 0 -1 4202496 2624 0 0 0 10001 0 0 0 25 0 1 0 886397991 433561600 2357 33554432000 134512640 135107411 4289156352 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15552/statm: 105850 2357 59 146 0 104726 0
[pid=15550/tid=15566] ppid=15461 vsize=315556 CPUtime=0 cores=5,7
/proc/15550/task/15566/stat : 15566 (python) S 15461 15461 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886408005 323129344 7162 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471161850688 0 0 -1 7 0 0 0
[pid=15567] ppid=15461 vsize=325956 CPUtime=0.14 cores=5,7
/proc/15567/stat : 15567 (python) S 15461 15461 15206 0 -1 4202560 1077 0 0 0 6 8 0 0 19 0 2 0 886408006 333778944 7167 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15567/statm: 81489 7167 400 364 0 17395 0
[pid=15569] ppid=15567 vsize=423400 CPUtime=100 cores=5,7
/proc/15569/stat : 15569 (adaptg2wsat2009) T 15567 15569 15569 0 -1 4202496 2624 0 0 0 10000 0 0 0 25 0 1 0 886408006 433561600 2358 33554432000 134512640 135107411 4294852576 18446744073709551615 134531676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15569/statm: 105850 2358 59 146 0 104726 0
[pid=15567/tid=15670] ppid=15461 vsize=325956 CPUtime=0 cores=5,7
/proc/15567/task/15670/stat : 15670 (python) S 15461 15461 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886418020 333778944 7167 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471118158784 0 0 -1 7 0 0 0
[pid=15671] ppid=15461 vsize=336316 CPUtime=0.13 cores=5,7
/proc/15671/stat : 15671 (python) S 15461 15461 15206 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 886418021 344387584 7171 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15671/statm: 84079 7171 400 364 0 19982 0
[pid=15673] ppid=15671 vsize=1020308 CPUtime=100.05 cores=5,7
/proc/15673/stat : 15673 (gnovelty+2) T 15671 15673 15673 0 -1 4202496 1154 0 0 0 10005 0 0 0 25 0 1 0 886418021 1044795392 892 33554432000 134512640 135663704 4290925504 18446744073709551615 134547185 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15673/statm: 255077 892 113 282 0 254793 0
[pid=15671/tid=15688] ppid=15461 vsize=336316 CPUtime=0 cores=5,7
/proc/15671/task/15688/stat : 15688 (python) S 15461 15461 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886428039 344387584 7171 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604456972757824 0 0 -1 7 0 0 0
[pid=15689] ppid=15461 vsize=346576 CPUtime=0.14 cores=5,7
/proc/15689/stat : 15689 (python) S 15461 15461 15206 0 -1 4202560 921 0 0 0 7 7 0 0 18 0 1 0 886428039 354893824 7146 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854342 0 0 16781312 514 14318983908991926533 0 0 17 7 0 0 0
/proc/15689/statm: 86644 7146 372 364 0 22544 0
[pid=15691] ppid=15689 vsize=253032 CPUtime=99.75 cores=5,7
/proc/15691/stat : 15691 (FH) R 15689 15691 15691 0 -1 4202496 2497 0 0 0 9975 0 0 0 25 0 1 0 886428040 259104768 2234 33554432000 134512640 134936988 4291632784 18446744073709551615 134545357 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15691/statm: 63258 2234 41 104 0 62762 0
[pid=15461/tid=15510] ppid=15459 vsize=356568 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886368036 365125632 8659 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
[pid=15461/tid=15522] ppid=15459 vsize=356568 CPUtime=0 cores=5,7
/proc/15461/task/15522/stat : 15522 (python) S 15459 15461 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 886378056 365125632 8659 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
[pid=15461/tid=15539] ppid=15459 vsize=356568 CPUtime=0 cores=5,7
/proc/15461/task/15539/stat : 15539 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886387976 365125632 8659 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15461/tid=15551] ppid=15459 vsize=356568 CPUtime=0 cores=5,7
/proc/15461/task/15551/stat : 15551 (python) S 15459 15461 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 886397991 365125632 8659 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15461/tid=15568] ppid=15459 vsize=356568 CPUtime=0 cores=5,7
/proc/15461/task/15568/stat : 15568 (python) S 15459 15461 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 886408006 365125632 8659 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
[pid=15461/tid=15672] ppid=15459 vsize=356568 CPUtime=0 cores=5,7
/proc/15461/task/15672/stat : 15672 (python) S 15459 15461 15206 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 886418021 365125632 8659 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15461/tid=15690] ppid=15459 vsize=356568 CPUtime=0 cores=5,7
/proc/15461/task/15690/stat : 15690 (python) S 15459 15461 15206 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 886428040 365125632 8659 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 7161068



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.06 4.08 4.34 6/271 15710
/proc/meminfo: memFree=31417204/32951124 swapFree=67063556/67111528
[pid=15461] ppid=15459 vsize=366824 CPUtime=2.28 cores=5,7
/proc/15461/stat : 15461 (python) S 15459 15461 15206 0 -1 4202496 20324 933 1 0 213 15 0 0 20 0 9 0 886367786 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15461/statm: 91706 8665 1884 364 0 27603 0
[pid=15509] ppid=15461 vsize=295236 CPUtime=0.15 cores=5,7
/proc/15509/stat : 15509 (python) S 15461 15461 15206 0 -1 4202560 1150 0 0 0 8 7 0 0 19 0 2 0 886368036 302321664 6965 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15509/statm: 73809 6965 415 364 0 9727 0
[pid=15511] ppid=15509 vsize=1020308 CPUtime=100.06 cores=5,7
/proc/15511/stat : 15511 (gnovelty+2) T 15509 15511 15511 0 -1 4202496 1155 0 0 0 10006 0 0 0 25 0 1 0 886368036 1044795392 891 33554432000 134512640 135663704 4294478768 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15511/statm: 255077 891 113 282 0 254793 0
[pid=15509/tid=15520] ppid=15461 vsize=295236 CPUtime=0 cores=5,7
/proc/15509/task/15520/stat : 15520 (python) S 15461 15461 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886378055 302321664 6965 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471104603392 0 0 -1 5 0 0 0
[pid=15521] ppid=15461 vsize=294920 CPUtime=0.15 cores=5,7
/proc/15521/stat : 15521 (python) S 15461 15461 15206 0 -1 4202560 1074 0 0 0 8 7 0 0 19 0 2 0 886378056 301998080 7085 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15521/statm: 73730 7085 400 364 0 9645 0
[pid=15523] ppid=15521 vsize=1020308 CPUtime=99.19 cores=5,7
/proc/15523/stat : 15523 (gnovelty+2) T 15521 15523 15523 0 -1 4202496 1157 0 0 0 9919 0 0 0 25 0 1 0 886378056 1044795392 891 33554432000 134512640 135663704 4289895168 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15523/statm: 255077 891 113 282 0 254793 0
[pid=15521/tid=15537] ppid=15461 vsize=294920 CPUtime=0 cores=5,7
/proc/15521/task/15537/stat : 15537 (python) S 15461 15461 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886387975 301998080 7085 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471131940800 0 0 -1 5 0 0 0
[pid=15538] ppid=15461 vsize=305784 CPUtime=0.15 cores=5,7
/proc/15538/stat : 15538 (python) S 15461 15461 15206 0 -1 4202560 1067 0 0 0 7 8 0 0 19 0 2 0 886387976 313122816 7089 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15538/statm: 76446 7089 400 364 0 12358 0
[pid=15540] ppid=15538 vsize=423400 CPUtime=99.98 cores=5,7
/proc/15540/stat : 15540 (adaptg2wsat2009) T 15538 15540 15540 0 -1 4202496 2623 0 0 0 9998 0 0 0 25 0 1 0 886387976 433561600 2357 33554432000 134512640 135107411 4293872800 18446744073709551615 134539199 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15540/statm: 105850 2357 59 146 0 104726 0
[pid=15538/tid=15549] ppid=15461 vsize=305784 CPUtime=0 cores=5,7
/proc/15538/task/15549/stat : 15549 (python) S 15461 15461 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886397990 313122816 7089 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471116486528 0 0 -1 7 0 0 0
[pid=15550] ppid=15461 vsize=315556 CPUtime=0.15 cores=5,7
/proc/15550/stat : 15550 (python) S 15461 15461 15206 0 -1 4202560 1084 0 0 0 7 8 0 0 19 0 2 0 886397991 323129344 7162 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15550/statm: 78889 7162 399 364 0 14798 0
[pid=15552] ppid=15550 vsize=423400 CPUtime=100.01 cores=5,7
/proc/15552/stat : 15552 (adaptg2wsat2009) T 15550 15552 15552 0 -1 4202496 2624 0 0 0 10001 0 0 0 25 0 1 0 886397991 433561600 2357 33554432000 134512640 135107411 4289156352 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15552/statm: 105850 2357 59 146 0 104726 0
[pid=15550/tid=15566] ppid=15461 vsize=315556 CPUtime=0 cores=5,7
/proc/15550/task/15566/stat : 15566 (python) S 15461 15461 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886408005 323129344 7162 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471161850688 0 0 -1 7 0 0 0
[pid=15567] ppid=15461 vsize=325956 CPUtime=0.14 cores=5,7
/proc/15567/stat : 15567 (python) S 15461 15461 15206 0 -1 4202560 1077 0 0 0 6 8 0 0 19 0 2 0 886408006 333778944 7167 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15567/statm: 81489 7167 400 364 0 17395 0
[pid=15569] ppid=15567 vsize=423400 CPUtime=100 cores=5,7
/proc/15569/stat : 15569 (adaptg2wsat2009) T 15567 15569 15569 0 -1 4202496 2624 0 0 0 10000 0 0 0 25 0 1 0 886408006 433561600 2358 33554432000 134512640 135107411 4294852576 18446744073709551615 134531676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15569/statm: 105850 2358 59 146 0 104726 0
[pid=15567/tid=15670] ppid=15461 vsize=325956 CPUtime=0 cores=5,7
/proc/15567/task/15670/stat : 15670 (python) S 15461 15461 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886418020 333778944 7167 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471118158784 0 0 -1 7 0 0 0
[pid=15671] ppid=15461 vsize=336316 CPUtime=0.13 cores=5,7
/proc/15671/stat : 15671 (python) S 15461 15461 15206 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 886418021 344387584 7171 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15671/statm: 84079 7171 400 364 0 19982 0
[pid=15673] ppid=15671 vsize=1020308 CPUtime=100.05 cores=5,7
/proc/15673/stat : 15673 (gnovelty+2) T 15671 15673 15673 0 -1 4202496 1154 0 0 0 10005 0 0 0 25 0 1 0 886418021 1044795392 892 33554432000 134512640 135663704 4290925504 18446744073709551615 134547185 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15673/statm: 255077 892 113 282 0 254793 0
[pid=15671/tid=15688] ppid=15461 vsize=336316 CPUtime=0 cores=5,7
/proc/15671/task/15688/stat : 15688 (python) S 15461 15461 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886428039 344387584 7171 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604456972757824 0 0 -1 7 0 0 0
[pid=15689] ppid=15461 vsize=346576 CPUtime=0.14 cores=5,7
/proc/15689/stat : 15689 (python) S 15461 15461 15206 0 -1 4202560 1080 0 0 0 7 7 0 0 19 0 2 0 886428039 354893824 7175 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15689/statm: 86644 7175 400 364 0 22544 0
[pid=15691] ppid=15689 vsize=253032 CPUtime=100.13 cores=5,7
/proc/15691/stat : 15691 (FH) T 15689 15691 15691 0 -1 4202496 2497 0 0 0 10013 0 0 0 25 0 1 0 886428040 259104768 2234 33554432000 134512640 134936988 4291632784 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15691/statm: 63258 2234 41 104 0 62762 0
[pid=15689/tid=15707] ppid=15461 vsize=346576 CPUtime=0 cores=5,7
/proc/15689/task/15707/stat : 15707 (python) S 15461 15461 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886438054 354893824 7175 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 514 18446604471078241536 0 0 -1 7 0 0 0
[pid=15708] ppid=15461 vsize=356720 CPUtime=0 cores=5,7
/proc/15708/stat : 15708 (python) S 15461 15461 15206 0 -1 4202560 837 0 0 0 0 0 0 0 19 0 1 0 886438055 365281280 7129 33554432000 4194304 5683644 140733257357440 18446744073709551615 246516854342 0 0 16781312 514 15041714896456646655 0 0 17 5 0 0 0
/proc/15708/statm: 89180 7129 351 364 0 25077 0
[pid=15710] ppid=15708 vsize=420480 CPUtime=0.11 cores=5,7
/proc/15710/stat : 15710 (adaptg2wsat2009) R 15708 15710 15710 0 -1 4202496 1687 0 0 0 11 0 0 0 21 0 1 0 886438055 430571520 1422 33554432000 134512640 135107411 4291740320 18446744073709551615 134523217 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15710/statm: 105120 1422 49 146 0 103996 0
[pid=15461/tid=15510] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15510/stat : 15510 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886368036 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
[pid=15461/tid=15522] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15522/stat : 15522 (python) S 15459 15461 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 886378056 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
[pid=15461/tid=15539] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15539/stat : 15539 (python) S 15459 15461 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886387976 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15461/tid=15551] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15551/stat : 15551 (python) S 15459 15461 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 886397991 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15461/tid=15568] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15568/stat : 15568 (python) S 15459 15461 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 886408006 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
[pid=15461/tid=15672] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15672/stat : 15672 (python) S 15459 15461 15206 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886418021 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15461/tid=15690] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15690/stat : 15690 (python) S 15459 15461 15206 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886428040 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15461/tid=15709] ppid=15459 vsize=366824 CPUtime=0 cores=5,7
/proc/15461/task/15709/stat : 15709 (python) S 15459 15461 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 886438055 375627776 8665 33554432000 4194304 5683644 140733257357440 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.82
Current children cumulated vsize (KiB) 7948524

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 15461 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=131675
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=156976
# CPU time returned by wait4() is 2.28865
# while last known CPU time is 702.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 702.864
CPU time (s): 702.82
CPU user time (s): 702.16
CPU system time (s): 0.66
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 7948524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.13167
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21262
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= 3216
involuntary context switches= 35

runsolver used 1.50677 second user time and 3.2735 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:14:56
IDJOB=3484119
IDBENCH=82630
IDSOLVER=1975
FILE ID=node134/3484119-1307747696
RUNJOBID= node134-1307746989-15227
PBS_JOBID= 13550824
Free space on /tmp= 74020 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1264065752-051-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-3484119-1307747696/watcher-3484119-1307747696 -o /tmp/evaluation-result-3484119-1307747696/solver-3484119-1307747696 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484119-1307747696.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= fafa522767a4e86ea9e03f34c2fb7311
RANDOM SEED=2095343171

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31186768 kB
Buffers:        269112 kB
Cached:         758964 kB
SwapCached:      10284 kB
Active:        1070380 kB
Inactive:       480368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31186768 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           32692 kB
Writeback:           0 kB
AnonPages:      520608 kB
Mapped:          16936 kB
Slab:           139272 kB
PageTables:      14268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4488000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node134 at 2011-06-11 01:26:41