Trace number 3484070

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.41 708.265

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
MD5SUM6f9c7c042784ec486e9e8bc570309805
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.57/5.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.57/5.69	c INFO: solving HOME/instance-3484070-1307894573.cnf
0.57/5.69	c INFO: computing task features
0.71/5.82	c INFO: computed variable-clause graph statistics
0.71/5.83	c INFO: computed clause balance statistics
1.41/6.55	c INFO: computed variable balance statistics
1.71/6.84	c INFO: computed small-clause counts
1.71/6.84	c INFO: computed Horn-clause counts
1.71/6.86	c INFO: computed variable graph statistics
1.71/6.86	c INFO: collected features for HOME/instance-3484070-1307894573.cnf in 1.18 s
1.71/6.87	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.90/107.02	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.13/207.19	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.35/307.33	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.47/407.46	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.66/507.61	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
603.00/607.80	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
703.10/707.96	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-3484070-1307894573/watcher-3484070-1307894573 -o /tmp/evaluation-result-3484070-1307894573/solver-3484070-1307894573 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484070-1307894573.cnf -seed 2034407944 -budget 1200 

running on 2 cores: 1,3

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 4/181 17798
/proc/meminfo: memFree=2454832/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=15184 CPUtime=0 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 727 0 0 0 0 0 0 0 17 0 1 0 979687997 15548416 616 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/17798/statm: 3796 616 322 364 0 283 0

[startup+0.0939781 s]
/proc/loadavg: 0.59 0.16 0.48 4/181 17798
/proc/meminfo: memFree=2454832/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=36836 CPUtime=0.04 cores=1,3
/proc/17798/stat : 17798 (python) R 17796 17798 17585 0 -1 4202496 1621 0 2 0 3 1 0 0 17 0 1 0 979687997 37720064 1452 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367542629 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17798/statm: 9209 1452 452 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36836

[startup+0.100968 s]
/proc/loadavg: 0.59 0.16 0.48 4/181 17798
/proc/meminfo: memFree=2454832/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=38904 CPUtime=0.04 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 1656 0 3 0 3 1 0 0 17 0 1 0 979687997 39837696 1486 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/17798/statm: 9726 1486 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.300979 s]
/proc/loadavg: 0.59 0.16 0.48 4/181 17798
/proc/meminfo: memFree=2454832/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=99340 CPUtime=0.08 cores=1,3
/proc/17798/stat : 17798 (python) D 17796 17798 17585 0 -1 4202496 2810 0 16 0 4 4 0 0 17 0 1 0 979687997 101724160 2527 33554432000 4194304 5683644 140735687572688 18446744073709551615 251362600571 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 3
/proc/17798/statm: 24835 2527 794 364 0 1686 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 99340

[startup+0.700884 s]
/proc/loadavg: 0.59 0.16 0.48 4/181 17798
/proc/meminfo: memFree=2454832/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=121640 CPUtime=0.15 cores=1,3
/proc/17798/stat : 17798 (python) D 17796 17798 17585 0 -1 4202496 4076 0 27 0 7 8 0 0 16 0 1 0 979687997 124559360 3727 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367552567 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 7
/proc/17798/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 121640

[startup+1.80967 s]
/proc/loadavg: 0.59 0.16 0.48 4/181 17798
/proc/meminfo: memFree=2454832/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=124236 CPUtime=0.16 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 4285 0 27 0 8 8 0 0 16 0 1 0 979687997 127217664 3880 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 1 0 0 67
/proc/17798/statm: 31059 3880 997 364 0 2870 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 124236

