Trace number 3484019

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.59 703.364

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S381985918-018-UNKNOWN.cnf
MD5SUM13d193ddef22075908d36a7c0d4a2be1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 521250

Solver Data

0.61/1.20	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.61/1.20	c INFO: solving HOME/instance-3484019-1307746990.cnf
0.61/1.20	c INFO: computing task features
0.71/1.31	c INFO: computed variable-clause graph statistics
0.71/1.31	c INFO: computed clause balance statistics
1.51/2.17	c INFO: computed variable balance statistics
1.91/2.52	c INFO: computed small-clause counts
1.91/2.52	c INFO: computed Horn-clause counts
1.91/2.54	c INFO: computed variable graph statistics
1.91/2.54	c INFO: collected features for HOME/instance-3484019-1307746990.cnf in 1.39 s
1.91/2.55	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
102.08/102.72	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.26/202.91	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.47/302.06	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.64/402.21	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
501.72/502.38	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
601.87/602.58	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
702.00/702.75	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-3484019-1307746990/watcher-3484019-1307746990 -o /tmp/evaluation-result-3484019-1307746990/solver-3484019-1307746990 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484019-1307746990.cnf -seed 1487758871 -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.01 2.16 5.30 5/177 15254
/proc/meminfo: memFree=31731932/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=15184 CPUtime=0 cores=0,2
/proc/15254/stat : 15254 (python) R 15252 15254 15206 0 -1 4202496 722 0 0 0 0 0 0 0 21 0 1 0 886297269 15548416 612 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516877447 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15254/statm: 3796 615 321 364 0 283 0

[startup+0.0855341 s]
/proc/loadavg: 0.01 2.16 5.30 5/177 15254
/proc/meminfo: memFree=31731932/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=29788 CPUtime=0.02 cores=0,2
/proc/15254/stat : 15254 (python) R 15252 15254 15206 0 -1 4202496 1441 0 0 0 2 0 0 0 17 0 1 0 886297269 30502912 1283 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15254/statm: 7448 1284 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29788

[startup+0.100528 s]
/proc/loadavg: 0.01 2.16 5.30 5/177 15254
/proc/meminfo: memFree=31731932/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=36512 CPUtime=0.04 cores=0,2
/proc/15254/stat : 15254 (python) R 15252 15254 15206 0 -1 4202496 1592 0 0 0 3 1 0 0 17 0 1 0 886297269 37388288 1426 33554432000 4194304 5683644 140733371076480 18446744073709551615 4562976 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15254/statm: 9128 1426 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+0.300483 s]
/proc/loadavg: 0.01 2.16 5.30 5/177 15254
/proc/meminfo: memFree=31731932/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=124072 CPUtime=0.13 cores=0,2
/proc/15254/stat : 15254 (python) R 15252 15254 15206 0 -1 4202496 4199 0 1 0 8 5 0 0 16 0 1 0 886297269 127049728 3811 33554432000 4194304 5683644 140733371076480 18446744073709551615 4509251 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15254/statm: 31018 3811 991 364 0 2829 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124072

[startup+0.700446 s]
/proc/loadavg: 0.01 2.16 5.30 5/177 15254
/proc/meminfo: memFree=31731932/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=135752 CPUtime=0.28 cores=0,2
/proc/15254/stat : 15254 (python) R 15252 15254 15206 0 -1 4202496 5975 934 1 0 15 13 0 0 16 0 1 0 886297269 139010048 4150 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516830213 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15254/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 135752

[startup+1.50032 s]
/proc/loadavg: 0.01 2.16 5.30 5/191 15299
/proc/meminfo: memFree=31624996/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=283912 CPUtime=0.91 cores=0,2
/proc/15254/stat : 15254 (python) R 15252 15254 15206 0 -1 4202496 11853 934 1 0 65 26 0 0 16 0 1 0 886297269 290725888 8363 33554432000 4194304 5683644 140733371076480 18446744073709551615 47658385429728 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15254/statm: 70978 8363 1826 364 0 6902 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 283912

