Trace number 3377207

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)? (MO) 703.29 704.279

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
MD5SUM4d2cfd51677809bb15d90c916352e4e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark353.72
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.77/2.25	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.77/2.25	c INFO: solving HOME/instance-3377207-1305451353.cnf
0.77/2.25	c INFO: computing task features
0.94/2.40	c INFO: computed variable-clause graph statistics
0.94/2.41	c INFO: computed clause balance statistics
1.63/3.18	c INFO: computed variable balance statistics
2.13/3.61	c INFO: computed small-clause counts
2.13/3.62	c INFO: computed Horn-clause counts
2.13/3.65	c INFO: computed variable graph statistics
2.13/3.65	c INFO: collected features for HOME/instance-3377207-1305451353.cnf in 1.39 s
2.13/3.66	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.38/103.99	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.75/204.32	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
301.33/302.64	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.07)
401.70/402.95	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.06)
501.96/503.26	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.05)
602.64/603.62	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.04)
702.98/703.93	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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.0 (svn: 961)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 3.53 3.76 4/374 18748
/proc/meminfo: memFree=18080348/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=15908 CPUtime=0 cores=1,3
/proc/18748/stat : 18748 (python) R 18746 18748 17657 0 -1 4202496 943 0 0 0 0 0 0 0 17 0 1 0 735365992 16289792 820 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284921701 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18748/statm: 3977 820 357 364 0 464 0

[startup+0.015473 s]
/proc/loadavg: 2.22 3.53 3.76 4/374 18748
/proc/meminfo: memFree=18080348/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=16240 CPUtime=0 cores=1,3
/proc/18748/stat : 18748 (python) R 18746 18748 17657 0 -1 4202496 996 0 0 0 0 0 0 0 17 0 1 0 735365992 16629760 869 33554432000 4194304 5683644 140735548890000 18446744073709551615 4877027 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18748/statm: 4060 869 368 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100506 s]
/proc/loadavg: 2.22 3.53 3.76 4/374 18748
/proc/meminfo: memFree=18080348/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=23184 CPUtime=0.04 cores=1,3
/proc/18748/stat : 18748 (python) D 18746 18748 17657 0 -1 4202496 1328 0 2 0 3 1 0 0 17 0 1 0 735365992 23740416 1178 33554432000 4194304 5683644 140735548890000 18446744073709551615 224280002279 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 0
/proc/18748/statm: 5796 1178 432 364 0 723 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23184

[startup+0.300474 s]
/proc/loadavg: 2.22 3.53 3.76 4/374 18748
/proc/meminfo: memFree=18080348/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=36516 CPUtime=0.08 cores=1,3
/proc/18748/stat : 18748 (python) D 18746 18748 17657 0 -1 4202496 1604 0 6 0 4 4 0 0 17 0 1 0 735365992 37392384 1444 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284925696 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 1
/proc/18748/statm: 9129 1444 452 364 0 946 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36516

[startup+0.70042 s]
/proc/loadavg: 2.22 3.53 3.76 4/374 18748
/proc/meminfo: memFree=18080348/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=104792 CPUtime=0.18 cores=1,3
/proc/18748/stat : 18748 (python) D 18746 18748 17657 0 -1 4202496 3187 0 21 0 5 13 0 0 16 0 1 0 735365992 107307008 2878 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 1 0 0 18
/proc/18748/statm: 26198 2878 847 364 0 1946 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 104792

[startup+1.50028 s]
/proc/loadavg: 2.36 3.53 3.76 5/379 18770
/proc/meminfo: memFree=17987236/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=154348 CPUtime=0.55 cores=1,3
/proc/18748/stat : 18748 (python) D 18746 18748 17657 0 -1 4202496 6301 927 30 9 16 39 0 0 17 0 1 0 735365992 158052352 4441 33554432000 4194304 5683644 140735548890000 18446744073709551615 224280006166 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 22
/proc/18748/statm: 38587 4441 1220 364 0 3215 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 154348

