Trace number 3377266

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.69 705.08

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S394483079-002-UNKNOWN.cnf
MD5SUM40e955d306a70bd3dffa8283c1221639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.32/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.63	c INFO: solving HOME/instance-3377266-1305451957.cnf
0.32/0.63	c INFO: computing task features
0.50/0.83	c INFO: computed variable-clause graph statistics
0.50/0.84	c INFO: computed clause balance statistics
1.51/1.85	c INFO: computed variable balance statistics
2.11/2.41	c INFO: computed small-clause counts
2.11/2.41	c INFO: computed Horn-clause counts
2.11/2.45	c INFO: computed variable graph statistics
2.11/2.46	c INFO: collected features for HOME/instance-3377266-1305451957.cnf in 1.82 s
2.11/2.47	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.37/102.79	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.73/203.12	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.94/303.39	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.24/403.69	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.57/503.98	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.95/604.32	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.28/704.62	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-3377266-1305451957/watcher-3377266-1305451957 -o /tmp/evaluation-result-3377266-1305451957/solver-3377266-1305451957 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377266-1305451957.cnf -seed 1908932061 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.34 4.11 4.00 5/375 23552
/proc/meminfo: memFree=20856480/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=15384 CPUtime=0 cores=4,6
/proc/23552/stat : 23552 (python) R 23550 23552 22815 0 -1 4202496 807 0 0 0 0 0 0 0 24 0 1 0 656793399 15753216 693 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905730704 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23552/statm: 3846 693 332 364 0 333 0

[startup+0.0999569 s]
/proc/loadavg: 4.34 4.11 4.00 5/375 23552
/proc/meminfo: memFree=20856480/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=91832 CPUtime=0.06 cores=4,6
/proc/23552/stat : 23552 (python) R 23550 23552 22815 0 -1 4202496 2678 0 0 0 5 1 0 0 17 0 1 0 656793399 94035968 2394 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905726821 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23552/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.100944 s]
/proc/loadavg: 4.34 4.11 4.00 5/375 23552
/proc/meminfo: memFree=20856480/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=93964 CPUtime=0.06 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 2692 0 0 0 5 1 0 0 17 0 1 0 656793399 96219136 2407 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/23552/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300966 s]
/proc/loadavg: 4.34 4.11 4.00 5/375 23552
/proc/meminfo: memFree=20856480/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=135752 CPUtime=0.16 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 5973 932 1 0 13 3 0 0 17 0 1 0 656793399 139010048 4149 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905726981 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/23552/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700862 s]
/proc/loadavg: 4.34 4.11 4.00 5/375 23552
/proc/meminfo: memFree=20856480/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=283256 CPUtime=0.4 cores=4,6
/proc/23552/stat : 23552 (python) R 23550 23552 22815 0 -1 4202496 10426 932 1 0 34 6 0 0 16 0 1 0 656793399 290054144 8097 33554432000 4194304 5683644 140734199475264 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23552/statm: 70814 8097 1761 364 0 6738 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283256

[startup+1.50072 s]
/proc/loadavg: 4.31 4.11 4.00 5/376 23557
/proc/meminfo: memFree=20821256/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=290804 CPUtime=1.21 cores=4,6
/proc/23552/stat : 23552 (python) R 23550 23552 22815 0 -1 4202496 14021 932 1 0 114 7 0 0 16 0 1 0 656793399 297783296 10085 33554432000 4194304 5683644 140734199475264 18446744073709551615 47049756733028 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23552/statm: 72701 10085 1826 364 0 8625 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 290804

[startup+3.10038 s]
/proc/loadavg: 4.31 4.11 4.00 5/376 23557
/proc/meminfo: memFree=20821384/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=294136 CPUtime=2.18 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 14384 932 1 0 211 7 0 0 19 0 2 0 656793399 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23552/statm: 73534 8415 1869 364 0 9452 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 294136
heavy processes:

