Trace number 3377354

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) 704.67 705.177

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S536077088-015-UNKNOWN.cnf
MD5SUM7eb6d5b5c1c99a6b88954b61ac97b4f7
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 variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.38/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.50	c INFO: solving HOME/instance-3377354-1305452639.cnf
0.38/0.50	c INFO: computing task features
0.57/0.71	c INFO: computed variable-clause graph statistics
0.57/0.72	c INFO: computed clause balance statistics
1.78/1.92	c INFO: computed variable balance statistics
2.28/2.41	c INFO: computed small-clause counts
2.28/2.41	c INFO: computed Horn-clause counts
2.28/2.45	c INFO: computed variable graph statistics
2.28/2.46	c INFO: collected features for HOME/instance-3377354-1305452639.cnf in 1.97 s
2.28/2.47	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.65/102.80	c INFO: running gnovelty+2@0 for 97 with 2297 remaining (b = 0.13)
202.94/203.13	c INFO: running adaptg2wsat2009++@0 for 97 with 2197 remaining (b = 0.08)
303.13/303.40	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.31/403.68	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.59/503.95	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.94/604.30	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.08/704.59	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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-3377354-1305452639/watcher-3377354-1305452639 -o /tmp/evaluation-result-3377354-1305452639/solver-3377354-1305452639 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377354-1305452639.cnf -seed 698966187 -budget 2400 

running on 2 cores: 5,7

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: 5.20 4.97 4.35 5/395 569
/proc/meminfo: memFree=26572432/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=15184 CPUtime=0 cores=5,7
/proc/569/stat : 569 (python) R 567 569 31275 0 -1 4202496 694 0 0 0 0 0 0 0 25 0 1 0 656862427 15548416 587 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204308165 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/569/statm: 3796 587 320 364 0 283 0

[startup+0.103307 s]
/proc/loadavg: 5.20 4.97 4.35 5/395 569
/proc/meminfo: memFree=26572432/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=104220 CPUtime=0.06 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 3046 0 0 0 5 1 0 0 18 0 1 0 656862427 106721280 2732 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/569/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.200282 s]
/proc/loadavg: 5.20 4.97 4.35 5/395 569
/proc/meminfo: memFree=26572432/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=126796 CPUtime=0.14 cores=5,7
/proc/569/stat : 569 (python) R 567 569 31275 0 -1 4202496 5428 931 1 0 11 3 0 0 19 0 1 0 656862427 129839104 4003 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204305841 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/569/statm: 31699 4003 1007 364 0 2994 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126796

[startup+0.300262 s]
/proc/loadavg: 5.20 4.97 4.35 5/395 569
/proc/meminfo: memFree=26572432/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=157380 CPUtime=0.21 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 6598 931 1 0 16 5 0 0 17 0 1 0 656862427 161157120 4695 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/569/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157380

[startup+0.700195 s]
/proc/loadavg: 5.20 4.97 4.35 5/395 569
/proc/meminfo: memFree=26572432/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=288792 CPUtime=0.57 cores=5,7
/proc/569/stat : 569 (python) R 567 569 31275 0 -1 4202496 11728 931 1 0 50 7 0 0 17 0 1 0 656862427 295723008 9401 33554432000 4194304 5683644 140737157227616 18446744073709551615 46927494338952 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/569/statm: 72198 9401 1761 364 0 8122 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 288792

[startup+1.50106 s]
/proc/loadavg: 5.18 4.97 4.35 6/396 574
/proc/meminfo: memFree=26538448/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=289488 CPUtime=1.38 cores=5,7
/proc/569/stat : 569 (python) R 567 569 31275 0 -1 4202496 13890 931 1 0 130 8 0 0 18 0 1 0 656862427 296435712 9757 33554432000 4194304 5683644 140737157227616 18446744073709551615 46927497177374 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/569/statm: 72372 9757 1826 364 0 8296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 289488

