Trace number 3377366

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) 705.33 705.079

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S922811046-076-UNKNOWN.cnf
MD5SUMe99bff721d695892a53f60adc73d403b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3694.54
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.43/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/0.70	c INFO: solving HOME/instance-3377366-1305452755.cnf
0.43/0.70	c INFO: computing task features
0.53/0.87	c INFO: computed variable-clause graph statistics
0.53/0.88	c INFO: computed clause balance statistics
1.52/1.89	c INFO: computed variable balance statistics
2.12/2.44	c INFO: computed small-clause counts
2.12/2.44	c INFO: computed Horn-clause counts
2.12/2.49	c INFO: computed variable graph statistics
2.12/2.49	c INFO: collected features for HOME/instance-3377366-1305452755.cnf in 1.82 s
2.22/2.50	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
101.91/101.91	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.22/202.29	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.61/302.61	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
402.93/402.93	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.22/503.26	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.69/603.63	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.22/703.95	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-3377366-1305452755/watcher-3377366-1305452755 -o /tmp/evaluation-result-3377366-1305452755/solver-3377366-1305452755 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377366-1305452755.cnf -seed 202163361 -budget 2400 

running on 2 cores: 1,3

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.02 3.55 3.73 3/438 23462
/proc/meminfo: memFree=13753108/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=15912 CPUtime=0 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 22030 0 -1 4202496 950 0 0 0 0 0 0 0 25 0 1 0 735506186 16293888 827 33554432000 4194304 5683644 140735362531856 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 3978 828 357 364 0 465 0

[startup+0.026871 s]
/proc/loadavg: 3.02 3.55 3.73 3/438 23462
/proc/meminfo: memFree=13753108/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=16400 CPUtime=0.01 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 22030 0 -1 4202496 1116 0 0 0 1 0 0 0 25 0 1 0 735506186 16793600 985 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735235168 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 4100 985 408 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.100853 s]
/proc/loadavg: 3.02 3.55 3.73 3/438 23462
/proc/meminfo: memFree=13753108/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=85620 CPUtime=0.06 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 735506186 87674880 2348 33554432000 4194304 5683644 140735362531856 18446744073709551615 216730254983 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/23462/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300835 s]
/proc/loadavg: 3.02 3.55 3.73 3/438 23462
/proc/meminfo: memFree=13753108/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=135748 CPUtime=0.19 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 22030 0 -1 4202496 5974 931 1 0 13 6 0 0 17 0 1 0 735506186 139005952 4149 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735174661 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70075 s]
/proc/loadavg: 3.02 3.55 3.73 3/438 23462
/proc/meminfo: memFree=13753108/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=281348 CPUtime=0.43 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 22030 0 -1 4202496 10007 931 1 0 31 12 0 0 15 0 1 0 735506186 288100352 7676 33554432000 4194304 5683644 140735362531856 18446744073709551615 5007426 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 70337 7676 1761 364 0 6261 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 281348

[startup+1.50061 s]
/proc/loadavg: 3.02 3.55 3.73 4/439 23467
/proc/meminfo: memFree=13717884/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=290800 CPUtime=1.22 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 22030 0 -1 4202496 14023 931 1 0 110 12 0 0 16 0 1 0 735506186 297779200 10085 33554432000 4194304 5683644 140735362531856 18446744073709551615 4602274 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 290800

[startup+3.10033 s]
/proc/loadavg: 3.02 3.55 3.73 4/439 23467
/proc/meminfo: memFree=13717388/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=294136 CPUtime=2.23 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 14388 931 1 0 211 12 0 0 19 0 2 0 735506186 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 73534 8424 1877 364 0 9452 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 294136
heavy processes:

[startup+6.30077 s]
/proc/loadavg: 3.09 3.56 3.73 4/442 23470
/proc/meminfo: memFree=13717776/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=294136 CPUtime=2.23 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 14388 931 1 0 211 12 0 0 19 0 2 0 735506186 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 73534 8424 1877 364 0 9452 0
[pid=23468] ppid=23462 vsize=284984 CPUtime=0 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 22030 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 735506437 291823616 6899 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198735 0 0 16781312 514 5658071172789534980 0 0 17 3 0 0 0
/proc/23468/statm: 71246 6899 355 364 0 7164 0
[pid=23470] ppid=23468 vsize=1020308 CPUtime=3.78 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 1162 0 0 0 378 0 0 0 25 0 1 0 735506437 1044795392 892 33554432000 134512640 135663704 4291909040 18446744073709551615 134524711 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 255077 892 113 282 0 254793 0
[pid=23462/tid=23469] ppid=23460 vsize=294136 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 735506437 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1599428

