Trace number 3484120

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S269694958-008-UNKNOWN.cnf
MD5SUM320e47ec6251e96728575b0221aebaa2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.7973
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
Number of clauses of size over 50

Solver Data

0.30/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.49	c INFO: solving HOME/instance-3484120-1307747696.cnf
0.30/0.49	c INFO: computing task features
0.49/0.64	c INFO: computed variable-clause graph statistics
0.49/0.64	c INFO: computed clause balance statistics
1.19/1.31	c INFO: computed variable balance statistics
1.49/1.69	c INFO: computed small-clause counts
2.09/2.26	c INFO: computed Horn-clause counts
2.09/2.26	c INFO: computed variable graph statistics
2.09/2.26	c INFO: collected features for HOME/instance-3484120-1307747696.cnf in 1.23 s
2.09/2.26	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.80/101.89	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
202.01/202.06	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
301.22/301.19	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.41/401.34	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.06)
501.51/501.49	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.05)
601.73/601.67	c INFO: running FH@0 for 97 with 599 remaining (b = 0.04)
701.95/701.82	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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-3484120-1307747696/watcher-3484120-1307747696 -o /tmp/evaluation-result-3484120-1307747696/solver-3484120-1307747696 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484120-1307747696.cnf -seed 2095343171 -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: 3.90 3.62 2.12 2/199 10639
/proc/meminfo: memFree=31298988/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=15384 CPUtime=0 cores=0,2
/proc/10639/stat : 10639 (python) R 10637 10639 10281 0 -1 4202496 814 0 0 0 0 0 0 0 25 0 1 0 867185197 15753216 698 33554432000 4194304 5683644 140734429222096 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10639/statm: 3846 698 334 364 0 333 0

[startup+0.0907969 s]
/proc/loadavg: 3.90 3.62 2.12 2/199 10639
/proc/meminfo: memFree=31298988/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=87704 CPUtime=0.06 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 2639 0 0 0 4 2 0 0 17 0 1 0 867185197 89808896 2354 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/10639/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.100779 s]
/proc/loadavg: 3.90 3.62 2.12 2/199 10639
/proc/meminfo: memFree=31298988/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=99376 CPUtime=0.06 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 2868 0 0 0 4 2 0 0 17 0 1 0 867185197 101761024 2565 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/10639/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.302291 s]
/proc/loadavg: 3.90 3.62 2.12 2/199 10639
/proc/meminfo: memFree=31298988/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=144100 CPUtime=0.23 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 6252 931 1 0 16 7 0 0 17 0 1 0 867185197 147558400 4372 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/10639/statm: 36025 4372 1185 364 0 3181 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 144100

[startup+0.700654 s]
/proc/loadavg: 3.90 3.62 2.12 2/199 10639
/proc/meminfo: memFree=31298988/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=285816 CPUtime=0.59 cores=0,2
/proc/10639/stat : 10639 (python) R 10637 10639 10281 0 -1 4202496 12074 931 1 0 49 10 0 0 17 0 1 0 867185197 292675584 8839 33554432000 4194304 5683644 140734429222096 18446744073709551615 5003920 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10639/statm: 71454 8839 1826 364 0 7378 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 285816

[startup+1.50053 s]
/proc/loadavg: 3.90 3.62 2.12 4/199 10644
/proc/meminfo: memFree=31237012/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=285816 CPUtime=1.39 cores=0,2
/proc/10639/stat : 10639 (python) R 10637 10639 10281 0 -1 4202496 12075 931 1 0 129 10 0 0 18 0 1 0 867185197 292675584 8840 33554432000 4194304 5683644 140734429222096 18446744073709551615 47680000766253 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10639/statm: 71454 8840 1827 364 0 7378 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 285816