[startup+3.10099 s]
/proc/loadavg: 0.01 2.16 5.30 5/191 15299
/proc/meminfo: memFree=31513272/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=289696 CPUtime=1.97 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 12172 934 1 0 170 27 0 0 19 0 2 0 886297269 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 72424 7289 1869 364 0 8342 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 289696
heavy processes:

[startup+6.30043 s]
/proc/loadavg: 0.41 2.21 5.30 5/197 15306
/proc/meminfo: memFree=31510668/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=289696 CPUtime=1.97 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 12172 934 1 0 170 27 0 0 19 0 2 0 886297269 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 72424 7289 1869 364 0 8342 0
[pid=15303] ppid=15254 vsize=279936 CPUtime=0 cores=0,2
/proc/15303/stat : 15303 (python) S 15254 15254 15206 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 886297524 286654464 5772 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854287 0 0 16781312 514 4017388168159396097 0 0 17 0 0 0 0
/proc/15303/statm: 69984 5772 355 364 0 5902 0
[pid=15305] ppid=15303 vsize=1018820 CPUtime=3.73 cores=0,2
/proc/15305/stat : 15305 (gnovelty+2) R 15303 15305 15305 0 -1 4202496 860 0 0 0 373 0 0 0 25 0 1 0 886297525 1043271680 596 33554432000 134512640 135663704 4286936416 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15305/statm: 254705 596 113 282 0 254421 0
[pid=15254/tid=15304] ppid=15252 vsize=289696 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886297525 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 1588452

[startup+12.7012 s]
/proc/loadavg: 0.69 2.24 5.29 5/203 15312
/proc/meminfo: memFree=31467484/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=289696 CPUtime=1.97 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 12172 934 1 0 170 27 0 0 19 0 2 0 886297269 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 72424 7289 1869 364 0 8342 0
[pid=15303] ppid=15254 vsize=279936 CPUtime=0 cores=0,2
/proc/15303/stat : 15303 (python) S 15254 15254 15206 0 -1 4202560 865 0 0 0 0 0 0 0 18 0 1 0 886297524 286654464 5795 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854287 0 0 16781312 514 5903832083389710593 0 0 17 0 0 0 0
/proc/15303/statm: 69984 5795 378 364 0 5902 0
[pid=15305] ppid=15303 vsize=1018820 CPUtime=10.12 cores=0,2
/proc/15305/stat : 15305 (gnovelty+2) R 15303 15305 15305 0 -1 4202496 860 0 0 0 1012 0 0 0 25 0 1 0 886297525 1043271680 596 33554432000 134512640 135663704 4286936416 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15305/statm: 254705 596 113 282 0 254421 0
[pid=15254/tid=15304] ppid=15252 vsize=289696 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886297525 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1588452

[startup+25.501 s]
/proc/loadavg: 1.43 2.32 5.27 5/203 15312
/proc/meminfo: memFree=31446264/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=289696 CPUtime=1.97 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 12172 934 1 0 170 27 0 0 19 0 2 0 886297269 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 72424 7289 1869 364 0 8342 0
[pid=15303] ppid=15254 vsize=279936 CPUtime=0.02 cores=0,2
/proc/15303/stat : 15303 (python) S 15254 15254 15206 0 -1 4202560 871 0 0 0 1 1 0 0 18 0 1 0 886297524 286654464 5795 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854287 0 0 16781312 514 5903832083389710593 0 0 17 0 0 0 0
/proc/15303/statm: 69984 5795 378 364 0 5902 0
[pid=15305] ppid=15303 vsize=1018820 CPUtime=22.9 cores=0,2
/proc/15305/stat : 15305 (gnovelty+2) R 15303 15305 15305 0 -1 4202496 860 0 0 0 2290 0 0 0 25 0 1 0 886297525 1043271680 596 33554432000 134512640 135663704 4286936416 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15305/statm: 254705 596 113 282 0 254421 0
[pid=15254/tid=15304] ppid=15252 vsize=289696 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886297525 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 1588452