[startup+12.7007 s]
/proc/loadavg: 3.09 3.55 3.72 4/442 23471
/proc/meminfo: memFree=13716680/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=294136 CPUtime=2.23 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 14388 931 1 0 211 12 0 0 19 0 2 0 735506186 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 73534 8424 1877 364 0 9452 0
[pid=23468] ppid=23462 vsize=284984 CPUtime=0.03 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 22030 0 -1 4202560 973 0 0 0 1 2 0 0 18 0 1 0 735506437 291823616 6927 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198735 0 0 16781312 514 5658071172789534980 0 0 17 3 0 0 0
/proc/23468/statm: 71246 6927 383 364 0 7164 0
[pid=23470] ppid=23468 vsize=1020308 CPUtime=10.18 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 1162 0 0 0 1018 0 0 0 25 0 1 0 735506437 1044795392 892 33554432000 134512640 135663704 4291909040 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 255077 892 113 282 0 254793 0
[pid=23462/tid=23469] ppid=23460 vsize=294136 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 735506437 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1599428

[startup+25.5004 s]
/proc/loadavg: 3.07 3.52 3.71 4/442 23471
/proc/meminfo: memFree=13717704/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=294136 CPUtime=2.23 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 14388 931 1 0 211 12 0 0 19 0 2 0 735506186 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 73534 8424 1877 364 0 9452 0
[pid=23468] ppid=23462 vsize=284984 CPUtime=0.07 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 22030 0 -1 4202560 978 0 0 0 3 4 0 0 18 0 1 0 735506437 291823616 6927 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198735 0 0 16781312 514 675663089407852804 0 0 17 3 0 0 0
/proc/23468/statm: 71246 6927 383 364 0 7164 0
[pid=23470] ppid=23468 vsize=1020308 CPUtime=22.98 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 1162 0 0 0 2298 0 0 0 25 0 1 0 735506437 1044795392 892 33554432000 134512640 135663704 4291909040 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 255077 892 113 282 0 254793 0
[pid=23462/tid=23469] ppid=23460 vsize=294136 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 735506437 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 1599428

[startup+51.1009 s]
/proc/loadavg: 3.04 3.48 3.69 4/443 23472
/proc/meminfo: memFree=13715804/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=294136 CPUtime=2.23 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 14388 931 1 0 211 12 0 0 19 0 2 0 735506186 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 73534 8424 1877 364 0 9452 0
[pid=23468] ppid=23462 vsize=284984 CPUtime=0.14 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 22030 0 -1 4202560 991 0 0 0 6 8 0 0 18 0 1 0 735506437 291823616 6927 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198735 0 0 16781312 514 675663089407852804 0 0 17 3 0 0 0
/proc/23468/statm: 71246 6927 383 364 0 7164 0
[pid=23470] ppid=23468 vsize=1020308 CPUtime=48.58 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 1162 0 0 0 4858 0 0 0 25 0 1 0 735506437 1044795392 892 33554432000 134512640 135663704 4291909040 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 255077 892 113 282 0 254793 0
[pid=23462/tid=23469] ppid=23460 vsize=294136 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 735506437 301195264 8424 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1599428