[startup+3.10124 s]
/proc/loadavg: 3.90 3.62 2.12 4/202 10647
/proc/meminfo: memFree=31234260/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=292288 CPUtime=1.63 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 12431 931 1 0 153 10 0 0 21 0 2 0 867185197 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10639/statm: 73072 7937 1869 364 0 8990 0
[pid=10645] ppid=10639 vsize=282044 CPUtime=0 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 867185371 288813056 6418 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726425103 0 0 16781312 514 4408350588618637569 0 0 17 2 0 0 0
/proc/10645/statm: 70511 6418 354 364 0 6429 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=1.35 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) R 10645 10647 10647 0 -1 4202496 868 0 0 0 135 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10639/tid=10646] ppid=10637 vsize=292288 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 867185371 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1593132

[startup+6.30064 s]
/proc/loadavg: 3.91 3.62 2.13 4/205 10650
/proc/meminfo: memFree=31223900/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=292288 CPUtime=1.63 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 12431 931 1 0 153 10 0 0 21 0 2 0 867185197 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10639/statm: 73072 7937 1869 364 0 8990 0
[pid=10645] ppid=10639 vsize=282044 CPUtime=0 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 867185371 288813056 6441 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726425103 0 0 16781312 514 4408350588618637569 0 0 17 2 0 0 0
/proc/10645/statm: 70511 6441 377 364 0 6429 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=4.55 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) R 10645 10647 10647 0 -1 4202496 868 0 0 0 455 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10639/tid=10646] ppid=10637 vsize=292288 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 867185371 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1593132

[startup+12.7004 s]
/proc/loadavg: 3.83 3.61 2.13 4/205 10650
/proc/meminfo: memFree=31208228/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=292288 CPUtime=1.63 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 12431 931 1 0 153 10 0 0 21 0 2 0 867185197 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10639/statm: 73072 7937 1869 364 0 8990 0
[pid=10645] ppid=10639 vsize=282044 CPUtime=0.01 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 869 0 0 0 0 1 0 0 18 0 1 0 867185371 288813056 6441 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726425103 0 0 16781312 514 7491280583293632769 0 0 17 2 0 0 0
/proc/10645/statm: 70511 6441 377 364 0 6429 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=10.95 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) R 10645 10647 10647 0 -1 4202496 868 0 0 0 1095 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10639/tid=10646] ppid=10637 vsize=292288 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 867185371 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1593132

[startup+25.501 s]
/proc/loadavg: 3.65 3.58 2.15 4/205 10650
/proc/meminfo: memFree=31208708/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=292288 CPUtime=1.63 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 12431 931 1 0 153 10 0 0 21 0 2 0 867185197 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10639/statm: 73072 7937 1869 364 0 8990 0
[pid=10645] ppid=10639 vsize=282044 CPUtime=0.02 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 875 0 0 0 1 1 0 0 18 0 1 0 867185371 288813056 6441 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726425103 0 0 16781312 514 7491280583293632769 0 0 17 2 0 0 0
/proc/10645/statm: 70511 6441 377 364 0 6429 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=23.76 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) R 10645 10647 10647 0 -1 4202496 868 0 0 0 2376 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10639/tid=10646] ppid=10637 vsize=292288 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 867185371 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1593132

[startup+51.1012 s]
/proc/loadavg: 3.49 3.55 2.18 4/205 10651
/proc/meminfo: memFree=31208540/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=292288 CPUtime=1.63 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 12431 931 1 0 153 10 0 0 21 0 2 0 867185197 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10639/statm: 73072 7937 1869 364 0 8990 0
[pid=10645] ppid=10639 vsize=282044 CPUtime=0.06 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 887 0 0 0 3 3 0 0 18 0 1 0 867185371 288813056 6441 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726425103 0 0 16781312 514 7491280583293632769 0 0 17 2 0 0 0
/proc/10645/statm: 70511 6441 377 364 0 6429 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=49.35 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) R 10645 10647 10647 0 -1 4202496 868 0 0 0 4935 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10639/tid=10646] ppid=10637 vsize=292288 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 867185371 299302912 7937 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1593132

