Trace number 3484126

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1993071608-084-UNKNOWN.cnf
MD5SUM6a416a8eca39558555cbe083cf0c9cff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark591.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.49/5.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.49/5.46	c INFO: solving HOME/instance-3484126-1307894573.cnf
0.49/5.46	c INFO: computing task features
0.65/5.66	c INFO: computed variable-clause graph statistics
0.65/5.67	c INFO: computed clause balance statistics
1.65/6.63	c INFO: computed variable balance statistics
2.15/7.18	c INFO: computed small-clause counts
2.15/7.19	c INFO: computed Horn-clause counts
2.25/7.23	c INFO: computed variable graph statistics
2.25/7.23	c INFO: collected features for HOME/instance-3484126-1307894573.cnf in 1.77 s
2.25/7.24	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.44/107.41	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.52/207.60	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.85/307.73	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.99/407.88	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
502.31/507.03	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.49/607.24	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.68/707.40	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3484126-1307894573/watcher-3484126-1307894573 -o /tmp/evaluation-result-3484126-1307894573/solver-3484126-1307894573 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484126-1307894573.cnf -seed 2034407944 -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: 0.59 0.16 0.48 1/189 17817
/proc/meminfo: memFree=2404260/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=15184 CPUtime=0 cores=4,6
/proc/17817/stat : 17817 (python) R 17815 17817 17585 0 -1 4202496 726 0 0 0 0 0 0 0 18 0 1 0 979688020 15548416 615 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17817/statm: 3796 615 321 364 0 283 0

[startup+0.023705 s]
/proc/loadavg: 0.59 0.16 0.48 1/189 17817
/proc/meminfo: memFree=2404260/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=16400 CPUtime=0.01 cores=4,6
/proc/17817/stat : 17817 (python) R 17815 17817 17585 0 -1 4202496 1113 0 0 0 1 0 0 0 17 0 1 0 979688020 16793600 980 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367542629 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17817/statm: 4100 980 407 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.100677 s]
/proc/loadavg: 0.59 0.16 0.48 1/189 17817
/proc/meminfo: memFree=2404260/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=52412 CPUtime=0.04 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 2017 0 0 0 3 1 0 0 17 0 1 0 979688020 53669888 1775 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367544832 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/17817/statm: 13103 1775 484 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 52412

[startup+0.300668 s]
/proc/loadavg: 0.59 0.16 0.48 1/189 17817
/proc/meminfo: memFree=2404260/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=115432 CPUtime=0.09 cores=4,6
/proc/17817/stat : 17817 (python) D 17815 17817 17585 0 -1 4202496 3596 0 3 0 6 3 0 0 17 0 1 0 979688020 118202368 3237 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367546624 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 1
/proc/17817/statm: 28858 3237 889 364 0 2359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 115432

[startup+0.700643 s]
/proc/loadavg: 0.59 0.16 0.48 1/189 17817
/proc/meminfo: memFree=2404260/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=124236 CPUtime=0.13 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 4309 0 5 0 9 4 0 0 16 0 1 0 979688020 127217664 3880 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 3
/proc/17817/statm: 31059 3880 997 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124236

[startup+1.66346 s]
/proc/loadavg: 0.59 0.16 0.48 1/189 17817
/proc/meminfo: memFree=2404260/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=124236 CPUtime=0.13 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 4309 0 5 0 9 4 0 0 16 0 1 0 979688020 127217664 3880 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 3
/proc/17817/statm: 31059 3880 997 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124236

