Trace number 3484295

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.94 702.863

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S775210372-041.UNKNOWN.cnf
MD5SUM3ecea073a44f0b1adf464774647edbfb
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.34/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.47	c INFO: solving HOME/instance-3484295-1307748792.cnf
0.34/0.47	c INFO: computing task features
0.52/0.60	c INFO: computed variable-clause graph statistics
0.52/0.60	c INFO: computed clause balance statistics
0.72/0.82	c INFO: computed variable balance statistics
0.82/0.94	c INFO: computed small-clause counts
0.82/0.94	c INFO: computed Horn-clause counts
0.82/0.95	c INFO: computed variable graph statistics
0.82/0.95	c INFO: collected features for HOME/instance-3484295-1307748792.cnf in 0.48 s
0.82/0.95	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.46)
101.02/101.10	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.22/201.23	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.29/301.36	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.52/401.49	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.72/501.63	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.83/601.77	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
702.04/701.90	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)

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-3484295-1307748792/watcher-3484295-1307748792 -o /tmp/evaluation-result-3484295-1307748792/solver-3484295-1307748792 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484295-1307748792.cnf -seed 1051897881 -budget 1200 

running on 2 cores: 4,6

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: 2.91 3.24 3.06 3/204 18801
/proc/meminfo: memFree=31356664/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=15388 CPUtime=0 cores=4,6
/proc/18801/stat : 18801 (python) R 18799 18801 17831 0 -1 4202496 798 0 0 0 0 0 0 0 25 0 1 0 867294864 15757312 683 33554432000 4194304 5683644 140735256399744 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18801/statm: 3847 685 322 364 0 334 0

[startup+0.0104459 s]
/proc/loadavg: 2.91 3.24 3.06 3/204 18801
/proc/meminfo: memFree=31356664/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=15776 CPUtime=0 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 905 0 0 0 0 0 0 0 25 0 1 0 867294864 16154624 784 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18801/statm: 3944 784 346 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.101083 s]
/proc/loadavg: 2.91 3.24 3.06 3/204 18801
/proc/meminfo: memFree=31356664/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=104228 CPUtime=0.08 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 3068 0 0 0 6 2 0 0 17 0 1 0 867294864 106729472 2748 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18801/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104228

[startup+0.305279 s]
/proc/loadavg: 2.91 3.24 3.06 3/204 18801
/proc/meminfo: memFree=31356664/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=196852 CPUtime=0.24 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 6967 933 1 0 18 6 0 0 18 0 1 0 867294864 201576448 5007 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18801/statm: 49213 5007 1446 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 196852

[startup+0.701033 s]
/proc/loadavg: 2.91 3.24 3.06 3/204 18801
/proc/meminfo: memFree=31356664/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=280208 CPUtime=0.62 cores=4,6
/proc/18801/stat : 18801 (python) R 18799 18801 17831 0 -1 4202496 10017 933 1 0 53 9 0 0 18 0 1 0 867294864 286932992 7453 33554432000 4194304 5683644 140735256399744 18446744073709551615 47059072135333 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18801/statm: 70052 7453 1826 364 0 5976 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 280208

[startup+1.50086 s]
/proc/loadavg: 2.91 3.24 3.06 4/208 18809
/proc/meminfo: memFree=31330864/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=289600 CPUtime=0.88 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 10441 933 1 0 79 9 0 0 21 0 2 0 867294864 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18801/statm: 72400 7297 1869 364 0 8318 0
[pid=18807] ppid=18801 vsize=279356 CPUtime=0 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 725 0 0 0 0 0 0 0 20 0 1 0 867294959 286060544 5778 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403855 0 0 16781312 514 4261870076153561087 0 0 17 6 0 0 0
/proc/18807/statm: 69839 5778 354 364 0 5757 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=0.53 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) R 18807 18809 18809 0 -1 4202496 567 0 0 0 53 0 0 0 23 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134524546 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18801/tid=18808] ppid=18799 vsize=289600 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 867294960 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 1587044

[startup+3.10051 s]
/proc/loadavg: 2.91 3.24 3.06 4/208 18809
/proc/meminfo: memFree=31330164/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=289600 CPUtime=0.88 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 10441 933 1 0 79 9 0 0 21 0 2 0 867294864 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18801/statm: 72400 7297 1869 364 0 8318 0
[pid=18807] ppid=18801 vsize=279356 CPUtime=0 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 867294959 286060544 5778 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403855 0 0 16781312 514 4261870076153528578 0 0 17 6 0 0 0
/proc/18807/statm: 69839 5778 354 364 0 5757 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=2.13 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) R 18807 18809 18809 0 -1 4202496 567 0 0 0 213 0 0 0 25 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18801/tid=18808] ppid=18799 vsize=289600 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 867294960 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 1587044