[startup+3.10044 s]
/proc/loadavg: 0.59 0.16 0.48 1/198 17826
/proc/meminfo: memFree=2362460/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=124236 CPUtime=0.16 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 4285 0 27 0 8 8 0 0 16 0 1 0 979687997 127217664 3880 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 1 0 0 67
/proc/17798/statm: 31059 3880 997 364 0 2870 0
[pid=17825] ppid=17798 vsize=8700 CPUtime=0 cores=1,3
/proc/17825/stat : 17825 (sh) S 17798 17798 17585 0 -1 4202496 308 0 0 0 0 0 0 0 16 0 1 0 979688118 8908800 246 33554432000 4194304 4922060 140736859383488 18446744073709551615 251367365765 0 65536 16781316 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17825/statm: 2175 246 206 178 0 68 0
[pid=17826] ppid=17825 vsize=8700 CPUtime=0 cores=1,3
/proc/17826/stat : 17826 (sh) D 17825 17798 17585 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 1 0 979688118 8908800 91 33554432000 4194304 4922060 140736859383488 18446744073709551615 251367367671 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17826/statm: 2175 91 51 178 0 68 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 141636
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 0.86 0.22 0.50 4/190 17834
/proc/meminfo: memFree=2328312/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=283972 CPUtime=1.21 cores=1,3
/proc/17798/stat : 17798 (python) R 17796 17798 17585 0 -1 4202496 11673 925 80 9 88 33 0 0 16 0 1 0 979687997 290787328 8378 33554432000 4194304 5683644 140735687572688 18446744073709551615 4860449 0 0 16781312 2 0 0 0 17 1 0 0 102
/proc/17798/statm: 70993 8378 1826 364 0 6917 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 283972
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 1.11 0.28 0.52 5/202 17847
/proc/meminfo: memFree=2266460/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=289864 CPUtime=1.78 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 12023 925 80 9 145 33 0 0 19 0 2 0 979687997 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 102
/proc/17798/statm: 72466 7339 1877 364 0 8384 0
[pid=17839] ppid=17798 vsize=280104 CPUtime=0 cores=1,3
/proc/17839/stat : 17839 (python) S 17798 17798 17585 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 1 0 979688685 286826496 5837 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367566863 0 0 16781312 514 4578216339017007368 0 0 17 1 0 0 0
/proc/17839/statm: 70026 5837 378 364 0 5944 0
[pid=17841] ppid=17839 vsize=1018820 CPUtime=5.8 cores=1,3
/proc/17841/stat : 17841 (gnovelty+2) R 17839 17841 17841 0 -1 4202496 860 0 0 0 580 0 0 0 25 0 1 0 979688685 1043271680 595 33554432000 134512640 135663704 4294124496 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17841/statm: 254705 595 113 282 0 254421 0
[pid=17798/tid=17840] ppid=17796 vsize=289864 CPUtime=0 cores=1,3
/proc/17798/task/17840/stat : 17840 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 19 0 2 0 979688685 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 1588788
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 1.75 0.47 0.58 5/202 17847
/proc/meminfo: memFree=2267848/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=289864 CPUtime=1.78 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 12023 925 80 9 145 33 0 0 19 0 2 0 979687997 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 102
/proc/17798/statm: 72466 7339 1877 364 0 8384 0
[pid=17839] ppid=17798 vsize=280104 CPUtime=0.01 cores=1,3
/proc/17839/stat : 17839 (python) S 17798 17798 17585 0 -1 4202560 864 0 0 0 0 1 0 0 18 0 1 0 979688685 286826496 5837 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367566863 0 0 16781312 514 6631339345070489864 0 0 17 1 0 0 0
/proc/17839/statm: 70026 5837 378 364 0 5944 0
[pid=17841] ppid=17839 vsize=1018820 CPUtime=18.59 cores=1,3
/proc/17841/stat : 17841 (gnovelty+2) R 17839 17841 17841 0 -1 4202496 860 0 0 0 1859 0 0 0 25 0 1 0 979688685 1043271680 595 33554432000 134512640 135663704 4294124496 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17841/statm: 254705 595 113 282 0 254421 0
[pid=17798/tid=17840] ppid=17796 vsize=289864 CPUtime=0 cores=1,3
/proc/17798/task/17840/stat : 17840 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 19 0 2 0 979688685 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.38
Current children cumulated vsize (KiB) 1588788
heavy processes:

[startup+51.1005 s]
/proc/loadavg: 2.60 0.77 0.67 5/202 17848
/proc/meminfo: memFree=2268536/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=289864 CPUtime=1.78 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 12023 925 80 9 145 33 0 0 19 0 2 0 979687997 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 102
/proc/17798/statm: 72466 7339 1877 364 0 8384 0
[pid=17839] ppid=17798 vsize=280104 CPUtime=0.04 cores=1,3
/proc/17839/stat : 17839 (python) S 17798 17798 17585 0 -1 4202560 876 0 0 0 2 2 0 0 18 0 1 0 979688685 286826496 5837 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367566863 0 0 16781312 514 6631339345070489864 0 0 17 1 0 0 0
/proc/17839/statm: 70026 5837 378 364 0 5944 0
[pid=17841] ppid=17839 vsize=1018820 CPUtime=44.17 cores=1,3
/proc/17841/stat : 17841 (gnovelty+2) R 17839 17841 17841 0 -1 4202496 860 0 0 0 4417 0 0 0 25 0 1 0 979688685 1043271680 595 33554432000 134512640 135663704 4294124496 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17841/statm: 254705 595 113 282 0 254421 0
[pid=17798/tid=17840] ppid=17796 vsize=289864 CPUtime=0 cores=1,3
/proc/17798/task/17840/stat : 17840 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 19 0 2 0 979688685 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 45.99
Current children cumulated vsize (KiB) 1588788

[startup+102.301 s]
/proc/loadavg: 3.39 1.26 0.84 5/202 17849
/proc/meminfo: memFree=2268480/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=289864 CPUtime=1.78 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 12023 925 80 9 145 33 0 0 19 0 2 0 979687997 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 102
/proc/17798/statm: 72466 7339 1877 364 0 8384 0
[pid=17839] ppid=17798 vsize=280104 CPUtime=0.1 cores=1,3
/proc/17839/stat : 17839 (python) S 17798 17798 17585 0 -1 4202560 901 0 0 0 5 5 0 0 18 0 1 0 979688685 286826496 5837 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367566863 0 0 16781312 514 6631339345070489864 0 0 17 1 0 0 0
/proc/17839/statm: 70026 5837 378 364 0 5944 0
[pid=17841] ppid=17839 vsize=1018820 CPUtime=95.32 cores=1,3
/proc/17841/stat : 17841 (gnovelty+2) R 17839 17841 17841 0 -1 4202496 860 0 0 0 9532 0 0 0 25 0 1 0 979688685 1043271680 595 33554432000 134512640 135663704 4294124496 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17841/statm: 254705 595 113 282 0 254421 0
[pid=17798/tid=17840] ppid=17796 vsize=289864 CPUtime=0 cores=1,3
/proc/17798/task/17840/stat : 17840 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 19 0 2 0 979688685 296820736 7339 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.2
Current children cumulated vsize (KiB) 1588788