[startup+3.10099 s]
/proc/loadavg: 2.36 3.53 3.76 1/379 18770
/proc/meminfo: memFree=17936144/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=287584 CPUtime=1.63 cores=1,3
/proc/18748/stat : 18748 (python) R 18746 18748 17657 0 -1 4202496 12612 927 84 9 113 50 0 0 16 0 1 0 735365992 294486016 9280 33554432000 4194304 5683644 140735548890000 18446744073709551615 47036420719950 0 0 16781312 2 0 0 0 17 1 0 0 35
/proc/18748/statm: 71896 9280 1826 364 0 7820 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 287584
heavy processes:

[startup+6.30045 s]
/proc/loadavg: 2.73 3.59 3.78 5/388 18779
/proc/meminfo: memFree=17877576/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=292812 CPUtime=2.2 cores=1,3
/proc/18748/stat : 18748 (python) S 18746 18748 17657 0 -1 4202496 12907 927 84 9 170 50 0 0 19 0 2 0 735365992 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 35
/proc/18748/statm: 73203 8107 1877 364 0 9121 0
[pid=18777] ppid=18748 vsize=283512 CPUtime=0 cores=1,3
/proc/18777/stat : 18777 (python) S 18748 18748 17657 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 735366359 290316288 6582 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945935 0 0 16781312 514 5063567159796400389 0 0 17 1 0 0 0
/proc/18777/statm: 70878 6582 355 364 0 6796 0
[pid=18779] ppid=18777 vsize=1018996 CPUtime=2.61 cores=1,3
/proc/18779/stat : 18779 (gnovelty+2) R 18777 18779 18779 0 -1 4202496 964 0 0 0 261 0 0 0 25 0 1 0 735366359 1043451904 698 33554432000 134512640 135663704 4287668432 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18779/statm: 254749 698 113 282 0 254465 0
[pid=18748/tid=18778] ppid=18746 vsize=292812 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 2 0 735366359 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 1595320
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 2.83 3.60 3.78 5/391 18782
/proc/meminfo: memFree=17844100/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=292812 CPUtime=2.2 cores=1,3
/proc/18748/stat : 18748 (python) S 18746 18748 17657 0 -1 4202496 12907 927 84 9 170 50 0 0 19 0 2 0 735365992 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 35
/proc/18748/statm: 73203 8107 1877 364 0 9121 0
[pid=18777] ppid=18748 vsize=283512 CPUtime=0.01 cores=1,3
/proc/18777/stat : 18777 (python) S 18748 18748 17657 0 -1 4202560 972 0 0 0 0 1 0 0 18 0 1 0 735366359 290316288 6610 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945935 0 0 16781312 514 5063567159796400389 0 0 17 1 0 0 0
/proc/18777/statm: 70878 6610 383 364 0 6796 0
[pid=18779] ppid=18777 vsize=1018996 CPUtime=9 cores=1,3
/proc/18779/stat : 18779 (gnovelty+2) R 18777 18779 18779 0 -1 4202496 964 0 0 0 898 2 0 0 25 0 1 0 735366359 1043451904 698 33554432000 134512640 135663704 4287668432 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18779/statm: 254749 698 113 282 0 254465 0
[pid=18748/tid=18778] ppid=18746 vsize=292812 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 2 0 735366359 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 1595320

[startup+25.5002 s]
/proc/loadavg: 3.09 3.62 3.78 5/391 18782
/proc/meminfo: memFree=17846860/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=292812 CPUtime=2.2 cores=1,3
/proc/18748/stat : 18748 (python) S 18746 18748 17657 0 -1 4202496 12907 927 84 9 170 50 0 0 19 0 2 0 735365992 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 35
/proc/18748/statm: 73203 8107 1877 364 0 9121 0
[pid=18777] ppid=18748 vsize=283512 CPUtime=0.04 cores=1,3
/proc/18777/stat : 18777 (python) S 18748 18748 17657 0 -1 4202560 976 0 0 0 2 2 0 0 18 0 1 0 735366359 290316288 6610 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945935 0 0 16781312 514 9363177139349717253 0 0 17 1 0 0 0
/proc/18777/statm: 70878 6610 383 364 0 6796 0
[pid=18779] ppid=18777 vsize=1018996 CPUtime=21.78 cores=1,3
/proc/18779/stat : 18779 (gnovelty+2) R 18777 18779 18779 0 -1 4202496 964 0 0 0 2176 2 0 0 25 0 1 0 735366359 1043451904 698 33554432000 134512640 135663704 4287668432 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18779/statm: 254749 698 113 282 0 254465 0
[pid=18748/tid=18778] ppid=18746 vsize=292812 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 2 0 735366359 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.02
Current children cumulated vsize (KiB) 1595320