[startup+3.1012 s]
/proc/loadavg: 0.59 0.16 0.48 2/198 17826
/proc/meminfo: memFree=2362460/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=124236 CPUtime=0.13 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 4309 0 5 0 9 4 0 0 16 0 1 0 979688020 127217664 3880 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 3
/proc/17817/statm: 31059 3880 997 364 0 2870 0
[pid=17820] ppid=17817 vsize=8700 CPUtime=0 cores=4,6
/proc/17820/stat : 17820 (sh) S 17817 17817 17585 0 -1 4202496 307 0 0 0 0 0 0 0 18 0 1 0 979688063 8908800 245 33554432000 4194304 4922060 140733648202672 18446744073709551615 251367365765 0 65536 16781316 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17820/statm: 2175 245 206 178 0 68 0
[pid=17822] ppid=17820 vsize=8700 CPUtime=0 cores=4,6
/proc/17822/stat : 17822 (sh) D 17820 17817 17585 0 -1 4202560 64 0 0 0 0 0 0 0 18 0 1 0 979688063 8908800 90 33554432000 4194304 4922060 140733648202672 18446744073709551615 251367367671 0 0 16781312 0 18446744071562154983 0 0 17 4 0 0 163
/proc/17822/statm: 2175 90 51 178 0 68 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 141636
heavy processes:

[startup+6.30654 s]
/proc/loadavg: 0.86 0.22 0.50 5/193 17838
/proc/meminfo: memFree=2272788/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=290800 CPUtime=1.35 cores=4,6
/proc/17817/stat : 17817 (python) R 17815 17817 17585 0 -1 4202496 13962 923 60 9 116 19 0 0 16 0 1 0 979688020 297779200 10085 33554432000 4194304 5683644 140734628107696 18446744073709551615 4603744 0 0 16781312 2 0 0 0 17 4 0 0 18
/proc/17817/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 290800
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.11 0.28 0.52 5/202 17847
/proc/meminfo: memFree=2266336/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=300284 CPUtime=2.29 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 14251 923 60 9 210 19 0 0 20 0 2 0 979688020 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/17817/statm: 75071 9936 1869 364 0 10989 0
[pid=17845] ppid=17817 vsize=290040 CPUtime=0 cores=4,6
/proc/17845/stat : 17845 (python) S 17817 17817 17585 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 1 0 979688745 297000960 8439 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367566863 0 0 16781312 514 6864255769424920836 0 0 17 4 0 0 0
/proc/17845/statm: 72510 8439 376 364 0 8428 0
[pid=17847] ppid=17845 vsize=1020308 CPUtime=5.43 cores=4,6
/proc/17847/stat : 17847 (gnovelty+2) R 17845 17847 17847 0 -1 4202496 1157 0 0 0 543 0 0 0 25 0 1 0 979688745 1044795392 892 33554432000 134512640 135663704 4294371248 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17847/statm: 255077 892 113 282 0 254793 0
[pid=17817/tid=17846] ppid=17815 vsize=300284 CPUtime=0 cores=4,6
/proc/17817/task/17846/stat : 17846 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 979688745 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1610632
heavy processes:

[startup+25.501 s]
/proc/loadavg: 1.75 0.47 0.58 5/202 17847
/proc/meminfo: memFree=2267848/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=300284 CPUtime=2.29 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 14251 923 60 9 210 19 0 0 20 0 2 0 979688020 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/17817/statm: 75071 9936 1869 364 0 10989 0
[pid=17845] ppid=17817 vsize=290040 CPUtime=0.01 cores=4,6
/proc/17845/stat : 17845 (python) S 17817 17817 17585 0 -1 4202560 865 0 0 0 1 0 0 0 18 0 1 0 979688745 297000960 8439 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367566863 0 0 16781312 514 15843065354763862276 0 0 17 4 0 0 0
/proc/17845/statm: 72510 8439 376 364 0 8428 0
[pid=17847] ppid=17845 vsize=1020308 CPUtime=18.22 cores=4,6
/proc/17847/stat : 17847 (gnovelty+2) R 17845 17847 17847 0 -1 4202496 1157 0 0 0 1822 0 0 0 25 0 1 0 979688745 1044795392 892 33554432000 134512640 135663704 4294371248 18446744073709551615 134524711 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17847/statm: 255077 892 113 282 0 254793 0
[pid=17817/tid=17846] ppid=17815 vsize=300284 CPUtime=0 cores=4,6
/proc/17817/task/17846/stat : 17846 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 979688745 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (KiB) 1610632