[startup+3.10076 s]
/proc/loadavg: 5.18 4.97 4.35 6/396 574
/proc/meminfo: memFree=26538352/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=291924 CPUtime=2.35 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 14209 931 1 0 227 8 0 0 22 0 2 0 656862427 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 72981 7854 1877 364 0 8899 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 291924
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 5.18 4.97 4.35 6/399 577
/proc/meminfo: memFree=26540404/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=291924 CPUtime=2.35 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 14209 931 1 0 227 8 0 0 22 0 2 0 656862427 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 72981 7854 1877 364 0 8899 0
[pid=575] ppid=569 vsize=282232 CPUtime=0 cores=5,7
/proc/575/stat : 575 (python) S 569 569 31275 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 656862675 289005568 6329 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667407 0 0 16781312 514 5153355203465937157 0 0 17 5 0 0 0
/proc/575/statm: 70558 6329 355 364 0 6476 0
[pid=577] ppid=575 vsize=1020188 CPUtime=3.8 cores=5,7
/proc/577/stat : 577 (gnovelty+2) R 575 577 577 0 -1 4202496 1142 0 0 0 380 0 0 0 25 0 1 0 656862675 1044672512 877 33554432000 134512640 135663704 4289218160 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/577/statm: 255047 877 113 282 0 254763 0
[pid=569/tid=576] ppid=567 vsize=291924 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 2 0 656862675 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1594344

[startup+12.7012 s]
/proc/loadavg: 5.15 4.97 4.36 6/402 581
/proc/meminfo: memFree=26500456/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=291924 CPUtime=2.35 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 14209 931 1 0 227 8 0 0 22 0 2 0 656862427 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 72981 7854 1877 364 0 8899 0
[pid=575] ppid=569 vsize=282232 CPUtime=0.02 cores=5,7
/proc/575/stat : 575 (python) S 569 569 31275 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 656862675 289005568 6357 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667407 0 0 16781312 514 2709143874281898245 0 0 17 5 0 0 0
/proc/575/statm: 70558 6357 383 364 0 6476 0
[pid=577] ppid=575 vsize=1020188 CPUtime=10.17 cores=5,7
/proc/577/stat : 577 (gnovelty+2) R 575 577 577 0 -1 4202496 1142 0 0 0 1017 0 0 0 25 0 1 0 656862675 1044672512 877 33554432000 134512640 135663704 4289218160 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/577/statm: 255047 877 113 282 0 254763 0
[pid=569/tid=576] ppid=567 vsize=291924 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 2 0 656862675 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1594344

[startup+25.501 s]
/proc/loadavg: 5.13 4.97 4.36 6/402 581
/proc/meminfo: memFree=26500464/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=291924 CPUtime=2.35 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 14209 931 1 0 227 8 0 0 22 0 2 0 656862427 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 72981 7854 1877 364 0 8899 0
[pid=575] ppid=569 vsize=282232 CPUtime=0.06 cores=5,7
/proc/575/stat : 575 (python) S 569 569 31275 0 -1 4202560 977 0 0 0 3 3 0 0 18 0 1 0 656862675 289005568 6357 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667407 0 0 16781312 514 2709143874281898245 0 0 17 5 0 0 0
/proc/575/statm: 70558 6357 383 364 0 6476 0
[pid=577] ppid=575 vsize=1020188 CPUtime=22.94 cores=5,7
/proc/577/stat : 577 (gnovelty+2) R 575 577 577 0 -1 4202496 1142 0 0 0 2294 0 0 0 25 0 1 0 656862675 1044672512 877 33554432000 134512640 135663704 4289218160 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/577/statm: 255047 877 113 282 0 254763 0
[pid=569/tid=576] ppid=567 vsize=291924 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 2 0 656862675 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1594344

[startup+51.1007 s]
/proc/loadavg: 5.08 4.97 4.38 6/406 585
/proc/meminfo: memFree=26494584/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=291924 CPUtime=2.35 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 14209 931 1 0 227 8 0 0 22 0 2 0 656862427 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 72981 7854 1877 364 0 8899 0
[pid=575] ppid=569 vsize=282232 CPUtime=0.12 cores=5,7
/proc/575/stat : 575 (python) S 569 569 31275 0 -1 4202560 990 0 0 0 6 6 0 0 18 0 1 0 656862675 289005568 6357 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667407 0 0 16781312 514 2709143874281898245 0 0 17 5 0 0 0
/proc/575/statm: 70558 6357 383 364 0 6476 0
[pid=577] ppid=575 vsize=1020188 CPUtime=48.49 cores=5,7
/proc/577/stat : 577 (gnovelty+2) R 575 577 577 0 -1 4202496 1142 0 0 0 4849 0 0 0 25 0 1 0 656862675 1044672512 877 33554432000 134512640 135663704 4289218160 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/577/statm: 255047 877 113 282 0 254763 0
[pid=569/tid=576] ppid=567 vsize=291924 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 2 0 656862675 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1594344