[startup+102.316 s]
/proc/loadavg: 3.02 3.40 3.65 4/448 23479
/proc/meminfo: memFree=13707292/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=305000 CPUtime=2.25 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 15276 931 1 0 212 13 0 0 19 0 3 0 735506186 312320000 8566 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 76250 8566 1880 364 0 12165 0
[pid=23468] ppid=23462 vsize=295228 CPUtime=0.3 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 22030 0 -1 4202560 1154 0 0 0 15 15 0 0 19 0 2 0 735506437 302313472 6964 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23468/statm: 73807 6964 415 364 0 9725 0
[pid=23470] ppid=23468 vsize=1020308 CPUtime=99.39 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) T 23468 23470 23470 0 -1 4202496 1162 0 0 0 9939 0 0 0 25 0 1 0 735506437 1044795392 892 33554432000 134512640 135663704 4291909040 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23470/statm: 255077 892 113 282 0 254793 0
[pid=23468/tid=23476] ppid=23462 vsize=295228 CPUtime=0 cores=1,3
/proc/23468/task/23476/stat : 23476 (python) S 23462 23462 22030 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735516377 302313472 6964 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604458525032896 0 0 -1 3 0 0 0
[pid=23477] ppid=23462 vsize=294908 CPUtime=0 cores=1,3
/proc/23477/stat : 23477 (python) S 23462 23462 22030 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 735516378 301985792 7032 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198790 0 0 16781312 514 12315018143670992895 0 0 17 1 0 0 0
/proc/23477/statm: 73727 7032 349 364 0 9642 0
[pid=23479] ppid=23477 vsize=1020308 CPUtime=0.38 cores=1,3
/proc/23479/stat : 23479 (gnovelty+2) R 23477 23479 23479 0 -1 4202496 1156 0 0 0 38 0 0 0 21 0 1 0 735516378 1044795392 891 33554432000 134512640 135663704 4290595824 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23479/statm: 255077 891 113 282 0 254793 0
[pid=23462/tid=23469] ppid=23460 vsize=305000 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 3 0 735506437 312320000 8566 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
[pid=23462/tid=23478] ppid=23460 vsize=305000 CPUtime=0 cores=1,3
/proc/23462/task/23478/stat : 23478 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 3 0 735516378 312320000 8566 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 2935752

[startup+162.3 s]
/proc/loadavg: 3.11 3.36 3.62 4/454 23487
/proc/meminfo: memFree=13633908/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=305000 CPUtime=2.25 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 15276 931 1 0 212 13 0 0 19 0 3 0 735506186 312320000 8566 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 76250 8566 1880 364 0 12165 0
[pid=23468] ppid=23462 vsize=295228 CPUtime=0.3 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 22030 0 -1 4202560 1154 0 0 0 15 15 0 0 19 0 2 0 735506437 302313472 6964 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23468/statm: 73807 6964 415 364 0 9725 0
[pid=23470] ppid=23468 vsize=1020308 CPUtime=99.39 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) T 23468 23470 23470 0 -1 4202496 1162 0 0 0 9939 0 0 0 25 0 1 0 735506437 1044795392 892 33554432000 134512640 135663704 4291909040 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23470/statm: 255077 892 113 282 0 254793 0
[pid=23468/tid=23476] ppid=23462 vsize=295228 CPUtime=0 cores=1,3
/proc/23468/task/23476/stat : 23476 (python) S 23462 23462 22030 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735516377 302313472 6964 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604458525032896 0 0 -1 3 0 0 0
[pid=23477] ppid=23462 vsize=294908 CPUtime=0.18 cores=1,3
/proc/23477/stat : 23477 (python) S 23462 23462 22030 0 -1 4202560 912 0 0 0 9 9 0 0 18 0 1 0 735516378 301985792 7055 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198790 0 0 16781312 514 675663089407852804 0 0 17 1 0 0 0
/proc/23477/statm: 73727 7055 372 364 0 9642 0
[pid=23479] ppid=23477 vsize=1020308 CPUtime=60.2 cores=1,3
/proc/23479/stat : 23479 (gnovelty+2) R 23477 23479 23479 0 -1 4202496 1156 0 0 0 6020 0 0 0 25 0 1 0 735516378 1044795392 891 33554432000 134512640 135663704 4290595824 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23479/statm: 255077 891 113 282 0 254793 0
[pid=23462/tid=23469] ppid=23460 vsize=305000 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 3 0 735506437 312320000 8566 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0

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