[startup+162.301 s]
/proc/loadavg: 3.81 1.77 1.04 5/218 17867
/proc/meminfo: memFree=2240152/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=300120 CPUtime=1.8 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 12890 925 80 9 146 34 0 0 20 0 3 0 979687997 307322880 7346 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 102
/proc/17798/statm: 75030 7346 1880 364 0 10945 0
[pid=17839] ppid=17798 vsize=290348 CPUtime=0.11 cores=1,3
/proc/17839/stat : 17839 (python) S 17798 17798 17585 0 -1 4202560 1139 0 0 0 5 6 0 0 19 0 2 0 979688685 297316352 5879 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17839/statm: 72587 5879 415 364 0 8505 0
[pid=17841] ppid=17839 vsize=1018820 CPUtime=100.03 cores=1,3
/proc/17841/stat : 17841 (gnovelty+2) T 17839 17841 17841 0 -1 4202496 860 0 0 0 10003 0 0 0 25 0 1 0 979688685 1043271680 595 33554432000 134512640 135663704 4294124496 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17841/statm: 254705 595 113 282 0 254421 0
[pid=17839/tid=17858] ppid=17798 vsize=290348 CPUtime=0 cores=1,3
/proc/17839/task/17858/stat : 17858 (python) S 17798 17798 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979698699 297316352 5879 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604471158511488 0 0 -1 1 0 0 0
[pid=17859] ppid=17798 vsize=290360 CPUtime=0.06 cores=1,3
/proc/17859/stat : 17859 (python) S 17798 17798 17585 0 -1 4202560 903 0 0 0 3 3 0 0 18 0 1 0 979698700 297328640 5835 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367566918 0 0 16781312 514 6631339345070489863 0 0 17 3 0 0 0
/proc/17859/statm: 72590 5835 372 364 0 8505 0
[pid=17861] ppid=17859 vsize=1018820 CPUtime=55.27 cores=1,3
/proc/17861/stat : 17861 (gnovelty+2) R 17859 17861 17861 0 -1 4202496 862 0 0 0 5527 0 0 0 25 0 1 0 979698700 1043271680 596 33554432000 134512640 135663704 4289410656 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17861/statm: 254705 596 113 282 0 254421 0
[pid=17798/tid=17840] ppid=17796 vsize=300120 CPUtime=0 cores=1,3
/proc/17798/task/17840/stat : 17840 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 19 0 3 0 979688685 307322880 7346 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=17798/tid=17860] ppid=17796 vsize=300120 CPUtime=0 cores=1,3
/proc/17798/task/17860/stat : 17860 (python) S 17796 17798 17585 0 -1 4202560 32 925 0 9 0 0 0 0 20 0 3 0 979698700 307322880 7346 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 157.27
Current children cumulated vsize (KiB) 2918468

[startup+222.301 s]
/proc/loadavg: 3.93 2.18 1.23 5/234 17884
/proc/meminfo: memFree=2199560/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=310376 CPUtime=1.81 cores=1,3

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

