Trace number 3484149

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
MD5SUM98486271f2f72889c040eabfd36ebd13
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3484149-1307747775.cnf
0.31/0.45	c INFO: computing task features
0.50/0.63	c INFO: computed variable-clause graph statistics
0.50/0.63	c INFO: computed clause balance statistics
1.40/1.57	c INFO: computed variable balance statistics
1.80/1.95	c INFO: computed small-clause counts
1.80/1.95	c INFO: computed Horn-clause counts
1.80/1.98	c INFO: computed variable graph statistics
1.80/1.98	c INFO: collected features for HOME/instance-3484149-1307747775.cnf in 1.52 s
1.80/1.99	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
101.11/101.17	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.13)
201.32/201.34	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
301.42/301.47	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.64/401.62	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
501.85/501.77	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
602.04/601.96	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
702.14/702.10	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-3484149-1307747775/watcher-3484149-1307747775 -o /tmp/evaluation-result-3484149-1307747775/solver-3484149-1307747775 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484149-1307747775.cnf -seed 1017891483 -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: 3.93 3.71 2.27 4/211 13427
/proc/meminfo: memFree=31593492/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=15384 CPUtime=0 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 867193466 15753216 696 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13427/statm: 3846 696 334 364 0 333 0

[startup+0.0422899 s]
/proc/loadavg: 3.93 3.71 2.27 4/211 13427
/proc/meminfo: memFree=31593492/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=23188 CPUtime=0.02 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 1332 0 0 0 2 0 0 0 25 0 1 0 867193466 23744512 1179 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13427/statm: 5797 1179 432 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23188

[startup+0.101419 s]
/proc/loadavg: 3.93 3.71 2.27 4/211 13427
/proc/meminfo: memFree=31593492/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=104620 CPUtime=0.06 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 3144 0 0 0 5 1 0 0 25 0 1 0 867193466 107130880 2822 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13427/statm: 26155 2822 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.30804 s]
/proc/loadavg: 3.93 3.71 2.27 4/211 13427
/proc/meminfo: memFree=31593492/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=198920 CPUtime=0.23 cores=4,6
/proc/13427/stat : 13427 (python) R 13425 13427 12976 0 -1 4202496 7032 932 1 0 17 6 0 0 19 0 1 0 867193466 203694080 5053 33554432000 4194304 5683644 140733702960976 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13427/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700984 s]
/proc/loadavg: 3.93 3.71 2.27 4/211 13427
/proc/meminfo: memFree=31593492/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=285636 CPUtime=0.6 cores=4,6
/proc/13427/stat : 13427 (python) R 13425 13427 12976 0 -1 4202496 12518 932 1 0 51 9 0 0 19 0 1 0 867193466 292491264 8793 33554432000 4194304 5683644 140733702960976 18446744073709551615 4662711 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13427/statm: 71409 8793 1826 364 0 7333 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 285636

[startup+1.50084 s]
/proc/loadavg: 3.93 3.71 2.27 5/212 13432
/proc/meminfo: memFree=31564712/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=285636 CPUtime=1.4 cores=4,6
/proc/13427/stat : 13427 (python) R 13425 13427 12976 0 -1 4202496 12518 932 1 0 131 9 0 0 21 0 1 0 867193466 292491264 8793 33554432000 4194304 5683644 140733702960976 18446744073709551615 47989927902488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13427/statm: 71409 8793 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 285636

[startup+3.10054 s]
/proc/loadavg: 3.94 3.71 2.28 5/215 13435
/proc/meminfo: memFree=31565648/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=290520 CPUtime=1.89 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 12849 932 1 0 180 9 0 0 24 0 2 0 867193466 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13427/statm: 72630 7494 1869 364 0 8548 0
[pid=13433] ppid=13427 vsize=280760 CPUtime=0 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 867193665 287498240 5977 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816256527 0 0 16781312 514 4292977734004474116 0 0 17 6 0 0 0
/proc/13433/statm: 70190 5977 355 364 0 6108 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=1.1 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) R 13433 13435 13435 0 -1 4202496 956 0 0 0 110 0 0 0 22 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13427/tid=13434] ppid=13425 vsize=290520 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 2 0 867193665 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1590988