[startup+51.101 s]
/proc/loadavg: 3.46 3.66 3.79 5/391 18784
/proc/meminfo: memFree=17847372/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=292812 CPUtime=2.2 cores=1,3
/proc/18748/stat : 18748 (python) S 18746 18748 17657 0 -1 4202496 12907 927 84 9 170 50 0 0 19 0 2 0 735365992 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 35
/proc/18748/statm: 73203 8107 1877 364 0 9121 0
[pid=18777] ppid=18748 vsize=283512 CPUtime=0.13 cores=1,3
/proc/18777/stat : 18777 (python) S 18748 18748 17657 0 -1 4202560 991 0 0 0 7 6 0 0 18 0 1 0 735366359 290316288 6610 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945935 0 0 16781312 514 9363177139349717253 0 0 17 1 0 0 0
/proc/18777/statm: 70878 6610 383 364 0 6796 0
[pid=18779] ppid=18777 vsize=1018996 CPUtime=47.25 cores=1,3
/proc/18779/stat : 18779 (gnovelty+2) R 18777 18779 18779 0 -1 4202496 964 0 0 0 4723 2 0 0 25 0 1 0 735366359 1043451904 698 33554432000 134512640 135663704 4287668432 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18779/statm: 254749 698 113 282 0 254465 0
[pid=18748/tid=18778] ppid=18746 vsize=292812 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 2 0 735366359 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.58
Current children cumulated vsize (KiB) 1595320

[startup+102.3 s]
/proc/loadavg: 3.77 3.71 3.80 5/391 18784
/proc/meminfo: memFree=17850100/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=292812 CPUtime=2.2 cores=1,3
/proc/18748/stat : 18748 (python) S 18746 18748 17657 0 -1 4202496 12907 927 84 9 170 50 0 0 19 0 2 0 735365992 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 35
/proc/18748/statm: 73203 8107 1877 364 0 9121 0
[pid=18777] ppid=18748 vsize=283512 CPUtime=0.26 cores=1,3
/proc/18777/stat : 18777 (python) S 18748 18748 17657 0 -1 4202560 1012 0 0 0 13 13 0 0 18 0 1 0 735366359 290316288 6610 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945935 0 0 16781312 514 9363177139349717253 0 0 17 1 0 0 0
/proc/18777/statm: 70878 6610 383 364 0 6796 0
[pid=18779] ppid=18777 vsize=1018996 CPUtime=98.32 cores=1,3
/proc/18779/stat : 18779 (gnovelty+2) R 18777 18779 18779 0 -1 4202496 964 0 0 0 9830 2 0 0 25 0 1 0 735366359 1043451904 698 33554432000 134512640 135663704 4287668432 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18779/statm: 254749 698 113 282 0 254465 0
[pid=18748/tid=18778] ppid=18746 vsize=292812 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 2 0 735366359 299839488 8107 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 1595320