[startup+51.1073 s]
/proc/loadavg: 2.30 2.46 5.23 5/203 15313
/proc/meminfo: memFree=31446236/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=289696 CPUtime=1.97 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 12172 934 1 0 170 27 0 0 19 0 2 0 886297269 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 72424 7289 1869 364 0 8342 0
[pid=15303] ppid=15254 vsize=279936 CPUtime=0.06 cores=0,2
/proc/15303/stat : 15303 (python) S 15254 15254 15206 0 -1 4202560 883 0 0 0 3 3 0 0 18 0 1 0 886297524 286654464 5795 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854287 0 0 16781312 514 5903832083389710593 0 0 17 0 0 0 0
/proc/15303/statm: 69984 5795 378 364 0 5902 0
[pid=15305] ppid=15303 vsize=1018820 CPUtime=48.46 cores=0,2
/proc/15305/stat : 15305 (gnovelty+2) R 15303 15305 15305 0 -1 4202496 860 0 0 0 4846 0 0 0 25 0 1 0 886297525 1043271680 596 33554432000 134512640 135663704 4286936416 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15305/statm: 254705 596 113 282 0 254421 0
[pid=15254/tid=15304] ppid=15252 vsize=289696 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886297525 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 1588452

[startup+102.301 s]
/proc/loadavg: 3.26 2.69 5.17 5/203 15317
/proc/meminfo: memFree=31445660/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=289696 CPUtime=1.97 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 12172 934 1 0 170 27 0 0 19 0 2 0 886297269 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 72424 7289 1869 364 0 8342 0
[pid=15303] ppid=15254 vsize=279936 CPUtime=0.12 cores=0,2
/proc/15303/stat : 15303 (python) S 15254 15254 15206 0 -1 4202560 905 0 0 0 6 6 0 0 18 0 1 0 886297524 286654464 5795 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854287 0 0 16781312 514 5903832083389710593 0 0 17 0 0 0 0
/proc/15303/statm: 69984 5795 378 364 0 5902 0
[pid=15305] ppid=15303 vsize=1018820 CPUtime=99.59 cores=0,2
/proc/15305/stat : 15305 (gnovelty+2) R 15303 15305 15305 0 -1 4202496 860 0 0 0 9959 0 0 0 25 0 1 0 886297525 1043271680 596 33554432000 134512640 135663704 4286936416 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15305/statm: 254705 596 113 282 0 254421 0
[pid=15254/tid=15304] ppid=15252 vsize=289696 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886297525 296648704 7289 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 1588452

