Trace number 3377328

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) 704.64 705.074

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1993071608-084-UNKNOWN.cnf
MD5SUM6a416a8eca39558555cbe083cf0c9cff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark591.01
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.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.64	c INFO: solving HOME/instance-3377328-1305452338.cnf
0.36/0.64	c INFO: computing task features
0.54/0.85	c INFO: computed variable-clause graph statistics
0.54/0.86	c INFO: computed clause balance statistics
1.53/1.84	c INFO: computed variable balance statistics
2.13/2.41	c INFO: computed small-clause counts
2.13/2.42	c INFO: computed Horn-clause counts
2.13/2.46	c INFO: computed variable graph statistics
2.13/2.46	c INFO: collected features for HOME/instance-3377328-1305452338.cnf in 1.82 s
2.13/2.48	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.41/102.75	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.70/203.02	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.90/303.26	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.16/403.50	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.38/503.74	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.65/604.03	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.83/704.27	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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-3377328-1305452338/watcher-3377328-1305452338 -o /tmp/evaluation-result-3377328-1305452338/solver-3377328-1305452338 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377328-1305452338.cnf -seed 2006192735 -budget 2400 

running on 2 cores: 5,7

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: 3.87 2.33 2.09 4/321 23309
/proc/meminfo: memFree=28025428/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=15776 CPUtime=0 cores=5,7
/proc/23309/stat : 23309 (python) R 23307 23309 12685 0 -1 4202496 881 0 0 0 0 0 0 0 24 0 1 0 656831783 16154624 763 33554432000 4194304 5683644 140733769597088 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23309/statm: 3944 766 343 364 0 431 0

[startup+0.0330279 s]
/proc/loadavg: 3.87 2.33 2.09 4/321 23309
/proc/meminfo: memFree=28025428/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=16812 CPUtime=0.01 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 1213 0 0 0 1 0 0 0 25 0 1 0 656831783 17215488 1072 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/23309/statm: 4203 1072 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.101015 s]
/proc/loadavg: 3.87 2.33 2.09 4/321 23309
/proc/meminfo: memFree=28025428/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=93960 CPUtime=0.05 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 656831783 96215040 2407 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122709861 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/23309/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300976 s]
/proc/loadavg: 3.87 2.33 2.09 4/321 23309
/proc/meminfo: memFree=28025428/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=135748 CPUtime=0.18 cores=5,7
/proc/23309/stat : 23309 (python) R 23307 23309 12685 0 -1 4202496 5973 935 1 0 14 4 0 0 18 0 1 0 656831783 139005952 4149 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122710021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23309/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700903 s]
/proc/loadavg: 3.87 2.33 2.09 4/321 23309
/proc/meminfo: memFree=28025428/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=282380 CPUtime=0.44 cores=5,7
/proc/23309/stat : 23309 (python) R 23307 23309 12685 0 -1 4202496 10209 935 1 0 35 9 0 0 17 0 1 0 656831783 289157120 7881 33554432000 4194304 5683644 140733769597088 18446744073709551615 5007112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23309/statm: 70595 7881 1761 364 0 6519 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 282380

[startup+1.50077 s]
/proc/loadavg: 3.87 2.33 2.09 5/322 23314
/proc/meminfo: memFree=27991320/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=290804 CPUtime=1.23 cores=5,7
/proc/23309/stat : 23309 (python) R 23307 23309 12685 0 -1 4202496 14021 935 1 0 114 9 0 0 18 0 1 0 656831783 297783296 10086 33554432000 4194304 5683644 140733769597088 18446744073709551615 4562986 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23309/statm: 72701 10086 1826 364 0 8625 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 290804

[startup+3.10043 s]
/proc/loadavg: 3.87 2.33 2.09 5/322 23314
/proc/meminfo: memFree=27991560/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=300288 CPUtime=2.22 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 14309 935 1 0 212 10 0 0 21 0 2 0 656831783 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 75072 9937 1869 364 0 10990 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 300288
heavy processes:

[startup+6.30089 s]
/proc/loadavg: 3.88 2.36 2.10 5/325 23317
/proc/meminfo: memFree=27986460/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=300288 CPUtime=2.22 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 14309 935 1 0 212 10 0 0 21 0 2 0 656831783 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 75072 9937 1869 364 0 10990 0
[pid=23315] ppid=23309 vsize=290044 CPUtime=0 cores=5,7
/proc/23315/stat : 23315 (python) S 23309 23309 12685 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 656832031 297005056 8417 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734095 0 0 16781312 514 18390335008330973445 0 0 17 5 0 0 0
/proc/23315/statm: 72511 8417 353 364 0 8429 0
[pid=23317] ppid=23315 vsize=1020308 CPUtime=3.81 cores=5,7
/proc/23317/stat : 23317 (gnovelty+2) R 23315 23317 23317 0 -1 4202496 1158 0 0 0 381 0 0 0 25 0 1 0 656832031 1044795392 892 33554432000 134512640 135663704 4293554960 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23317/statm: 255077 892 113 282 0 254793 0
[pid=23309/tid=23316] ppid=23307 vsize=300288 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656832031 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1610640

[startup+12.7007 s]
/proc/loadavg: 3.89 2.39 2.11 5/325 23317
/proc/meminfo: memFree=27985520/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=300288 CPUtime=2.22 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 14309 935 1 0 212 10 0 0 21 0 2 0 656831783 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 75072 9937 1869 364 0 10990 0
[pid=23315] ppid=23309 vsize=290044 CPUtime=0.02 cores=5,7
/proc/23315/stat : 23315 (python) S 23309 23309 12685 0 -1 4202560 967 0 0 0 1 1 0 0 18 0 1 0 656832031 297005056 8445 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734095 0 0 16781312 514 7999712352163299589 0 0 17 5 0 0 0
/proc/23315/statm: 72511 8445 381 364 0 8429 0
[pid=23317] ppid=23315 vsize=1020308 CPUtime=10.18 cores=5,7
/proc/23317/stat : 23317 (gnovelty+2) R 23315 23317 23317 0 -1 4202496 1158 0 0 0 1018 0 0 0 25 0 1 0 656832031 1044795392 892 33554432000 134512640 135663704 4293554960 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23317/statm: 255077 892 113 282 0 254793 0
[pid=23309/tid=23316] ppid=23307 vsize=300288 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656832031 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1610640

[startup+25.5004 s]
/proc/loadavg: 3.92 2.46 2.14 5/325 23317
/proc/meminfo: memFree=27986168/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=300288 CPUtime=2.22 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 14309 935 1 0 212 10 0 0 21 0 2 0 656831783 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 75072 9937 1869 364 0 10990 0
[pid=23315] ppid=23309 vsize=290044 CPUtime=0.04 cores=5,7
/proc/23315/stat : 23315 (python) S 23309 23309 12685 0 -1 4202560 972 0 0 0 2 2 0 0 18 0 1 0 656832031 297005056 8445 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734095 0 0 16781312 514 7999712352163299589 0 0 17 5 0 0 0
/proc/23315/statm: 72511 8445 381 364 0 8429 0
[pid=23317] ppid=23315 vsize=1020308 CPUtime=22.94 cores=5,7
/proc/23317/stat : 23317 (gnovelty+2) R 23315 23317 23317 0 -1 4202496 1158 0 0 0 2294 0 0 0 25 0 1 0 656832031 1044795392 892 33554432000 134512640 135663704 4293554960 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23317/statm: 255077 892 113 282 0 254793 0
[pid=23309/tid=23316] ppid=23307 vsize=300288 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656832031 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1610640

[startup+51.1008 s]
/proc/loadavg: 3.94 2.59 2.19 5/329 23322
/proc/meminfo: memFree=27976276/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=300288 CPUtime=2.22 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 14309 935 1 0 212 10 0 0 21 0 2 0 656831783 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 75072 9937 1869 364 0 10990 0
[pid=23315] ppid=23309 vsize=290044 CPUtime=0.09 cores=5,7
/proc/23315/stat : 23315 (python) S 23309 23309 12685 0 -1 4202560 983 0 0 0 5 4 0 0 18 0 1 0 656832031 297005056 8445 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734095 0 0 16781312 514 7999712352163299589 0 0 17 5 0 0 0
/proc/23315/statm: 72511 8445 381 364 0 8429 0
[pid=23317] ppid=23315 vsize=1020308 CPUtime=48.5 cores=5,7
/proc/23317/stat : 23317 (gnovelty+2) R 23315 23317 23317 0 -1 4202496 1158 0 0 0 4850 0 0 0 25 0 1 0 656832031 1044795392 892 33554432000 134512640 135663704 4293554960 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23317/statm: 255077 892 113 282 0 254793 0
[pid=23309/tid=23316] ppid=23307 vsize=300288 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656832031 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1610640