/proc/17859/statm: 72590 5864 400 364 0 8505 0
[pid=17861] ppid=17859 vsize=1018820 CPUtime=100.16 cores=1,3
/proc/17861/stat : 17861 (gnovelty+2) T 17859 17861 17861 0 -1 4202496 862 0 0 0 10016 0 0 0 25 0 1 0 979698700 1043271680 596 33554432000 134512640 135663704 4289410656 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17861/statm: 254705 596 113 282 0 254421 0
[pid=17859/tid=17877] ppid=17798 vsize=290360 CPUtime=0 cores=1,3
/proc/17859/task/17877/stat : 17877 (python) S 17798 17798 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979708716 297328640 5864 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604463985232960 0 0 -1 3 0 0 0
[pid=17878] ppid=17798 vsize=300696 CPUtime=0.12 cores=1,3
/proc/17878/stat : 17878 (python) S 17798 17798 17585 0 -1 4202560 1071 0 0 0 7 5 0 0 19 0 2 0 979708717 307912704 5868 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17878/statm: 75174 5868 400 364 0 11086 0
[pid=17880] ppid=17878 vsize=419428 CPUtime=100 cores=1,3
/proc/17880/stat : 17880 (adaptg2wsat2009) T 17878 17880 17880 0 -1 4202496 1440 0 0 0 10000 0 0 0 25 0 1 0 979708717 429494272 1174 33554432000 134512640 135107411 4290399120 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17880/statm: 104857 1174 59 146 0 103733 0
[pid=17878/tid=17896] ppid=17798 vsize=300696 CPUtime=0 cores=1,3
/proc/17878/task/17896/stat : 17896 (python) S 17798 17798 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979718729 307912704 5868 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604470622550784 0 0 -1 3 0 0 0
[pid=17897] ppid=17798 vsize=311044 CPUtime=0.13 cores=1,3
/proc/17897/stat : 17897 (python) S 17798 17798 17585 0 -1 4202560 1087 0 0 0 7 6 0 0 19 0 2 0 979718730 318509056 5892 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17897/statm: 77761 5892 400 364 0 13670 0
[pid=17899] ppid=17897 vsize=419428 CPUtime=100.03 cores=1,3
/proc/17899/stat : 17899 (adaptg2wsat2009) T 17897 17899 17899 0 -1 4202496 1442 0 0 0 10003 0 0 0 25 0 1 0 979718730 429494272 1175 33554432000 134512640 135107411 4293050000 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17899/statm: 104857 1175 59 146 0 103733 0
[pid=17897/tid=17914] ppid=17798 vsize=311044 CPUtime=0 cores=1,3
/proc/17897/task/17914/stat : 17914 (python) S 17798 17798 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979728743 318509056 5892 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604463753067392 0 0 -1 3 0 0 0
[pid=17915] ppid=17798 vsize=321396 CPUtime=0.14 cores=1,3
/proc/17915/stat : 17915 (python) S 17798 17798 17585 0 -1 4202560 1070 0 0 0 7 7 0 0 19 0 2 0 979728744 329109504 5919 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17915/statm: 80349 5919 400 364 0 16255 0
[pid=17917] ppid=17915 vsize=419428 CPUtime=99.99 cores=1,3
/proc/17917/stat : 17917 (adaptg2wsat2009) T 17915 17917 17917 0 -1 4202496 1440 0 0 0 9999 0 0 0 25 0 1 0 979728744 429494272 1176 33554432000 134512640 135107411 4288537728 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17917/statm: 104857 1176 59 146 0 103733 0
[pid=17915/tid=17937] ppid=17798 vsize=321396 CPUtime=0 cores=1,3
/proc/17915/task/17937/stat : 17937 (python) S 17798 17798 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979738758 329109504 5919 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604464706018304 0 0 -1 1 0 0 0
[pid=17938] ppid=17798 vsize=331756 CPUtime=0.15 cores=1,3
/proc/17938/stat : 17938 (python) S 17798 17798 17585 0 -1 4202560 1077 0 0 0 7 8 0 0 19 0 2 0 979738759 339718144 5947 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17938/statm: 82939 5947 400 364 0 18842 0
[pid=17940] ppid=17938 vsize=1018820 CPUtime=100.17 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) T 17938 17940 17940 0 -1 4202496 856 0 0 0 10017 0 0 0 25 0 1 0 979738759 1043271680 595 33554432000 134512640 135663704 4291538576 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17940/statm: 254705 595 113 282 0 254421 0
[pid=17938/tid=17956] ppid=17798 vsize=331756 CPUtime=0 cores=1,3
/proc/17938/task/17956/stat : 17956 (python) S 17798 17798 17585 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 979748777 339718144 5947 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604471140390016 0 0 -1 3 0 0 0
[pid=17957] ppid=17798 vsize=342020 CPUtime=0.15 cores=1,3
/proc/17957/stat : 17957 (python) S 17798 17798 17585 0 -1 4202560 926 0 0 0 8 7 0 0 18 0 1 0 979748777 350228480 5948 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367566918 0 0 16781312 514 6631339345070489860 0 0 17 1 0 0 0
/proc/17957/statm: 85505 5948 372 364 0 21405 0
[pid=17959] ppid=17957 vsize=249188 CPUtime=94.35 cores=1,3
/proc/17959/stat : 17959 (FH) R 17957 17959 17959 0 -1 4202496 1323 0 0 0 9435 0 0 0 25 0 1 0 979748778 255168512 1058 33554432000 134512640 134936988 4291698496 18446744073709551615 134552507 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17959/statm: 62297 1058 41 104 0 61801 0
[pid=17798/tid=17840] ppid=17796 vsize=351772 CPUtime=0 cores=1,3
/proc/17798/task/17840/stat : 17840 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 19 0 8 0 979688685 360214528 7469 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=17798/tid=17860] ppid=17796 vsize=351772 CPUtime=0 cores=1,3
/proc/17798/task/17860/stat : 17860 (python) S 17796 17798 17585 0 -1 4202560 32 925 0 9 0 0 0 0 20 0 8 0 979698700 360214528 7469 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=17798/tid=17879] ppid=17796 vsize=351772 CPUtime=0 cores=1,3
/proc/17798/task/17879/stat : 17879 (python) S 17796 17798 17585 0 -1 4202560 29 925 0 9 0 0 0 0 20 0 8 0 979708717 360214528 7469 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=17798/tid=17898] ppid=17796 vsize=351772 CPUtime=0 cores=1,3
/proc/17798/task/17898/stat : 17898 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 8 0 979718730 360214528 7469 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=17798/tid=17916] ppid=17796 vsize=351772 CPUtime=0 cores=1,3
/proc/17798/task/17916/stat : 17916 (python) S 17796 17798 17585 0 -1 4202560 25 925 0 9 0 0 0 0 20 0 8 0 979728744 360214528 7469 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=17798/tid=17939] ppid=17796 vsize=351772 CPUtime=0 cores=1,3
/proc/17798/task/17939/stat : 17939 (python) S 17796 17798 17585 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 8 0 979738759 360214528 7469 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=17798/tid=17958] ppid=17796 vsize=351772 CPUtime=0 cores=1,3
/proc/17798/task/17958/stat : 17958 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 8 0 979748778 360214528 7469 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 697.5
Current children cumulated vsize (KiB) 7103324



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+708.202 s]
/proc/loadavg: 4.06 3.68 2.36 3/249 17980
/proc/meminfo: memFree=2174860/32950928 swapFree=67051116/67111528
[pid=17798] ppid=17796 vsize=362028 CPUtime=1.85 cores=1,3
/proc/17798/stat : 17798 (python) S 17796 17798 17585 0 -1 4202496 17893 925 80 9 150 35 0 0 20 0 9 0 979687997 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 102
/proc/17798/statm: 90507 7477 1892 364 0 26404 0
[pid=17839] ppid=17798 vsize=290348 CPUtime=0.11 cores=1,3
/proc/17839/stat : 17839 (python) S 17798 17798 17585 0 -1 4202560 1139 0 0 0 5 6 0 0 19 0 2 0 979688685 297316352 5879 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17839/statm: 72587 5879 415 364 0 8505 0
[pid=17841] ppid=17839 vsize=1018820 CPUtime=100.03 cores=1,3
/proc/17841/stat : 17841 (gnovelty+2) T 17839 17841 17841 0 -1 4202496 860 0 0 0 10003 0 0 0 25 0 1 0 979688685 1043271680 595 33554432000 134512640 135663704 4294124496 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17841/statm: 254705 595 113 282 0 254421 0
[pid=17839/tid=17858] ppid=17798 vsize=290348 CPUtime=0 cores=1,3
/proc/17839/task/17858/stat : 17858 (python) S 17798 17798 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979698699 297316352 5879 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604471158511488 0 0 -1 1 0 0 0
[pid=17859] ppid=17798 vsize=290360 CPUtime=0.13 cores=1,3
/proc/17859/stat : 17859 (python) S 17798 17798 17585 0 -1 4202560 1076 0 0 0 6 7 0 0 19 0 2 0 979698700 297328640 5864 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17859/statm: 72590 5864 400 364 0 8505 0
[pid=17861] ppid=17859 vsize=1018820 CPUtime=100.16 cores=1,3
/proc/17861/stat : 17861 (gnovelty+2) T 17859 17861 17861 0 -1 4202496 862 0 0 0 10016 0 0 0 25 0 1 0 979698700 1043271680 596 33554432000 134512640 135663704 4289410656 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17861/statm: 254705 596 113 282 0 254421 0
[pid=17859/tid=17877] ppid=17798 vsize=290360 CPUtime=0 cores=1,3
/proc/17859/task/17877/stat : 17877 (python) S 17798 17798 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979708716 297328640 5864 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604463985232960 0 0 -1 3 0 0 0
[pid=17878] ppid=17798 vsize=300696 CPUtime=0.12 cores=1,3
/proc/17878/stat : 17878 (python) S 17798 17798 17585 0 -1 4202560 1071 0 0 0 7 5 0 0 19 0 2 0 979708717 307912704 5868 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17878/statm: 75174 5868 400 364 0 11086 0
[pid=17880] ppid=17878 vsize=419428 CPUtime=100 cores=1,3
/proc/17880/stat : 17880 (adaptg2wsat2009) T 17878 17880 17880 0 -1 4202496 1440 0 0 0 10000 0 0 0 25 0 1 0 979708717 429494272 1174 33554432000 134512640 135107411 4290399120 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17880/statm: 104857 1174 59 146 0 103733 0
[pid=17878/tid=17896] ppid=17798 vsize=300696 CPUtime=0 cores=1,3
/proc/17878/task/17896/stat : 17896 (python) S 17798 17798 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979718729 307912704 5868 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604470622550784 0 0 -1 3 0 0 0
[pid=17897] ppid=17798 vsize=311044 CPUtime=0.13 cores=1,3
/proc/17897/stat : 17897 (python) S 17798 17798 17585 0 -1 4202560 1087 0 0 0 7 6 0 0 19 0 2 0 979718730 318509056 5892 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17897/statm: 77761 5892 400 364 0 13670 0
[pid=17899] ppid=17897 vsize=419428 CPUtime=100.03 cores=1,3
/proc/17899/stat : 17899 (adaptg2wsat2009) T 17897 17899 17899 0 -1 4202496 1442 0 0 0 10003 0 0 0 25 0 1 0 979718730 429494272 1175 33554432000 134512640 135107411 4293050000 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17899/statm: 104857 1175 59 146 0 103733 0
[pid=17897/tid=17914] ppid=17798 vsize=311044 CPUtime=0 cores=1,3
/proc/17897/task/17914/stat : 17914 (python) S 17798 17798 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979728743 318509056 5892 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604463753067392 0 0 -1 3 0 0 0
[pid=17915] ppid=17798 vsize=321396 CPUtime=0.14 cores=1,3
/proc/17915/stat : 17915 (python) S 17798 17798 17585 0 -1 4202560 1070 0 0 0 7 7 0 0 19 0 2 0 979728744 329109504 5919 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17915/statm: 80349 5919 400 364 0 16255 0
[pid=17917] ppid=17915 vsize=419428 CPUtime=99.99 cores=1,3
/proc/17917/stat : 17917 (adaptg2wsat2009) T 17915 17917 17917 0 -1 4202496 1440 0 0 0 9999 0 0 0 25 0 1 0 979728744 429494272 1176 33554432000 134512640 135107411 4288537728 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17917/statm: 104857 1176 59 146 0 103733 0
[pid=17915/tid=17937] ppid=17798 vsize=321396 CPUtime=0 cores=1,3
/proc/17915/task/17937/stat : 17937 (python) S 17798 17798 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979738758 329109504 5919 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604464706018304 0 0 -1 1 0 0 0
[pid=17938] ppid=17798 vsize=331756 CPUtime=0.15 cores=1,3
/proc/17938/stat : 17938 (python) S 17798 17798 17585 0 -1 4202560 1077 0 0 0 7 8 0 0 19 0 2 0 979738759 339718144 5947 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17938/statm: 82939 5947 400 364 0 18842 0
[pid=17940] ppid=17938 vsize=1018820 CPUtime=100.17 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) T 17938 17940 17940 0 -1 4202496 856 0 0 0 10017 0 0 0 25 0 1 0 979738759 1043271680 595 33554432000 134512640 135663704 4291538576 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17940/statm: 254705 595 113 282 0 254421 0
[pid=17938/tid=17956] ppid=17798 vsize=331756 CPUtime=0 cores=1,3
/proc/17938/task/17956/stat : 17956 (python) S 17798 17798 17585 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 979748777 339718144 5947 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604471140390016 0 0 -1 3 0 0 0
[pid=17957] ppid=17798 vsize=342020 CPUtime=0.16 cores=1,3
/proc/17957/stat : 17957 (python) S 17798 17798 17585 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 979748777 350228480 5977 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17957/statm: 85505 5977 400 364 0 21405 0
[pid=17959] ppid=17957 vsize=249188 CPUtime=100 cores=1,3
/proc/17959/stat : 17959 (FH) T 17957 17959 17959 0 -1 4202496 1323 0 0 0 10000 0 0 0 25 0 1 0 979748778 255168512 1058 33554432000 134512640 134936988 4291698496 18446744073709551615 134554610 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17959/statm: 62297 1058 41 104 0 61801 0
[pid=17957/tid=17976] ppid=17798 vsize=342020 CPUtime=0 cores=1,3
/proc/17957/task/17976/stat : 17976 (python) S 17798 17798 17585 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979758793 350228480 5977 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 514 18446604471161725376 0 0 -1 3 0 0 0
[pid=17977] ppid=17798 vsize=352516 CPUtime=0 cores=1,3
/proc/17977/stat : 17977 (python) S 17798 17798 17585 0 -1 4202560 824 0 0 0 0 0 0 0 19 0 1 0 979758794 360976384 5933 33554432000 4194304 5683644 140735687572688 18446744073709551615 251367566918 0 0 16781312 514 8959578585803259903 0 0 17 1 0 0 0
/proc/17977/statm: 88129 5933 351 364 0 24026 0
[pid=17979] ppid=17977 vsize=419160 CPUtime=0.24 cores=1,3
/proc/17979/stat : 17979 (adaptg2wsat2009) R 17977 17979 17979 0 -1 4202496 1258 0 0 0 24 0 0 0 21 0 1 0 979758794 429219840 991 33554432000 134512640 135107411 4293375440 18446744073709551615 134523308 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17979/statm: 104790 991 49 146 0 103666 0
[pid=17798/tid=17840] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17840/stat : 17840 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 19 0 9 0 979688685 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=17798/tid=17860] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17860/stat : 17860 (python) S 17796 17798 17585 0 -1 4202560 32 925 0 9 0 0 0 0 20 0 9 0 979698700 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=17798/tid=17879] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17879/stat : 17879 (python) S 17796 17798 17585 0 -1 4202560 29 925 0 9 0 0 0 0 20 0 9 0 979708717 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=17798/tid=17898] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17898/stat : 17898 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 9 0 979718730 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=17798/tid=17916] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17916/stat : 17916 (python) S 17796 17798 17585 0 -1 4202560 25 925 0 9 0 0 0 0 20 0 9 0 979728744 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=17798/tid=17939] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17939/stat : 17939 (python) S 17796 17798 17585 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 9 0 979738759 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=17798/tid=17958] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17958/stat : 17958 (python) S 17796 17798 17585 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 9 0 979748778 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=17798/tid=17978] ppid=17796 vsize=362028 CPUtime=0 cores=1,3
/proc/17798/task/17978/stat : 17978 (python) S 17796 17798 17585 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 9 0 979758794 370716672 7477 33554432000 4194304 5683644 140735687572688 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.41
Current children cumulated vsize (KiB) 7885256

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

Real time (s): 708.265
CPU time (s): 703.41
CPU user time (s): 702.6
CPU system time (s): 0.81
CPU usage (%): 99.3146
Max. virtual memory (cumulated for all children) (KiB): 7885256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.51277
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19421
page faults= 89
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38171
involuntary context switches= 64

runsolver used 1.44078 second user time and 3.11153 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 18:02:53
IDJOB=3484070
IDBENCH=82581
IDSOLVER=1975
FILE ID=node113/3484070-1307894573
RUNJOBID= node113-1307894572-17761
PBS_JOBID= 13559535
Free space on /tmp= 1836 MiB

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

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

MD5SUM BENCH= 6f9c7c042784ec486e9e8bc570309805
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:       2456360 kB
Buffers:         63784 kB
Cached:       29475540 kB
SwapCached:      14112 kB
Active:       14564480 kB
Inactive:     15001132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2456360 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:           97044 kB
Writeback:           8 kB
AnonPages:       23596 kB
Mapped:          10060 kB
Slab:           865048 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   220016 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