/proc/23477/statm: 73727 7084 400 364 0 9642 0
[pid=23479] ppid=23477 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/23479/stat : 23479 (gnovelty+2) T 23477 23479 23479 0 -1 4202496 1156 0 0 0 10005 0 0 0 25 0 1 0 735516378 1044795392 891 33554432000 134512640 135663704 4290595824 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23479/statm: 255077 891 113 282 0 254793 0
[pid=23477/tid=23489] ppid=23462 vsize=294908 CPUtime=0 cores=1,3
/proc/23477/task/23489/stat : 23489 (python) S 23462 23462 22030 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735526414 301985792 7084 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604468664908736 0 0 -1 3 0 0 0
[pid=23490] ppid=23462 vsize=305772 CPUtime=0.31 cores=1,3
/proc/23490/stat : 23490 (python) S 23462 23462 22030 0 -1 4202560 1086 0 0 0 15 16 0 0 19 0 2 0 735526415 313110528 7088 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23490/statm: 76443 7088 400 364 0 12355 0
[pid=23492] ppid=23490 vsize=423400 CPUtime=100 cores=1,3
/proc/23492/stat : 23492 (adaptg2wsat2009) T 23490 23492 23492 0 -1 4202496 2623 0 0 0 10000 0 0 0 25 0 1 0 735526416 433561600 2359 33554432000 134512640 135107411 4291592352 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23492/statm: 105850 2359 59 146 0 104726 0
[pid=23490/tid=23496] ppid=23462 vsize=305772 CPUtime=0 cores=1,3
/proc/23490/task/23496/stat : 23496 (python) S 23462 23462 22030 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735536447 313110528 7088 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469359543232 0 0 -1 3 0 0 0
[pid=23497] ppid=23462 vsize=315544 CPUtime=0.31 cores=1,3
/proc/23497/stat : 23497 (python) S 23462 23462 22030 0 -1 4202560 1084 0 0 0 15 16 0 0 19 0 2 0 735536448 323117056 7160 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23497/statm: 78886 7160 399 364 0 14795 0
[pid=23499] ppid=23497 vsize=423400 CPUtime=100 cores=1,3
/proc/23499/stat : 23499 (adaptg2wsat2009) T 23497 23499 23499 0 -1 4202496 2625 0 0 0 10000 0 0 0 25 0 1 0 735536448 433561600 2358 33554432000 134512640 135107411 4290765312 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23499/statm: 105850 2358 59 146 0 104726 0
[pid=23497/tid=23616] ppid=23462 vsize=315544 CPUtime=0 cores=1,3
/proc/23497/task/23616/stat : 23616 (python) S 23462 23462 22030 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735546479 323117056 7160 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469389682880 0 0 -1 3 0 0 0
[pid=23617] ppid=23462 vsize=326044 CPUtime=0.32 cores=1,3
/proc/23617/stat : 23617 (python) S 23462 23462 22030 0 -1 4202560 1096 0 0 0 17 15 0 0 19 0 2 0 735546480 333869056 7165 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23617/statm: 81511 7165 400 364 0 17417 0
[pid=23619] ppid=23617 vsize=423400 CPUtime=99.99 cores=1,3
/proc/23619/stat : 23619 (adaptg2wsat2009) T 23617 23619 23619 0 -1 4202496 2622 0 0 0 9999 0 0 0 25 0 1 0 735546481 433561600 2358 33554432000 134512640 135107411 4286903680 18446744073709551615 134531314 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23619/statm: 105850 2358 59 146 0 104726 0
[pid=23617/tid=23627] ppid=23462 vsize=326044 CPUtime=0 cores=1,3
/proc/23617/task/23627/stat : 23627 (python) S 23462 23462 22030 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735556511 333869056 7165 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469574681536 0 0 -1 3 0 0 0
[pid=23628] ppid=23462 vsize=336408 CPUtime=0.31 cores=1,3
/proc/23628/stat : 23628 (python) S 23462 23462 22030 0 -1 4202560 1094 0 0 0 15 16 0 0 19 0 2 0 735556513 344481792 7169 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23628/statm: 84102 7169 400 364 0 20005 0
[pid=23630] ppid=23628 vsize=1020308 CPUtime=100.14 cores=1,3
/proc/23630/stat : 23630 (gnovelty+2) T 23628 23630 23630 0 -1 4202496 1154 0 0 0 10014 0 0 0 25 0 1 0 735556513 1044795392 891 33554432000 134512640 135663704 4293300976 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23630/statm: 255077 891 113 282 0 254793 0
[pid=23628/tid=23659] ppid=23462 vsize=336408 CPUtime=0 cores=1,3
/proc/23628/task/23659/stat : 23659 (python) S 23462 23462 22030 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735566549 344481792 7169 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469574680640 0 0 -1 3 0 0 0
[pid=23660] ppid=23462 vsize=346588 CPUtime=0.28 cores=1,3
/proc/23660/stat : 23660 (python) S 23462 23462 22030 0 -1 4202560 933 0 0 0 14 14 0 0 18 0 1 0 735566550 354906112 7144 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198790 0 0 16781312 514 675663089407852805 0 0 17 1 0 0 0
/proc/23660/statm: 86647 7144 372 364 0 22547 0
[pid=23662] ppid=23660 vsize=253032 CPUtime=98.58 cores=1,3
/proc/23662/stat : 23662 (FH) R 23660 23662 23662 0 -1 4202496 2497 0 0 0 9858 0 0 0 25 0 1 0 735566550 259104768 2234 33554432000 134512640 134936988 4289856752 18446744073709551615 134546138 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23662/statm: 63258 2234 41 104 0 62762 0
[pid=23462/tid=23469] ppid=23460 vsize=356556 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 8 0 735506437 365113344 8665 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
[pid=23462/tid=23478] ppid=23460 vsize=356556 CPUtime=0 cores=1,3
/proc/23462/task/23478/stat : 23478 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 735516378 365113344 8665 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23491] ppid=23460 vsize=356556 CPUtime=0 cores=1,3
/proc/23462/task/23491/stat : 23491 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 735526415 365113344 8665 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23498] ppid=23460 vsize=356556 CPUtime=0 cores=1,3
/proc/23462/task/23498/stat : 23498 (python) S 23460 23462 22030 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 8 0 735536448 365113344 8665 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23618] ppid=23460 vsize=356556 CPUtime=0 cores=1,3
/proc/23462/task/23618/stat : 23618 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 735546480 365113344 8665 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23629] ppid=23460 vsize=356556 CPUtime=0 cores=1,3
/proc/23462/task/23629/stat : 23629 (python) S 23460 23462 22030 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 735556513 365113344 8665 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23661] ppid=23460 vsize=356556 CPUtime=0 cores=1,3
/proc/23462/task/23661/stat : 23661 (python) S 23460 23462 22030 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 735566550 365113344 8665 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.61
Current children cumulated vsize (KiB) 7161204



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.001 s]
/proc/loadavg: 2.16 2.71 3.21 4/447 23669
/proc/meminfo: memFree=13688620/32951124 swapFree=65586204/67111528
[pid=23462] ppid=23460 vsize=366812 CPUtime=2.33 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 22030 0 -1 4202496 20469 931 1 0 219 14 0 0 20 0 9 0 735506186 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23462/statm: 91703 8671 1892 364 0 27600 0
[pid=23468] ppid=23462 vsize=295228 CPUtime=0.3 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 22030 0 -1 4202560 1154 0 0 0 15 15 0 0 19 0 2 0 735506437 302313472 6964 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23468/statm: 73807 6964 415 364 0 9725 0
[pid=23470] ppid=23468 vsize=1020308 CPUtime=99.39 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) T 23468 23470 23470 0 -1 4202496 1162 0 0 0 9939 0 0 0 25 0 1 0 735506437 1044795392 892 33554432000 134512640 135663704 4291909040 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23470/statm: 255077 892 113 282 0 254793 0
[pid=23468/tid=23476] ppid=23462 vsize=295228 CPUtime=0 cores=1,3
/proc/23468/task/23476/stat : 23476 (python) S 23462 23462 22030 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735516377 302313472 6964 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604458525032896 0 0 -1 3 0 0 0
[pid=23477] ppid=23462 vsize=294908 CPUtime=0.31 cores=1,3
/proc/23477/stat : 23477 (python) S 23462 23462 22030 0 -1 4202560 1082 0 0 0 16 15 0 0 19 0 2 0 735516378 301985792 7084 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23477/statm: 73727 7084 400 364 0 9642 0
[pid=23479] ppid=23477 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/23479/stat : 23479 (gnovelty+2) T 23477 23479 23479 0 -1 4202496 1156 0 0 0 10005 0 0 0 25 0 1 0 735516378 1044795392 891 33554432000 134512640 135663704 4290595824 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23479/statm: 255077 891 113 282 0 254793 0
[pid=23477/tid=23489] ppid=23462 vsize=294908 CPUtime=0 cores=1,3
/proc/23477/task/23489/stat : 23489 (python) S 23462 23462 22030 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735526414 301985792 7084 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604468664908736 0 0 -1 3 0 0 0
[pid=23490] ppid=23462 vsize=305772 CPUtime=0.31 cores=1,3
/proc/23490/stat : 23490 (python) S 23462 23462 22030 0 -1 4202560 1086 0 0 0 15 16 0 0 19 0 2 0 735526415 313110528 7088 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23490/statm: 76443 7088 400 364 0 12355 0
[pid=23492] ppid=23490 vsize=423400 CPUtime=100 cores=1,3
/proc/23492/stat : 23492 (adaptg2wsat2009) T 23490 23492 23492 0 -1 4202496 2623 0 0 0 10000 0 0 0 25 0 1 0 735526416 433561600 2359 33554432000 134512640 135107411 4291592352 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23492/statm: 105850 2359 59 146 0 104726 0
[pid=23490/tid=23496] ppid=23462 vsize=305772 CPUtime=0 cores=1,3
/proc/23490/task/23496/stat : 23496 (python) S 23462 23462 22030 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735536447 313110528 7088 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469359543232 0 0 -1 3 0 0 0
[pid=23497] ppid=23462 vsize=315544 CPUtime=0.31 cores=1,3
/proc/23497/stat : 23497 (python) S 23462 23462 22030 0 -1 4202560 1084 0 0 0 15 16 0 0 19 0 2 0 735536448 323117056 7160 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23497/statm: 78886 7160 399 364 0 14795 0
[pid=23499] ppid=23497 vsize=423400 CPUtime=100 cores=1,3
/proc/23499/stat : 23499 (adaptg2wsat2009) T 23497 23499 23499 0 -1 4202496 2625 0 0 0 10000 0 0 0 25 0 1 0 735536448 433561600 2358 33554432000 134512640 135107411 4290765312 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23499/statm: 105850 2358 59 146 0 104726 0
[pid=23497/tid=23616] ppid=23462 vsize=315544 CPUtime=0 cores=1,3
/proc/23497/task/23616/stat : 23616 (python) S 23462 23462 22030 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735546479 323117056 7160 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469389682880 0 0 -1 3 0 0 0
[pid=23617] ppid=23462 vsize=326044 CPUtime=0.32 cores=1,3
/proc/23617/stat : 23617 (python) S 23462 23462 22030 0 -1 4202560 1096 0 0 0 17 15 0 0 19 0 2 0 735546480 333869056 7165 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23617/statm: 81511 7165 400 364 0 17417 0
[pid=23619] ppid=23617 vsize=423400 CPUtime=99.99 cores=1,3
/proc/23619/stat : 23619 (adaptg2wsat2009) T 23617 23619 23619 0 -1 4202496 2622 0 0 0 9999 0 0 0 25 0 1 0 735546481 433561600 2358 33554432000 134512640 135107411 4286903680 18446744073709551615 134531314 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23619/statm: 105850 2358 59 146 0 104726 0
[pid=23617/tid=23627] ppid=23462 vsize=326044 CPUtime=0 cores=1,3
/proc/23617/task/23627/stat : 23627 (python) S 23462 23462 22030 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735556511 333869056 7165 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469574681536 0 0 -1 3 0 0 0
[pid=23628] ppid=23462 vsize=336408 CPUtime=0.31 cores=1,3
/proc/23628/stat : 23628 (python) S 23462 23462 22030 0 -1 4202560 1094 0 0 0 15 16 0 0 19 0 2 0 735556513 344481792 7169 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23628/statm: 84102 7169 400 364 0 20005 0
[pid=23630] ppid=23628 vsize=1020308 CPUtime=100.14 cores=1,3
/proc/23630/stat : 23630 (gnovelty+2) T 23628 23630 23630 0 -1 4202496 1154 0 0 0 10014 0 0 0 25 0 1 0 735556513 1044795392 891 33554432000 134512640 135663704 4293300976 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23630/statm: 255077 891 113 282 0 254793 0
[pid=23628/tid=23659] ppid=23462 vsize=336408 CPUtime=0 cores=1,3
/proc/23628/task/23659/stat : 23659 (python) S 23462 23462 22030 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735566549 344481792 7169 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604469574680640 0 0 -1 3 0 0 0
[pid=23660] ppid=23462 vsize=346588 CPUtime=0.3 cores=1,3
/proc/23660/stat : 23660 (python) S 23462 23462 22030 0 -1 4202560 1093 0 0 0 15 15 0 0 19 0 2 0 735566550 354906112 7173 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23660/statm: 86647 7173 400 364 0 22547 0
[pid=23662] ppid=23660 vsize=253032 CPUtime=100.21 cores=1,3
/proc/23662/stat : 23662 (FH) T 23660 23662 23662 0 -1 4202496 2497 0 0 0 10021 0 0 0 25 0 1 0 735566550 259104768 2234 33554432000 134512640 134936988 4289856752 18446744073709551615 134554623 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23662/statm: 63258 2234 41 104 0 62762 0
[pid=23660/tid=23666] ppid=23462 vsize=346588 CPUtime=0 cores=1,3
/proc/23660/task/23666/stat : 23666 (python) S 23462 23462 22030 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735576580 354906112 7173 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 514 18446604458525033792 0 0 -1 3 0 0 0
[pid=23667] ppid=23462 vsize=356568 CPUtime=0 cores=1,3
/proc/23667/stat : 23667 (python) S 23462 23462 22030 0 -1 4202560 790 0 0 0 0 0 0 0 18 0 1 0 735576581 365125632 7129 33554432000 4194304 5683644 140735362531856 18446744073709551615 216735198790 0 0 16781312 514 11153306868233797631 0 0 17 1 0 0 0
/proc/23667/statm: 89142 7129 353 364 0 25039 0
[pid=23669] ppid=23667 vsize=423400 CPUtime=1.06 cores=1,3
/proc/23669/stat : 23669 (adaptg2wsat2009) R 23667 23669 23669 0 -1 4202496 2624 0 0 0 106 0 0 0 22 0 1 0 735576582 433561600 2358 33554432000 134512640 135107411 4294686112 18446744073709551615 134532376 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23669/statm: 105850 2358 59 146 0 104726 0
[pid=23462/tid=23469] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 22030 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 9 0 735506437 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
[pid=23462/tid=23478] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23478/stat : 23478 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735516378 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23491] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23491/stat : 23491 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735526415 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23498] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23498/stat : 23498 (python) S 23460 23462 22030 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 735536448 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23618] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23618/stat : 23618 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735546480 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23629] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23629/stat : 23629 (python) S 23460 23462 22030 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 735556513 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23661] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23661/stat : 23661 (python) S 23460 23462 22030 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735566550 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 1 0 0 0
[pid=23462/tid=23668] ppid=23460 vsize=366812 CPUtime=0 cores=1,3
/proc/23462/task/23668/stat : 23668 (python) S 23460 23462 22030 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735576582 375615488 8671 33554432000 4194304 5683644 140735362531856 18446744073709551615 216747002289 0 0 16781312 2 18446604456282681728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 705.33
Current children cumulated vsize (KiB) 7951428

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

Real time (s): 705.079
CPU time (s): 705.33
CPU user time (s): 704.11
CPU system time (s): 1.22
CPU usage (%): 100.036
Max. virtual memory (cumulated for all children) (KiB): 7951428

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

runsolver used 2.88056 second user time and 7.00094 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 11:45:55
IDJOB=3377366
IDBENCH=82675
IDSOLVER=1857
FILE ID=node119/3377366-1305452755
RUNJOBID= node119-1305451370-23048
PBS_JOBID= 13324846
Free space on /tmp= 73260 MiB

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

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

MD5SUM BENCH= e99bff721d695892a53f60adc73d403b
RANDOM SEED=202163361

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13753264 kB
Buffers:        297972 kB
Cached:        4906396 kB
SwapCached:       4756 kB
Active:       15639900 kB
Inactive:      3207244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13753264 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           32636 kB
Writeback:           0 kB
AnonPages:    13641288 kB
Mapped:          37324 kB
Slab:           215668 kB
PageTables:      67976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109169480 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= 73256 MiB
End job on node119 at 2011-05-15 11:57:42