[startup+102.311 s]
/proc/loadavg: 4.07 2.83 2.29 5/337 23331
/proc/meminfo: memFree=27897224/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=300288 CPUtime=2.22 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 14309 935 1 0 212 10 0 0 21 0 2 0 656831783 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 75072 9937 1869 364 0 10990 0
[pid=23315] ppid=23309 vsize=290044 CPUtime=0.19 cores=5,7
/proc/23315/stat : 23315 (python) S 23309 23309 12685 0 -1 4202560 1005 0 0 0 10 9 0 0 18 0 1 0 656832031 297005056 8445 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734095 0 0 16781312 514 7999712352163299589 0 0 17 5 0 0 0
/proc/23315/statm: 72511 8445 381 364 0 8429 0
[pid=23317] ppid=23315 vsize=1020308 CPUtime=99.61 cores=5,7
/proc/23317/stat : 23317 (gnovelty+2) R 23315 23317 23317 0 -1 4202496 1158 0 0 0 9961 0 0 0 25 0 1 0 656832031 1044795392 892 33554432000 134512640 135663704 4293554960 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23317/statm: 255077 892 113 282 0 254793 0
[pid=23309/tid=23316] ppid=23307 vsize=300288 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656832031 307494912 9937 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1610640

[startup+162.301 s]
/proc/loadavg: 4.12 3.07 2.40 5/346 23342
/proc/meminfo: memFree=27876612/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=310544 CPUtime=2.23 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 15172 935 1 0 213 10 0 0 20 0 3 0 656831783 317997056 9952 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 77636 9952 1880 364 0 13551 0
[pid=23315] ppid=23309 vsize=300288 CPUtime=0.21 cores=5,7
/proc/23315/stat : 23315 (python) S 23309 23309 12685 0 -1 4202560 1143 0 0 0 11 10 0 0 19 0 2 0 656832031 307494912 8483 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23315/statm: 75072 8483 414 364 0 10990 0
[pid=23317] ppid=23315 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/23317/stat : 23317 (gnovelty+2) T 23315 23317 23317 0 -1 4202496 1158 0 0 0 10003 0 0 0 25 0 1 0 656832031 1044795392 892 33554432000 134512640 135663704 4293554960 18446744073709551615 134524594 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23317/statm: 255077 892 113 282 0 254793 0
[pid=23315/tid=23332] ppid=23309 vsize=300288 CPUtime=0 cores=5,7
/proc/23315/task/23332/stat : 23332 (python) S 23309 23309 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656842057 307494912 8483 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604465784461376 0 0 -1 7 0 0 0
[pid=23333] ppid=23309 vsize=300300 CPUtime=0.12 cores=5,7
/proc/23333/stat : 23333 (python) S 23309 23309 12685 0 -1 4202560 899 0 0 0 6 6 0 0 18 0 1 0 656842058 307507200 8438 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734150 0 0 16781312 514 7999712352163299591 0 0 17 5 0 0 0
/proc/23333/statm: 75075 8438 370 364 0 10990 0
[pid=23335] ppid=23333 vsize=1020308 CPUtime=59.4 cores=5,7
/proc/23335/stat : 23335 (gnovelty+2) R 23333 23335 23335 0 -1 4202496 1159 0 0 0 5940 0 0 0 25 0 1 0 656842058 1044795392 892 33554432000 134512640 135663704 4294494128 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23335/statm: 255077 892 113 282 0 254793 0
[pid=23309/tid=23316] ppid=23307 vsize=310544 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 3 0 656832031 317997056 9952 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23334] ppid=23307 vsize=310544 CPUtime=0 cores=5,7
/proc/23309/task/23334/stat : 23334 (python) S 23307 23309 12685 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 656842058 317997056 9952 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 2951748

[startup+222.301 s]
/proc/loadavg: 4.04 3.24 2.50 5/351 23349
/proc/meminfo: memFree=27860416/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=320800 CPUtime=2.25 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 16001 935 1 0 215 10 0 0 20 0 4 0 656831783 328499200 9958 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