[startup+6.30091 s]
/proc/loadavg: 2.92 3.23 3.06 4/208 18809
/proc/meminfo: memFree=31328192/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=289600 CPUtime=0.88 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 10441 933 1 0 79 9 0 0 21 0 2 0 867294864 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18801/statm: 72400 7297 1869 364 0 8318 0
[pid=18807] ppid=18801 vsize=279356 CPUtime=0 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 1 0 867294959 286060544 5801 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403855 0 0 16781312 514 4261870076153528578 0 0 17 6 0 0 0
/proc/18807/statm: 69839 5801 377 364 0 5757 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=5.33 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) R 18807 18809 18809 0 -1 4202496 567 0 0 0 533 0 0 0 25 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18801/tid=18808] ppid=18799 vsize=289600 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 867294960 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1587044

[startup+12.7006 s]
/proc/loadavg: 3.00 3.24 3.06 4/208 18809
/proc/meminfo: memFree=31325904/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=289600 CPUtime=0.88 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 10441 933 1 0 79 9 0 0 21 0 2 0 867294864 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18801/statm: 72400 7297 1869 364 0 8318 0
[pid=18807] ppid=18801 vsize=279356 CPUtime=0 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 867294959 286060544 5801 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403855 0 0 16781312 514 15369870734541160706 0 0 17 6 0 0 0
/proc/18807/statm: 69839 5801 377 364 0 5757 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=11.73 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) R 18807 18809 18809 0 -1 4202496 567 0 0 0 1173 0 0 0 25 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18801/tid=18808] ppid=18799 vsize=289600 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 867294960 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1587044

[startup+25.5011 s]
/proc/loadavg: 3.00 3.23 3.06 4/208 18810
/proc/meminfo: memFree=31321924/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=289600 CPUtime=0.88 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 10441 933 1 0 79 9 0 0 21 0 2 0 867294864 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18801/statm: 72400 7297 1869 364 0 8318 0
[pid=18807] ppid=18801 vsize=279356 CPUtime=0.02 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 868 0 0 0 1 1 0 0 18 0 1 0 867294959 286060544 5801 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403855 0 0 16781312 514 15369870734541160706 0 0 17 6 0 0 0
/proc/18807/statm: 69839 5801 377 364 0 5757 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=24.53 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) R 18807 18809 18809 0 -1 4202496 567 0 0 0 2453 0 0 0 25 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18801/tid=18808] ppid=18799 vsize=289600 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 867294960 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 1587044

[startup+51.101 s]
/proc/loadavg: 3.00 3.21 3.06 4/209 18811
/proc/meminfo: memFree=31311952/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=289600 CPUtime=0.88 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 10441 933 1 0 79 9 0 0 21 0 2 0 867294864 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18801/statm: 72400 7297 1869 364 0 8318 0
[pid=18807] ppid=18801 vsize=279356 CPUtime=0.05 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 881 0 0 0 3 2 0 0 18 0 1 0 867294959 286060544 5801 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403855 0 0 16781312 514 15369870734541160706 0 0 17 6 0 0 0
/proc/18807/statm: 69839 5801 377 364 0 5757 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=50.13 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) R 18807 18809 18809 0 -1 4202496 567 0 0 0 5013 0 0 0 25 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18801/tid=18808] ppid=18799 vsize=289600 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 867294960 296550400 7297 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1587044