[startup+6.30094 s]
/proc/loadavg: 3.94 3.71 2.28 5/215 13435
/proc/meminfo: memFree=31565292/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=290520 CPUtime=1.89 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 12849 932 1 0 180 9 0 0 24 0 2 0 867193466 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13427/statm: 72630 7494 1869 364 0 8548 0
[pid=13433] ppid=13427 vsize=280760 CPUtime=0 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 865 0 0 0 0 0 0 0 18 0 1 0 867193665 287498240 6000 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816256527 0 0 16781312 514 4292977734004474116 0 0 17 6 0 0 0
/proc/13433/statm: 70190 6000 378 364 0 6108 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=4.29 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) R 13433 13435 13435 0 -1 4202496 956 0 0 0 429 0 0 0 25 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13427/tid=13434] ppid=13425 vsize=290520 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 2 0 867193665 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1590988

[startup+12.7008 s]
/proc/loadavg: 3.95 3.72 2.30 5/215 13435
/proc/meminfo: memFree=31564828/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=290520 CPUtime=1.89 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 12849 932 1 0 180 9 0 0 24 0 2 0 867193466 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13427/statm: 72630 7494 1869 364 0 8548 0
[pid=13433] ppid=13427 vsize=280760 CPUtime=0.01 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 867 0 0 0 0 1 0 0 18 0 1 0 867193665 287498240 6000 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816256527 0 0 16781312 514 9480763310870593796 0 0 17 6 0 0 0
/proc/13433/statm: 70190 6000 378 364 0 6108 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=10.69 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) R 13433 13435 13435 0 -1 4202496 956 0 0 0 1069 0 0 0 25 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13427/tid=13434] ppid=13425 vsize=290520 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 2 0 867193665 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1590988

[startup+25.5004 s]
/proc/loadavg: 3.95 3.73 2.32 5/224 13445
/proc/meminfo: memFree=31528024/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=290520 CPUtime=1.89 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 12849 932 1 0 180 9 0 0 24 0 2 0 867193466 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13427/statm: 72630 7494 1869 364 0 8548 0
[pid=13433] ppid=13427 vsize=280760 CPUtime=0.02 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 872 0 0 0 1 1 0 0 18 0 1 0 867193665 287498240 6000 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816256527 0 0 16781312 514 9480763310870593796 0 0 17 6 0 0 0
/proc/13433/statm: 70190 6000 378 364 0 6108 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=23.49 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) R 13433 13435 13435 0 -1 4202496 956 0 0 0 2349 0 0 0 25 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134525292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13427/tid=13434] ppid=13425 vsize=290520 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 2 0 867193665 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1590988

[startup+51.1007 s]
/proc/loadavg: 3.97 3.75 2.36 5/224 13445
/proc/meminfo: memFree=31526508/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=290520 CPUtime=1.89 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 12849 932 1 0 180 9 0 0 24 0 2 0 867193466 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13427/statm: 72630 7494 1869 364 0 8548 0
[pid=13433] ppid=13427 vsize=280760 CPUtime=0.05 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 884 0 0 0 3 2 0 0 18 0 1 0 867193665 287498240 6000 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816256527 0 0 16781312 514 9480763310870593796 0 0 17 6 0 0 0
/proc/13433/statm: 70190 6000 378 364 0 6108 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=49.09 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) R 13433 13435 13435 0 -1 4202496 956 0 0 0 4909 0 0 0 25 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13427/tid=13434] ppid=13425 vsize=290520 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 2 0 867193665 297492480 7494 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 1590988