[startup+102.301 s]
/proc/loadavg: 5.14 5.01 4.42 6/389 636
/proc/meminfo: memFree=26484552/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=291924 CPUtime=2.35 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 14209 931 1 0 227 8 0 0 22 0 2 0 656862427 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 72981 7854 1877 364 0 8899 0
[pid=575] ppid=569 vsize=282232 CPUtime=0.24 cores=5,7
/proc/575/stat : 575 (python) S 569 569 31275 0 -1 4202560 1011 0 0 0 12 12 0 0 18 0 1 0 656862675 289005568 6357 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667407 0 0 16781312 514 2709143874281898245 0 0 17 5 0 0 0
/proc/575/statm: 70558 6357 383 364 0 6476 0
[pid=577] ppid=575 vsize=1020188 CPUtime=99.56 cores=5,7
/proc/577/stat : 577 (gnovelty+2) R 575 577 577 0 -1 4202496 1142 0 0 0 9956 0 0 0 25 0 1 0 656862675 1044672512 877 33554432000 134512640 135663704 4289218160 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/577/statm: 255047 877 113 282 0 254763 0
[pid=569/tid=576] ppid=567 vsize=291924 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 2 0 656862675 298930176 7854 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 1594344

[startup+162.301 s]
/proc/loadavg: 5.15 5.03 4.47 6/397 646
/proc/meminfo: memFree=26465264/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=302340 CPUtime=2.36 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 15067 931 1 0 228 8 0 0 20 0 3 0 656862427 309596160 7901 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 75585 7901 1880 364 0 11500 0
[pid=575] ppid=569 vsize=292476 CPUtime=0.26 cores=5,7
/proc/575/stat : 575 (python) S 569 569 31275 0 -1 4202560 1152 0 0 0 13 13 0 0 19 0 2 0 656862675 299495424 6394 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/575/statm: 73119 6394 415 364 0 9037 0
[pid=577] ppid=575 vsize=1020188 CPUtime=100.03 cores=5,7
/proc/577/stat : 577 (gnovelty+2) T 575 577 577 0 -1 4202496 1142 0 0 0 10003 0 0 0 25 0 1 0 656862675 1044672512 877 33554432000 134512640 135663704 4289218160 18446744073709551615 134525271 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/577/statm: 255047 877 113 282 0 254763 0
[pid=575/tid=637] ppid=569 vsize=292476 CPUtime=0 cores=5,7
/proc/575/task/637/stat : 637 (python) S 569 569 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656872706 299495424 6394 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604462702486848 0 0 -1 7 0 0 0
[pid=638] ppid=569 vsize=293120 CPUtime=0.15 cores=5,7
/proc/638/stat : 638 (python) S 569 569 31275 0 -1 4202560 901 0 0 0 8 7 0 0 18 0 1 0 656872708 300154880 6390 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667462 0 0 16781312 514 2709143874281898244 0 0 17 5 0 0 0
/proc/638/statm: 73280 6390 372 364 0 9195 0
[pid=640] ppid=638 vsize=1020188 CPUtime=59.33 cores=5,7
/proc/640/stat : 640 (gnovelty+2) R 638 640 640 0 -1 4202496 1140 0 0 0 5933 0 0 0 25 0 1 0 656872708 1044672512 876 33554432000 134512640 135663704 4287185680 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/640/statm: 255047 876 113 282 0 254763 0
[pid=569/tid=576] ppid=567 vsize=302340 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 3 0 656862675 309596160 7901 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=639] ppid=567 vsize=302340 CPUtime=0 cores=5,7
/proc/569/task/639/stat : 639 (python) S 567 569 31275 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 3 0 656872708 309596160 7901 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 2928312

[startup+222.314 s]
/proc/loadavg: 5.14 5.05 4.51 6/406 659
/proc/meminfo: memFree=26386912/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=313136 CPUtime=2.38 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 15928 931 1 0 230 8 0 0 20 0 4 0 656862427 320651264 8042 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