[startup+162.301 s]
/proc/loadavg: 3.73 2.93 5.09 5/219 15335
/proc/meminfo: memFree=31351956/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=299952 CPUtime=1.98 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 13023 934 1 0 171 27 0 0 20 0 3 0 886297269 307150848 7321 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 74988 7321 1872 364 0 10903 0
[pid=15303] ppid=15254 vsize=290180 CPUtime=0.12 cores=0,2
/proc/15303/stat : 15303 (python) S 15254 15254 15206 0 -1 4202560 1141 0 0 0 6 6 0 0 19 0 2 0 886297524 297144320 5837 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15303/statm: 72545 5837 415 364 0 8463 0
[pid=15305] ppid=15303 vsize=1018820 CPUtime=100 cores=0,2
/proc/15305/stat : 15305 (gnovelty+2) T 15303 15305 15305 0 -1 4202496 860 0 0 0 10000 0 0 0 25 0 1 0 886297525 1043271680 596 33554432000 134512640 135663704 4286936416 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15305/statm: 254705 596 113 282 0 254421 0
[pid=15303/tid=15322] ppid=15254 vsize=290180 CPUtime=0 cores=0,2
/proc/15303/task/15322/stat : 15322 (python) S 15254 15254 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886307540 297144320 5837 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453848064320 0 0 -1 2 0 0 0
[pid=15323] ppid=15254 vsize=290832 CPUtime=0.08 cores=0,2
/proc/15323/stat : 15323 (python) S 15254 15254 15206 0 -1 4202560 912 0 0 0 5 3 0 0 18 0 1 0 886307541 297811968 5818 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854342 0 0 16781312 514 5903832083389710596 0 0 17 0 0 0 0
/proc/15323/statm: 72708 5818 372 364 0 8623 0
[pid=15325] ppid=15323 vsize=1018820 CPUtime=59.48 cores=0,2
/proc/15325/stat : 15325 (gnovelty+2) R 15323 15325 15325 0 -1 4202496 857 0 0 0 5948 0 0 0 25 0 1 0 886307542 1043271680 595 33554432000 134512640 135663704 4286955056 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15325/statm: 254705 595 113 282 0 254421 0
[pid=15254/tid=15304] ppid=15252 vsize=299952 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 3 0 886297525 307150848 7321 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15324] ppid=15252 vsize=299952 CPUtime=0 cores=0,2
/proc/15254/task/15324/stat : 15324 (python) S 15252 15254 15206 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 886307542 307150848 7321 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 2918604

[startup+222.301 s]
/proc/loadavg: 3.94 3.14 5.03 5/235 15352
/proc/meminfo: memFree=31255692/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=310848 CPUtime=1.99 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 13889 934 1 0 172 27 0 0 20 0 4 0 886297269 318308352 7462 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