[startup+102.307 s]
/proc/loadavg: 3.99 3.79 2.45 5/224 13497
/proc/meminfo: memFree=31583664/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=300776 CPUtime=1.9 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 13708 932 1 0 181 9 0 0 20 0 3 0 867193466 307994624 7509 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13427/statm: 75194 7509 1880 364 0 11109 0
[pid=13433] ppid=13427 vsize=291004 CPUtime=0.13 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 1139 0 0 0 7 6 0 0 19 0 2 0 867193665 297988096 6042 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13433/statm: 72751 6042 415 364 0 8669 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=99.16 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) T 13433 13435 13435 0 -1 4202496 956 0 0 0 9915 1 0 0 25 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134525402 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13433/tid=13494] ppid=13427 vsize=291004 CPUtime=0 cores=4,6
/proc/13433/task/13494/stat : 13494 (python) S 13427 13427 12976 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867203582 297988096 6042 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453912230016 0 0 -1 6 0 0 0
[pid=13495] ppid=13427 vsize=291092 CPUtime=0 cores=4,6
/proc/13495/stat : 13495 (python) S 13427 13427 12976 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867203583 298078208 5975 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816256582 0 0 16781312 514 4332140963796320516 0 0 17 4 0 0 0
/proc/13495/statm: 72773 5975 349 364 0 8688 0
[pid=13497] ppid=13495 vsize=1019708 CPUtime=1.12 cores=4,6
/proc/13497/stat : 13497 (gnovelty+2) R 13495 13497 13497 0 -1 4202496 954 0 0 0 112 0 0 0 25 0 1 0 867203583 1044180992 689 33554432000 134512640 135663704 4289708688 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13497/statm: 254927 689 113 282 0 254643 0
[pid=13427/tid=13434] ppid=13425 vsize=300776 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 3 0 867193665 307994624 7509 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13496] ppid=13425 vsize=300776 CPUtime=0 cores=4,6
/proc/13427/task/13496/stat : 13496 (python) S 13425 13427 12976 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 867203583 307994624 7509 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2922288

[startup+162.301 s]
/proc/loadavg: 4.03 3.84 2.55 5/231 13505
/proc/meminfo: memFree=31539188/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=300776 CPUtime=1.9 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 13708 932 1 0 181 9 0 0 20 0 3 0 867193466 307994624 7509 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13427/statm: 75194 7509 1880 364 0 11109 0
[pid=13433] ppid=13427 vsize=291004 CPUtime=0.13 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 1139 0 0 0 7 6 0 0 19 0 2 0 867193665 297988096 6042 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13433/statm: 72751 6042 415 364 0 8669 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=99.16 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) T 13433 13435 13435 0 -1 4202496 956 0 0 0 9915 1 0 0 25 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134525402 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13433/tid=13494] ppid=13427 vsize=291004 CPUtime=0 cores=4,6
/proc/13433/task/13494/stat : 13494 (python) S 13427 13427 12976 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867203582 297988096 6042 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453912230016 0 0 -1 6 0 0 0
[pid=13495] ppid=13427 vsize=291092 CPUtime=0.07 cores=4,6

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