[startup+102.307 s]
/proc/loadavg: 3.21 3.46 2.22 4/197 10706
/proc/meminfo: memFree=31217912/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=302544 CPUtime=1.64 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 13310 931 1 0 154 10 0 0 19 0 3 0 867185197 309805056 7952 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10639/statm: 75636 7952 1880 364 0 11551 0
[pid=10645] ppid=10639 vsize=292288 CPUtime=0.12 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 1152 0 0 0 6 6 0 0 19 0 2 0 867185371 299302912 6484 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10645/statm: 73072 6484 415 364 0 8990 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=100.14 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) T 10645 10647 10647 0 -1 4202496 868 0 0 0 10014 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10645/tid=10703] ppid=10639 vsize=292288 CPUtime=0 cores=0,2
/proc/10645/task/10703/stat : 10703 (python) S 10639 10639 10281 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867195386 299302912 6484 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453939092352 0 0 -1 2 0 0 0
[pid=10704] ppid=10639 vsize=292300 CPUtime=0 cores=0,2
/proc/10704/stat : 10704 (python) S 10639 10639 10281 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 867195387 299315200 6416 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726425158 0 0 16781312 514 4362731026548523007 0 0 17 0 0 0 0
/proc/10704/statm: 73075 6416 348 364 0 8990 0
[pid=10706] ppid=10704 vsize=1018800 CPUtime=0.4 cores=0,2
/proc/10706/stat : 10706 (gnovelty+2) R 10704 10706 10706 0 -1 4202496 866 0 0 0 40 0 0 0 21 0 1 0 867195387 1043251200 602 33554432000 134512640 135663704 4288532864 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10706/statm: 254700 602 113 282 0 254416 0
[pid=10639/tid=10646] ppid=10637 vsize=302544 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 3 0 867185371 309805056 7952 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10705] ppid=10637 vsize=302544 CPUtime=0 cores=0,2
/proc/10639/task/10705/stat : 10705 (python) S 10637 10639 10281 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 867195387 309805056 7952 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2924732

[startup+162.301 s]
/proc/loadavg: 3.08 3.38 2.26 4/201 10712
/proc/meminfo: memFree=31170048/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=302544 CPUtime=1.64 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 13310 931 1 0 154 10 0 0 19 0 3 0 867185197 309805056 7952 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10639/statm: 75636 7952 1880 364 0 11551 0
[pid=10645] ppid=10639 vsize=292288 CPUtime=0.12 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 1152 0 0 0 6 6 0 0 19 0 2 0 867185371 299302912 6484 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10645/statm: 73072 6484 415 364 0 8990 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=100.14 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) T 10645 10647 10647 0 -1 4202496 868 0 0 0 10014 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10645/tid=10703] ppid=10639 vsize=292288 CPUtime=0 cores=0,2
/proc/10645/task/10703/stat : 10703 (python) S 10639 10639 10281 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867195386 299302912 6484 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453939092352 0 0 -1 2 0 0 0
[pid=10704] ppid=10639 vsize=292300 CPUtime=0.08 cores=0,2

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

