Trace number 3484011

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1143439968-082-UNKNOWN.cnf
MD5SUM4baebda329e22fa39a89c4e2a8acff70
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark468.292
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.34/1.03	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/1.03	c INFO: solving HOME/instance-3484011-1307746989.cnf
0.34/1.03	c INFO: computing task features
0.52/1.26	c INFO: computed variable-clause graph statistics
0.52/1.27	c INFO: computed clause balance statistics
1.72/2.42	c INFO: computed variable balance statistics
2.32/3.04	c INFO: computed small-clause counts
2.42/3.97	c INFO: computed Horn-clause counts
2.42/3.97	c INFO: computed variable graph statistics
2.42/3.97	c INFO: collected features for HOME/instance-3484011-1307746989.cnf in 2.06 s
2.42/3.97	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.38)
102.51/103.29	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
202.83/203.47	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
303.04/303.63	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.25/403.77	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.46/503.93	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.05)
602.79/603.14	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
703.00/703.31	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.04 5/189 31285
/proc/meminfo: memFree=31352736/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=15080 CPUtime=0 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 617 0 0 0 0 0 0 0 21 0 1 0 867115211 15441920 513 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/31285/statm: 3770 513 300 364 0 257 0

[startup+0.013203 s]
/proc/loadavg: 0.00 0.00 0.04 5/189 31285
/proc/meminfo: memFree=31352736/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=15380 CPUtime=0 cores=0,2
/proc/31285/stat : 31285 (python) R 31283 31285 31196 0 -1 4202496 811 0 0 0 0 0 0 0 21 0 1 0 867115211 15749120 696 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/31285/statm: 3845 696 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100187 s]
/proc/loadavg: 0.00 0.00 0.04 5/189 31285
/proc/meminfo: memFree=31352736/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=93960 CPUtime=0.06 cores=0,2
/proc/31285/stat : 31285 (python) R 31283 31285 31196 0 -1 4202496 2693 0 0 0 5 1 0 0 21 0 1 0 867115211 96215040 2407 33554432000 4194304 5683644 140737002101744 18446744073709551615 47306695837472 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31285/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300212 s]
/proc/loadavg: 0.00 0.00 0.04 5/189 31285
/proc/meminfo: memFree=31352736/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=135748 CPUtime=0.16 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 5956 932 1 0 13 3 0 0 17 0 1 0 867115211 139005952 4148 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/31285/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.701078 s]
/proc/loadavg: 0.00 0.00 0.04 5/189 31285
/proc/meminfo: memFree=31352736/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=156688 CPUtime=0.21 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 6390 932 1 0 17 4 0 0 15 0 1 0 867115211 160448512 4500 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/31285/statm: 39172 4500 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 156688

[startup+1.50101 s]
/proc/loadavg: 0.00 0.00 0.04 4/196 31296
/proc/meminfo: memFree=31321332/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=290796 CPUtime=0.82 cores=0,2
/proc/31285/stat : 31285 (python) R 31283 31285 31196 0 -1 4202496 14019 932 1 0 76 6 0 0 16 0 1 0 867115211 297775104 10084 33554432000 4194304 5683644 140737002101744 18446744073709551615 4566996 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31285/statm: 72699 10084 1826 364 0 8623 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 290796

[startup+3.10068 s]
/proc/loadavg: 0.32 0.07 0.06 5/199 31299
/proc/meminfo: memFree=31306676/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=290012 CPUtime=2.42 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 14037 932 1 0 236 6 0 0 18 0 1 0 867115211 296972288 9897 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/31285/statm: 72504 9898 1835 364 0 8428 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 290012
heavy processes:

[startup+6.30711 s]
/proc/loadavg: 0.32 0.07 0.06 5/202 31302
/proc/meminfo: memFree=31299212/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=300280 CPUtime=2.43 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 14312 932 1 0 237 6 0 0 20 0 2 0 867115211 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31285/statm: 75070 9935 1869 364 0 10988 0
[pid=31300] ppid=31285 vsize=290036 CPUtime=0 cores=0,2
/proc/31300/stat : 31300 (python) S 31285 31285 31196 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 867115522 296996864 8415 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675407 0 0 16781312 514 4513539766536339716 0 0 17 0 0 0 0
/proc/31300/statm: 72509 8415 353 364 0 8427 0
[pid=31302] ppid=31300 vsize=1020308 CPUtime=3.17 cores=0,2
/proc/31302/stat : 31302 (gnovelty+2) R 31300 31302 31302 0 -1 4202496 1157 0 0 0 317 0 0 0 25 0 1 0 867115522 1044795392 892 33554432000 134512640 135663704 4288153648 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31302/statm: 255077 892 113 282 0 254793 0
[pid=31285/tid=31301] ppid=31283 vsize=300280 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867115522 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 1610624

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.09 5/202 31302
/proc/meminfo: memFree=31300576/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=300280 CPUtime=2.43 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 14312 932 1 0 237 6 0 0 20 0 2 0 867115211 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31285/statm: 75070 9935 1869 364 0 10988 0
[pid=31300] ppid=31285 vsize=290036 CPUtime=0 cores=0,2
/proc/31300/stat : 31300 (python) S 31285 31285 31196 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 867115522 296996864 8438 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675407 0 0 16781312 514 4513539766536339716 0 0 17 0 0 0 0
/proc/31300/statm: 72509 8438 376 364 0 8427 0
[pid=31302] ppid=31300 vsize=1020308 CPUtime=9.55 cores=0,2
/proc/31302/stat : 31302 (gnovelty+2) R 31300 31302 31302 0 -1 4202496 1157 0 0 0 955 0 0 0 25 0 1 0 867115522 1044795392 892 33554432000 134512640 135663704 4288153648 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31302/statm: 255077 892 113 282 0 254793 0
[pid=31285/tid=31301] ppid=31283 vsize=300280 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867115522 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 1610624

[startup+25.5006 s]
/proc/loadavg: 1.36 0.32 0.15 5/202 31302
/proc/meminfo: memFree=31302828/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=300280 CPUtime=2.43 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 14312 932 1 0 237 6 0 0 20 0 2 0 867115211 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31285/statm: 75070 9935 1869 364 0 10988 0
[pid=31300] ppid=31285 vsize=290036 CPUtime=0.02 cores=0,2
/proc/31300/stat : 31300 (python) S 31285 31285 31196 0 -1 4202560 876 0 0 0 1 1 0 0 18 0 1 0 867115522 296996864 8438 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675407 0 0 16781312 514 8063290512527819012 0 0 17 0 0 0 0
/proc/31300/statm: 72509 8438 376 364 0 8427 0
[pid=31302] ppid=31300 vsize=1020308 CPUtime=22.34 cores=0,2
/proc/31302/stat : 31302 (gnovelty+2) R 31300 31302 31302 0 -1 4202496 1157 0 0 0 2234 0 0 0 25 0 1 0 867115522 1044795392 892 33554432000 134512640 135663704 4288153648 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31302/statm: 255077 892 113 282 0 254793 0
[pid=31285/tid=31301] ppid=31283 vsize=300280 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867115522 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 1610624

[startup+51.1011 s]
/proc/loadavg: 2.26 0.62 0.25 5/202 31303
/proc/meminfo: memFree=31303088/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=300280 CPUtime=2.43 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 14312 932 1 0 237 6 0 0 20 0 2 0 867115211 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31285/statm: 75070 9935 1869 364 0 10988 0
[pid=31300] ppid=31285 vsize=290036 CPUtime=0.06 cores=0,2
/proc/31300/stat : 31300 (python) S 31285 31285 31196 0 -1 4202560 889 0 0 0 3 3 0 0 18 0 1 0 867115522 296996864 8438 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675407 0 0 16781312 514 8063290512527819012 0 0 17 0 0 0 0
/proc/31300/statm: 72509 8438 376 364 0 8427 0
[pid=31302] ppid=31300 vsize=1020308 CPUtime=47.9 cores=0,2
/proc/31302/stat : 31302 (gnovelty+2) R 31300 31302 31302 0 -1 4202496 1157 0 0 0 4790 0 0 0 25 0 1 0 867115522 1044795392 892 33554432000 134512640 135663704 4288153648 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31302/statm: 255077 892 113 282 0 254793 0
[pid=31285/tid=31301] ppid=31283 vsize=300280 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867115522 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 1610624