[startup+6.30085 s]
/proc/loadavg: 4.31 4.11 4.00 5/379 23560
/proc/meminfo: memFree=20822144/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=294136 CPUtime=2.18 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 14384 932 1 0 211 7 0 0 19 0 2 0 656793399 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23552/statm: 73534 8415 1869 364 0 9452 0
[pid=23558] ppid=23552 vsize=284984 CPUtime=0 cores=4,6
/proc/23558/stat : 23558 (python) S 23552 23552 22815 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 656793647 291823616 6898 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751055 0 0 16781312 514 1172003258323927297 0 0 17 4 0 0 0
/proc/23558/statm: 71246 6898 355 364 0 7164 0
[pid=23560] ppid=23558 vsize=1020308 CPUtime=3.8 cores=4,6
/proc/23560/stat : 23560 (gnovelty+2) R 23558 23560 23560 0 -1 4202496 1154 0 0 0 380 0 0 0 25 0 1 0 656793647 1044795392 892 33554432000 134512640 135663704 4292663152 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 255077 892 113 282 0 254793 0
[pid=23552/tid=23559] ppid=23550 vsize=294136 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 656793647 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 1599428

[startup+12.7006 s]
/proc/loadavg: 4.26 4.10 4.00 5/379 23560
/proc/meminfo: memFree=20819884/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=294136 CPUtime=2.18 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 14384 932 1 0 211 7 0 0 19 0 2 0 656793399 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23552/statm: 73534 8415 1869 364 0 9452 0
[pid=23558] ppid=23552 vsize=284984 CPUtime=0.02 cores=4,6
/proc/23558/stat : 23558 (python) S 23552 23552 22815 0 -1 4202560 985 0 0 0 1 1 0 0 18 0 1 0 656793647 291823616 6926 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751055 0 0 16781312 514 11312690420233765121 0 0 17 4 0 0 0
/proc/23558/statm: 71246 6926 383 364 0 7164 0
[pid=23560] ppid=23558 vsize=1020308 CPUtime=10.18 cores=4,6
/proc/23560/stat : 23560 (gnovelty+2) R 23558 23560 23560 0 -1 4202496 1154 0 0 0 1018 0 0 0 25 0 1 0 656793647 1044795392 892 33554432000 134512640 135663704 4292663152 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23560/statm: 255077 892 113 282 0 254793 0
[pid=23552/tid=23559] ppid=23550 vsize=294136 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 656793647 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 1599428

[startup+25.5004 s]
/proc/loadavg: 4.22 4.10 4.00 5/379 23561
/proc/meminfo: memFree=20823360/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=294136 CPUtime=2.18 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 14384 932 1 0 211 7 0 0 19 0 2 0 656793399 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23552/statm: 73534 8415 1869 364 0 9452 0
[pid=23558] ppid=23552 vsize=284984 CPUtime=0.06 cores=4,6
/proc/23558/stat : 23558 (python) S 23552 23552 22815 0 -1 4202560 990 0 0 0 3 3 0 0 18 0 1 0 656793647 291823616 6926 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751055 0 0 16781312 514 11312690420233765121 0 0 17 4 0 0 0
/proc/23558/statm: 71246 6926 383 364 0 7164 0
[pid=23560] ppid=23558 vsize=1020308 CPUtime=22.92 cores=4,6
/proc/23560/stat : 23560 (gnovelty+2) R 23558 23560 23560 0 -1 4202496 1154 0 0 0 2292 0 0 0 25 0 1 0 656793647 1044795392 892 33554432000 134512640 135663704 4292663152 18446744073709551615 134524656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 255077 892 113 282 0 254793 0
[pid=23552/tid=23559] ppid=23550 vsize=294136 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 656793647 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 1599428

[startup+51.1007 s]
/proc/loadavg: 4.22 4.10 4.00 5/379 23561
/proc/meminfo: memFree=20824960/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=294136 CPUtime=2.18 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 14384 932 1 0 211 7 0 0 19 0 2 0 656793399 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23552/statm: 73534 8415 1869 364 0 9452 0
[pid=23558] ppid=23552 vsize=284984 CPUtime=0.12 cores=4,6
/proc/23558/stat : 23558 (python) S 23552 23552 22815 0 -1 4202560 1003 0 0 0 6 6 0 0 18 0 1 0 656793647 291823616 6926 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751055 0 0 16781312 514 11312690420233765121 0 0 17 4 0 0 0
/proc/23558/statm: 71246 6926 383 364 0 7164 0
[pid=23560] ppid=23558 vsize=1020308 CPUtime=48.46 cores=4,6
/proc/23560/stat : 23560 (gnovelty+2) R 23558 23560 23560 0 -1 4202496 1154 0 0 0 4846 0 0 0 25 0 1 0 656793647 1044795392 892 33554432000 134512640 135663704 4292663152 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 255077 892 113 282 0 254793 0
[pid=23552/tid=23559] ppid=23550 vsize=294136 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 656793647 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 1599428