[startup+162.3 s]
/proc/loadavg: 3.98 3.78 3.82 5/407 18802
/proc/meminfo: memFree=17784964/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=303528 CPUtime=2.21 cores=1,3
/proc/18748/stat : 18748 (python) S 18746 18748 17657 0 -1 4202496 13786 927 84 9 171 50 0 0 20 0 3 0 735365992 310812672 8197 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 35
/proc/18748/statm: 75882 8197 1880 364 0 11797 0
[pid=18777] ppid=18748 vsize=293756 CPUtime=0.29 cores=1,3
/proc/18777/stat : 18777 (python) S 18748 18748 17657 0 -1 4202560 1154 0 0 0 14 15 0 0 19 0 2 0 735366359 300806144 6647 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18777/statm: 73439 6647 415 364 0 9357 0
[pid=18779] ppid=18777 vsize=1018996 CPUtime=99.98 cores=1,3
/proc/18779/stat : 18779 (gnovelty+2) T 18777 18779 18779 0 -1 4202496 964 0 0 0 9996 2 0 0 25 0 1 0 735366359 1043451904 698 33554432000 134512640 135663704 4287668432 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18779/statm: 254749 698 113 282 0 254465 0
[pid=18777/tid=18793] ppid=18748 vsize=293756 CPUtime=0 cores=1,3
/proc/18777/task/18793/stat : 18793 (python) S 18748 18748 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735376390 300806144 6647 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604462681581440 0 0 -1 3 0 0 0
[pid=18794] ppid=18748 vsize=293700 CPUtime=0.16 cores=1,3
/proc/18794/stat : 18794 (python) S 18748 18748 17657 0 -1 4202560 913 0 0 0 8 8 0 0 18 0 1 0 735376391 300748800 6686 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945990 0 0 16781312 514 9363177139349717252 0 0 17 1 0 0 0
/proc/18794/statm: 73425 6686 372 364 0 9340 0
[pid=18796] ppid=18794 vsize=1018996 CPUtime=58.12 cores=1,3
/proc/18796/stat : 18796 (gnovelty+2) R 18794 18796 18796 0 -1 4202496 964 0 0 0 5812 0 0 0 25 0 1 0 735376392 1043451904 697 33554432000 134512640 135663704 4287046096 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18796/statm: 254749 697 113 282 0 254465 0
[pid=18748/tid=18778] ppid=18746 vsize=303528 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 3 0 735366359 310812672 8197 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18795] ppid=18746 vsize=303528 CPUtime=0 cores=1,3
/proc/18748/task/18795/stat : 18795 (python) S 18746 18748 17657 0 -1 4202560 28 927 0 9 0 0 0 0 20 0 3 0 735376392 310812672 8197 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 2928976

[startup+222.301 s]
/proc/loadavg: 4.19 3.86 3.84 5/415 18851
/proc/meminfo: memFree=17852000/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=313784 CPUtime=2.23 cores=1,3

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