/proc/638/statm: 73280 6419 400 364 0 9195 0
[pid=640] ppid=638 vsize=1020188 CPUtime=100.05 cores=5,7
/proc/640/stat : 640 (gnovelty+2) T 638 640 640 0 -1 4202496 1140 0 0 0 10005 0 0 0 25 0 1 0 656872708 1044672512 876 33554432000 134512640 135663704 4287185680 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/640/statm: 255047 876 113 282 0 254763 0
[pid=638/tid=656] ppid=569 vsize=293120 CPUtime=0 cores=5,7
/proc/638/task/656/stat : 656 (python) S 569 569 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656882739 300154880 6419 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604455462337536 0 0 -1 7 0 0 0
[pid=657] ppid=569 vsize=303060 CPUtime=0.26 cores=5,7
/proc/657/stat : 657 (python) S 569 569 31275 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 656882741 310333440 6558 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/657/statm: 75765 6558 400 364 0 11677 0
[pid=659] ppid=657 vsize=421804 CPUtime=99.88 cores=5,7
/proc/659/stat : 659 (adaptg2wsat2009) T 657 659 659 0 -1 4202496 2138 0 0 0 9988 0 0 0 25 0 1 0 656882741 431927296 1871 33554432000 134512640 135107411 4287420544 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/659/statm: 105451 1871 59 146 0 104327 0
[pid=657/tid=706] ppid=569 vsize=303060 CPUtime=0 cores=5,7
/proc/657/task/706/stat : 706 (python) S 569 569 31275 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656892767 310333440 6558 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604463285159232 0 0 -1 7 0 0 0
[pid=707] ppid=569 vsize=313408 CPUtime=0.26 cores=5,7
/proc/707/stat : 707 (python) S 569 569 31275 0 -1 4202560 1095 0 0 0 14 12 0 0 19 0 2 0 656892768 320929792 6562 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/707/statm: 78352 6562 400 364 0 14261 0
[pid=709] ppid=707 vsize=421804 CPUtime=99.97 cores=5,7
/proc/709/stat : 709 (adaptg2wsat2009) T 707 709 709 0 -1 4202496 2140 0 0 0 9997 0 0 0 25 0 1 0 656892768 431927296 1871 33554432000 134512640 135107411 4293429552 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/709/statm: 105451 1871 59 146 0 104327 0
[pid=707/tid=722] ppid=569 vsize=313408 CPUtime=0 cores=5,7
/proc/707/task/722/stat : 722 (python) S 569 569 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656902794 320929792 6562 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604463057027200 0 0 -1 7 0 0 0
[pid=723] ppid=569 vsize=323404 CPUtime=0.26 cores=5,7
/proc/723/stat : 723 (python) S 569 569 31275 0 -1 4202560 1088 0 0 0 12 14 0 0 19 0 2 0 656902795 331165696 6565 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/723/statm: 80851 6565 399 364 0 16757 0
[pid=725] ppid=723 vsize=421804 CPUtime=99.97 cores=5,7
/proc/725/stat : 725 (adaptg2wsat2009) T 723 725 725 0 -1 4202496 2139 0 0 0 9997 0 0 0 25 0 1 0 656902796 431927296 1871 33554432000 134512640 135107411 4288126144 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/725/statm: 105451 1871 59 146 0 104327 0
[pid=723/tid=733] ppid=569 vsize=323404 CPUtime=0 cores=5,7
/proc/723/task/733/stat : 733 (python) S 569 569 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656912822 331165696 6565 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604463739113728 0 0 -1 7 0 0 0
[pid=734] ppid=569 vsize=334376 CPUtime=0.28 cores=5,7
/proc/734/stat : 734 (python) S 569 569 31275 0 -1 4202560 1098 0 0 0 14 14 0 0 19 0 2 0 656912823 342401024 6570 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/734/statm: 83594 6570 400 364 0 19497 0
[pid=736] ppid=734 vsize=1020188 CPUtime=100.02 cores=5,7
/proc/736/stat : 736 (gnovelty+2) T 734 736 736 0 -1 4202496 1144 0 0 0 10002 0 0 0 25 0 1 0 656912823 1044672512 876 33554432000 134512640 135663704 4291619664 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/736/statm: 255047 876 113 282 0 254763 0
[pid=734/tid=750] ppid=569 vsize=334376 CPUtime=0 cores=5,7
/proc/734/task/750/stat : 750 (python) S 569 569 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656922856 342401024 6570 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604454223471552 0 0 -1 7 0 0 0
[pid=751] ppid=569 vsize=344356 CPUtime=0.26 cores=5,7
/proc/751/stat : 751 (python) S 569 569 31275 0 -1 4202560 926 0 0 0 14 12 0 0 18 0 1 0 656922858 352620544 6603 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667462 0 0 16781312 514 2709143874281898246 0 0 17 5 0 0 0
/proc/751/statm: 86089 6603 372 364 0 21989 0
[pid=753] ppid=751 vsize=251292 CPUtime=97.68 cores=5,7
/proc/753/stat : 753 (FH) R 751 753 753 0 -1 4202496 1957 0 0 0 9768 0 0 0 25 0 1 0 656922858 257323008 1694 33554432000 134512640 134936988 4293375184 18446744073709551615 134544742 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/753/statm: 62823 1694 41 104 0 62327 0
[pid=569/tid=576] ppid=567 vsize=354392 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 8 0 656862675 362897408 8124 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=639] ppid=567 vsize=354392 CPUtime=0 cores=5,7
/proc/569/task/639/stat : 639 (python) S 567 569 31275 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 656872708 362897408 8124 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=658] ppid=567 vsize=354392 CPUtime=0 cores=5,7
/proc/569/task/658/stat : 658 (python) S 567 569 31275 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656882741 362897408 8124 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=708] ppid=567 vsize=354392 CPUtime=0 cores=5,7
/proc/569/task/708/stat : 708 (python) S 567 569 31275 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656892768 362897408 8124 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=724] ppid=567 vsize=354392 CPUtime=0 cores=5,7
/proc/569/task/724/stat : 724 (python) S 567 569 31275 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 656902796 362897408 8124 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=735] ppid=567 vsize=354392 CPUtime=0 cores=5,7
/proc/569/task/735/stat : 735 (python) S 567 569 31275 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 656912823 362897408 8124 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=752] ppid=567 vsize=354392 CPUtime=0 cores=5,7
/proc/569/task/752/stat : 752 (python) S 567 569 31275 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656922858 362897408 8124 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 7135860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.101 s]
/proc/loadavg: 4.77 5.02 4.72 6/416 784
/proc/meminfo: memFree=26427060/32951124 swapFree=63649232/67111528
[pid=569] ppid=567 vsize=364648 CPUtime=2.45 cores=5,7
/proc/569/stat : 569 (python) S 567 569 31275 0 -1 4202496 20311 931 1 0 236 9 0 0 20 0 9 0 656862427 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/569/statm: 91162 8130 1892 364 0 27059 0
[pid=575] ppid=569 vsize=292476 CPUtime=0.26 cores=5,7
/proc/575/stat : 575 (python) S 569 569 31275 0 -1 4202560 1152 0 0 0 13 13 0 0 19 0 2 0 656862675 299495424 6394 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/575/statm: 73119 6394 415 364 0 9037 0
[pid=577] ppid=575 vsize=1020188 CPUtime=100.03 cores=5,7
/proc/577/stat : 577 (gnovelty+2) T 575 577 577 0 -1 4202496 1142 0 0 0 10003 0 0 0 25 0 1 0 656862675 1044672512 877 33554432000 134512640 135663704 4289218160 18446744073709551615 134525271 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/577/statm: 255047 877 113 282 0 254763 0
[pid=575/tid=637] ppid=569 vsize=292476 CPUtime=0 cores=5,7
/proc/575/task/637/stat : 637 (python) S 569 569 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656872706 299495424 6394 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604462702486848 0 0 -1 7 0 0 0
[pid=638] ppid=569 vsize=293120 CPUtime=0.26 cores=5,7
/proc/638/stat : 638 (python) S 569 569 31275 0 -1 4202560 1072 0 0 0 13 13 0 0 19 0 2 0 656872708 300154880 6419 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/638/statm: 73280 6419 400 364 0 9195 0
[pid=640] ppid=638 vsize=1020188 CPUtime=100.05 cores=5,7
/proc/640/stat : 640 (gnovelty+2) T 638 640 640 0 -1 4202496 1140 0 0 0 10005 0 0 0 25 0 1 0 656872708 1044672512 876 33554432000 134512640 135663704 4287185680 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/640/statm: 255047 876 113 282 0 254763 0
[pid=638/tid=656] ppid=569 vsize=293120 CPUtime=0 cores=5,7
/proc/638/task/656/stat : 656 (python) S 569 569 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656882739 300154880 6419 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604455462337536 0 0 -1 7 0 0 0
[pid=657] ppid=569 vsize=303060 CPUtime=0.26 cores=5,7
/proc/657/stat : 657 (python) S 569 569 31275 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 656882741 310333440 6558 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/657/statm: 75765 6558 400 364 0 11677 0
[pid=659] ppid=657 vsize=421804 CPUtime=99.88 cores=5,7
/proc/659/stat : 659 (adaptg2wsat2009) T 657 659 659 0 -1 4202496 2138 0 0 0 9988 0 0 0 25 0 1 0 656882741 431927296 1871 33554432000 134512640 135107411 4287420544 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/659/statm: 105451 1871 59 146 0 104327 0
[pid=657/tid=706] ppid=569 vsize=303060 CPUtime=0 cores=5,7
/proc/657/task/706/stat : 706 (python) S 569 569 31275 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656892767 310333440 6558 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604463285159232 0 0 -1 7 0 0 0
[pid=707] ppid=569 vsize=313408 CPUtime=0.26 cores=5,7
/proc/707/stat : 707 (python) S 569 569 31275 0 -1 4202560 1095 0 0 0 14 12 0 0 19 0 2 0 656892768 320929792 6562 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/707/statm: 78352 6562 400 364 0 14261 0
[pid=709] ppid=707 vsize=421804 CPUtime=99.97 cores=5,7
/proc/709/stat : 709 (adaptg2wsat2009) T 707 709 709 0 -1 4202496 2140 0 0 0 9997 0 0 0 25 0 1 0 656892768 431927296 1871 33554432000 134512640 135107411 4293429552 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/709/statm: 105451 1871 59 146 0 104327 0
[pid=707/tid=722] ppid=569 vsize=313408 CPUtime=0 cores=5,7
/proc/707/task/722/stat : 722 (python) S 569 569 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656902794 320929792 6562 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604463057027200 0 0 -1 7 0 0 0
[pid=723] ppid=569 vsize=323404 CPUtime=0.26 cores=5,7
/proc/723/stat : 723 (python) S 569 569 31275 0 -1 4202560 1088 0 0 0 12 14 0 0 19 0 2 0 656902795 331165696 6565 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/723/statm: 80851 6565 399 364 0 16757 0
[pid=725] ppid=723 vsize=421804 CPUtime=99.97 cores=5,7
/proc/725/stat : 725 (adaptg2wsat2009) T 723 725 725 0 -1 4202496 2139 0 0 0 9997 0 0 0 25 0 1 0 656902796 431927296 1871 33554432000 134512640 135107411 4288126144 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/725/statm: 105451 1871 59 146 0 104327 0
[pid=723/tid=733] ppid=569 vsize=323404 CPUtime=0 cores=5,7
/proc/723/task/733/stat : 733 (python) S 569 569 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656912822 331165696 6565 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604463739113728 0 0 -1 7 0 0 0
[pid=734] ppid=569 vsize=334376 CPUtime=0.28 cores=5,7
/proc/734/stat : 734 (python) S 569 569 31275 0 -1 4202560 1098 0 0 0 14 14 0 0 19 0 2 0 656912823 342401024 6570 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/734/statm: 83594 6570 400 364 0 19497 0
[pid=736] ppid=734 vsize=1020188 CPUtime=100.02 cores=5,7
/proc/736/stat : 736 (gnovelty+2) T 734 736 736 0 -1 4202496 1144 0 0 0 10002 0 0 0 25 0 1 0 656912823 1044672512 876 33554432000 134512640 135663704 4291619664 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/736/statm: 255047 876 113 282 0 254763 0
[pid=734/tid=750] ppid=569 vsize=334376 CPUtime=0 cores=5,7
/proc/734/task/750/stat : 750 (python) S 569 569 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656922856 342401024 6570 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604454223471552 0 0 -1 7 0 0 0
[pid=751] ppid=569 vsize=344356 CPUtime=0.27 cores=5,7
/proc/751/stat : 751 (python) S 569 569 31275 0 -1 4202560 1086 0 0 0 15 12 0 0 19 0 2 0 656922858 352620544 6632 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/751/statm: 86089 6632 400 364 0 21989 0
[pid=753] ppid=751 vsize=251292 CPUtime=99.94 cores=5,7
/proc/753/stat : 753 (FH) T 751 753 753 0 -1 4202496 1957 0 0 0 9994 0 0 0 25 0 1 0 656922858 257323008 1694 33554432000 134512640 134936988 4293375184 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/753/statm: 62823 1694 41 104 0 62327 0
[pid=751/tid=781] ppid=569 vsize=344356 CPUtime=0 cores=5,7
/proc/751/task/781/stat : 781 (python) S 569 569 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656932885 352620544 6632 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 514 18446604471120722112 0 0 -1 7 0 0 0
[pid=782] ppid=569 vsize=354732 CPUtime=0 cores=5,7
/proc/782/stat : 782 (python) S 569 569 31275 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 656932887 363245568 6586 33554432000 4194304 5683644 140737157227616 18446744073709551615 210204667462 0 0 16781312 514 8126978353472208895 0 0 17 5 0 0 0
/proc/782/statm: 88683 6586 351 364 0 24580 0
[pid=784] ppid=782 vsize=421140 CPUtime=0.51 cores=5,7
/proc/784/stat : 784 (adaptg2wsat2009) R 782 784 784 0 -1 4202496 1809 0 0 0 51 0 0 0 21 0 1 0 656932887 431247360 1538 33554432000 134512640 135107411 4293512608 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/784/statm: 105285 1538 49 146 0 104161 0
[pid=569/tid=576] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/576/stat : 576 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 9 0 656862675 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=639] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/639/stat : 639 (python) S 567 569 31275 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 656872708 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=658] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/658/stat : 658 (python) S 567 569 31275 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656882741 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=708] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/708/stat : 708 (python) S 567 569 31275 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656892768 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=724] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/724/stat : 724 (python) S 567 569 31275 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 656902796 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=735] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/735/stat : 735 (python) S 567 569 31275 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 656912823 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=752] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/752/stat : 752 (python) S 567 569 31275 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656922858 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
[pid=569/tid=783] ppid=567 vsize=364648 CPUtime=0 cores=5,7
/proc/569/task/783/stat : 783 (python) S 567 569 31275 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 656932887 373399552 8130 33554432000 4194304 5683644 140737157227616 18446744073709551615 210216470961 0 0 16781312 2 18446604471158024000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.67
Current children cumulated vsize (KiB) 7921988

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