[startup+102.314 s]
/proc/loadavg: 4.15 4.10 4.00 5/391 23575
/proc/meminfo: memFree=20755696/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=294136 CPUtime=2.18 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 14384 932 1 0 211 7 0 0 19 0 2 0 656793399 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23552/statm: 73534 8415 1869 364 0 9452 0
[pid=23558] ppid=23552 vsize=284984 CPUtime=0.25 cores=4,6
/proc/23558/stat : 23558 (python) S 23552 23552 22815 0 -1 4202560 1025 0 0 0 14 11 0 0 18 0 1 0 656793647 291823616 6926 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751055 0 0 16781312 514 11312690420233765121 0 0 17 4 0 0 0
/proc/23558/statm: 71246 6926 383 364 0 7164 0
[pid=23560] ppid=23558 vsize=1020308 CPUtime=99.55 cores=4,6
/proc/23560/stat : 23560 (gnovelty+2) R 23558 23560 23560 0 -1 4202496 1154 0 0 0 9955 0 0 0 25 0 1 0 656793647 1044795392 892 33554432000 134512640 135663704 4292663152 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 255077 892 113 282 0 254793 0
[pid=23552/tid=23559] ppid=23550 vsize=294136 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 656793647 301195264 8415 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 1599428

[startup+162.301 s]
/proc/loadavg: 4.05 4.08 4.00 5/387 23654
/proc/meminfo: memFree=20749804/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=305000 CPUtime=2.19 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 15262 932 1 0 212 7 0 0 20 0 3 0 656793399 312320000 8557 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23552/statm: 76250 8557 1872 364 0 12165 0
[pid=23558] ppid=23552 vsize=295228 CPUtime=0.26 cores=4,6
/proc/23558/stat : 23558 (python) S 23552 23552 22815 0 -1 4202560 1162 0 0 0 14 12 0 0 19 0 2 0 656793647 302313472 6963 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23558/statm: 73807 6963 415 364 0 9725 0
[pid=23560] ppid=23558 vsize=1020308 CPUtime=100.01 cores=4,6
/proc/23560/stat : 23560 (gnovelty+2) T 23558 23560 23560 0 -1 4202496 1154 0 0 0 10001 0 0 0 25 0 1 0 656793647 1044795392 892 33554432000 134512640 135663704 4292663152 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23560/statm: 255077 892 113 282 0 254793 0
[pid=23558/tid=23576] ppid=23552 vsize=295228 CPUtime=0 cores=4,6
/proc/23558/task/23576/stat : 23576 (python) S 23552 23552 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656803678 302313472 6963 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604440300669632 0 0 -1 6 0 0 0
[pid=23577] ppid=23552 vsize=294912 CPUtime=0.15 cores=4,6
/proc/23577/stat : 23577 (python) S 23552 23552 22815 0 -1 4202560 916 0 0 0 8 7 0 0 18 0 1 0 656803679 301989888 7054 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751110 0 0 16781312 514 11312690420233765121 0 0 17 4 0 0 0
/proc/23577/statm: 73728 7054 372 364 0 9643 0
[pid=23579] ppid=23577 vsize=1020308 CPUtime=59.33 cores=4,6
/proc/23579/stat : 23579 (gnovelty+2) R 23577 23579 23579 0 -1 4202496 1155 0 0 0 5933 0 0 0 25 0 1 0 656803679 1044795392 891 33554432000 134512640 135663704 4289262752 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23579/statm: 255077 891 113 282 0 254793 0
[pid=23552/tid=23559] ppid=23550 vsize=305000 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 3 0 656793647 312320000 8557 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23578] ppid=23550 vsize=305000 CPUtime=0 cores=4,6
/proc/23552/task/23578/stat : 23578 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 656803679 312320000 8557 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 2935756

[startup+222.301 s]
/proc/loadavg: 4.05 4.08 4.00 5/395 23665
/proc/meminfo: memFree=20701216/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=315256 CPUtime=2.2 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 16075 932 1 0 213 7 0 0 19 0 4 0 656793399 322822144 8563 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0

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