/proc/15323/statm: 72708 5847 400 364 0 8623 0
[pid=15325] ppid=15323 vsize=1018820 CPUtime=100.02 cores=0,2
/proc/15325/stat : 15325 (gnovelty+2) T 15323 15325 15325 0 -1 4202496 857 0 0 0 10002 0 0 0 25 0 1 0 886307542 1043271680 595 33554432000 134512640 135663704 4286955056 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15325/statm: 254705 595 113 282 0 254421 0
[pid=15323/tid=15341] ppid=15254 vsize=290832 CPUtime=0 cores=0,2
/proc/15323/task/15341/stat : 15341 (python) S 15254 15254 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886317559 297811968 5847 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453863887936 0 0 -1 2 0 0 0
[pid=15342] ppid=15254 vsize=300604 CPUtime=0.14 cores=0,2
/proc/15342/stat : 15342 (python) S 15254 15254 15206 0 -1 4202560 1087 0 0 0 8 6 0 0 19 0 2 0 886317560 307818496 5985 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15342/statm: 75151 5985 399 364 0 11063 0
[pid=15344] ppid=15342 vsize=419428 CPUtime=99.13 cores=0,2
/proc/15344/stat : 15344 (adaptg2wsat2009) T 15342 15344 15344 0 -1 4202496 1442 0 0 0 9913 0 0 0 25 0 1 0 886317560 429494272 1177 33554432000 134512640 135107411 4287537584 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15344/statm: 104857 1177 59 146 0 103733 0
[pid=15342/tid=15355] ppid=15254 vsize=300604 CPUtime=0 cores=0,2
/proc/15342/task/15355/stat : 15355 (python) S 15254 15254 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886327474 307818496 5985 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453855430464 0 0 -1 2 0 0 0
[pid=15356] ppid=15254 vsize=310860 CPUtime=0.14 cores=0,2
/proc/15356/stat : 15356 (python) S 15254 15254 15206 0 -1 4202560 1083 0 0 0 9 5 0 0 19 0 2 0 886327475 318320640 5988 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15356/statm: 77715 5988 399 364 0 13624 0
[pid=15358] ppid=15356 vsize=419428 CPUtime=99.97 cores=0,2
/proc/15358/stat : 15358 (adaptg2wsat2009) T 15356 15358 15358 0 -1 4202496 1437 0 0 0 9997 0 0 0 25 0 1 0 886327476 429494272 1176 33554432000 134512640 135107411 4288999520 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15358/statm: 104857 1176 59 146 0 103733 0
[pid=15356/tid=15372] ppid=15254 vsize=310860 CPUtime=0 cores=0,2
/proc/15356/task/15372/stat : 15372 (python) S 15254 15254 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886337490 318320640 5988 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453650352896 0 0 -1 0 0 0 0
[pid=15373] ppid=15254 vsize=321724 CPUtime=0.16 cores=0,2
/proc/15373/stat : 15373 (python) S 15254 15254 15206 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 886337491 329445376 5994 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15373/statm: 80431 5994 400 364 0 16337 0
[pid=15375] ppid=15373 vsize=419428 CPUtime=99.96 cores=0,2
/proc/15375/stat : 15375 (adaptg2wsat2009) T 15373 15375 15375 0 -1 4202496 1442 0 0 0 9995 1 0 0 25 0 1 0 886337491 429494272 1176 33554432000 134512640 135107411 4286914784 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15375/statm: 104857 1176 59 146 0 103733 0
[pid=15373/tid=15383] ppid=15254 vsize=321724 CPUtime=0 cores=0,2
/proc/15373/task/15383/stat : 15383 (python) S 15254 15254 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886347506 329445376 5994 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453850411136 0 0 -1 2 0 0 0
[pid=15384] ppid=15254 vsize=331372 CPUtime=0.16 cores=0,2
/proc/15384/stat : 15384 (python) S 15254 15254 15206 0 -1 4202560 1094 0 0 0 8 8 0 0 19 0 2 0 886347507 339324928 6027 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15384/statm: 82843 6027 399 364 0 18746 0
[pid=15386] ppid=15384 vsize=1018820 CPUtime=99.97 cores=0,2
/proc/15386/stat : 15386 (gnovelty+2) T 15384 15386 15386 0 -1 4202496 859 0 0 0 9997 0 0 0 25 0 1 0 886347507 1043271680 596 33554432000 134512640 135663704 4287604304 18446744073709551615 134525708 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15386/statm: 254705 596 113 282 0 254421 0
[pid=15384/tid=15399] ppid=15254 vsize=331372 CPUtime=0 cores=0,2
/proc/15384/task/15399/stat : 15399 (python) S 15254 15254 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886357526 339324928 6027 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453872511168 0 0 -1 2 0 0 0
[pid=15400] ppid=15254 vsize=342296 CPUtime=0.16 cores=0,2
/proc/15400/stat : 15400 (python) S 15254 15254 15206 0 -1 4202560 926 0 0 0 9 7 0 0 18 0 1 0 886357527 350511104 6004 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854342 0 0 16781312 514 5903832083389710594 0 0 17 0 0 0 0
/proc/15400/statm: 85574 6004 372 364 0 21474 0
[pid=15402] ppid=15400 vsize=249196 CPUtime=99.51 cores=0,2
/proc/15402/stat : 15402 (FH) R 15400 15402 15402 0 -1 4202496 1321 0 0 0 9951 0 0 0 25 0 1 0 886357528 255176704 1058 33554432000 134512640 134936988 4288096976 18446744073709551615 134554064 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15402/statm: 62299 1058 41 104 0 61803 0
[pid=15254/tid=15304] ppid=15252 vsize=351872 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 8 0 886297525 360316928 7517 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15324] ppid=15252 vsize=351872 CPUtime=0 cores=0,2
/proc/15254/task/15324/stat : 15324 (python) S 15252 15254 15206 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 886307542 360316928 7517 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15343] ppid=15252 vsize=351872 CPUtime=0 cores=0,2
/proc/15254/task/15343/stat : 15343 (python) S 15252 15254 15206 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 886317560 360316928 7517 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 2 0 0 0
[pid=15254/tid=15357] ppid=15252 vsize=351872 CPUtime=0 cores=0,2
/proc/15254/task/15357/stat : 15357 (python) S 15252 15254 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 886327475 360316928 7517 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15374] ppid=15252 vsize=351872 CPUtime=0 cores=0,2
/proc/15254/task/15374/stat : 15374 (python) S 15252 15254 15206 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 8 0 886337491 360316928 7517 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15385] ppid=15252 vsize=351872 CPUtime=0 cores=0,2
/proc/15254/task/15385/stat : 15385 (python) S 15252 15254 15206 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 886347507 360316928 7517 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15401] ppid=15252 vsize=351872 CPUtime=0 cores=0,2
/proc/15254/task/15401/stat : 15401 (python) S 15252 15254 15206 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 886357528 360316928 7517 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 701.61
Current children cumulated vsize (KiB) 7103680



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+703.301 s]
/proc/loadavg: 4.11 3.89 4.63 4/258 15422
/proc/meminfo: memFree=31121384/32951124 swapFree=67063556/67111528
[pid=15254] ppid=15252 vsize=362312 CPUtime=2.04 cores=0,2
/proc/15254/stat : 15254 (python) S 15252 15254 15206 0 -1 4202496 18187 934 1 0 176 28 0 0 20 0 9 0 886297269 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15254/statm: 90578 7538 1884 364 0 26475 0
[pid=15303] ppid=15254 vsize=290180 CPUtime=0.12 cores=0,2
/proc/15303/stat : 15303 (python) S 15254 15254 15206 0 -1 4202560 1141 0 0 0 6 6 0 0 19 0 2 0 886297524 297144320 5837 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15303/statm: 72545 5837 415 364 0 8463 0
[pid=15305] ppid=15303 vsize=1018820 CPUtime=100 cores=0,2
/proc/15305/stat : 15305 (gnovelty+2) T 15303 15305 15305 0 -1 4202496 860 0 0 0 10000 0 0 0 25 0 1 0 886297525 1043271680 596 33554432000 134512640 135663704 4286936416 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15305/statm: 254705 596 113 282 0 254421 0
[pid=15303/tid=15322] ppid=15254 vsize=290180 CPUtime=0 cores=0,2
/proc/15303/task/15322/stat : 15322 (python) S 15254 15254 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886307540 297144320 5837 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453848064320 0 0 -1 2 0 0 0
[pid=15323] ppid=15254 vsize=290832 CPUtime=0.14 cores=0,2
/proc/15323/stat : 15323 (python) S 15254 15254 15206 0 -1 4202560 1081 0 0 0 9 5 0 0 19 0 2 0 886307541 297811968 5847 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 72708 5847 400 364 0 8623 0
[pid=15325] ppid=15323 vsize=1018820 CPUtime=100.02 cores=0,2
/proc/15325/stat : 15325 (gnovelty+2) T 15323 15325 15325 0 -1 4202496 857 0 0 0 10002 0 0 0 25 0 1 0 886307542 1043271680 595 33554432000 134512640 135663704 4286955056 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15325/statm: 254705 595 113 282 0 254421 0
[pid=15323/tid=15341] ppid=15254 vsize=290832 CPUtime=0 cores=0,2
/proc/15323/task/15341/stat : 15341 (python) S 15254 15254 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886317559 297811968 5847 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453863887936 0 0 -1 2 0 0 0
[pid=15342] ppid=15254 vsize=300604 CPUtime=0.14 cores=0,2
/proc/15342/stat : 15342 (python) S 15254 15254 15206 0 -1 4202560 1087 0 0 0 8 6 0 0 19 0 2 0 886317560 307818496 5985 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15342/statm: 75151 5985 399 364 0 11063 0
[pid=15344] ppid=15342 vsize=419428 CPUtime=99.13 cores=0,2
/proc/15344/stat : 15344 (adaptg2wsat2009) T 15342 15344 15344 0 -1 4202496 1442 0 0 0 9913 0 0 0 25 0 1 0 886317560 429494272 1177 33554432000 134512640 135107411 4287537584 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15344/statm: 104857 1177 59 146 0 103733 0
[pid=15342/tid=15355] ppid=15254 vsize=300604 CPUtime=0 cores=0,2
/proc/15342/task/15355/stat : 15355 (python) S 15254 15254 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886327474 307818496 5985 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453855430464 0 0 -1 2 0 0 0
[pid=15356] ppid=15254 vsize=310860 CPUtime=0.14 cores=0,2
/proc/15356/stat : 15356 (python) S 15254 15254 15206 0 -1 4202560 1083 0 0 0 9 5 0 0 19 0 2 0 886327475 318320640 5988 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15356/statm: 77715 5988 399 364 0 13624 0
[pid=15358] ppid=15356 vsize=419428 CPUtime=99.97 cores=0,2
/proc/15358/stat : 15358 (adaptg2wsat2009) T 15356 15358 15358 0 -1 4202496 1437 0 0 0 9997 0 0 0 25 0 1 0 886327476 429494272 1176 33554432000 134512640 135107411 4288999520 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15358/statm: 104857 1176 59 146 0 103733 0
[pid=15356/tid=15372] ppid=15254 vsize=310860 CPUtime=0 cores=0,2
/proc/15356/task/15372/stat : 15372 (python) S 15254 15254 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886337490 318320640 5988 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453650352896 0 0 -1 0 0 0 0
[pid=15373] ppid=15254 vsize=321724 CPUtime=0.16 cores=0,2
/proc/15373/stat : 15373 (python) S 15254 15254 15206 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 886337491 329445376 5994 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15373/statm: 80431 5994 400 364 0 16337 0
[pid=15375] ppid=15373 vsize=419428 CPUtime=99.96 cores=0,2
/proc/15375/stat : 15375 (adaptg2wsat2009) T 15373 15375 15375 0 -1 4202496 1442 0 0 0 9995 1 0 0 25 0 1 0 886337491 429494272 1176 33554432000 134512640 135107411 4286914784 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15375/statm: 104857 1176 59 146 0 103733 0
[pid=15373/tid=15383] ppid=15254 vsize=321724 CPUtime=0 cores=0,2
/proc/15373/task/15383/stat : 15383 (python) S 15254 15254 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886347506 329445376 5994 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453850411136 0 0 -1 2 0 0 0
[pid=15384] ppid=15254 vsize=331372 CPUtime=0.16 cores=0,2
/proc/15384/stat : 15384 (python) S 15254 15254 15206 0 -1 4202560 1094 0 0 0 8 8 0 0 19 0 2 0 886347507 339324928 6027 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15384/statm: 82843 6027 399 364 0 18746 0
[pid=15386] ppid=15384 vsize=1018820 CPUtime=99.97 cores=0,2
/proc/15386/stat : 15386 (gnovelty+2) T 15384 15386 15386 0 -1 4202496 859 0 0 0 9997 0 0 0 25 0 1 0 886347507 1043271680 596 33554432000 134512640 135663704 4287604304 18446744073709551615 134525708 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15386/statm: 254705 596 113 282 0 254421 0
[pid=15384/tid=15399] ppid=15254 vsize=331372 CPUtime=0 cores=0,2
/proc/15384/task/15399/stat : 15399 (python) S 15254 15254 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886357526 339324928 6027 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453872511168 0 0 -1 2 0 0 0
[pid=15400] ppid=15254 vsize=342296 CPUtime=0.16 cores=0,2
/proc/15400/stat : 15400 (python) S 15254 15254 15206 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 886357527 350511104 6033 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15400/statm: 85574 6033 400 364 0 21474 0
[pid=15402] ppid=15400 vsize=249196 CPUtime=99.93 cores=0,2
/proc/15402/stat : 15402 (FH) T 15400 15402 15402 0 -1 4202496 1321 0 0 0 9993 0 0 0 25 0 1 0 886357528 255176704 1058 33554432000 134512640 134936988 4288096976 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15402/statm: 62299 1058 41 104 0 61803 0
[pid=15400/tid=15416] ppid=15254 vsize=342296 CPUtime=0 cores=0,2
/proc/15400/task/15416/stat : 15416 (python) S 15254 15254 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886367543 350511104 6033 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 514 18446604453856953472 0 0 -1 0 0 0 0
[pid=15417] ppid=15254 vsize=352068 CPUtime=0 cores=0,2
/proc/15417/stat : 15417 (python) S 15254 15254 15206 0 -1 4202560 833 0 0 0 0 0 0 0 19 0 1 0 886367544 360517632 5999 33554432000 4194304 5683644 140733371076480 18446744073709551615 246516854342 0 0 16781312 514 15577013781706833919 0 0 17 2 0 0 0
/proc/15417/statm: 88017 5999 349 364 0 23914 0
[pid=15419] ppid=15417 vsize=419160 CPUtime=0.55 cores=0,2
/proc/15419/stat : 15419 (adaptg2wsat2009) R 15417 15419 15419 0 -1 4202496 1255 0 0 0 55 0 0 0 22 0 1 0 886367544 429219840 990 33554432000 134512640 135107411 4293764992 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15419/statm: 104790 990 49 146 0 103666 0
[pid=15254/tid=15304] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15304/stat : 15304 (python) S 15252 15254 15206 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 886297525 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15324] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15324/stat : 15324 (python) S 15252 15254 15206 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886307542 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15343] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15343/stat : 15343 (python) S 15252 15254 15206 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 886317560 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 2 0 0 0
[pid=15254/tid=15357] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15357/stat : 15357 (python) S 15252 15254 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886327475 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15374] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15374/stat : 15374 (python) S 15252 15254 15206 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 886337491 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15385] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15385/stat : 15385 (python) S 15252 15254 15206 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 886347507 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15254/tid=15401] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15401/stat : 15401 (python) S 15252 15254 15206 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886357528 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 2 0 0 0
[pid=15254/tid=15418] ppid=15252 vsize=362312 CPUtime=0 cores=0,2
/proc/15254/task/15418/stat : 15418 (python) S 15252 15254 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886367544 371007488 7538 33554432000 4194304 5683644 140733371076480 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.59
Current children cumulated vsize (KiB) 7885348

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

Real time (s): 703.364
CPU time (s): 702.59
CPU user time (s): 701.86
CPU system time (s): 0.73
CPU usage (%): 99.8899
Max. virtual memory (cumulated for all children) (KiB): 7885348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77173
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19591
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= 24522
involuntary context switches= 43

runsolver used 1.90071 second user time and 3.19451 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:03:10
IDJOB=3484019
IDBENCH=82530
IDSOLVER=1975
FILE ID=node134/3484019-1307746990
RUNJOBID= node134-1307746989-15224
PBS_JOBID= 13550824
Free space on /tmp= 74120 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S381985918-018-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-3484019-1307746990/watcher-3484019-1307746990 -o /tmp/evaluation-result-3484019-1307746990/solver-3484019-1307746990 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484019-1307746990.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= 13d193ddef22075908d36a7c0d4a2be1
RANDOM SEED=1487758871

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31734212 kB
Buffers:        268056 kB
Cached:         723092 kB
SwapCached:      10284 kB
Active:         486016 kB
Inactive:       527364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31734212 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:          101728 kB
Writeback:           0 kB
AnonPages:       20256 kB
Mapped:           9540 kB
Slab:           138344 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   163880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73984 MiB
End job on node134 at 2011-06-11 01:14:56