/proc/23333/statm: 75075 8468 399 364 0 10990 0
[pid=23335] ppid=23333 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/23335/stat : 23335 (gnovelty+2) T 23333 23335 23335 0 -1 4202496 1159 0 0 0 10003 0 0 0 25 0 1 0 656842058 1044795392 892 33554432000 134512640 135663704 4294494128 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23335/statm: 255077 892 113 282 0 254793 0
[pid=23333/tid=23345] ppid=23309 vsize=300300 CPUtime=0 cores=5,7
/proc/23333/task/23345/stat : 23345 (python) S 23309 23309 12685 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656852084 307507200 8468 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604463301153024 0 0 -1 7 0 0 0
[pid=23346] ppid=23309 vsize=310556 CPUtime=0.23 cores=5,7
/proc/23346/stat : 23346 (python) S 23309 23309 12685 0 -1 4202560 1082 0 0 0 12 11 0 0 19 0 2 0 656852086 318009344 8472 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23346/statm: 77639 8472 399 364 0 13551 0
[pid=23348] ppid=23346 vsize=423400 CPUtime=99.97 cores=5,7
/proc/23348/stat : 23348 (adaptg2wsat2009) T 23346 23348 23348 0 -1 4202496 2619 0 0 0 9997 0 0 0 25 0 1 0 656852086 433561600 2357 33554432000 134512640 135107411 4289178624 18446744073709551615 134539089 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23348/statm: 105850 2357 59 146 0 104726 0
[pid=23346/tid=23356] ppid=23309 vsize=310556 CPUtime=0 cores=5,7
/proc/23346/task/23356/stat : 23356 (python) S 23309 23309 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656862108 318009344 8472 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604469478408448 0 0 -1 7 0 0 0
[pid=23357] ppid=23309 vsize=320812 CPUtime=0.23 cores=5,7
/proc/23357/stat : 23357 (python) S 23309 23309 12685 0 -1 4202560 1092 0 0 0 12 11 0 0 19 0 2 0 656862109 328511488 8476 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23357/statm: 80203 8476 399 364 0 16112 0
[pid=23359] ppid=23357 vsize=423400 CPUtime=99.97 cores=5,7
/proc/23359/stat : 23359 (adaptg2wsat2009) T 23357 23359 23359 0 -1 4202496 2628 0 0 0 9997 0 0 0 25 0 1 0 656862110 433561600 2359 33554432000 134512640 135107411 4287340992 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23359/statm: 105850 2359 59 146 0 104726 0
[pid=23357/tid=23372] ppid=23309 vsize=320812 CPUtime=0 cores=5,7
/proc/23357/task/23372/stat : 23372 (python) S 23309 23309 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656872132 328511488 8476 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604471116001536 0 0 -1 7 0 0 0
[pid=23373] ppid=23309 vsize=331068 CPUtime=0.23 cores=5,7
/proc/23373/stat : 23373 (python) S 23309 23309 12685 0 -1 4202560 1092 0 0 0 11 12 0 0 19 0 2 0 656872133 339013632 8480 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23373/statm: 82767 8480 399 364 0 18673 0
[pid=23375] ppid=23373 vsize=423400 CPUtime=100.01 cores=5,7
/proc/23375/stat : 23375 (adaptg2wsat2009) T 23373 23375 23375 0 -1 4202496 2624 0 0 0 10001 0 0 0 25 0 1 0 656872134 433561600 2359 33554432000 134512640 135107411 4288446880 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23375/statm: 105850 2359 59 146 0 104726 0
[pid=23373/tid=23385] ppid=23309 vsize=331068 CPUtime=0 cores=5,7
/proc/23373/task/23385/stat : 23385 (python) S 23309 23309 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656882156 339013632 8480 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604460347698176 0 0 -1 7 0 0 0
[pid=23386] ppid=23309 vsize=341324 CPUtime=0.23 cores=5,7
/proc/23386/stat : 23386 (python) S 23309 23309 12685 0 -1 4202560 1092 0 0 0 11 12 0 0 19 0 2 0 656882157 349515776 8484 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23386/statm: 85331 8484 399 364 0 21234 0
[pid=23388] ppid=23386 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/23388/stat : 23388 (gnovelty+2) T 23386 23388 23388 0 -1 4202496 1156 0 0 0 10003 0 0 0 25 0 1 0 656882157 1044795392 891 33554432000 134512640 135663704 4287978016 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23388/statm: 255077 891 113 282 0 254793 0
[pid=23386/tid=23472] ppid=23309 vsize=341324 CPUtime=0 cores=5,7
/proc/23386/task/23472/stat : 23472 (python) S 23309 23309 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656892185 349515776 8484 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604465471509824 0 0 -1 7 0 0 0
[pid=23473] ppid=23309 vsize=351580 CPUtime=0.21 cores=5,7
/proc/23473/stat : 23473 (python) S 23309 23309 12685 0 -1 4202560 924 0 0 0 12 9 0 0 18 0 1 0 656892186 360017920 8458 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734150 0 0 16781312 514 7999712352163299590 0 0 17 5 0 0 0
/proc/23473/statm: 87895 8458 370 364 0 23795 0
[pid=23475] ppid=23473 vsize=253036 CPUtime=98.02 cores=5,7
/proc/23475/stat : 23475 (FH) R 23473 23475 23475 0 -1 4202496 2500 0 0 0 9802 0 0 0 25 0 1 0 656892187 259108864 2234 33554432000 134512640 134936988 4287154896 18446744073709551615 134545388 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23475/statm: 63259 2234 41 104 0 62763 0
[pid=23309/tid=23316] ppid=23307 vsize=361824 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 8 0 656832031 370507776 9982 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23334] ppid=23307 vsize=361824 CPUtime=0 cores=5,7
/proc/23309/task/23334/stat : 23334 (python) S 23307 23309 12685 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 656842058 370507776 9982 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23347] ppid=23307 vsize=361824 CPUtime=0 cores=5,7
/proc/23309/task/23347/stat : 23347 (python) S 23307 23309 12685 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 8 0 656852086 370507776 9982 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
[pid=23309/tid=23358] ppid=23307 vsize=361824 CPUtime=0 cores=5,7
/proc/23309/task/23358/stat : 23358 (python) S 23307 23309 12685 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 656862110 370507776 9982 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23374] ppid=23307 vsize=361824 CPUtime=0 cores=5,7
/proc/23309/task/23374/stat : 23374 (python) S 23307 23309 12685 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 656872133 370507776 9982 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23387] ppid=23307 vsize=361824 CPUtime=0 cores=5,7
/proc/23309/task/23387/stat : 23387 (python) S 23307 23309 12685 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 656882157 370507776 9982 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23474] ppid=23307 vsize=361824 CPUtime=0 cores=5,7
/proc/23309/task/23474/stat : 23474 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 8 0 656892187 370507776 9982 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 7201912



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.001 s]
/proc/loadavg: 4.19 3.94 3.13 6/383 23488
/proc/meminfo: memFree=27631328/32951124 swapFree=54427468/67111528
[pid=23309] ppid=23307 vsize=372080 CPUtime=2.32 cores=5,7
/proc/23309/stat : 23309 (python) S 23307 23309 12685 0 -1 4202496 20355 935 1 0 221 11 0 0 20 0 9 0 656831783 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23309/statm: 93020 9988 1892 364 0 28917 0
[pid=23315] ppid=23309 vsize=300288 CPUtime=0.21 cores=5,7
/proc/23315/stat : 23315 (python) S 23309 23309 12685 0 -1 4202560 1143 0 0 0 11 10 0 0 19 0 2 0 656832031 307494912 8483 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23315/statm: 75072 8483 414 364 0 10990 0
[pid=23317] ppid=23315 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/23317/stat : 23317 (gnovelty+2) T 23315 23317 23317 0 -1 4202496 1158 0 0 0 10003 0 0 0 25 0 1 0 656832031 1044795392 892 33554432000 134512640 135663704 4293554960 18446744073709551615 134524594 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23317/statm: 255077 892 113 282 0 254793 0
[pid=23315/tid=23332] ppid=23309 vsize=300288 CPUtime=0 cores=5,7
/proc/23315/task/23332/stat : 23332 (python) S 23309 23309 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656842057 307494912 8483 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604465784461376 0 0 -1 7 0 0 0
[pid=23333] ppid=23309 vsize=300300 CPUtime=0.22 cores=5,7
/proc/23333/stat : 23333 (python) S 23309 23309 12685 0 -1 4202560 1068 0 0 0 12 10 0 0 19 0 2 0 656842058 307507200 8468 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23333/statm: 75075 8468 399 364 0 10990 0
[pid=23335] ppid=23333 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/23335/stat : 23335 (gnovelty+2) T 23333 23335 23335 0 -1 4202496 1159 0 0 0 10003 0 0 0 25 0 1 0 656842058 1044795392 892 33554432000 134512640 135663704 4294494128 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23335/statm: 255077 892 113 282 0 254793 0
[pid=23333/tid=23345] ppid=23309 vsize=300300 CPUtime=0 cores=5,7
/proc/23333/task/23345/stat : 23345 (python) S 23309 23309 12685 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656852084 307507200 8468 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604463301153024 0 0 -1 7 0 0 0
[pid=23346] ppid=23309 vsize=310556 CPUtime=0.23 cores=5,7
/proc/23346/stat : 23346 (python) S 23309 23309 12685 0 -1 4202560 1082 0 0 0 12 11 0 0 19 0 2 0 656852086 318009344 8472 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23346/statm: 77639 8472 399 364 0 13551 0
[pid=23348] ppid=23346 vsize=423400 CPUtime=99.97 cores=5,7
/proc/23348/stat : 23348 (adaptg2wsat2009) T 23346 23348 23348 0 -1 4202496 2619 0 0 0 9997 0 0 0 25 0 1 0 656852086 433561600 2357 33554432000 134512640 135107411 4289178624 18446744073709551615 134539089 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23348/statm: 105850 2357 59 146 0 104726 0
[pid=23346/tid=23356] ppid=23309 vsize=310556 CPUtime=0 cores=5,7
/proc/23346/task/23356/stat : 23356 (python) S 23309 23309 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656862108 318009344 8472 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604469478408448 0 0 -1 7 0 0 0
[pid=23357] ppid=23309 vsize=320812 CPUtime=0.23 cores=5,7
/proc/23357/stat : 23357 (python) S 23309 23309 12685 0 -1 4202560 1092 0 0 0 12 11 0 0 19 0 2 0 656862109 328511488 8476 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23357/statm: 80203 8476 399 364 0 16112 0
[pid=23359] ppid=23357 vsize=423400 CPUtime=99.97 cores=5,7
/proc/23359/stat : 23359 (adaptg2wsat2009) T 23357 23359 23359 0 -1 4202496 2628 0 0 0 9997 0 0 0 25 0 1 0 656862110 433561600 2359 33554432000 134512640 135107411 4287340992 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23359/statm: 105850 2359 59 146 0 104726 0
[pid=23357/tid=23372] ppid=23309 vsize=320812 CPUtime=0 cores=5,7
/proc/23357/task/23372/stat : 23372 (python) S 23309 23309 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656872132 328511488 8476 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604471116001536 0 0 -1 7 0 0 0
[pid=23373] ppid=23309 vsize=331068 CPUtime=0.23 cores=5,7
/proc/23373/stat : 23373 (python) S 23309 23309 12685 0 -1 4202560 1092 0 0 0 11 12 0 0 19 0 2 0 656872133 339013632 8480 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23373/statm: 82767 8480 399 364 0 18673 0
[pid=23375] ppid=23373 vsize=423400 CPUtime=100.01 cores=5,7
/proc/23375/stat : 23375 (adaptg2wsat2009) T 23373 23375 23375 0 -1 4202496 2624 0 0 0 10001 0 0 0 25 0 1 0 656872134 433561600 2359 33554432000 134512640 135107411 4288446880 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23375/statm: 105850 2359 59 146 0 104726 0
[pid=23373/tid=23385] ppid=23309 vsize=331068 CPUtime=0 cores=5,7
/proc/23373/task/23385/stat : 23385 (python) S 23309 23309 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656882156 339013632 8480 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604460347698176 0 0 -1 7 0 0 0
[pid=23386] ppid=23309 vsize=341324 CPUtime=0.23 cores=5,7
/proc/23386/stat : 23386 (python) S 23309 23309 12685 0 -1 4202560 1092 0 0 0 11 12 0 0 19 0 2 0 656882157 349515776 8484 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23386/statm: 85331 8484 399 364 0 21234 0
[pid=23388] ppid=23386 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/23388/stat : 23388 (gnovelty+2) T 23386 23388 23388 0 -1 4202496 1156 0 0 0 10003 0 0 0 25 0 1 0 656882157 1044795392 891 33554432000 134512640 135663704 4287978016 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23388/statm: 255077 891 113 282 0 254793 0
[pid=23386/tid=23472] ppid=23309 vsize=341324 CPUtime=0 cores=5,7
/proc/23386/task/23472/stat : 23472 (python) S 23309 23309 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656892185 349515776 8484 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604465471509824 0 0 -1 7 0 0 0
[pid=23473] ppid=23309 vsize=351580 CPUtime=0.23 cores=5,7
/proc/23473/stat : 23473 (python) S 23309 23309 12685 0 -1 4202560 1086 0 0 0 13 10 0 0 19 0 2 0 656892186 360017920 8488 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23473/statm: 87895 8488 399 364 0 23795 0
[pid=23475] ppid=23473 vsize=253036 CPUtime=99.97 cores=5,7
/proc/23475/stat : 23475 (FH) T 23473 23475 23475 0 -1 4202496 2500 0 0 0 9997 0 0 0 25 0 1 0 656892187 259108864 2234 33554432000 134512640 134936988 4287154896 18446744073709551615 134553579 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23475/statm: 63259 2234 41 104 0 62763 0
[pid=23473/tid=23485] ppid=23309 vsize=351580 CPUtime=0 cores=5,7
/proc/23473/task/23485/stat : 23485 (python) S 23309 23309 12685 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656902209 360017920 8488 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 514 18446604461581783104 0 0 -1 7 0 0 0
[pid=23486] ppid=23309 vsize=361836 CPUtime=0 cores=5,7
/proc/23486/stat : 23486 (python) S 23309 23309 12685 0 -1 4202560 775 0 0 0 0 0 0 0 19 0 1 0 656902210 370520064 8441 33554432000 4194304 5683644 140733769597088 18446744073709551615 228122734150 0 0 16781312 514 4232544726651240447 0 0 17 5 0 0 0
/proc/23486/statm: 90459 8441 349 364 0 26356 0
[pid=23488] ppid=23486 vsize=423400 CPUtime=0.73 cores=5,7
/proc/23488/stat : 23488 (adaptg2wsat2009) R 23486 23488 23488 0 -1 4202496 2624 0 0 0 73 0 0 0 22 0 1 0 656902211 433561600 2358 33554432000 134512640 135107411 4288476752 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23488/statm: 105850 2358 59 146 0 104726 0
[pid=23309/tid=23316] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23316/stat : 23316 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 656832031 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23334] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23334/stat : 23334 (python) S 23307 23309 12685 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656842058 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23347] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23347/stat : 23347 (python) S 23307 23309 12685 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 656852086 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
[pid=23309/tid=23358] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23358/stat : 23358 (python) S 23307 23309 12685 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656862110 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23374] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23374/stat : 23374 (python) S 23307 23309 12685 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656872133 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23387] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23387/stat : 23387 (python) S 23307 23309 12685 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656882157 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23474] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23474/stat : 23474 (python) S 23307 23309 12685 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656892187 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
[pid=23309/tid=23487] ppid=23307 vsize=372080 CPUtime=0 cores=5,7
/proc/23309/task/23487/stat : 23487 (python) S 23307 23309 12685 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656902211 381009920 9988 33554432000 4194304 5683644 140733769597088 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.64
Current children cumulated vsize (KiB) 7997404

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

Real time (s): 705.074
CPU time (s): 704.64
CPU user time (s): 703.77
CPU system time (s): 0.87
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 7997404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21966
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21295
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= 2860
involuntary context switches= 27

runsolver used 2.27865 second user time and 5.2762 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 11:38:58
IDJOB=3377328
IDBENCH=82637
IDSOLVER=1857
FILE ID=node138/3377328-1305452338
RUNJOBID= node138-1305452176-23158
PBS_JOBID= 13324862
Free space on /tmp= 73512 MiB

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

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

MD5SUM BENCH= 6a416a8eca39558555cbe083cf0c9cff
RANDOM SEED=2006192735

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28025708 kB
Buffers:        279160 kB
Cached:        4068444 kB
SwapCached:      18496 kB
Active:        1493768 kB
Inactive:      3193752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28025708 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           32604 kB
Writeback:           0 kB
AnonPages:      333192 kB
Mapped:          16472 kB
Slab:           128916 kB
PageTables:      46820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 43272528 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= 73440 MiB
End job on node138 at 2011-05-15 11:50:45