[startup+102.307 s]
/proc/loadavg: 3.00 3.18 3.06 4/213 18817
/proc/meminfo: memFree=31291024/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=300120 CPUtime=0.89 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 11312 933 1 0 80 9 0 0 19 0 3 0 867294864 307322880 7338 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18801/statm: 75030 7338 1872 364 0 10945 0
[pid=18807] ppid=18801 vsize=289600 CPUtime=0.11 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 1138 0 0 0 6 5 0 0 19 0 2 0 867294959 296550400 5844 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18807/statm: 72400 5844 415 364 0 8318 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=100.12 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) T 18807 18809 18809 0 -1 4202496 567 0 0 0 10012 0 0 0 25 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18807/tid=18814] ppid=18801 vsize=289600 CPUtime=0 cores=4,6
/proc/18807/task/18814/stat : 18814 (python) S 18801 18801 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867304973 296550400 5844 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453904987200 0 0 -1 4 0 0 0
[pid=18815] ppid=18801 vsize=289876 CPUtime=0 cores=4,6
/proc/18815/stat : 18815 (python) S 18801 18801 17831 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 867304974 296833024 5810 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403910 0 0 16781312 514 4358634521101304068 0 0 17 4 0 0 0
/proc/18815/statm: 72469 5810 348 364 0 8384 0
[pid=18817] ppid=18815 vsize=1018088 CPUtime=1.19 cores=4,6
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 568 0 0 0 119 0 0 0 24 0 1 0 867304974 1042522112 305 33554432000 134512640 135663704 4290314032 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18817/statm: 254522 305 113 282 0 254238 0
[pid=18801/tid=18808] ppid=18799 vsize=300120 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 3 0 867294960 307322880 7338 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18816] ppid=18799 vsize=300120 CPUtime=0 cores=4,6
/proc/18801/task/18816/stat : 18816 (python) S 18799 18801 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 867304974 307322880 7338 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2915772

[startup+162.301 s]
/proc/loadavg: 3.00 3.14 3.05 4/213 18818
/proc/meminfo: memFree=31270768/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=300120 CPUtime=0.89 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 11312 933 1 0 80 9 0 0 19 0 3 0 867294864 307322880 7338 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18801/statm: 75030 7338 1872 364 0 10945 0
[pid=18807] ppid=18801 vsize=289600 CPUtime=0.11 cores=4,6

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