[startup+102.301 s]
/proc/loadavg: 3.24 1.14 0.44 5/210 31358
/proc/meminfo: memFree=31274052/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=300280 CPUtime=2.43 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 14312 932 1 0 237 6 0 0 20 0 2 0 867115211 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31285/statm: 75070 9935 1869 364 0 10988 0
[pid=31300] ppid=31285 vsize=290036 CPUtime=0.12 cores=0,2
/proc/31300/stat : 31300 (python) S 31285 31285 31196 0 -1 4202560 911 0 0 0 6 6 0 0 18 0 1 0 867115522 296996864 8438 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675407 0 0 16781312 514 8063290512527819012 0 0 17 0 0 0 0
/proc/31300/statm: 72509 8438 376 364 0 8427 0
[pid=31302] ppid=31300 vsize=1020308 CPUtime=99.06 cores=0,2
/proc/31302/stat : 31302 (gnovelty+2) R 31300 31302 31302 0 -1 4202496 1157 0 0 0 9905 1 0 0 25 0 1 0 867115522 1044795392 892 33554432000 134512640 135663704 4288153648 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31302/statm: 255077 892 113 282 0 254793 0
[pid=31285/tid=31301] ppid=31283 vsize=300280 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867115522 307486720 9935 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 1610624

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.66 5/214 31364
/proc/meminfo: memFree=31263188/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=310536 CPUtime=2.44 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 15183 932 1 0 237 7 0 0 20 0 3 0 867115211 317988864 9950 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31285/statm: 77634 9950 1880 364 0 13549 0
[pid=31300] ppid=31285 vsize=300280 CPUtime=0.13 cores=0,2
/proc/31300/stat : 31300 (python) S 31285 31285 31196 0 -1 4202560 1154 0 0 0 7 6 0 0 19 0 2 0 867115522 307486720 8481 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31300/statm: 75070 8481 414 364 0 10988 0
[pid=31302] ppid=31300 vsize=1020308 CPUtime=100.04 cores=0,2
/proc/31302/stat : 31302 (gnovelty+2) T 31300 31302 31302 0 -1 4202496 1157 0 0 0 10003 1 0 0 25 0 1 0 867115522 1044795392 892 33554432000 134512640 135663704 4288153648 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31302/statm: 255077 892 113 282 0 254793 0
[pid=31300/tid=31359] ppid=31285 vsize=300280 CPUtime=0 cores=0,2
/proc/31300/task/31359/stat : 31359 (python) S 31285 31285 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867125539 307486720 8481 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453963583616 0 0 -1 2 0 0 0
[pid=31360] ppid=31285 vsize=300292 CPUtime=0.07 cores=0,2
/proc/31360/stat : 31360 (python) S 31285 31285 31196 0 -1 4202560 899 0 0 0 5 2 0 0 18 0 1 0 867125540 307499008 8436 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675462 0 0 16781312 514 8063290512527819012 0 0 17 2 0 0 0
/proc/31360/statm: 75073 8436 370 364 0 10988 0
[pid=31362] ppid=31360 vsize=1020308 CPUtime=59 cores=0,2
/proc/31362/stat : 31362 (gnovelty+2) R 31360 31362 31362 0 -1 4202496 1156 0 0 0 5900 0 0 0 25 0 1 0 867125541 1044795392 891 33554432000 134512640 135663704 4291127792 18446744073709551615 134524690 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31362/statm: 255077 891 113 282 0 254793 0
[pid=31285/tid=31301] ppid=31283 vsize=310536 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 867115522 317988864 9950 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31361] ppid=31283 vsize=310536 CPUtime=0 cores=0,2
/proc/31285/task/31361/stat : 31361 (python) S 31283 31285 31196 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 3 0 867125540 317988864 9950 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 2951724

[startup+222.301 s]
/proc/loadavg: 3.99 2.11 0.88 5/230 31381
/proc/meminfo: memFree=31221496/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=320792 CPUtime=2.45 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 15973 932 1 0 238 7 0 0 20 0 4 0 867115211 328491008 9956 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