[startup+51.1013 s]
/proc/loadavg: 2.60 0.77 0.67 5/202 17848
/proc/meminfo: memFree=2268536/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=300284 CPUtime=2.29 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 14251 923 60 9 210 19 0 0 20 0 2 0 979688020 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/17817/statm: 75071 9936 1869 364 0 10989 0
[pid=17845] ppid=17817 vsize=290040 CPUtime=0.05 cores=4,6
/proc/17845/stat : 17845 (python) S 17817 17817 17585 0 -1 4202560 877 0 0 0 3 2 0 0 18 0 1 0 979688745 297000960 8439 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367566863 0 0 16781312 514 15843065354763862276 0 0 17 4 0 0 0
/proc/17845/statm: 72510 8439 376 364 0 8428 0
[pid=17847] ppid=17845 vsize=1020308 CPUtime=43.79 cores=4,6
/proc/17847/stat : 17847 (gnovelty+2) R 17845 17847 17847 0 -1 4202496 1157 0 0 0 4379 0 0 0 25 0 1 0 979688745 1044795392 892 33554432000 134512640 135663704 4294371248 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17847/statm: 255077 892 113 282 0 254793 0
[pid=17817/tid=17846] ppid=17815 vsize=300284 CPUtime=0 cores=4,6
/proc/17817/task/17846/stat : 17846 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 979688745 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.13
Current children cumulated vsize (KiB) 1610632

[startup+102.301 s]
/proc/loadavg: 3.39 1.26 0.84 5/202 17849
/proc/meminfo: memFree=2268480/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=300284 CPUtime=2.29 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 14251 923 60 9 210 19 0 0 20 0 2 0 979688020 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/17817/statm: 75071 9936 1869 364 0 10989 0
[pid=17845] ppid=17817 vsize=290040 CPUtime=0.1 cores=4,6
/proc/17845/stat : 17845 (python) S 17817 17817 17585 0 -1 4202560 903 0 0 0 6 4 0 0 18 0 1 0 979688745 297000960 8439 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367566863 0 0 16781312 514 15843065354763862276 0 0 17 4 0 0 0
/proc/17845/statm: 72510 8439 376 364 0 8428 0
[pid=17847] ppid=17845 vsize=1020308 CPUtime=94.94 cores=4,6
/proc/17847/stat : 17847 (gnovelty+2) R 17845 17847 17847 0 -1 4202496 1157 0 0 0 9494 0 0 0 25 0 1 0 979688745 1044795392 892 33554432000 134512640 135663704 4294371248 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17847/statm: 255077 892 113 282 0 254793 0
[pid=17817/tid=17846] ppid=17815 vsize=300284 CPUtime=0 cores=4,6
/proc/17817/task/17846/stat : 17846 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 979688745 307490816 9936 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 97.33
Current children cumulated vsize (KiB) 1610632