/proc/10704/statm: 73075 6469 400 364 0 8990 0
[pid=10706] ppid=10704 vsize=1018800 CPUtime=100.04 cores=0,2
/proc/10706/stat : 10706 (gnovelty+2) T 10704 10706 10706 0 -1 4202496 866 0 0 0 10004 0 0 0 25 0 1 0 867195387 1043251200 602 33554432000 134512640 135663704 4288532864 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10706/statm: 254700 602 113 282 0 254416 0
[pid=10704/tid=10718] ppid=10639 vsize=292300 CPUtime=0 cores=0,2
/proc/10704/task/10718/stat : 10718 (python) S 10639 10639 10281 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867205402 299315200 6469 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453928470720 0 0 -1 2 0 0 0
[pid=10719] ppid=10639 vsize=302704 CPUtime=0.13 cores=0,2
/proc/10719/stat : 10719 (python) S 10639 10639 10281 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 867205403 309968896 6510 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10719/statm: 75676 6510 400 364 0 11588 0
[pid=10721] ppid=10719 vsize=420484 CPUtime=99.11 cores=0,2
/proc/10721/stat : 10721 (adaptg2wsat2009) T 10719 10721 10721 0 -1 4202496 1755 0 0 0 9911 0 0 0 25 0 1 0 867205404 430575616 1492 33554432000 134512640 135107411 4291722544 18446744073709551615 134531571 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10721/statm: 105121 1492 59 146 0 103997 0
[pid=10719/tid=10775] ppid=10639 vsize=302704 CPUtime=0 cores=0,2
/proc/10719/task/10775/stat : 10775 (python) S 10639 10639 10281 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867215316 309968896 6510 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453984699392 0 0 -1 2 0 0 0
[pid=10776] ppid=10639 vsize=312960 CPUtime=0.15 cores=0,2
/proc/10776/stat : 10776 (python) S 10639 10639 10281 0 -1 4202560 1103 0 0 0 8 7 0 0 19 0 2 0 867215317 320471040 6514 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10776/statm: 78240 6514 400 364 0 14149 0
[pid=10778] ppid=10776 vsize=420484 CPUtime=99.99 cores=0,2
/proc/10778/stat : 10778 (adaptg2wsat2009) T 10776 10778 10778 0 -1 4202496 1756 0 0 0 9999 0 0 0 25 0 1 0 867215317 430575616 1493 33554432000 134512640 135107411 4293826112 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10778/statm: 105121 1493 59 146 0 103997 0
[pid=10776/tid=10786] ppid=10639 vsize=312960 CPUtime=0 cores=0,2
/proc/10776/task/10786/stat : 10786 (python) S 10639 10639 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867225330 320471040 6514 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453930051456 0 0 -1 0 0 0 0
[pid=10787] ppid=10639 vsize=323676 CPUtime=0.15 cores=0,2
/proc/10787/stat : 10787 (python) S 10639 10639 10281 0 -1 4202560 1093 0 0 0 8 7 0 0 19 0 2 0 867225331 331444224 6633 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10787/statm: 80919 6633 400 364 0 16825 0
[pid=10789] ppid=10787 vsize=420484 CPUtime=99.98 cores=0,2
/proc/10789/stat : 10789 (adaptg2wsat2009) T 10787 10789 10789 0 -1 4202496 1756 0 0 0 9997 1 0 0 25 0 1 0 867225332 430575616 1492 33554432000 134512640 135107411 4290886688 18446744073709551615 134539332 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10789/statm: 105121 1492 59 146 0 103997 0
[pid=10787/tid=10800] ppid=10639 vsize=323676 CPUtime=0 cores=0,2
/proc/10787/task/10800/stat : 10800 (python) S 10639 10639 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867235345 331444224 6633 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453924088832 0 0 -1 2 0 0 0
[pid=10801] ppid=10639 vsize=333932 CPUtime=0.15 cores=0,2
/proc/10801/stat : 10801 (python) S 10639 10639 10281 0 -1 4202560 1095 0 0 0 8 7 0 0 19 0 2 0 867235346 341946368 6637 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10801/statm: 83483 6637 399 364 0 19386 0
[pid=10803] ppid=10801 vsize=1018800 CPUtime=100.03 cores=0,2
/proc/10803/stat : 10803 (gnovelty+2) T 10801 10803 10803 0 -1 4202496 862 0 0 0 10003 0 0 0 25 0 1 0 867235346 1043251200 602 33554432000 134512640 135663704 4292676528 18446744073709551615 135008512 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10803/statm: 254700 602 113 282 0 254416 0
[pid=10801/tid=10809] ppid=10639 vsize=333932 CPUtime=0 cores=0,2
/proc/10801/task/10809/stat : 10809 (python) S 10639 10639 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867245364 341946368 6637 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604440279315712 0 0 -1 2 0 0 0
[pid=10810] ppid=10639 vsize=344188 CPUtime=0.15 cores=0,2
/proc/10810/stat : 10810 (python) S 10639 10639 10281 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 867245365 352448512 6641 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10810/statm: 86047 6641 400 364 0 21947 0
[pid=10812] ppid=10810 vsize=250364 CPUtime=100.01 cores=0,2
/proc/10812/stat : 10812 (FH) T 10810 10812 10812 0 -1 4202496 1669 0 0 0 10001 0 0 0 25 0 1 0 867245365 256372736 1407 33554432000 134512640 134936988 4287966720 18446744073709551615 134553254 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10812/statm: 62591 1407 41 104 0 62095 0
[pid=10639/tid=10646] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 9 0 867185371 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10705] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10705/stat : 10705 (python) S 10637 10639 10281 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 867195387 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10720] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10720/stat : 10720 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867205404 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 2 0 0 0
[pid=10639/tid=10777] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10777/stat : 10777 (python) S 10637 10639 10281 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 867215317 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 2 0 0 0
[pid=10639/tid=10788] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10788/stat : 10788 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867225331 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10802] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10802/stat : 10802 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867235346 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10811] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10811/stat : 10811 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867245365 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 7134952



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 3.06 3.09 2.59 4/246 10824
/proc/meminfo: memFree=30943664/32951124 swapFree=67064580/67111528
[pid=10639] ppid=10637 vsize=364688 CPUtime=1.7 cores=0,2
/proc/10639/stat : 10639 (python) S 10637 10639 10281 0 -1 4202496 18528 931 1 0 159 11 0 0 20 0 9 0 867185197 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10639/statm: 91172 8140 1892 364 0 27069 0
[pid=10645] ppid=10639 vsize=292288 CPUtime=0.12 cores=0,2
/proc/10645/stat : 10645 (python) S 10639 10639 10281 0 -1 4202560 1152 0 0 0 6 6 0 0 19 0 2 0 867185371 299302912 6484 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10645/statm: 73072 6484 415 364 0 8990 0
[pid=10647] ppid=10645 vsize=1018800 CPUtime=100.14 cores=0,2
/proc/10647/stat : 10647 (gnovelty+2) T 10645 10647 10647 0 -1 4202496 868 0 0 0 10014 0 0 0 25 0 1 0 867185371 1043251200 603 33554432000 134512640 135663704 4288898592 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10647/statm: 254700 603 113 282 0 254416 0
[pid=10645/tid=10703] ppid=10639 vsize=292288 CPUtime=0 cores=0,2
/proc/10645/task/10703/stat : 10703 (python) S 10639 10639 10281 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867195386 299302912 6484 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453939092352 0 0 -1 2 0 0 0
[pid=10704] ppid=10639 vsize=292300 CPUtime=0.13 cores=0,2
/proc/10704/stat : 10704 (python) S 10639 10639 10281 0 -1 4202560 1100 0 0 0 8 5 0 0 19 0 2 0 867195387 299315200 6469 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10704/statm: 73075 6469 400 364 0 8990 0
[pid=10706] ppid=10704 vsize=1018800 CPUtime=100.04 cores=0,2
/proc/10706/stat : 10706 (gnovelty+2) T 10704 10706 10706 0 -1 4202496 866 0 0 0 10004 0 0 0 25 0 1 0 867195387 1043251200 602 33554432000 134512640 135663704 4288532864 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10706/statm: 254700 602 113 282 0 254416 0
[pid=10704/tid=10718] ppid=10639 vsize=292300 CPUtime=0 cores=0,2
/proc/10704/task/10718/stat : 10718 (python) S 10639 10639 10281 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867205402 299315200 6469 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453928470720 0 0 -1 2 0 0 0
[pid=10719] ppid=10639 vsize=302704 CPUtime=0.13 cores=0,2
/proc/10719/stat : 10719 (python) S 10639 10639 10281 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 867205403 309968896 6510 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10719/statm: 75676 6510 400 364 0 11588 0
[pid=10721] ppid=10719 vsize=420484 CPUtime=99.11 cores=0,2
/proc/10721/stat : 10721 (adaptg2wsat2009) T 10719 10721 10721 0 -1 4202496 1755 0 0 0 9911 0 0 0 25 0 1 0 867205404 430575616 1492 33554432000 134512640 135107411 4291722544 18446744073709551615 134531571 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10721/statm: 105121 1492 59 146 0 103997 0
[pid=10719/tid=10775] ppid=10639 vsize=302704 CPUtime=0 cores=0,2
/proc/10719/task/10775/stat : 10775 (python) S 10639 10639 10281 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867215316 309968896 6510 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453984699392 0 0 -1 2 0 0 0
[pid=10776] ppid=10639 vsize=312960 CPUtime=0.15 cores=0,2
/proc/10776/stat : 10776 (python) S 10639 10639 10281 0 -1 4202560 1103 0 0 0 8 7 0 0 19 0 2 0 867215317 320471040 6514 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10776/statm: 78240 6514 400 364 0 14149 0
[pid=10778] ppid=10776 vsize=420484 CPUtime=99.99 cores=0,2
/proc/10778/stat : 10778 (adaptg2wsat2009) T 10776 10778 10778 0 -1 4202496 1756 0 0 0 9999 0 0 0 25 0 1 0 867215317 430575616 1493 33554432000 134512640 135107411 4293826112 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10778/statm: 105121 1493 59 146 0 103997 0
[pid=10776/tid=10786] ppid=10639 vsize=312960 CPUtime=0 cores=0,2
/proc/10776/task/10786/stat : 10786 (python) S 10639 10639 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867225330 320471040 6514 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453930051456 0 0 -1 0 0 0 0
[pid=10787] ppid=10639 vsize=323676 CPUtime=0.15 cores=0,2
/proc/10787/stat : 10787 (python) S 10639 10639 10281 0 -1 4202560 1093 0 0 0 8 7 0 0 19 0 2 0 867225331 331444224 6633 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10787/statm: 80919 6633 400 364 0 16825 0
[pid=10789] ppid=10787 vsize=420484 CPUtime=99.98 cores=0,2
/proc/10789/stat : 10789 (adaptg2wsat2009) T 10787 10789 10789 0 -1 4202496 1756 0 0 0 9997 1 0 0 25 0 1 0 867225332 430575616 1492 33554432000 134512640 135107411 4290886688 18446744073709551615 134539332 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10789/statm: 105121 1492 59 146 0 103997 0
[pid=10787/tid=10800] ppid=10639 vsize=323676 CPUtime=0 cores=0,2
/proc/10787/task/10800/stat : 10800 (python) S 10639 10639 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867235345 331444224 6633 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453924088832 0 0 -1 2 0 0 0
[pid=10801] ppid=10639 vsize=333932 CPUtime=0.15 cores=0,2
/proc/10801/stat : 10801 (python) S 10639 10639 10281 0 -1 4202560 1095 0 0 0 8 7 0 0 19 0 2 0 867235346 341946368 6637 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10801/statm: 83483 6637 399 364 0 19386 0
[pid=10803] ppid=10801 vsize=1018800 CPUtime=100.03 cores=0,2
/proc/10803/stat : 10803 (gnovelty+2) T 10801 10803 10803 0 -1 4202496 862 0 0 0 10003 0 0 0 25 0 1 0 867235346 1043251200 602 33554432000 134512640 135663704 4292676528 18446744073709551615 135008512 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10803/statm: 254700 602 113 282 0 254416 0
[pid=10801/tid=10809] ppid=10639 vsize=333932 CPUtime=0 cores=0,2
/proc/10801/task/10809/stat : 10809 (python) S 10639 10639 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867245364 341946368 6637 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604440279315712 0 0 -1 2 0 0 0
[pid=10810] ppid=10639 vsize=344188 CPUtime=0.15 cores=0,2
/proc/10810/stat : 10810 (python) S 10639 10639 10281 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 867245365 352448512 6641 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10810/statm: 86047 6641 400 364 0 21947 0
[pid=10812] ppid=10810 vsize=250364 CPUtime=100.01 cores=0,2
/proc/10812/stat : 10812 (FH) T 10810 10812 10812 0 -1 4202496 1669 0 0 0 10001 0 0 0 25 0 1 0 867245365 256372736 1407 33554432000 134512640 134936988 4287966720 18446744073709551615 134553254 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10812/statm: 62591 1407 41 104 0 62095 0
[pid=10810/tid=10821] ppid=10639 vsize=344188 CPUtime=0 cores=0,2
/proc/10810/task/10821/stat : 10821 (python) S 10639 10639 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867255379 352448512 6641 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 514 18446604453939091456 0 0 -1 2 0 0 0
[pid=10822] ppid=10639 vsize=354444 CPUtime=0 cores=0,2
/proc/10822/stat : 10822 (python) S 10639 10639 10281 0 -1 4202560 838 0 0 0 0 0 0 0 19 0 1 0 867255380 362950656 6594 33554432000 4194304 5683644 140734429222096 18446744073709551615 264726425158 0 0 16781312 514 710919208925396991 0 0 17 0 0 0 0
/proc/10822/statm: 88611 6594 350 364 0 24508 0
[pid=10824] ppid=10822 vsize=420484 CPUtime=0.97 cores=0,2
/proc/10824/stat : 10824 (adaptg2wsat2009) R 10822 10824 10824 0 -1 4202496 1760 0 0 0 97 0 0 0 23 0 1 0 867255380 430575616 1493 33554432000 134512640 135107411 4289660288 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10824/statm: 105121 1493 59 146 0 103997 0
[pid=10639/tid=10646] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10646/stat : 10646 (python) S 10637 10639 10281 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 9 0 867185371 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10705] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10705/stat : 10705 (python) S 10637 10639 10281 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 867195387 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10720] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10720/stat : 10720 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867205404 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 2 0 0 0
[pid=10639/tid=10777] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10777/stat : 10777 (python) S 10637 10639 10281 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 867215317 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 2 0 0 0
[pid=10639/tid=10788] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10788/stat : 10788 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867225331 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10802] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10802/stat : 10802 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867235346 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10811] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10811/stat : 10811 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867245365 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 0 0 0 0
[pid=10639/tid=10823] ppid=10637 vsize=364688 CPUtime=0 cores=0,2
/proc/10639/task/10823/stat : 10823 (python) S 10637 10639 10281 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867255380 373440512 8140 33554432000 4194304 5683644 140734429222096 18446744073709551615 264738228657 0 0 16781312 2 18446604448783252416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 702.95
Current children cumulated vsize (KiB) 7909880

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 10639 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=599756
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=117982
# CPU time returned by wait4() is 1.71774
# while last known CPU time is 702.95
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 702.865
CPU time (s): 702.95
CPU user time (s): 702.38
CPU system time (s): 0.57
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 7909880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.59976
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19974
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= 2579
involuntary context switches= 49

runsolver used 1.55976 second user time and 2.74458 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 01:14:56
IDJOB=3484120
IDBENCH=82631
IDSOLVER=1975
FILE ID=node141/3484120-1307747696
RUNJOBID= node141-1307746989-10299
PBS_JOBID= 13550819
Free space on /tmp= 74032 MiB

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

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

MD5SUM BENCH= 320e47ec6251e96728575b0221aebaa2
RANDOM SEED=2095343171

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.806
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.806
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:      31299664 kB
Buffers:        237860 kB
Cached:        1096184 kB
SwapCached:       8728 kB
Active:         655400 kB
Inactive:       808664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31299664 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           66096 kB
Writeback:           0 kB
AnonPages:      128236 kB
Mapped:          16020 kB
Slab:           117996 kB
PageTables:       8508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1746232 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= 73996 MiB
End job on node141 at 2011-06-11 01:26:41