Real time (s): 705.177
CPU time (s): 704.67
CPU user time (s): 703.68
CPU system time (s): 0.99
CPU usage (%): 99.9281
Max. virtual memory (cumulated for all children) (KiB): 7921988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.36964
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1008
involuntary context switches= 29

runsolver used 2.80457 second user time and 6.81996 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:43:59
IDJOB=3377354
IDBENCH=82663
IDSOLVER=1857
FILE ID=node130/3377354-1305452639
RUNJOBID= node130-1305451278-32333
PBS_JOBID= 13324842
Free space on /tmp= 73300 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S536077088-015-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-3377354-1305452639/watcher-3377354-1305452639 -o /tmp/evaluation-result-3377354-1305452639/solver-3377354-1305452639 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377354-1305452639.cnf -seed 698966187 -budget 2400

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

MD5SUM BENCH= 7eb6d5b5c1c99a6b88954b61ac97b4f7
RANDOM SEED=698966187

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26572712 kB
Buffers:        285072 kB
Cached:        4138200 kB
SwapCached:      10248 kB
Active:        2140604 kB
Inactive:      3939332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26572712 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           33212 kB
Writeback:           0 kB
AnonPages:     1654764 kB
Mapped:          24536 kB
Slab:           190792 kB
PageTables:      42088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77775160 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= 73320 MiB
End job on node130 at 2011-05-15 11:55:46