[startup+162.301 s]
/proc/loadavg: 3.81 1.77 1.04 5/218 17867
/proc/meminfo: memFree=2240152/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=310540 CPUtime=2.3 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 15076 923 60 9 210 20 0 0 20 0 3 0 979688020 317992960 9943 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 18
/proc/17817/statm: 77635 9943 1872 364 0 13550 0
[pid=17845] ppid=17817 vsize=300284 CPUtime=0.11 cores=4,6
/proc/17845/stat : 17845 (python) S 17817 17817 17585 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 979688745 307490816 8482 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17845/statm: 75071 8482 414 364 0 10989 0
[pid=17847] ppid=17845 vsize=1020308 CPUtime=100.04 cores=4,6
/proc/17847/stat : 17847 (gnovelty+2) T 17845 17847 17847 0 -1 4202496 1157 0 0 0 10004 0 0 0 25 0 1 0 979688745 1044795392 892 33554432000 134512640 135663704 4294371248 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17847/statm: 255077 892 113 282 0 254793 0
[pid=17845/tid=17862] ppid=17817 vsize=300284 CPUtime=0 cores=4,6
/proc/17845/task/17862/stat : 17862 (python) S 17817 17817 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979698761 307490816 8482 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604450215935040 0 0 -1 6 0 0 0
[pid=17863] ppid=17817 vsize=300296 CPUtime=0.06 cores=4,6
/proc/17863/stat : 17863 (python) S 17817 17817 17585 0 -1 4202560 899 0 0 0 4 2 0 0 18 0 1 0 979698762 307503104 8437 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367566918 0 0 16781312 514 15843065354763862275 0 0 17 4 0 0 0
/proc/17863/statm: 75074 8437 370 364 0 10989 0
[pid=17865] ppid=17863 vsize=1020308 CPUtime=54.8 cores=4,6
/proc/17865/stat : 17865 (gnovelty+2) R 17863 17865 17865 0 -1 4202496 1158 0 0 0 5480 0 0 0 25 0 1 0 979698762 1044795392 892 33554432000 134512640 135663704 4289530016 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17865/statm: 255077 892 113 282 0 254793 0
[pid=17817/tid=17846] ppid=17815 vsize=310540 CPUtime=0 cores=4,6
/proc/17817/task/17846/stat : 17846 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 3 0 979688745 317992960 9943 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17864] ppid=17815 vsize=310540 CPUtime=0 cores=4,6
/proc/17817/task/17864/stat : 17864 (python) S 17815 17817 17585 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 3 0 979698762 317992960 9943 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 157.31
Current children cumulated vsize (KiB) 2951736

[startup+222.301 s]
/proc/loadavg: 3.93 2.18 1.23 5/234 17884
/proc/meminfo: memFree=2199436/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=320796 CPUtime=2.31 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 15923 923 60 9 211 20 0 0 20 0 4 0 979688020 328495104 9949 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18

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