/proc/13495/statm: 72773 6027 400 364 0 8688 0
[pid=13497] ppid=13495 vsize=1019708 CPUtime=100.04 cores=4,6
/proc/13497/stat : 13497 (gnovelty+2) T 13495 13497 13497 0 -1 4202496 954 0 0 0 10004 0 0 0 25 0 1 0 867203583 1044180992 689 33554432000 134512640 135663704 4289708688 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13497/statm: 254927 689 113 282 0 254643 0
[pid=13495/tid=13511] ppid=13427 vsize=291092 CPUtime=0 cores=4,6
/proc/13495/task/13511/stat : 13511 (python) S 13427 13427 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867213599 298078208 6027 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453921348416 0 0 -1 6 0 0 0
[pid=13512] ppid=13427 vsize=301432 CPUtime=0.13 cores=4,6
/proc/13512/stat : 13512 (python) S 13427 13427 12976 0 -1 4202560 1069 0 0 0 7 6 0 0 19 0 2 0 867213600 308666368 6050 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13512/statm: 75358 6050 400 364 0 11270 0
[pid=13514] ppid=13512 vsize=420220 CPUtime=99.98 cores=4,6
/proc/13514/stat : 13514 (adaptg2wsat2009) T 13512 13514 13514 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 867213600 430305280 1400 33554432000 134512640 135107411 4286764816 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13514/statm: 105055 1400 59 146 0 103931 0
[pid=13512/tid=13569] ppid=13427 vsize=301432 CPUtime=0 cores=4,6
/proc/13512/task/13569/stat : 13569 (python) S 13427 13427 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867223613 308666368 6050 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453926162496 0 0 -1 6 0 0 0
[pid=13570] ppid=13427 vsize=311620 CPUtime=0.14 cores=4,6
/proc/13570/stat : 13570 (python) S 13427 13427 12976 0 -1 4202560 1089 0 0 0 9 5 0 0 19 0 2 0 867223613 319098880 6075 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13570/statm: 77905 6075 400 364 0 13814 0
[pid=13572] ppid=13570 vsize=420220 CPUtime=100.02 cores=4,6
/proc/13572/stat : 13572 (adaptg2wsat2009) T 13570 13572 13572 0 -1 4202496 1667 0 0 0 10001 1 0 0 25 0 1 0 867223614 430305280 1400 33554432000 134512640 135107411 4294862736 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13572/statm: 105055 1400 59 146 0 103931 0
[pid=13570/tid=13629] ppid=13427 vsize=311620 CPUtime=0 cores=4,6
/proc/13570/task/13629/stat : 13629 (python) S 13427 13427 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867233627 319098880 6075 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 6 0 0 0
[pid=13630] ppid=13427 vsize=322484 CPUtime=0.13 cores=4,6
/proc/13630/stat : 13630 (python) S 13427 13427 12976 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 867233628 330223616 6079 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13630/statm: 80621 6079 400 364 0 16527 0
[pid=13632] ppid=13630 vsize=420220 CPUtime=100.12 cores=4,6
/proc/13632/stat : 13632 (adaptg2wsat2009) T 13630 13632 13632 0 -1 4202496 1668 0 0 0 10011 1 0 0 25 0 1 0 867233629 430305280 1400 33554432000 134512640 135107411 4290465456 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13632/statm: 105055 1400 59 146 0 103931 0
[pid=13630/tid=13740] ppid=13427 vsize=322484 CPUtime=0 cores=4,6
/proc/13630/task/13740/stat : 13740 (python) S 13427 13427 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867243642 330223616 6079 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604440278878208 0 0 -1 6 0 0 0
[pid=13741] ppid=13427 vsize=332432 CPUtime=0.15 cores=4,6
/proc/13741/stat : 13741 (python) S 13427 13427 12976 0 -1 4202560 1089 0 0 0 8 7 0 0 19 0 2 0 867243643 340410368 6218 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13741/statm: 83108 6218 400 364 0 19011 0
[pid=13743] ppid=13741 vsize=1019708 CPUtime=100.04 cores=4,6
/proc/13743/stat : 13743 (gnovelty+2) T 13741 13743 13743 0 -1 4202496 950 0 0 0 10004 0 0 0 25 0 1 0 867243643 1044180992 689 33554432000 134512640 135663704 4287211888 18446744073709551615 134544186 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13743/statm: 254927 689 113 282 0 254643 0
[pid=13741/tid=13762] ppid=13427 vsize=332432 CPUtime=0 cores=4,6
/proc/13741/task/13762/stat : 13762 (python) S 13427 13427 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867253661 340410368 6218 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604449517067264 0 0 -1 6 0 0 0
[pid=13763] ppid=13427 vsize=342512 CPUtime=0.13 cores=4,6
/proc/13763/stat : 13763 (python) S 13427 13427 12976 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 867253662 350732288 6221 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13763/statm: 85628 6221 399 364 0 21528 0
[pid=13765] ppid=13763 vsize=249876 CPUtime=99.99 cores=4,6
/proc/13765/stat : 13765 (FH) T 13763 13765 13765 0 -1 4202496 1531 0 0 0 9998 1 0 0 25 0 1 0 867253663 255873024 1264 33554432000 134512640 134936988 4293854880 18446744073709551615 134552073 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13765/statm: 62469 1264 41 104 0 61973 0
[pid=13427/tid=13434] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 867193665 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13496] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13496/stat : 13496 (python) S 13425 13427 12976 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867203583 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13513] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13513/stat : 13513 (python) S 13425 13427 12976 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867213600 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13571] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13571/stat : 13571 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867223614 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13631] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13631/stat : 13631 (python) S 13425 13427 12976 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867233628 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13742] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13742/stat : 13742 (python) S 13425 13427 12976 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 867243643 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13764] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13764/stat : 13764 (python) S 13425 13427 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867253662 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 7125248



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.02 3.99 3.18 5/245 13874
/proc/meminfo: memFree=31622744/32951124 swapFree=67062492/67111528
[pid=13427] ppid=13425 vsize=363012 CPUtime=1.96 cores=4,6
/proc/13427/stat : 13427 (python) S 13425 13427 12976 0 -1 4202496 18732 932 1 0 185 11 0 0 20 0 9 0 867193466 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13427/statm: 90753 7720 1892 364 0 26650 0
[pid=13433] ppid=13427 vsize=291004 CPUtime=0.13 cores=4,6
/proc/13433/stat : 13433 (python) S 13427 13427 12976 0 -1 4202560 1139 0 0 0 7 6 0 0 19 0 2 0 867193665 297988096 6042 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13433/statm: 72751 6042 415 364 0 8669 0
[pid=13435] ppid=13433 vsize=1019708 CPUtime=99.16 cores=4,6
/proc/13435/stat : 13435 (gnovelty+2) T 13433 13435 13435 0 -1 4202496 956 0 0 0 9915 1 0 0 25 0 1 0 867193665 1044180992 690 33554432000 134512640 135663704 4294797056 18446744073709551615 134525402 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13435/statm: 254927 690 113 282 0 254643 0
[pid=13433/tid=13494] ppid=13427 vsize=291004 CPUtime=0 cores=4,6
/proc/13433/task/13494/stat : 13494 (python) S 13427 13427 12976 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867203582 297988096 6042 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453912230016 0 0 -1 6 0 0 0
[pid=13495] ppid=13427 vsize=291092 CPUtime=0.13 cores=4,6
/proc/13495/stat : 13495 (python) S 13427 13427 12976 0 -1 4202560 1067 0 0 0 8 5 0 0 19 0 2 0 867203583 298078208 6027 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13495/statm: 72773 6027 400 364 0 8688 0
[pid=13497] ppid=13495 vsize=1019708 CPUtime=100.04 cores=4,6
/proc/13497/stat : 13497 (gnovelty+2) T 13495 13497 13497 0 -1 4202496 954 0 0 0 10004 0 0 0 25 0 1 0 867203583 1044180992 689 33554432000 134512640 135663704 4289708688 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13497/statm: 254927 689 113 282 0 254643 0
[pid=13495/tid=13511] ppid=13427 vsize=291092 CPUtime=0 cores=4,6
/proc/13495/task/13511/stat : 13511 (python) S 13427 13427 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867213599 298078208 6027 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453921348416 0 0 -1 6 0 0 0
[pid=13512] ppid=13427 vsize=301432 CPUtime=0.13 cores=4,6
/proc/13512/stat : 13512 (python) S 13427 13427 12976 0 -1 4202560 1069 0 0 0 7 6 0 0 19 0 2 0 867213600 308666368 6050 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13512/statm: 75358 6050 400 364 0 11270 0
[pid=13514] ppid=13512 vsize=420220 CPUtime=99.98 cores=4,6
/proc/13514/stat : 13514 (adaptg2wsat2009) T 13512 13514 13514 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 867213600 430305280 1400 33554432000 134512640 135107411 4286764816 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13514/statm: 105055 1400 59 146 0 103931 0
[pid=13512/tid=13569] ppid=13427 vsize=301432 CPUtime=0 cores=4,6
/proc/13512/task/13569/stat : 13569 (python) S 13427 13427 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867223613 308666368 6050 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453926162496 0 0 -1 6 0 0 0
[pid=13570] ppid=13427 vsize=311620 CPUtime=0.14 cores=4,6
/proc/13570/stat : 13570 (python) S 13427 13427 12976 0 -1 4202560 1089 0 0 0 9 5 0 0 19 0 2 0 867223613 319098880 6075 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13570/statm: 77905 6075 400 364 0 13814 0
[pid=13572] ppid=13570 vsize=420220 CPUtime=100.02 cores=4,6
/proc/13572/stat : 13572 (adaptg2wsat2009) T 13570 13572 13572 0 -1 4202496 1667 0 0 0 10001 1 0 0 25 0 1 0 867223614 430305280 1400 33554432000 134512640 135107411 4294862736 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13572/statm: 105055 1400 59 146 0 103931 0
[pid=13570/tid=13629] ppid=13427 vsize=311620 CPUtime=0 cores=4,6
/proc/13570/task/13629/stat : 13629 (python) S 13427 13427 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867233627 319098880 6075 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 6 0 0 0
[pid=13630] ppid=13427 vsize=322484 CPUtime=0.13 cores=4,6
/proc/13630/stat : 13630 (python) S 13427 13427 12976 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 867233628 330223616 6079 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13630/statm: 80621 6079 400 364 0 16527 0
[pid=13632] ppid=13630 vsize=420220 CPUtime=100.12 cores=4,6
/proc/13632/stat : 13632 (adaptg2wsat2009) T 13630 13632 13632 0 -1 4202496 1668 0 0 0 10011 1 0 0 25 0 1 0 867233629 430305280 1400 33554432000 134512640 135107411 4290465456 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13632/statm: 105055 1400 59 146 0 103931 0
[pid=13630/tid=13740] ppid=13427 vsize=322484 CPUtime=0 cores=4,6
/proc/13630/task/13740/stat : 13740 (python) S 13427 13427 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867243642 330223616 6079 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604440278878208 0 0 -1 6 0 0 0
[pid=13741] ppid=13427 vsize=332432 CPUtime=0.15 cores=4,6
/proc/13741/stat : 13741 (python) S 13427 13427 12976 0 -1 4202560 1089 0 0 0 8 7 0 0 19 0 2 0 867243643 340410368 6218 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13741/statm: 83108 6218 400 364 0 19011 0
[pid=13743] ppid=13741 vsize=1019708 CPUtime=100.04 cores=4,6
/proc/13743/stat : 13743 (gnovelty+2) T 13741 13743 13743 0 -1 4202496 950 0 0 0 10004 0 0 0 25 0 1 0 867243643 1044180992 689 33554432000 134512640 135663704 4287211888 18446744073709551615 134544186 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13743/statm: 254927 689 113 282 0 254643 0
[pid=13741/tid=13762] ppid=13427 vsize=332432 CPUtime=0 cores=4,6
/proc/13741/task/13762/stat : 13762 (python) S 13427 13427 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867253661 340410368 6218 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604449517067264 0 0 -1 6 0 0 0
[pid=13763] ppid=13427 vsize=342512 CPUtime=0.13 cores=4,6
/proc/13763/stat : 13763 (python) S 13427 13427 12976 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 867253662 350732288 6221 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13763/statm: 85628 6221 399 364 0 21528 0
[pid=13765] ppid=13763 vsize=249876 CPUtime=99.99 cores=4,6
/proc/13765/stat : 13765 (FH) T 13763 13765 13765 0 -1 4202496 1531 0 0 0 9998 1 0 0 25 0 1 0 867253663 255873024 1264 33554432000 134512640 134936988 4293854880 18446744073709551615 134552073 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13765/statm: 62469 1264 41 104 0 61973 0
[pid=13763/tid=13871] ppid=13427 vsize=342512 CPUtime=0 cores=4,6
/proc/13763/task/13871/stat : 13871 (python) S 13427 13427 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867263675 350732288 6221 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 514 18446604453926163392 0 0 -1 6 0 0 0
[pid=13872] ppid=13427 vsize=353040 CPUtime=0 cores=4,6
/proc/13872/stat : 13872 (python) S 13427 13427 12976 0 -1 4202560 843 0 0 0 0 0 0 0 20 0 1 0 867263676 361512960 6176 33554432000 4194304 5683644 140733702960976 18446744073709551615 220816256582 0 0 16781312 514 4484389239382867967 0 0 17 4 0 0 0
/proc/13872/statm: 88260 6176 351 364 0 24157 0
[pid=13874] ppid=13872 vsize=419820 CPUtime=0.7 cores=4,6
/proc/13874/stat : 13874 (adaptg2wsat2009) R 13872 13874 13874 0 -1 4202496 1439 0 0 0 70 0 0 0 24 0 1 0 867263676 429895680 1174 33554432000 134512640 135107411 4293407024 18446744073709551615 134523215 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13874/statm: 104955 1174 49 146 0 103831 0
[pid=13427/tid=13434] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13434/stat : 13434 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 9 0 867193665 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13496] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13496/stat : 13496 (python) S 13425 13427 12976 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867203583 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13513] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13513/stat : 13513 (python) S 13425 13427 12976 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867213600 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13571] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13571/stat : 13571 (python) S 13425 13427 12976 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867223614 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13631] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13631/stat : 13631 (python) S 13425 13427 12976 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867233628 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13742] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13742/stat : 13742 (python) S 13425 13427 12976 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 867243643 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13764] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13764/stat : 13764 (python) S 13425 13427 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867253662 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13427/tid=13873] ppid=13425 vsize=363012 CPUtime=0 cores=4,6
/proc/13427/task/13873/stat : 13873 (python) S 13425 13427 12976 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867263676 371724288 7720 33554432000 4194304 5683644 140733702960976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.95
Current children cumulated vsize (KiB) 7898108

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

Real time (s): 702.863
CPU time (s): 702.95
CPU user time (s): 702.39
CPU system time (s): 0.56
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 7898108

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

runsolver used 1.75773 second user time and 3.41948 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:16:15
IDJOB=3484149
IDBENCH=82660
IDSOLVER=1975
FILE ID=node147/3484149-1307747775
RUNJOBID= node147-1307746987-12995
PBS_JOBID= 13550813
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S69399346-065-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-3484149-1307747775/watcher-3484149-1307747775 -o /tmp/evaluation-result-3484149-1307747775/solver-3484149-1307747775 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484149-1307747775.cnf -seed 1017891483 -budget 1200

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

MD5SUM BENCH= 98486271f2f72889c040eabfd36ebd13
RANDOM SEED=1017891483

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31594044 kB
Buffers:        100580 kB
Cached:         781632 kB
SwapCached:      10268 kB
Active:         657512 kB
Inactive:       550336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31594044 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           33000 kB
Writeback:           0 kB
AnonPages:      323748 kB
Mapped:          17440 kB
Slab:            77772 kB
PageTables:      11860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3679460 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= 73916 MiB
End job on node147 at 2011-06-11 01:28:01