/proc/31360/statm: 75073 8466 399 364 0 10988 0
[pid=31362] ppid=31360 vsize=1020308 CPUtime=100.16 cores=0,2
/proc/31362/stat : 31362 (gnovelty+2) T 31360 31362 31362 0 -1 4202496 1156 0 0 0 10016 0 0 0 25 0 1 0 867125541 1044795392 891 33554432000 134512640 135663704 4291127792 18446744073709551615 134547014 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31362/statm: 255077 891 113 282 0 254793 0
[pid=31360/tid=31378] ppid=31285 vsize=300292 CPUtime=0 cores=0,2
/proc/31360/task/31378/stat : 31378 (python) S 31285 31285 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867135558 307499008 8466 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453914794752 0 0 -1 2 0 0 0
[pid=31379] ppid=31285 vsize=310548 CPUtime=0.14 cores=0,2
/proc/31379/stat : 31379 (python) S 31285 31285 31196 0 -1 4202560 1073 0 0 0 9 5 0 0 19 0 2 0 867135559 318001152 8470 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31379/statm: 77637 8470 399 364 0 13549 0
[pid=31381] ppid=31379 vsize=423400 CPUtime=100.01 cores=0,2
/proc/31381/stat : 31381 (adaptg2wsat2009) T 31379 31381 31381 0 -1 4202496 2622 0 0 0 10001 0 0 0 25 0 1 0 867135559 433561600 2357 33554432000 134512640 135107411 4294356768 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31381/statm: 105850 2357 59 146 0 104726 0
[pid=31379/tid=31397] ppid=31285 vsize=310548 CPUtime=0 cores=0,2
/proc/31379/task/31397/stat : 31397 (python) S 31285 31285 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867145573 318001152 8470 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453969496000 0 0 -1 2 0 0 0
[pid=31398] ppid=31285 vsize=320804 CPUtime=0.13 cores=0,2
/proc/31398/stat : 31398 (python) S 31285 31285 31196 0 -1 4202560 1084 0 0 0 7 6 0 0 19 0 2 0 867145574 328503296 8474 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31398/statm: 80201 8474 399 364 0 16110 0
[pid=31400] ppid=31398 vsize=423400 CPUtime=100.12 cores=0,2
/proc/31400/stat : 31400 (adaptg2wsat2009) T 31398 31400 31400 0 -1 4202496 2622 0 0 0 10012 0 0 0 25 0 1 0 867145574 433561600 2358 33554432000 134512640 135107411 4290257920 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31400/statm: 105850 2358 59 146 0 104726 0
[pid=31398/tid=31457] ppid=31285 vsize=320804 CPUtime=0 cores=0,2
/proc/31398/task/31457/stat : 31457 (python) S 31285 31285 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867155587 328503296 8474 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453943096576 0 0 -1 2 0 0 0
[pid=31458] ppid=31285 vsize=331060 CPUtime=0.15 cores=0,2
/proc/31458/stat : 31458 (python) S 31285 31285 31196 0 -1 4202560 1070 0 0 0 8 7 0 0 19 0 2 0 867155588 339005440 8478 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31458/statm: 82765 8478 399 364 0 18671 0
[pid=31460] ppid=31458 vsize=423400 CPUtime=100 cores=0,2
/proc/31460/stat : 31460 (adaptg2wsat2009) T 31458 31460 31460 0 -1 4202496 2619 0 0 0 10000 0 0 0 25 0 1 0 867155588 433561600 2357 33554432000 134512640 135107411 4294300912 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31460/statm: 105850 2357 59 146 0 104726 0
[pid=31458/tid=31476] ppid=31285 vsize=331060 CPUtime=0 cores=0,2
/proc/31458/task/31476/stat : 31476 (python) S 31285 31285 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867165603 339005440 8478 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453920806080 0 0 -1 2 0 0 0
[pid=31477] ppid=31285 vsize=341316 CPUtime=0.14 cores=0,2
/proc/31477/stat : 31477 (python) S 31285 31285 31196 0 -1 4202560 1078 0 0 0 8 6 0 0 19 0 2 0 867165604 349507584 8482 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31477/statm: 85329 8482 399 364 0 21232 0
[pid=31479] ppid=31477 vsize=1020308 CPUtime=99.19 cores=0,2
/proc/31479/stat : 31479 (gnovelty+2) T 31477 31479 31479 0 -1 4202496 1152 0 0 0 9919 0 0 0 25 0 1 0 867165604 1044795392 891 33554432000 134512640 135663704 4286904976 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31479/statm: 255077 891 113 282 0 254793 0
[pid=31477/tid=31492] ppid=31285 vsize=341316 CPUtime=0 cores=0,2
/proc/31477/task/31492/stat : 31492 (python) S 31285 31285 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867175524 349507584 8482 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453944323072 0 0 -1 2 0 0 0
[pid=31493] ppid=31285 vsize=351572 CPUtime=0.15 cores=0,2
/proc/31493/stat : 31493 (python) S 31285 31285 31196 0 -1 4202560 911 0 0 0 9 6 0 0 18 0 1 0 867175525 360009728 8456 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675462 0 0 16781312 514 8063290512527819009 0 0 17 0 0 0 0
/proc/31493/statm: 87893 8456 370 364 0 23793 0
[pid=31495] ppid=31493 vsize=253032 CPUtime=99.04 cores=0,2
/proc/31495/stat : 31495 (FH) R 31493 31495 31495 0 -1 4202496 2497 0 0 0 9904 0 0 0 25 0 1 0 867175525 259104768 2233 33554432000 134512640 134936988 4290238784 18446744073709551615 134554258 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31495/statm: 63258 2233 41 104 0 62762 0
[pid=31285/tid=31301] ppid=31283 vsize=361816 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 867115522 370499584 9980 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31361] ppid=31283 vsize=361816 CPUtime=0 cores=0,2
/proc/31285/task/31361/stat : 31361 (python) S 31283 31285 31196 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 867125540 370499584 9980 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
[pid=31285/tid=31380] ppid=31283 vsize=361816 CPUtime=0 cores=0,2
/proc/31285/task/31380/stat : 31380 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 867135559 370499584 9980 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31399] ppid=31283 vsize=361816 CPUtime=0 cores=0,2
/proc/31285/task/31399/stat : 31399 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 867145574 370499584 9980 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
[pid=31285/tid=31459] ppid=31283 vsize=361816 CPUtime=0 cores=0,2
/proc/31285/task/31459/stat : 31459 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 867155588 370499584 9980 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31478] ppid=31283 vsize=361816 CPUtime=0 cores=0,2
/proc/31285/task/31478/stat : 31478 (python) S 31283 31285 31196 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 867165604 370499584 9980 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
[pid=31285/tid=31494] ppid=31283 vsize=361816 CPUtime=0 cores=0,2
/proc/31285/task/31494/stat : 31494 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 867175525 370499584 9980 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 7201844



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+703.601 s]
/proc/loadavg: 4.08 3.66 2.15 4/251 31508
/proc/meminfo: memFree=31014000/32951124 swapFree=67050916/67111528
[pid=31285] ppid=31283 vsize=372072 CPUtime=2.5 cores=0,2
/proc/31285/stat : 31285 (python) S 31283 31285 31196 0 -1 4202496 20276 932 1 0 242 8 0 0 20 0 9 0 867115211 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31285/statm: 93018 9986 1892 364 0 28915 0
[pid=31300] ppid=31285 vsize=300280 CPUtime=0.13 cores=0,2
/proc/31300/stat : 31300 (python) S 31285 31285 31196 0 -1 4202560 1154 0 0 0 7 6 0 0 19 0 2 0 867115522 307486720 8481 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31300/statm: 75070 8481 414 364 0 10988 0
[pid=31302] ppid=31300 vsize=1020308 CPUtime=100.04 cores=0,2
/proc/31302/stat : 31302 (gnovelty+2) T 31300 31302 31302 0 -1 4202496 1157 0 0 0 10003 1 0 0 25 0 1 0 867115522 1044795392 892 33554432000 134512640 135663704 4288153648 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31302/statm: 255077 892 113 282 0 254793 0
[pid=31300/tid=31359] ppid=31285 vsize=300280 CPUtime=0 cores=0,2
/proc/31300/task/31359/stat : 31359 (python) S 31285 31285 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867125539 307486720 8481 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453963583616 0 0 -1 2 0 0 0
[pid=31360] ppid=31285 vsize=300292 CPUtime=0.12 cores=0,2
/proc/31360/stat : 31360 (python) S 31285 31285 31196 0 -1 4202560 1078 0 0 0 7 5 0 0 19 0 2 0 867125540 307499008 8466 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31360/statm: 75073 8466 399 364 0 10988 0
[pid=31362] ppid=31360 vsize=1020308 CPUtime=100.16 cores=0,2
/proc/31362/stat : 31362 (gnovelty+2) T 31360 31362 31362 0 -1 4202496 1156 0 0 0 10016 0 0 0 25 0 1 0 867125541 1044795392 891 33554432000 134512640 135663704 4291127792 18446744073709551615 134547014 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31362/statm: 255077 891 113 282 0 254793 0
[pid=31360/tid=31378] ppid=31285 vsize=300292 CPUtime=0 cores=0,2
/proc/31360/task/31378/stat : 31378 (python) S 31285 31285 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867135558 307499008 8466 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453914794752 0 0 -1 2 0 0 0
[pid=31379] ppid=31285 vsize=310548 CPUtime=0.14 cores=0,2
/proc/31379/stat : 31379 (python) S 31285 31285 31196 0 -1 4202560 1073 0 0 0 9 5 0 0 19 0 2 0 867135559 318001152 8470 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31379/statm: 77637 8470 399 364 0 13549 0
[pid=31381] ppid=31379 vsize=423400 CPUtime=100.01 cores=0,2
/proc/31381/stat : 31381 (adaptg2wsat2009) T 31379 31381 31381 0 -1 4202496 2622 0 0 0 10001 0 0 0 25 0 1 0 867135559 433561600 2357 33554432000 134512640 135107411 4294356768 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31381/statm: 105850 2357 59 146 0 104726 0
[pid=31379/tid=31397] ppid=31285 vsize=310548 CPUtime=0 cores=0,2
/proc/31379/task/31397/stat : 31397 (python) S 31285 31285 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867145573 318001152 8470 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453969496000 0 0 -1 2 0 0 0
[pid=31398] ppid=31285 vsize=320804 CPUtime=0.13 cores=0,2
/proc/31398/stat : 31398 (python) S 31285 31285 31196 0 -1 4202560 1084 0 0 0 7 6 0 0 19 0 2 0 867145574 328503296 8474 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31398/statm: 80201 8474 399 364 0 16110 0
[pid=31400] ppid=31398 vsize=423400 CPUtime=100.12 cores=0,2
/proc/31400/stat : 31400 (adaptg2wsat2009) T 31398 31400 31400 0 -1 4202496 2622 0 0 0 10012 0 0 0 25 0 1 0 867145574 433561600 2358 33554432000 134512640 135107411 4290257920 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31400/statm: 105850 2358 59 146 0 104726 0
[pid=31398/tid=31457] ppid=31285 vsize=320804 CPUtime=0 cores=0,2
/proc/31398/task/31457/stat : 31457 (python) S 31285 31285 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867155587 328503296 8474 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453943096576 0 0 -1 2 0 0 0
[pid=31458] ppid=31285 vsize=331060 CPUtime=0.15 cores=0,2
/proc/31458/stat : 31458 (python) S 31285 31285 31196 0 -1 4202560 1070 0 0 0 8 7 0 0 19 0 2 0 867155588 339005440 8478 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31458/statm: 82765 8478 399 364 0 18671 0
[pid=31460] ppid=31458 vsize=423400 CPUtime=100 cores=0,2
/proc/31460/stat : 31460 (adaptg2wsat2009) T 31458 31460 31460 0 -1 4202496 2619 0 0 0 10000 0 0 0 25 0 1 0 867155588 433561600 2357 33554432000 134512640 135107411 4294300912 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31460/statm: 105850 2357 59 146 0 104726 0
[pid=31458/tid=31476] ppid=31285 vsize=331060 CPUtime=0 cores=0,2
/proc/31458/task/31476/stat : 31476 (python) S 31285 31285 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867165603 339005440 8478 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453920806080 0 0 -1 2 0 0 0
[pid=31477] ppid=31285 vsize=341316 CPUtime=0.14 cores=0,2
/proc/31477/stat : 31477 (python) S 31285 31285 31196 0 -1 4202560 1078 0 0 0 8 6 0 0 19 0 2 0 867165604 349507584 8482 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31477/statm: 85329 8482 399 364 0 21232 0
[pid=31479] ppid=31477 vsize=1020308 CPUtime=99.19 cores=0,2
/proc/31479/stat : 31479 (gnovelty+2) T 31477 31479 31479 0 -1 4202496 1152 0 0 0 9919 0 0 0 25 0 1 0 867165604 1044795392 891 33554432000 134512640 135663704 4286904976 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31479/statm: 255077 891 113 282 0 254793 0
[pid=31477/tid=31492] ppid=31285 vsize=341316 CPUtime=0 cores=0,2
/proc/31477/task/31492/stat : 31492 (python) S 31285 31285 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867175524 349507584 8482 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453944323072 0 0 -1 2 0 0 0
[pid=31493] ppid=31285 vsize=351572 CPUtime=0.16 cores=0,2
/proc/31493/stat : 31493 (python) S 31285 31285 31196 0 -1 4202560 1075 0 0 0 9 7 0 0 19 0 2 0 867175525 360009728 8486 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31493/statm: 87893 8486 399 364 0 23793 0
[pid=31495] ppid=31493 vsize=253032 CPUtime=100.02 cores=0,2
/proc/31495/stat : 31495 (FH) T 31493 31495 31495 0 -1 4202496 2497 0 0 0 10002 0 0 0 25 0 1 0 867175525 259104768 2233 33554432000 134512640 134936988 4290238784 18446744073709551615 134554242 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31495/statm: 63258 2233 41 104 0 62762 0
[pid=31493/tid=31505] ppid=31285 vsize=351572 CPUtime=0 cores=0,2
/proc/31493/task/31505/stat : 31505 (python) S 31285 31285 31196 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867185541 360009728 8486 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 514 18446604453915269248 0 0 -1 2 0 0 0
[pid=31506] ppid=31285 vsize=361828 CPUtime=0 cores=0,2
/proc/31506/stat : 31506 (python) S 31285 31285 31196 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 867185542 370511872 8439 33554432000 4194304 5683644 140737002101744 18446744073709551615 212039675462 0 0 16781312 514 4299024223323553791 0 0 17 0 0 0 0
/proc/31506/statm: 90457 8439 349 364 0 26354 0
[pid=31508] ppid=31506 vsize=420480 CPUtime=0.29 cores=0,2
/proc/31508/stat : 31508 (adaptg2wsat2009) R 31506 31508 31508 0 -1 4202496 1687 0 0 0 29 0 0 0 21 0 1 0 867185542 430571520 1420 33554432000 134512640 135107411 4288319040 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31508/statm: 105120 1420 49 146 0 103996 0
[pid=31285/tid=31301] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31301/stat : 31301 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867115522 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31361] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31361/stat : 31361 (python) S 31283 31285 31196 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 867125540 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
[pid=31285/tid=31380] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31380/stat : 31380 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867135559 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31399] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31399/stat : 31399 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867145574 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
[pid=31285/tid=31459] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31459/stat : 31459 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867155588 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31478] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31478/stat : 31478 (python) S 31283 31285 31196 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867165604 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
[pid=31285/tid=31494] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31494/stat : 31494 (python) S 31283 31285 31196 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867175525 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 0 0 0 0
[pid=31285/tid=31507] ppid=31283 vsize=372072 CPUtime=0 cores=0,2
/proc/31285/task/31507/stat : 31507 (python) S 31283 31285 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867185542 381001728 9986 33554432000 4194304 5683644 140737002101744 18446744073709551615 212051478961 0 0 16781312 2 18446604453945176192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.3
Current children cumulated vsize (KiB) 7994408

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

Real time (s): 703.663
CPU time (s): 703.3
CPU user time (s): 702.79
CPU system time (s): 0.51
CPU usage (%): 99.9484
Max. virtual memory (cumulated for all children) (KiB): 7994408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.43763
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21600
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= 1022
involuntary context switches= 36

runsolver used 1.73274 second user time and 2.92855 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:03:09
IDJOB=3484011
IDBENCH=82522
IDSOLVER=1975
FILE ID=node146/3484011-1307746989
RUNJOBID= node146-1307746987-31214
PBS_JOBID= 13550814
Free space on /tmp= 73996 MiB

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

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

MD5SUM BENCH= 4baebda329e22fa39a89c4e2a8acff70
RANDOM SEED=2106410688

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31354040 kB
Buffers:        255200 kB
Cached:        1040420 kB
SwapCached:      14540 kB
Active:         699136 kB
Inactive:       686764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31354040 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:          129468 kB
Writeback:           0 kB
AnonPages:       87376 kB
Mapped:          14388 kB
Slab:           143840 kB
PageTables:       6768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   321744 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= 73960 MiB
End job on node146 at 2011-06-11 01:14:55