/proc/17863/statm: 75074 8467 399 364 0 10989 0
[pid=17865] ppid=17863 vsize=1020308 CPUtime=100.04 cores=4,6
/proc/17865/stat : 17865 (gnovelty+2) T 17863 17865 17865 0 -1 4202496 1158 0 0 0 10004 0 0 0 25 0 1 0 979698762 1044795392 892 33554432000 134512640 135663704 4289530016 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17865/statm: 255077 892 113 282 0 254793 0
[pid=17863/tid=17881] ppid=17817 vsize=300296 CPUtime=0 cores=4,6
/proc/17863/task/17881/stat : 17881 (python) S 17817 17817 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979708779 307503104 8467 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604450215934144 0 0 -1 4 0 0 0
[pid=17882] ppid=17817 vsize=310552 CPUtime=0.13 cores=4,6
/proc/17882/stat : 17882 (python) S 17817 17817 17585 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 979708780 318005248 8471 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17882/statm: 77638 8471 399 364 0 13550 0
[pid=17884] ppid=17882 vsize=423400 CPUtime=100.12 cores=4,6
/proc/17884/stat : 17884 (adaptg2wsat2009) T 17882 17884 17884 0 -1 4202496 2621 0 0 0 10012 0 0 0 25 0 1 0 979708780 433561600 2358 33554432000 134512640 135107411 4291405344 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17884/statm: 105850 2358 59 146 0 104726 0
[pid=17882/tid=17900] ppid=17817 vsize=310552 CPUtime=0 cores=4,6
/proc/17882/task/17900/stat : 17900 (python) S 17817 17817 17585 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979718793 318005248 8471 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604440950313088 0 0 -1 6 0 0 0
[pid=17901] ppid=17817 vsize=320808 CPUtime=0.14 cores=4,6
/proc/17901/stat : 17901 (python) S 17817 17817 17585 0 -1 4202560 1083 0 0 0 8 6 0 0 19 0 2 0 979718794 328507392 8475 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17901/statm: 80202 8475 399 364 0 16111 0
[pid=17903] ppid=17901 vsize=423400 CPUtime=100.03 cores=4,6
/proc/17903/stat : 17903 (adaptg2wsat2009) T 17901 17903 17903 0 -1 4202496 2619 0 0 0 10003 0 0 0 25 0 1 0 979718794 433561600 2357 33554432000 134512640 135107411 4294704096 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17903/statm: 105850 2357 59 146 0 104726 0
[pid=17901/tid=17918] ppid=17817 vsize=320808 CPUtime=0 cores=4,6
/proc/17901/task/17918/stat : 17918 (python) S 17817 17817 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979728808 328507392 8475 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604453985333312 0 0 -1 6 0 0 0
[pid=17919] ppid=17817 vsize=331064 CPUtime=0.15 cores=4,6
/proc/17919/stat : 17919 (python) S 17817 17817 17585 0 -1 4202560 1072 0 0 0 8 7 0 0 19 0 2 0 979728809 339009536 8479 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17919/statm: 82766 8479 399 364 0 18672 0
[pid=17921] ppid=17919 vsize=423400 CPUtime=99.13 cores=4,6
/proc/17921/stat : 17921 (adaptg2wsat2009) T 17919 17921 17921 0 -1 4202496 2623 0 0 0 9913 0 0 0 25 0 1 0 979728809 433561600 2359 33554432000 134512640 135107411 4293248032 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17921/statm: 105850 2359 59 146 0 104726 0
[pid=17919/tid=17933] ppid=17817 vsize=331064 CPUtime=0 cores=4,6
/proc/17919/task/17933/stat : 17933 (python) S 17817 17817 17585 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 979738723 339009536 8479 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=17934] ppid=17817 vsize=341320 CPUtime=0.15 cores=4,6
/proc/17934/stat : 17934 (python) S 17817 17817 17585 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 979738724 349511680 8483 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17934/statm: 85330 8483 399 364 0 21233 0
[pid=17936] ppid=17934 vsize=1020308 CPUtime=100.02 cores=4,6
/proc/17936/stat : 17936 (gnovelty+2) T 17934 17936 17936 0 -1 4202496 1153 0 0 0 10002 0 0 0 25 0 1 0 979738724 1044795392 892 33554432000 134512640 135663704 4290549968 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17936/statm: 255077 892 113 282 0 254793 0
[pid=17934/tid=17952] ppid=17817 vsize=341320 CPUtime=0 cores=4,6
/proc/17934/task/17952/stat : 17952 (python) S 17817 17817 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979748743 349511680 8483 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604450215932352 0 0 -1 6 0 0 0
[pid=17953] ppid=17817 vsize=351576 CPUtime=0.15 cores=4,6
/proc/17953/stat : 17953 (python) S 17817 17817 17585 0 -1 4202560 915 0 0 0 8 7 0 0 18 0 1 0 979748744 360013824 8457 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367566918 0 0 16781312 514 15843065354763862274 0 0 17 4 0 0 0
/proc/17953/statm: 87894 8457 370 364 0 23794 0
[pid=17955] ppid=17953 vsize=253036 CPUtime=94.89 cores=4,6
/proc/17955/stat : 17955 (FH) R 17953 17955 17955 0 -1 4202496 2500 0 0 0 9489 0 0 0 25 0 1 0 979748744 259108864 2235 33554432000 134512640 134936988 4288145504 18446744073709551615 134553427 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17955/statm: 63259 2235 41 104 0 62763 0
[pid=17817/tid=17846] ppid=17815 vsize=361820 CPUtime=0 cores=4,6
/proc/17817/task/17846/stat : 17846 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 8 0 979688745 370503680 9973 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17864] ppid=17815 vsize=361820 CPUtime=0 cores=4,6
/proc/17817/task/17864/stat : 17864 (python) S 17815 17817 17585 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 8 0 979698762 370503680 9973 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 6 0 0 0
[pid=17817/tid=17883] ppid=17815 vsize=361820 CPUtime=0 cores=4,6
/proc/17817/task/17883/stat : 17883 (python) S 17815 17817 17585 0 -1 4202560 28 923 0 9 0 0 0 0 20 0 8 0 979708780 370503680 9973 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17902] ppid=17815 vsize=361820 CPUtime=0 cores=4,6
/proc/17817/task/17902/stat : 17902 (python) S 17815 17817 17585 0 -1 4202560 22 923 0 9 0 0 0 0 20 0 8 0 979718794 370503680 9973 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17920] ppid=17815 vsize=361820 CPUtime=0 cores=4,6
/proc/17817/task/17920/stat : 17920 (python) S 17815 17817 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 8 0 979728809 370503680 9973 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 6 0 0 0
[pid=17817/tid=17935] ppid=17815 vsize=361820 CPUtime=0 cores=4,6
/proc/17817/task/17935/stat : 17935 (python) S 17815 17817 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 8 0 979738724 370503680 9973 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17954] ppid=17815 vsize=361820 CPUtime=0 cores=4,6
/proc/17817/task/17954/stat : 17954 (python) S 17815 17817 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 8 0 979748744 370503680 9973 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 697.57
Current children cumulated vsize (KiB) 7201880



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+708.002 s]
/proc/loadavg: 4.06 3.68 2.36 4/245 17980
/proc/meminfo: memFree=2191824/32950928 swapFree=67051116/67111528
[pid=17817] ppid=17815 vsize=372076 CPUtime=2.36 cores=4,6
/proc/17817/stat : 17817 (python) S 17815 17817 17585 0 -1 4202496 20202 923 60 9 215 21 0 0 20 0 9 0 979688020 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/17817/statm: 93019 9979 1884 364 0 28916 0
[pid=17845] ppid=17817 vsize=300284 CPUtime=0.11 cores=4,6
/proc/17845/stat : 17845 (python) S 17817 17817 17585 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 979688745 307490816 8482 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17845/statm: 75071 8482 414 364 0 10989 0
[pid=17847] ppid=17845 vsize=1020308 CPUtime=100.04 cores=4,6
/proc/17847/stat : 17847 (gnovelty+2) T 17845 17847 17847 0 -1 4202496 1157 0 0 0 10004 0 0 0 25 0 1 0 979688745 1044795392 892 33554432000 134512640 135663704 4294371248 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17847/statm: 255077 892 113 282 0 254793 0
[pid=17845/tid=17862] ppid=17817 vsize=300284 CPUtime=0 cores=4,6
/proc/17845/task/17862/stat : 17862 (python) S 17817 17817 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979698761 307490816 8482 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604450215935040 0 0 -1 6 0 0 0
[pid=17863] ppid=17817 vsize=300296 CPUtime=0.13 cores=4,6
/proc/17863/stat : 17863 (python) S 17817 17817 17585 0 -1 4202560 1073 0 0 0 8 5 0 0 19 0 2 0 979698762 307503104 8467 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17863/statm: 75074 8467 399 364 0 10989 0
[pid=17865] ppid=17863 vsize=1020308 CPUtime=100.04 cores=4,6
/proc/17865/stat : 17865 (gnovelty+2) T 17863 17865 17865 0 -1 4202496 1158 0 0 0 10004 0 0 0 25 0 1 0 979698762 1044795392 892 33554432000 134512640 135663704 4289530016 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17865/statm: 255077 892 113 282 0 254793 0
[pid=17863/tid=17881] ppid=17817 vsize=300296 CPUtime=0 cores=4,6
/proc/17863/task/17881/stat : 17881 (python) S 17817 17817 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979708779 307503104 8467 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604450215934144 0 0 -1 4 0 0 0
[pid=17882] ppid=17817 vsize=310552 CPUtime=0.13 cores=4,6
/proc/17882/stat : 17882 (python) S 17817 17817 17585 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 979708780 318005248 8471 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17882/statm: 77638 8471 399 364 0 13550 0
[pid=17884] ppid=17882 vsize=423400 CPUtime=100.12 cores=4,6
/proc/17884/stat : 17884 (adaptg2wsat2009) T 17882 17884 17884 0 -1 4202496 2621 0 0 0 10012 0 0 0 25 0 1 0 979708780 433561600 2358 33554432000 134512640 135107411 4291405344 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17884/statm: 105850 2358 59 146 0 104726 0
[pid=17882/tid=17900] ppid=17817 vsize=310552 CPUtime=0 cores=4,6
/proc/17882/task/17900/stat : 17900 (python) S 17817 17817 17585 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979718793 318005248 8471 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604440950313088 0 0 -1 6 0 0 0
[pid=17901] ppid=17817 vsize=320808 CPUtime=0.14 cores=4,6
/proc/17901/stat : 17901 (python) S 17817 17817 17585 0 -1 4202560 1083 0 0 0 8 6 0 0 19 0 2 0 979718794 328507392 8475 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17901/statm: 80202 8475 399 364 0 16111 0
[pid=17903] ppid=17901 vsize=423400 CPUtime=100.03 cores=4,6
/proc/17903/stat : 17903 (adaptg2wsat2009) T 17901 17903 17903 0 -1 4202496 2619 0 0 0 10003 0 0 0 25 0 1 0 979718794 433561600 2357 33554432000 134512640 135107411 4294704096 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17903/statm: 105850 2357 59 146 0 104726 0
[pid=17901/tid=17918] ppid=17817 vsize=320808 CPUtime=0 cores=4,6
/proc/17901/task/17918/stat : 17918 (python) S 17817 17817 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979728808 328507392 8475 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604453985333312 0 0 -1 6 0 0 0
[pid=17919] ppid=17817 vsize=331064 CPUtime=0.15 cores=4,6
/proc/17919/stat : 17919 (python) S 17817 17817 17585 0 -1 4202560 1072 0 0 0 8 7 0 0 19 0 2 0 979728809 339009536 8479 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17919/statm: 82766 8479 399 364 0 18672 0
[pid=17921] ppid=17919 vsize=423400 CPUtime=99.13 cores=4,6
/proc/17921/stat : 17921 (adaptg2wsat2009) T 17919 17921 17921 0 -1 4202496 2623 0 0 0 9913 0 0 0 25 0 1 0 979728809 433561600 2359 33554432000 134512640 135107411 4293248032 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17921/statm: 105850 2359 59 146 0 104726 0
[pid=17919/tid=17933] ppid=17817 vsize=331064 CPUtime=0 cores=4,6
/proc/17919/task/17933/stat : 17933 (python) S 17817 17817 17585 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 979738723 339009536 8479 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=17934] ppid=17817 vsize=341320 CPUtime=0.15 cores=4,6
/proc/17934/stat : 17934 (python) S 17817 17817 17585 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 979738724 349511680 8483 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17934/statm: 85330 8483 399 364 0 21233 0
[pid=17936] ppid=17934 vsize=1020308 CPUtime=100.02 cores=4,6
/proc/17936/stat : 17936 (gnovelty+2) T 17934 17936 17936 0 -1 4202496 1153 0 0 0 10002 0 0 0 25 0 1 0 979738724 1044795392 892 33554432000 134512640 135663704 4290549968 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17936/statm: 255077 892 113 282 0 254793 0
[pid=17934/tid=17952] ppid=17817 vsize=341320 CPUtime=0 cores=4,6
/proc/17934/task/17952/stat : 17952 (python) S 17817 17817 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979748743 349511680 8483 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604450215932352 0 0 -1 6 0 0 0
[pid=17953] ppid=17817 vsize=351576 CPUtime=0.16 cores=4,6
/proc/17953/stat : 17953 (python) S 17817 17817 17585 0 -1 4202560 1077 0 0 0 8 8 0 0 19 0 2 0 979748744 360013824 8487 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17953/statm: 87894 8487 399 364 0 23794 0
[pid=17955] ppid=17953 vsize=253036 CPUtime=99.98 cores=4,6
/proc/17955/stat : 17955 (FH) T 17953 17955 17955 0 -1 4202496 2500 0 0 0 9998 0 0 0 25 0 1 0 979748744 259108864 2235 33554432000 134512640 134936988 4288145504 18446744073709551615 134553435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17955/statm: 63259 2235 41 104 0 62763 0
[pid=17953/tid=17972] ppid=17817 vsize=351576 CPUtime=0 cores=4,6
/proc/17953/task/17972/stat : 17972 (python) S 17817 17817 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979758760 360013824 8487 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 514 18446604453916640512 0 0 -1 6 0 0 0
[pid=17973] ppid=17817 vsize=361832 CPUtime=0 cores=4,6
/proc/17973/stat : 17973 (python) S 17817 17817 17585 0 -1 4202560 835 0 0 0 0 0 0 0 19 0 1 0 979758761 370515968 8440 33554432000 4194304 5683644 140734628107696 18446744073709551615 251367566918 0 0 16781312 514 4311916821792948223 0 0 17 4 0 0 0
/proc/17973/statm: 90458 8440 349 364 0 26355 0
[pid=17975] ppid=17973 vsize=420480 CPUtime=0.59 cores=4,6
/proc/17975/stat : 17975 (adaptg2wsat2009) R 17973 17975 17975 0 -1 4202496 1685 0 0 0 59 0 0 0 22 0 1 0 979758761 430571520 1420 33554432000 134512640 135107411 4290173744 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17975/statm: 105120 1420 49 146 0 103996 0
[pid=17817/tid=17846] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17846/stat : 17846 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979688745 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17864] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17864/stat : 17864 (python) S 17815 17817 17585 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 9 0 979698762 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 6 0 0 0
[pid=17817/tid=17883] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17883/stat : 17883 (python) S 17815 17817 17585 0 -1 4202560 28 923 0 9 0 0 0 0 20 0 9 0 979708780 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17902] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17902/stat : 17902 (python) S 17815 17817 17585 0 -1 4202560 22 923 0 9 0 0 0 0 20 0 9 0 979718794 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17920] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17920/stat : 17920 (python) S 17815 17817 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 979728809 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 6 0 0 0
[pid=17817/tid=17935] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17935/stat : 17935 (python) S 17815 17817 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 979738724 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17954] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17954/stat : 17954 (python) S 17815 17817 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 979748744 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
[pid=17817/tid=17974] ppid=17815 vsize=372076 CPUtime=0 cores=4,6
/proc/17817/task/17974/stat : 17974 (python) S 17815 17817 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979758761 381005824 9979 33554432000 4194304 5683644 140734628107696 18446744073709551615 251379370417 0 0 16781312 2 18446604453886841088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.28
Current children cumulated vsize (KiB) 7994448

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

Real time (s): 708.064
CPU time (s): 703.28
CPU user time (s): 702.63
CPU system time (s): 0.65
CPU usage (%): 99.3244
Max. virtual memory (cumulated for all children) (KiB): 7994448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15667
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21130
page faults= 69
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34267
involuntary context switches= 60

runsolver used 1.80073 second user time and 3.70944 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 18:02:53
IDJOB=3484126
IDBENCH=82637
IDSOLVER=1975
FILE ID=node113/3484126-1307894573
RUNJOBID= node113-1307894572-17760
PBS_JOBID= 13559535
Free space on /tmp= 1772 MiB

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

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

MD5SUM BENCH= 6a416a8eca39558555cbe083cf0c9cff
RANDOM SEED=2034407944

node113.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	: 5332.76
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.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.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.74
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2405244 kB
Buffers:         64056 kB
Cached:       29510604 kB
SwapCached:      14112 kB
Active:       14644724 kB
Inactive:     14970860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2405244 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:          129940 kB
Writeback:           0 kB
AnonPages:       37628 kB
Mapped:          10584 kB
Slab:           866700 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   273480 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= 1772 MiB
End job on node113 at 2011-06-12 18:14:44