/proc/23577/statm: 73728 7083 400 364 0 9643 0
[pid=23579] ppid=23577 vsize=1020308 CPUtime=100.03 cores=4,6
/proc/23579/stat : 23579 (gnovelty+2) T 23577 23579 23579 0 -1 4202496 1155 0 0 0 10003 0 0 0 25 0 1 0 656803679 1044795392 891 33554432000 134512640 135663704 4289262752 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23579/statm: 255077 891 113 282 0 254793 0
[pid=23577/tid=23661] ppid=23552 vsize=294912 CPUtime=0 cores=4,6
/proc/23577/task/23661/stat : 23661 (python) S 23552 23552 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656813710 301989888 7083 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604453869957440 0 0 -1 4 0 0 0
[pid=23662] ppid=23552 vsize=305772 CPUtime=0.26 cores=4,6
/proc/23662/stat : 23662 (python) S 23552 23552 22815 0 -1 4202560 1082 0 0 0 14 12 0 0 19 0 2 0 656813712 313110528 7087 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23662/statm: 76443 7087 400 364 0 12355 0
[pid=23664] ppid=23662 vsize=423400 CPUtime=99.99 cores=4,6
/proc/23664/stat : 23664 (adaptg2wsat2009) T 23662 23664 23664 0 -1 4202496 2623 0 0 0 9999 0 0 0 25 0 1 0 656813712 433561600 2359 33554432000 134512640 135107411 4293157776 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23664/statm: 105850 2359 59 146 0 104726 0
[pid=23662/tid=23678] ppid=23552 vsize=305772 CPUtime=0 cores=4,6
/proc/23662/task/23678/stat : 23678 (python) S 23552 23552 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656823738 313110528 7087 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604449695978624 0 0 -1 6 0 0 0
[pid=23679] ppid=23552 vsize=315544 CPUtime=0.28 cores=4,6
/proc/23679/stat : 23679 (python) S 23552 23552 22815 0 -1 4202560 1087 0 0 0 16 12 0 0 19 0 2 0 656823739 323117056 7159 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23679/statm: 78886 7159 399 364 0 14795 0
[pid=23681] ppid=23679 vsize=423400 CPUtime=99.99 cores=4,6
/proc/23681/stat : 23681 (adaptg2wsat2009) T 23679 23681 23681 0 -1 4202496 2627 0 0 0 9999 0 0 0 25 0 1 0 656823740 433561600 2357 33554432000 134512640 135107411 4287991584 18446744073709551615 134537762 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23681/statm: 105850 2357 59 146 0 104726 0
[pid=23679/tid=23693] ppid=23552 vsize=315544 CPUtime=0 cores=4,6
/proc/23679/task/23693/stat : 23693 (python) S 23552 23552 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656833767 323117056 7159 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604447151717120 0 0 -1 4 0 0 0
[pid=23694] ppid=23552 vsize=326044 CPUtime=0.28 cores=4,6
/proc/23694/stat : 23694 (python) S 23552 23552 22815 0 -1 4202560 1092 0 0 0 16 12 0 0 19 0 2 0 656833768 333869056 7164 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23694/statm: 81511 7164 400 364 0 17417 0
[pid=23696] ppid=23694 vsize=423400 CPUtime=100.03 cores=4,6
/proc/23696/stat : 23696 (adaptg2wsat2009) T 23694 23696 23696 0 -1 4202496 2620 0 0 0 10003 0 0 0 25 0 1 0 656833769 433561600 2357 33554432000 134512640 135107411 4290219648 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23696/statm: 105850 2357 59 146 0 104726 0
[pid=23694/tid=23709] ppid=23552 vsize=326044 CPUtime=0 cores=4,6
/proc/23694/task/23709/stat : 23709 (python) S 23552 23552 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656843796 333869056 7164 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604453886760128 0 0 -1 4 0 0 0
[pid=23710] ppid=23552 vsize=336408 CPUtime=0.29 cores=4,6
/proc/23710/stat : 23710 (python) S 23552 23552 22815 0 -1 4202560 1094 0 0 0 15 14 0 0 19 0 2 0 656843798 344481792 7168 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23710/statm: 84102 7168 400 364 0 20005 0
[pid=23712] ppid=23710 vsize=1020308 CPUtime=100.05 cores=4,6
/proc/23712/stat : 23712 (gnovelty+2) T 23710 23712 23712 0 -1 4202496 1152 0 0 0 10005 0 0 0 25 0 1 0 656843798 1044795392 891 33554432000 134512640 135663704 4292873664 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23712/statm: 255077 891 113 282 0 254793 0
[pid=23710/tid=23720] ppid=23552 vsize=336408 CPUtime=0 cores=4,6
/proc/23710/task/23720/stat : 23720 (python) S 23552 23552 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656853830 344481792 7168 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604447151716224 0 0 -1 4 0 0 0
[pid=23721] ppid=23552 vsize=346492 CPUtime=0.27 cores=4,6
/proc/23721/stat : 23721 (python) S 23552 23552 22815 0 -1 4202560 936 0 0 0 15 12 0 0 18 0 1 0 656853832 354807808 7143 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751110 0 0 16781312 514 11312690420233765122 0 0 17 4 0 0 0
/proc/23721/statm: 86623 7143 372 364 0 22523 0
[pid=23723] ppid=23721 vsize=253036 CPUtime=97.7 cores=4,6
/proc/23723/stat : 23723 (FH) R 23721 23723 23723 0 -1 4202496 2498 0 0 0 9770 0 0 0 25 0 1 0 656853832 259108864 2233 33554432000 134512640 134936988 4288841072 18446744073709551615 134552507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23723/statm: 63259 2233 41 104 0 62763 0
[pid=23552/tid=23559] ppid=23550 vsize=356556 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 8 0 656793647 365113344 8664 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23578] ppid=23550 vsize=356556 CPUtime=0 cores=4,6
/proc/23552/task/23578/stat : 23578 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 656803679 365113344 8664 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23663] ppid=23550 vsize=356556 CPUtime=0 cores=4,6
/proc/23552/task/23663/stat : 23663 (python) S 23550 23552 22815 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 8 0 656813712 365113344 8664 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23680] ppid=23550 vsize=356556 CPUtime=0 cores=4,6
/proc/23552/task/23680/stat : 23680 (python) S 23550 23552 22815 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 656823740 365113344 8664 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 6 0 0 0
[pid=23552/tid=23695] ppid=23550 vsize=356556 CPUtime=0 cores=4,6
/proc/23552/task/23695/stat : 23695 (python) S 23550 23552 22815 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 656833769 365113344 8664 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 6 0 0 0
[pid=23552/tid=23711] ppid=23550 vsize=356556 CPUtime=0 cores=4,6
/proc/23552/task/23711/stat : 23711 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 656843798 365113344 8664 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23722] ppid=23550 vsize=356556 CPUtime=0 cores=4,6
/proc/23552/task/23722/stat : 23722 (python) S 23550 23552 22815 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 656853832 365113344 8664 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 7161116



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.001 s]
/proc/loadavg: 4.14 4.08 4.02 6/455 23740
/proc/meminfo: memFree=20439632/32951124 swapFree=65581052/67111528
[pid=23552] ppid=23550 vsize=366812 CPUtime=2.28 cores=4,6
/proc/23552/stat : 23552 (python) S 23550 23552 22815 0 -1 4202496 20425 932 1 0 219 9 0 0 20 0 9 0 656793399 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23552/statm: 91703 8670 1892 364 0 27600 0
[pid=23558] ppid=23552 vsize=295228 CPUtime=0.26 cores=4,6
/proc/23558/stat : 23558 (python) S 23552 23552 22815 0 -1 4202560 1162 0 0 0 14 12 0 0 19 0 2 0 656793647 302313472 6963 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23558/statm: 73807 6963 415 364 0 9725 0
[pid=23560] ppid=23558 vsize=1020308 CPUtime=100.01 cores=4,6
/proc/23560/stat : 23560 (gnovelty+2) T 23558 23560 23560 0 -1 4202496 1154 0 0 0 10001 0 0 0 25 0 1 0 656793647 1044795392 892 33554432000 134512640 135663704 4292663152 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23560/statm: 255077 892 113 282 0 254793 0
[pid=23558/tid=23576] ppid=23552 vsize=295228 CPUtime=0 cores=4,6
/proc/23558/task/23576/stat : 23576 (python) S 23552 23552 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656803678 302313472 6963 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604440300669632 0 0 -1 6 0 0 0
[pid=23577] ppid=23552 vsize=294912 CPUtime=0.27 cores=4,6
/proc/23577/stat : 23577 (python) S 23552 23552 22815 0 -1 4202560 1082 0 0 0 15 12 0 0 19 0 2 0 656803679 301989888 7083 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23577/statm: 73728 7083 400 364 0 9643 0
[pid=23579] ppid=23577 vsize=1020308 CPUtime=100.03 cores=4,6
/proc/23579/stat : 23579 (gnovelty+2) T 23577 23579 23579 0 -1 4202496 1155 0 0 0 10003 0 0 0 25 0 1 0 656803679 1044795392 891 33554432000 134512640 135663704 4289262752 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23579/statm: 255077 891 113 282 0 254793 0
[pid=23577/tid=23661] ppid=23552 vsize=294912 CPUtime=0 cores=4,6
/proc/23577/task/23661/stat : 23661 (python) S 23552 23552 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656813710 301989888 7083 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604453869957440 0 0 -1 4 0 0 0
[pid=23662] ppid=23552 vsize=305772 CPUtime=0.26 cores=4,6
/proc/23662/stat : 23662 (python) S 23552 23552 22815 0 -1 4202560 1082 0 0 0 14 12 0 0 19 0 2 0 656813712 313110528 7087 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23662/statm: 76443 7087 400 364 0 12355 0
[pid=23664] ppid=23662 vsize=423400 CPUtime=99.99 cores=4,6
/proc/23664/stat : 23664 (adaptg2wsat2009) T 23662 23664 23664 0 -1 4202496 2623 0 0 0 9999 0 0 0 25 0 1 0 656813712 433561600 2359 33554432000 134512640 135107411 4293157776 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23664/statm: 105850 2359 59 146 0 104726 0
[pid=23662/tid=23678] ppid=23552 vsize=305772 CPUtime=0 cores=4,6
/proc/23662/task/23678/stat : 23678 (python) S 23552 23552 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656823738 313110528 7087 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604449695978624 0 0 -1 6 0 0 0
[pid=23679] ppid=23552 vsize=315544 CPUtime=0.28 cores=4,6
/proc/23679/stat : 23679 (python) S 23552 23552 22815 0 -1 4202560 1087 0 0 0 16 12 0 0 19 0 2 0 656823739 323117056 7159 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23679/statm: 78886 7159 399 364 0 14795 0
[pid=23681] ppid=23679 vsize=423400 CPUtime=99.99 cores=4,6
/proc/23681/stat : 23681 (adaptg2wsat2009) T 23679 23681 23681 0 -1 4202496 2627 0 0 0 9999 0 0 0 25 0 1 0 656823740 433561600 2357 33554432000 134512640 135107411 4287991584 18446744073709551615 134537762 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23681/statm: 105850 2357 59 146 0 104726 0
[pid=23679/tid=23693] ppid=23552 vsize=315544 CPUtime=0 cores=4,6
/proc/23679/task/23693/stat : 23693 (python) S 23552 23552 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656833767 323117056 7159 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604447151717120 0 0 -1 4 0 0 0
[pid=23694] ppid=23552 vsize=326044 CPUtime=0.28 cores=4,6
/proc/23694/stat : 23694 (python) S 23552 23552 22815 0 -1 4202560 1092 0 0 0 16 12 0 0 19 0 2 0 656833768 333869056 7164 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23694/statm: 81511 7164 400 364 0 17417 0
[pid=23696] ppid=23694 vsize=423400 CPUtime=100.03 cores=4,6
/proc/23696/stat : 23696 (adaptg2wsat2009) T 23694 23696 23696 0 -1 4202496 2620 0 0 0 10003 0 0 0 25 0 1 0 656833769 433561600 2357 33554432000 134512640 135107411 4290219648 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23696/statm: 105850 2357 59 146 0 104726 0
[pid=23694/tid=23709] ppid=23552 vsize=326044 CPUtime=0 cores=4,6
/proc/23694/task/23709/stat : 23709 (python) S 23552 23552 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656843796 333869056 7164 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604453886760128 0 0 -1 4 0 0 0
[pid=23710] ppid=23552 vsize=336408 CPUtime=0.29 cores=4,6
/proc/23710/stat : 23710 (python) S 23552 23552 22815 0 -1 4202560 1094 0 0 0 15 14 0 0 19 0 2 0 656843798 344481792 7168 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23710/statm: 84102 7168 400 364 0 20005 0
[pid=23712] ppid=23710 vsize=1020308 CPUtime=100.05 cores=4,6
/proc/23712/stat : 23712 (gnovelty+2) T 23710 23712 23712 0 -1 4202496 1152 0 0 0 10005 0 0 0 25 0 1 0 656843798 1044795392 891 33554432000 134512640 135663704 4292873664 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23712/statm: 255077 891 113 282 0 254793 0
[pid=23710/tid=23720] ppid=23552 vsize=336408 CPUtime=0 cores=4,6
/proc/23710/task/23720/stat : 23720 (python) S 23552 23552 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656853830 344481792 7168 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604447151716224 0 0 -1 4 0 0 0
[pid=23721] ppid=23552 vsize=346492 CPUtime=0.29 cores=4,6
/proc/23721/stat : 23721 (python) S 23552 23552 22815 0 -1 4202560 1097 0 0 0 16 13 0 0 19 0 2 0 656853832 354807808 7172 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23721/statm: 86623 7172 400 364 0 22523 0
[pid=23723] ppid=23721 vsize=253036 CPUtime=99.99 cores=4,6
/proc/23723/stat : 23723 (FH) T 23721 23723 23723 0 -1 4202496 2498 0 0 0 9999 0 0 0 25 0 1 0 656853832 259108864 2233 33554432000 134512640 134936988 4288841072 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23723/statm: 63259 2233 41 104 0 62763 0
[pid=23721/tid=23737] ppid=23552 vsize=346492 CPUtime=0 cores=4,6
/proc/23721/task/23737/stat : 23737 (python) S 23552 23552 22815 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656863860 354807808 7172 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 514 18446604449728839744 0 0 -1 6 0 0 0
[pid=23738] ppid=23552 vsize=356988 CPUtime=0 cores=4,6
/proc/23738/stat : 23738 (python) S 23552 23552 22815 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 656863862 365555712 7126 33554432000 4194304 5683644 140734199475264 18446744073709551615 218905751110 0 0 16781312 514 10860108348791980031 0 0 17 4 0 0 0
/proc/23738/statm: 89247 7126 351 364 0 25144 0
[pid=23740] ppid=23738 vsize=420480 CPUtime=0.39 cores=4,6
/proc/23740/stat : 23740 (adaptg2wsat2009) R 23738 23740 23740 0 -1 4202496 1690 0 0 0 39 0 0 0 21 0 1 0 656863862 430571520 1422 33554432000 134512640 135107411 4292100416 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23740/statm: 105120 1422 49 146 0 103996 0
[pid=23552/tid=23559] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23559/stat : 23559 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 9 0 656793647 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23578] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23578/stat : 23578 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656803679 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23663] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23663/stat : 23663 (python) S 23550 23552 22815 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 656813712 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23680] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23680/stat : 23680 (python) S 23550 23552 22815 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656823740 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 6 0 0 0
[pid=23552/tid=23695] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23695/stat : 23695 (python) S 23550 23552 22815 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656833769 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 6 0 0 0
[pid=23552/tid=23711] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23711/stat : 23711 (python) S 23550 23552 22815 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656843798 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23722] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23722/stat : 23722 (python) S 23550 23552 22815 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656853832 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 4 0 0 0
[pid=23552/tid=23739] ppid=23550 vsize=366812 CPUtime=0 cores=4,6
/proc/23552/task/23739/stat : 23739 (python) S 23550 23552 22815 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656863862 375615488 8670 33554432000 4194304 5683644 140734199475264 18446744073709551615 218917554609 0 0 16781312 2 18446604447564363008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 704.69
Current children cumulated vsize (KiB) 7948840

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

Real time (s): 705.08
CPU time (s): 704.69
CPU user time (s): 703.73
CPU system time (s): 0.96
CPU usage (%): 99.9447
Max. virtual memory (cumulated for all children) (KiB): 7948840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.20267
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21856
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= 2648
involuntary context switches= 31

runsolver used 3.24151 second user time and 6.557 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 11:32:37
IDJOB=3377266
IDBENCH=82575
IDSOLVER=1857
FILE ID=node137/3377266-1305451957
RUNJOBID= node137-1305451935-23450
PBS_JOBID= 13324880
Free space on /tmp= 73700 MiB

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

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

MD5SUM BENCH= 40e955d306a70bd3dffa8283c1221639
RANDOM SEED=1908932061

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20856760 kB
Buffers:        296552 kB
Cached:        3944380 kB
SwapCached:      36328 kB
Active:        2022720 kB
Inactive:      9831152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20856760 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:          134128 kB
Writeback:          20 kB
AnonPages:     7586832 kB
Mapped:          26196 kB
Slab:           131848 kB
PageTables:      43224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77770500 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= 73668 MiB
End job on node137 at 2011-05-15 11:44:24