/proc/18815/statm: 72469 5863 400 364 0 8384 0
[pid=18817] ppid=18815 vsize=1018088 CPUtime=100 cores=4,6
/proc/18817/stat : 18817 (gnovelty+2) T 18815 18817 18817 0 -1 4202496 568 0 0 0 10000 0 0 0 25 0 1 0 867304974 1042522112 305 33554432000 134512640 135663704 4290314032 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18817/statm: 254522 305 113 282 0 254238 0
[pid=18815/tid=18820] ppid=18801 vsize=289876 CPUtime=0 cores=4,6
/proc/18815/task/18820/stat : 18820 (python) S 18801 18801 17831 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867314986 296833024 5863 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453927516928 0 0 -1 6 0 0 0
[pid=18821] ppid=18801 vsize=300132 CPUtime=0.13 cores=4,6
/proc/18821/stat : 18821 (python) S 18801 18801 17831 0 -1 4202560 1069 0 0 0 6 7 0 0 19 0 2 0 867314987 307335168 5867 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18821/statm: 75033 5867 400 364 0 10945 0
[pid=18823] ppid=18821 vsize=417192 CPUtime=99.98 cores=4,6
/proc/18823/stat : 18823 (adaptg2wsat2009) T 18821 18823 18823 0 -1 4202496 763 0 0 0 9998 0 0 0 25 0 1 0 867314987 427204608 498 33554432000 134512640 135107411 4289569440 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18823/statm: 104298 498 59 146 0 103174 0
[pid=18821/tid=18827] ppid=18801 vsize=300132 CPUtime=0 cores=4,6
/proc/18821/task/18827/stat : 18827 (python) S 18801 18801 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867324999 307335168 5867 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453948975872 0 0 -1 6 0 0 0
[pid=18828] ppid=18801 vsize=310388 CPUtime=0.13 cores=4,6
/proc/18828/stat : 18828 (python) S 18801 18801 17831 0 -1 4202560 1083 0 0 0 8 5 0 0 19 0 2 0 867325000 317837312 5871 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18828/statm: 77597 5871 400 364 0 13506 0
[pid=18830] ppid=18828 vsize=417192 CPUtime=100.12 cores=4,6
/proc/18830/stat : 18830 (adaptg2wsat2009) T 18828 18830 18830 0 -1 4202496 759 0 0 0 10012 0 0 0 25 0 1 0 867325000 427204608 496 33554432000 134512640 135107411 4290621424 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18830/statm: 104298 496 59 146 0 103174 0
[pid=18828/tid=18837] ppid=18801 vsize=310388 CPUtime=0 cores=4,6
/proc/18828/task/18837/stat : 18837 (python) S 18801 18801 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867335013 317837312 5871 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453923466240 0 0 -1 6 0 0 0
[pid=18838] ppid=18801 vsize=320644 CPUtime=0.13 cores=4,6
/proc/18838/stat : 18838 (python) S 18801 18801 17831 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867335014 328339456 5875 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18838/statm: 80161 5875 400 364 0 16067 0
[pid=18840] ppid=18838 vsize=417192 CPUtime=99.98 cores=4,6
/proc/18840/stat : 18840 (adaptg2wsat2009) T 18838 18840 18840 0 -1 4202496 761 0 0 0 9998 0 0 0 25 0 1 0 867335014 427204608 497 33554432000 134512640 135107411 4291143184 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18840/statm: 104298 497 59 146 0 103174 0
[pid=18838/tid=18843] ppid=18801 vsize=320644 CPUtime=0 cores=4,6
/proc/18838/task/18843/stat : 18843 (python) S 18801 18801 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867345026 328339456 5875 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453919790144 0 0 -1 6 0 0 0
[pid=18844] ppid=18801 vsize=330900 CPUtime=0.12 cores=4,6
/proc/18844/stat : 18844 (python) S 18801 18801 17831 0 -1 4202560 1076 0 0 0 7 5 0 0 19 0 2 0 867345027 338841600 5879 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18844/statm: 82725 5879 400 364 0 18628 0
[pid=18846] ppid=18844 vsize=1018088 CPUtime=100.03 cores=4,6
/proc/18846/stat : 18846 (gnovelty+2) T 18844 18846 18846 0 -1 4202496 564 0 0 0 10003 0 0 0 25 0 1 0 867345027 1042522112 305 33554432000 134512640 135663704 4291834960 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18846/statm: 254522 305 113 282 0 254238 0
[pid=18844/tid=18851] ppid=18801 vsize=330900 CPUtime=0 cores=4,6
/proc/18844/task/18851/stat : 18851 (python) S 18801 18801 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867355040 338841600 5879 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604440278879104 0 0 -1 6 0 0 0
[pid=18852] ppid=18801 vsize=341156 CPUtime=0.12 cores=4,6
/proc/18852/stat : 18852 (python) S 18801 18801 17831 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 867355041 349343744 5883 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18852/statm: 85289 5883 400 364 0 21189 0
[pid=18854] ppid=18852 vsize=247348 CPUtime=100.02 cores=4,6
/proc/18854/stat : 18854 (FH) T 18852 18854 18854 0 -1 4202496 707 0 0 0 10002 0 0 0 25 0 1 0 867355041 253284352 444 33554432000 134512640 134936988 4291589984 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18854/statm: 61837 444 41 104 0 61341 0
[pid=18801/tid=18808] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 867294960 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18816] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18816/stat : 18816 (python) S 18799 18801 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867304974 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18822] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18822/stat : 18822 (python) S 18799 18801 17831 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867314987 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18829] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18829/stat : 18829 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867325000 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18839] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18839/stat : 18839 (python) S 18799 18801 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867335014 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18845] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18845/stat : 18845 (python) S 18799 18801 17831 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 867345027 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18853] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18853/stat : 18853 (python) S 18799 18801 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867355041 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 7097540



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 3.00 3.02 3.01 5/241 18861
/proc/meminfo: memFree=31052000/32951124 swapFree=67055520/67111528
[pid=18801] ppid=18799 vsize=361656 CPUtime=0.94 cores=4,6
/proc/18801/stat : 18801 (python) S 18799 18801 17831 0 -1 4202496 16530 933 1 0 84 10 0 0 20 0 9 0 867294864 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18801/statm: 90414 7402 1884 364 0 26311 0
[pid=18807] ppid=18801 vsize=289600 CPUtime=0.11 cores=4,6
/proc/18807/stat : 18807 (python) S 18801 18801 17831 0 -1 4202560 1138 0 0 0 6 5 0 0 19 0 2 0 867294959 296550400 5844 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18807/statm: 72400 5844 415 364 0 8318 0
[pid=18809] ppid=18807 vsize=1018088 CPUtime=100.12 cores=4,6
/proc/18809/stat : 18809 (gnovelty+2) T 18807 18809 18809 0 -1 4202496 567 0 0 0 10012 0 0 0 25 0 1 0 867294960 1042522112 305 33554432000 134512640 135663704 4287631792 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18809/statm: 254522 305 113 282 0 254238 0
[pid=18807/tid=18814] ppid=18801 vsize=289600 CPUtime=0 cores=4,6
/proc/18807/task/18814/stat : 18814 (python) S 18801 18801 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867304973 296550400 5844 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453904987200 0 0 -1 4 0 0 0
[pid=18815] ppid=18801 vsize=289876 CPUtime=0.11 cores=4,6
/proc/18815/stat : 18815 (python) S 18801 18801 17831 0 -1 4202560 1066 0 0 0 6 5 0 0 19 0 2 0 867304974 296833024 5863 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18815/statm: 72469 5863 400 364 0 8384 0
[pid=18817] ppid=18815 vsize=1018088 CPUtime=100 cores=4,6
/proc/18817/stat : 18817 (gnovelty+2) T 18815 18817 18817 0 -1 4202496 568 0 0 0 10000 0 0 0 25 0 1 0 867304974 1042522112 305 33554432000 134512640 135663704 4290314032 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18817/statm: 254522 305 113 282 0 254238 0
[pid=18815/tid=18820] ppid=18801 vsize=289876 CPUtime=0 cores=4,6
/proc/18815/task/18820/stat : 18820 (python) S 18801 18801 17831 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867314986 296833024 5863 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453927516928 0 0 -1 6 0 0 0
[pid=18821] ppid=18801 vsize=300132 CPUtime=0.13 cores=4,6
/proc/18821/stat : 18821 (python) S 18801 18801 17831 0 -1 4202560 1069 0 0 0 6 7 0 0 19 0 2 0 867314987 307335168 5867 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18821/statm: 75033 5867 400 364 0 10945 0
[pid=18823] ppid=18821 vsize=417192 CPUtime=99.98 cores=4,6
/proc/18823/stat : 18823 (adaptg2wsat2009) T 18821 18823 18823 0 -1 4202496 763 0 0 0 9998 0 0 0 25 0 1 0 867314987 427204608 498 33554432000 134512640 135107411 4289569440 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18823/statm: 104298 498 59 146 0 103174 0
[pid=18821/tid=18827] ppid=18801 vsize=300132 CPUtime=0 cores=4,6
/proc/18821/task/18827/stat : 18827 (python) S 18801 18801 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867324999 307335168 5867 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453948975872 0 0 -1 6 0 0 0
[pid=18828] ppid=18801 vsize=310388 CPUtime=0.13 cores=4,6
/proc/18828/stat : 18828 (python) S 18801 18801 17831 0 -1 4202560 1083 0 0 0 8 5 0 0 19 0 2 0 867325000 317837312 5871 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18828/statm: 77597 5871 400 364 0 13506 0
[pid=18830] ppid=18828 vsize=417192 CPUtime=100.12 cores=4,6
/proc/18830/stat : 18830 (adaptg2wsat2009) T 18828 18830 18830 0 -1 4202496 759 0 0 0 10012 0 0 0 25 0 1 0 867325000 427204608 496 33554432000 134512640 135107411 4290621424 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18830/statm: 104298 496 59 146 0 103174 0
[pid=18828/tid=18837] ppid=18801 vsize=310388 CPUtime=0 cores=4,6
/proc/18828/task/18837/stat : 18837 (python) S 18801 18801 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867335013 317837312 5871 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453923466240 0 0 -1 6 0 0 0
[pid=18838] ppid=18801 vsize=320644 CPUtime=0.13 cores=4,6
/proc/18838/stat : 18838 (python) S 18801 18801 17831 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867335014 328339456 5875 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18838/statm: 80161 5875 400 364 0 16067 0
[pid=18840] ppid=18838 vsize=417192 CPUtime=99.98 cores=4,6
/proc/18840/stat : 18840 (adaptg2wsat2009) T 18838 18840 18840 0 -1 4202496 761 0 0 0 9998 0 0 0 25 0 1 0 867335014 427204608 497 33554432000 134512640 135107411 4291143184 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18840/statm: 104298 497 59 146 0 103174 0
[pid=18838/tid=18843] ppid=18801 vsize=320644 CPUtime=0 cores=4,6
/proc/18838/task/18843/stat : 18843 (python) S 18801 18801 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867345026 328339456 5875 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604453919790144 0 0 -1 6 0 0 0
[pid=18844] ppid=18801 vsize=330900 CPUtime=0.12 cores=4,6
/proc/18844/stat : 18844 (python) S 18801 18801 17831 0 -1 4202560 1076 0 0 0 7 5 0 0 19 0 2 0 867345027 338841600 5879 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18844/statm: 82725 5879 400 364 0 18628 0
[pid=18846] ppid=18844 vsize=1018088 CPUtime=100.03 cores=4,6
/proc/18846/stat : 18846 (gnovelty+2) T 18844 18846 18846 0 -1 4202496 564 0 0 0 10003 0 0 0 25 0 1 0 867345027 1042522112 305 33554432000 134512640 135663704 4291834960 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18846/statm: 254522 305 113 282 0 254238 0
[pid=18844/tid=18851] ppid=18801 vsize=330900 CPUtime=0 cores=4,6
/proc/18844/task/18851/stat : 18851 (python) S 18801 18801 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867355040 338841600 5879 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604440278879104 0 0 -1 6 0 0 0
[pid=18852] ppid=18801 vsize=341156 CPUtime=0.12 cores=4,6
/proc/18852/stat : 18852 (python) S 18801 18801 17831 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 867355041 349343744 5883 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18852/statm: 85289 5883 400 364 0 21189 0
[pid=18854] ppid=18852 vsize=247348 CPUtime=100.02 cores=4,6
/proc/18854/stat : 18854 (FH) T 18852 18854 18854 0 -1 4202496 707 0 0 0 10002 0 0 0 25 0 1 0 867355041 253284352 444 33554432000 134512640 134936988 4291589984 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18854/statm: 61837 444 41 104 0 61341 0
[pid=18852/tid=18858] ppid=18801 vsize=341156 CPUtime=0 cores=4,6
/proc/18852/task/18858/stat : 18858 (python) S 18801 18801 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867365053 349343744 5883 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 514 18446604440279304064 0 0 -1 6 0 0 0
[pid=18859] ppid=18801 vsize=351412 CPUtime=0 cores=4,6
/proc/18859/stat : 18859 (python) S 18801 18801 17831 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 867365054 359845888 5864 33554432000 4194304 5683644 140735256399744 18446744073709551615 270338403910 0 0 16781312 514 4390574784132415487 0 0 17 6 0 0 0
/proc/18859/statm: 87853 5864 350 364 0 23750 0
[pid=18861] ppid=18859 vsize=417048 CPUtime=0.9 cores=4,6
/proc/18861/stat : 18861 (adaptg2wsat2009) R 18859 18861 18861 0 -1 4202496 689 0 0 0 90 0 0 0 23 0 1 0 867365055 427057152 420 33554432000 134512640 135107411 4288258928 18446744073709551615 134523217 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18861/statm: 104262 420 49 146 0 103138 0
[pid=18801/tid=18808] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18808/stat : 18808 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 867294960 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18816] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18816/stat : 18816 (python) S 18799 18801 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867304974 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18822] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18822/stat : 18822 (python) S 18799 18801 17831 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867314987 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18829] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18829/stat : 18829 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867325000 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18839] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18839/stat : 18839 (python) S 18799 18801 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867335014 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18845] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18845/stat : 18845 (python) S 18799 18801 17831 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 867345027 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18853] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18853/stat : 18853 (python) S 18799 18801 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867355041 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
[pid=18801/tid=18860] ppid=18799 vsize=361656 CPUtime=0 cores=4,6
/proc/18801/task/18860/stat : 18860 (python) S 18799 18801 17831 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867365054 370335744 7402 33554432000 4194304 5683644 140735256399744 18446744073709551615 270350207409 0 0 16781312 2 18446604453904988992 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.94
Current children cumulated vsize (KiB) 7866000

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

Real time (s): 702.863
CPU time (s): 702.94
CPU user time (s): 702.46
CPU system time (s): 0.48
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 7866000

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

runsolver used 1.40179 second user time and 2.58161 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 01:33:12
IDJOB=3484295
IDBENCH=82806
IDSOLVER=1975
FILE ID=node143/3484295-1307748792
RUNJOBID= node143-1307746989-17850
PBS_JOBID= 13550817
Free space on /tmp= 74024 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S775210372-041.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-3484295-1307748792/watcher-3484295-1307748792 -o /tmp/evaluation-result-3484295-1307748792/solver-3484295-1307748792 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484295-1307748792.cnf -seed 1051897881 -budget 1200

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

MD5SUM BENCH= 3ecea073a44f0b1adf464774647edbfb
RANDOM SEED=1051897881

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31356968 kB
Buffers:        113908 kB
Cached:        1143928 kB
SwapCached:       8636 kB
Active:         539684 kB
Inactive:       890684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31356968 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           32076 kB
Writeback:           0 kB
AnonPages:      170796 kB
Mapped:          20808 kB
Slab:            94016 kB
PageTables:       9524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3711064 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= 73992 MiB
End job on node143 at 2011-06-11 01:44:57