/proc/18794/statm: 73425 6715 400 364 0 9340 0
[pid=18796] ppid=18794 vsize=1018996 CPUtime=100.01 cores=1,3
/proc/18796/stat : 18796 (gnovelty+2) T 18794 18796 18796 0 -1 4202496 964 0 0 0 10001 0 0 0 25 0 1 0 735376392 1043451904 697 33554432000 134512640 135663704 4287046096 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18796/statm: 254749 697 113 282 0 254465 0
[pid=18794/tid=18848] ppid=18748 vsize=293700 CPUtime=0 cores=1,3
/proc/18794/task/18848/stat : 18848 (python) S 18748 18748 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735386423 300748800 6715 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604469981028736 0 0 -1 3 0 0 0
[pid=18849] ppid=18748 vsize=303956 CPUtime=0.29 cores=1,3
/proc/18849/stat : 18849 (python) S 18748 18748 17657 0 -1 4202560 1082 0 0 0 16 13 0 0 19 0 2 0 735386424 311250944 6719 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18849/statm: 75989 6719 400 364 0 11901 0
[pid=18851] ppid=18849 vsize=421428 CPUtime=98.3 cores=1,3
/proc/18851/stat : 18851 (adaptg2wsat2009) T 18849 18851 18851 0 -1 4202496 2044 0 0 0 9830 0 0 0 25 0 1 0 735386424 431542272 1781 33554432000 134512640 135107411 4287150976 18446744073709551615 134531380 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18851/statm: 105357 1781 59 146 0 104233 0
[pid=18849/tid=18858] ppid=18748 vsize=303956 CPUtime=0 cores=1,3
/proc/18849/task/18858/stat : 18858 (python) S 18748 18748 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735396255 311250944 6719 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604461118060608 0 0 -1 3 0 0 0
[pid=18859] ppid=18748 vsize=314212 CPUtime=0.3 cores=1,3
/proc/18859/stat : 18859 (python) S 18748 18748 17657 0 -1 4202560 1101 0 0 0 15 15 0 0 19 0 2 0 735396256 321753088 6723 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18859/statm: 78553 6723 400 364 0 14462 0
[pid=18861] ppid=18859 vsize=421428 CPUtime=100.03 cores=1,3
/proc/18861/stat : 18861 (adaptg2wsat2009) T 18859 18861 18861 0 -1 4202496 2050 0 0 0 10003 0 0 0 25 0 1 0 735396257 431542272 1783 33554432000 134512640 135107411 4288144368 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18861/statm: 105357 1783 59 146 0 104233 0
[pid=18859/tid=18876] ppid=18748 vsize=314212 CPUtime=0 cores=1,3
/proc/18859/task/18876/stat : 18876 (python) S 18748 18748 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735406286 321753088 6723 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604466989433216 0 0 -1 3 0 0 0
[pid=18877] ppid=18748 vsize=324568 CPUtime=0.3 cores=1,3
/proc/18877/stat : 18877 (python) S 18748 18748 17657 0 -1 4202560 1096 0 0 0 15 15 0 0 19 0 2 0 735406287 332357632 6727 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18877/statm: 81142 6727 400 364 0 17048 0
[pid=18879] ppid=18877 vsize=421428 CPUtime=99.97 cores=1,3
/proc/18879/stat : 18879 (adaptg2wsat2009) T 18877 18879 18879 0 -1 4202496 2050 0 0 0 9997 0 0 0 25 0 1 0 735406287 431542272 1782 33554432000 134512640 135107411 4292056576 18446744073709551615 134531844 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18879/statm: 105357 1782 59 146 0 104233 0
[pid=18877/tid=18896] ppid=18748 vsize=324568 CPUtime=0 cores=1,3
/proc/18877/task/18896/stat : 18896 (python) S 18748 18748 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735416317 332357632 6727 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604462113547584 0 0 -1 1 0 0 0
[pid=18897] ppid=18748 vsize=334828 CPUtime=0.3 cores=1,3
/proc/18897/stat : 18897 (python) S 18748 18748 17657 0 -1 4202560 1103 0 0 0 16 14 0 0 19 0 2 0 735416318 342863872 6739 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18897/statm: 83707 6739 400 364 0 19610 0
[pid=18899] ppid=18897 vsize=1018996 CPUtime=100.34 cores=1,3
/proc/18899/stat : 18899 (gnovelty+2) T 18897 18899 18899 0 -1 4202496 960 0 0 0 10033 1 0 0 25 0 1 0 735416318 1043451904 698 33554432000 134512640 135663704 4293989904 18446744073709551615 135008463 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18899/statm: 254749 698 113 282 0 254465 0
[pid=18897/tid=18949] ppid=18748 vsize=334828 CPUtime=0 cores=1,3
/proc/18897/task/18949/stat : 18949 (python) S 18748 18748 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735426353 342863872 6739 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604466447376768 0 0 -1 3 0 0 0
[pid=18950] ppid=18748 vsize=344980 CPUtime=0.28 cores=1,3
/proc/18950/stat : 18950 (python) S 18748 18748 17657 0 -1 4202560 934 0 0 0 14 14 0 0 18 0 1 0 735426354 353259520 6715 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945990 0 0 16781312 514 9363177139349717255 0 0 17 1 0 0 0
/proc/18950/statm: 86245 6715 372 364 0 22145 0
[pid=18952] ppid=18950 vsize=251292 CPUtime=98.42 cores=1,3
/proc/18952/stat : 18952 (FH) R 18950 18952 18952 0 -1 4202496 1946 0 0 0 9842 0 0 0 25 0 1 0 735426355 257323008 1683 33554432000 134512640 134936988 4287622880 18446744073709551615 134552472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18952/statm: 62823 1683 41 104 0 62327 0
[pid=18748/tid=18778] ppid=18746 vsize=354808 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 8 0 735366359 363323392 8236 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18795] ppid=18746 vsize=354808 CPUtime=0 cores=1,3
/proc/18748/task/18795/stat : 18795 (python) S 18746 18748 17657 0 -1 4202560 28 927 0 9 0 0 0 0 20 0 8 0 735376392 363323392 8236 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18850] ppid=18746 vsize=354808 CPUtime=0 cores=1,3
/proc/18748/task/18850/stat : 18850 (python) S 18746 18748 17657 0 -1 4202560 26 927 0 9 0 0 0 0 20 0 8 0 735386424 363323392 8236 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18860] ppid=18746 vsize=354808 CPUtime=0 cores=1,3
/proc/18748/task/18860/stat : 18860 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 20 0 8 0 735396257 363323392 8236 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18878] ppid=18746 vsize=354808 CPUtime=0 cores=1,3
/proc/18748/task/18878/stat : 18878 (python) S 18746 18748 17657 0 -1 4202560 26 927 0 9 0 0 0 0 20 0 8 0 735406287 363323392 8236 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 3 0 0 0
[pid=18748/tid=18898] ppid=18746 vsize=354808 CPUtime=0 cores=1,3
/proc/18748/task/18898/stat : 18898 (python) S 18746 18748 17657 0 -1 4202560 30 927 0 9 0 0 0 0 20 0 8 0 735416318 363323392 8236 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18951] ppid=18746 vsize=354808 CPUtime=0 cores=1,3
/proc/18748/task/18951/stat : 18951 (python) S 18746 18748 17657 0 -1 4202560 28 927 0 9 0 0 0 0 20 0 8 0 735426355 363323392 8236 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.38
Current children cumulated vsize (KiB) 7137372



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+704.201 s]
/proc/loadavg: 4.17 4.09 3.94 6/467 18970
/proc/meminfo: memFree=17622800/32951124 swapFree=45193364/67111528
[pid=18748] ppid=18746 vsize=365064 CPUtime=2.3 cores=1,3
/proc/18748/stat : 18748 (python) S 18746 18748 17657 0 -1 4202496 19002 927 84 9 179 51 0 0 19 0 9 0 735365992 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 35
/proc/18748/statm: 91266 8242 1892 364 0 27163 0
[pid=18777] ppid=18748 vsize=293756 CPUtime=0.29 cores=1,3
/proc/18777/stat : 18777 (python) S 18748 18748 17657 0 -1 4202560 1154 0 0 0 14 15 0 0 19 0 2 0 735366359 300806144 6647 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18777/statm: 73439 6647 415 364 0 9357 0
[pid=18779] ppid=18777 vsize=1018996 CPUtime=99.98 cores=1,3
/proc/18779/stat : 18779 (gnovelty+2) T 18777 18779 18779 0 -1 4202496 964 0 0 0 9996 2 0 0 25 0 1 0 735366359 1043451904 698 33554432000 134512640 135663704 4287668432 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18779/statm: 254749 698 113 282 0 254465 0
[pid=18777/tid=18793] ppid=18748 vsize=293756 CPUtime=0 cores=1,3
/proc/18777/task/18793/stat : 18793 (python) S 18748 18748 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735376390 300806144 6647 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604462681581440 0 0 -1 3 0 0 0
[pid=18794] ppid=18748 vsize=293700 CPUtime=0.28 cores=1,3
/proc/18794/stat : 18794 (python) S 18748 18748 17657 0 -1 4202560 1079 0 0 0 14 14 0 0 19 0 2 0 735376391 300748800 6715 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18794/statm: 73425 6715 400 364 0 9340 0
[pid=18796] ppid=18794 vsize=1018996 CPUtime=100.01 cores=1,3
/proc/18796/stat : 18796 (gnovelty+2) T 18794 18796 18796 0 -1 4202496 964 0 0 0 10001 0 0 0 25 0 1 0 735376392 1043451904 697 33554432000 134512640 135663704 4287046096 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18796/statm: 254749 697 113 282 0 254465 0
[pid=18794/tid=18848] ppid=18748 vsize=293700 CPUtime=0 cores=1,3
/proc/18794/task/18848/stat : 18848 (python) S 18748 18748 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735386423 300748800 6715 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604469981028736 0 0 -1 3 0 0 0
[pid=18849] ppid=18748 vsize=303956 CPUtime=0.29 cores=1,3
/proc/18849/stat : 18849 (python) S 18748 18748 17657 0 -1 4202560 1082 0 0 0 16 13 0 0 19 0 2 0 735386424 311250944 6719 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18849/statm: 75989 6719 400 364 0 11901 0
[pid=18851] ppid=18849 vsize=421428 CPUtime=98.3 cores=1,3
/proc/18851/stat : 18851 (adaptg2wsat2009) T 18849 18851 18851 0 -1 4202496 2044 0 0 0 9830 0 0 0 25 0 1 0 735386424 431542272 1781 33554432000 134512640 135107411 4287150976 18446744073709551615 134531380 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18851/statm: 105357 1781 59 146 0 104233 0
[pid=18849/tid=18858] ppid=18748 vsize=303956 CPUtime=0 cores=1,3
/proc/18849/task/18858/stat : 18858 (python) S 18748 18748 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735396255 311250944 6719 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604461118060608 0 0 -1 3 0 0 0
[pid=18859] ppid=18748 vsize=314212 CPUtime=0.3 cores=1,3
/proc/18859/stat : 18859 (python) S 18748 18748 17657 0 -1 4202560 1101 0 0 0 15 15 0 0 19 0 2 0 735396256 321753088 6723 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18859/statm: 78553 6723 400 364 0 14462 0
[pid=18861] ppid=18859 vsize=421428 CPUtime=100.03 cores=1,3
/proc/18861/stat : 18861 (adaptg2wsat2009) T 18859 18861 18861 0 -1 4202496 2050 0 0 0 10003 0 0 0 25 0 1 0 735396257 431542272 1783 33554432000 134512640 135107411 4288144368 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18861/statm: 105357 1783 59 146 0 104233 0
[pid=18859/tid=18876] ppid=18748 vsize=314212 CPUtime=0 cores=1,3
/proc/18859/task/18876/stat : 18876 (python) S 18748 18748 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735406286 321753088 6723 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604466989433216 0 0 -1 3 0 0 0
[pid=18877] ppid=18748 vsize=324568 CPUtime=0.3 cores=1,3
/proc/18877/stat : 18877 (python) S 18748 18748 17657 0 -1 4202560 1096 0 0 0 15 15 0 0 19 0 2 0 735406287 332357632 6727 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18877/statm: 81142 6727 400 364 0 17048 0
[pid=18879] ppid=18877 vsize=421428 CPUtime=99.97 cores=1,3
/proc/18879/stat : 18879 (adaptg2wsat2009) T 18877 18879 18879 0 -1 4202496 2050 0 0 0 9997 0 0 0 25 0 1 0 735406287 431542272 1782 33554432000 134512640 135107411 4292056576 18446744073709551615 134531844 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18879/statm: 105357 1782 59 146 0 104233 0
[pid=18877/tid=18896] ppid=18748 vsize=324568 CPUtime=0 cores=1,3
/proc/18877/task/18896/stat : 18896 (python) S 18748 18748 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735416317 332357632 6727 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604462113547584 0 0 -1 1 0 0 0
[pid=18897] ppid=18748 vsize=334828 CPUtime=0.3 cores=1,3
/proc/18897/stat : 18897 (python) S 18748 18748 17657 0 -1 4202560 1103 0 0 0 16 14 0 0 19 0 2 0 735416318 342863872 6739 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18897/statm: 83707 6739 400 364 0 19610 0
[pid=18899] ppid=18897 vsize=1018996 CPUtime=100.34 cores=1,3
/proc/18899/stat : 18899 (gnovelty+2) T 18897 18899 18899 0 -1 4202496 960 0 0 0 10033 1 0 0 25 0 1 0 735416318 1043451904 698 33554432000 134512640 135663704 4293989904 18446744073709551615 135008463 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18899/statm: 254749 698 113 282 0 254465 0
[pid=18897/tid=18949] ppid=18748 vsize=334828 CPUtime=0 cores=1,3
/proc/18897/task/18949/stat : 18949 (python) S 18748 18748 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735426353 342863872 6739 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604466447376768 0 0 -1 3 0 0 0
[pid=18950] ppid=18748 vsize=344980 CPUtime=0.3 cores=1,3
/proc/18950/stat : 18950 (python) S 18748 18748 17657 0 -1 4202560 1091 0 0 0 15 15 0 0 19 0 2 0 735426354 353259520 6744 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18950/statm: 86245 6744 400 364 0 22145 0
[pid=18952] ppid=18950 vsize=251292 CPUtime=100.02 cores=1,3
/proc/18952/stat : 18952 (FH) T 18950 18952 18952 0 -1 4202496 1946 0 0 0 10002 0 0 0 25 0 1 0 735426355 257323008 1683 33554432000 134512640 134936988 4287622880 18446744073709551615 134545107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18952/statm: 62823 1683 41 104 0 62327 0
[pid=18950/tid=18967] ppid=18748 vsize=344980 CPUtime=0 cores=1,3
/proc/18950/task/18967/stat : 18967 (python) S 18748 18748 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735436384 353259520 6744 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 514 18446604455793273728 0 0 -1 1 0 0 0
[pid=18968] ppid=18748 vsize=355476 CPUtime=0 cores=1,3
/proc/18968/stat : 18968 (python) S 18748 18748 17657 0 -1 4202560 779 0 0 0 0 0 0 0 19 0 1 0 735436385 364007424 6698 33554432000 4194304 5683644 140735548890000 18446744073709551615 224284945990 0 0 16781312 514 2790794711567171583 0 0 17 1 0 0 0
/proc/18968/statm: 88869 6698 351 364 0 24766 0
[pid=18970] ppid=18968 vsize=419292 CPUtime=0.28 cores=1,3
/proc/18970/stat : 18970 (adaptg2wsat2009) R 18968 18970 18970 0 -1 4202496 1357 0 0 0 28 0 0 0 21 0 1 0 735436386 429355008 1086 33554432000 134512640 135107411 4293362256 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18970/statm: 104823 1086 49 146 0 103699 0
[pid=18748/tid=18778] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18778/stat : 18778 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 19 0 9 0 735366359 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18795] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18795/stat : 18795 (python) S 18746 18748 17657 0 -1 4202560 28 927 0 9 0 0 0 0 20 0 9 0 735376392 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18850] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18850/stat : 18850 (python) S 18746 18748 17657 0 -1 4202560 26 927 0 9 0 0 0 0 20 0 9 0 735386424 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18860] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18860/stat : 18860 (python) S 18746 18748 17657 0 -1 4202560 25 927 0 9 0 0 0 0 20 0 9 0 735396257 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18878] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18878/stat : 18878 (python) S 18746 18748 17657 0 -1 4202560 26 927 0 9 0 0 0 0 20 0 9 0 735406287 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 3 0 0 0
[pid=18748/tid=18898] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18898/stat : 18898 (python) S 18746 18748 17657 0 -1 4202560 30 927 0 9 0 0 0 0 20 0 9 0 735416318 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18951] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18951/stat : 18951 (python) S 18746 18748 17657 0 -1 4202560 28 927 0 9 0 0 0 0 20 0 9 0 735426355 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
[pid=18748/tid=18969] ppid=18746 vsize=365064 CPUtime=0 cores=1,3
/proc/18748/task/18969/stat : 18969 (python) S 18746 18748 17657 0 -1 4202560 24 927 0 9 0 0 0 0 20 0 9 0 735436386 373825536 8242 33554432000 4194304 5683644 140735548890000 18446744073709551615 224296749489 0 0 16781312 2 18446604457500705792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.29
Current children cumulated vsize (KiB) 7922396

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

Real time (s): 704.279
CPU time (s): 703.29
CPU user time (s): 701.74
CPU system time (s): 1.55
CPU usage (%): 99.8596
Max. virtual memory (cumulated for all children) (KiB): 7922396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79773
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19934
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54203
involuntary context switches= 67

runsolver used 2.90156 second user time and 6.25205 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:22:33
IDJOB=3377207
IDBENCH=82516
IDSOLVER=1857
FILE ID=node118/3377207-1305451353
RUNJOBID= node118-1305451353-18713
PBS_JOBID= 13324868
Free space on /tmp= 73292 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S976428817-077-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-3377207-1305451353/watcher-3377207-1305451353 -o /tmp/evaluation-result-3377207-1305451353/solver-3377207-1305451353 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377207-1305451353.cnf -seed 704723317 -budget 2400

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

MD5SUM BENCH= 4d2cfd51677809bb15d90c916352e4e2
RANDOM SEED=704723317

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18080884 kB
Buffers:        290208 kB
Cached:        4570488 kB
SwapCached:      22084 kB
Active:       11929124 kB
Inactive:      2633736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18080884 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:          100240 kB
Writeback:           0 kB
AnonPages:     9692760 kB
Mapped:          15780 kB
Slab:           151756 kB
PageTables:      89996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88678104 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= 73196 MiB
End job on node118 at 2011-05-15 11:34:20