Trace number 3484205

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
MD5SUM6317a356b3e87abef9291d8243489542
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.47	c INFO: solving HOME/instance-3484205-1307748316.cnf
0.29/0.47	c INFO: computing task features
0.39/0.52	c INFO: computed variable-clause graph statistics
0.39/0.52	c INFO: computed clause balance statistics
0.59/0.77	c INFO: computed variable balance statistics
0.69/0.87	c INFO: computed small-clause counts
0.69/0.87	c INFO: computed Horn-clause counts
0.69/0.88	c INFO: computed variable graph statistics
0.69/0.88	c INFO: collected features for HOME/instance-3484205-1307748316.cnf in 0.41 s
0.69/0.89	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.49)
100.92/101.03	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.09/201.22	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.31/301.36	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.51/401.51	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.59/501.66	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.77/601.82	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
701.90/701.96	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484205-1307748316/watcher-3484205-1307748316 -o /tmp/evaluation-result-3484205-1307748316/solver-3484205-1307748316 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484205-1307748316.cnf -seed 120101686 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.01 3.95 3.02 5/218 6307
/proc/meminfo: memFree=31621656/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=15184 CPUtime=0 cores=5,7
/proc/6307/stat : 6307 (python) R 6305 6307 5426 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 1 0 867247778 15548416 603 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106764645 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6307/statm: 3796 603 319 364 0 283 0

[startup+0.042958 s]
/proc/loadavg: 4.01 3.95 3.02 5/218 6307
/proc/meminfo: memFree=31621656/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=18884 CPUtime=0.02 cores=5,7
/proc/6307/stat : 6307 (python) R 6305 6307 5426 0 -1 4202496 1289 0 0 0 2 0 0 0 25 0 1 0 867247778 19337216 1141 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106764645 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6307/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100949 s]
/proc/loadavg: 4.01 3.95 3.02 5/218 6307
/proc/meminfo: memFree=31621656/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=104216 CPUtime=0.07 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 3036 0 0 0 5 2 0 0 17 0 1 0 867247778 106717184 2725 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/6307/statm: 26054 2725 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.300918 s]
/proc/loadavg: 4.01 3.95 3.02 5/218 6307
/proc/meminfo: memFree=31621656/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=168672 CPUtime=0.22 cores=5,7
/proc/6307/stat : 6307 (python) R 6305 6307 5426 0 -1 4202496 6726 938 1 0 16 6 0 0 17 0 1 0 867247778 172720128 4795 33554432000 4194304 5683644 140734486541760 18446744073709551615 5291052 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6307/statm: 42168 4795 1331 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168672

[startup+0.700844 s]
/proc/loadavg: 4.01 3.95 3.02 5/218 6307
/proc/meminfo: memFree=31621656/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=279948 CPUtime=0.59 cores=5,7
/proc/6307/stat : 6307 (python) R 6305 6307 5426 0 -1 4202496 9815 938 1 0 50 9 0 0 17 0 1 0 867247778 286666752 7372 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106424056 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6307/statm: 69987 7372 1826 364 0 5911 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279948

[startup+1.5007 s]
/proc/loadavg: 4.01 3.95 3.02 5/222 6315
/proc/meminfo: memFree=31595980/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=290216 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10104 938 1 0 69 9 0 0 20 0 2 0 867247778 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 72554 7419 1869 364 0 8472 0
[pid=6313] ppid=6307 vsize=279972 CPUtime=0 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 867247867 286691328 5900 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788879 0 0 16781312 514 4373166491407745023 0 0 17 5 0 0 0
/proc/6313/statm: 69993 5900 354 364 0 5911 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=0.6 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) R 6313 6315 6315 0 -1 4202496 550 0 0 0 60 0 0 0 22 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6307/tid=6314] ppid=6305 vsize=290216 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 2 0 867247867 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1588272

[startup+3.10042 s]
/proc/loadavg: 4.01 3.95 3.02 5/222 6315
/proc/meminfo: memFree=31595608/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=290216 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10104 938 1 0 69 9 0 0 20 0 2 0 867247778 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 72554 7419 1869 364 0 8472 0
[pid=6313] ppid=6307 vsize=279972 CPUtime=0 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867247867 286691328 5900 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788879 0 0 16781312 514 4373166491407712517 0 0 17 5 0 0 0
/proc/6313/statm: 69993 5900 354 364 0 5911 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=2.2 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) R 6313 6315 6315 0 -1 4202496 550 0 0 0 220 0 0 0 25 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6307/tid=6314] ppid=6305 vsize=290216 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 2 0 867247867 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1588272

[startup+6.30087 s]
/proc/loadavg: 4.01 3.95 3.02 5/222 6315
/proc/meminfo: memFree=31595048/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=290216 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10104 938 1 0 69 9 0 0 20 0 2 0 867247778 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 72554 7419 1869 364 0 8472 0
[pid=6313] ppid=6307 vsize=279972 CPUtime=0 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 867247867 286691328 5923 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788879 0 0 16781312 514 4373166491407712517 0 0 17 5 0 0 0
/proc/6313/statm: 69993 5923 377 364 0 5911 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=5.39 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) R 6313 6315 6315 0 -1 4202496 550 0 0 0 539 0 0 0 25 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6307/tid=6314] ppid=6305 vsize=290216 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 2 0 867247867 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1588272

[startup+12.7007 s]
/proc/loadavg: 4.01 3.95 3.03 5/222 6316
/proc/meminfo: memFree=31595452/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=290216 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10104 938 1 0 69 9 0 0 20 0 2 0 867247778 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 72554 7419 1869 364 0 8472 0
[pid=6313] ppid=6307 vsize=279972 CPUtime=0 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 872 0 0 0 0 0 0 0 18 0 1 0 867247867 286691328 5923 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788879 0 0 16781312 514 17076840546430845189 0 0 17 5 0 0 0
/proc/6313/statm: 69993 5923 377 364 0 5911 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=11.79 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) R 6313 6315 6315 0 -1 4202496 550 0 0 0 1179 0 0 0 25 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6307/tid=6314] ppid=6305 vsize=290216 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 2 0 867247867 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1588272

[startup+25.5005 s]
/proc/loadavg: 4.01 3.95 3.04 5/222 6316
/proc/meminfo: memFree=31595820/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=290216 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10104 938 1 0 69 9 0 0 20 0 2 0 867247778 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 72554 7419 1869 364 0 8472 0
[pid=6313] ppid=6307 vsize=279972 CPUtime=0.02 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 879 0 0 0 1 1 0 0 18 0 1 0 867247867 286691328 5923 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788879 0 0 16781312 514 17076840546430845189 0 0 17 5 0 0 0
/proc/6313/statm: 69993 5923 377 364 0 5911 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=24.58 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) R 6313 6315 6315 0 -1 4202496 550 0 0 0 2458 0 0 0 25 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6307/tid=6314] ppid=6305 vsize=290216 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 2 0 867247867 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1588272

[startup+51.101 s]
/proc/loadavg: 4.00 3.95 3.07 5/226 6321
/proc/meminfo: memFree=31591036/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=290216 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10104 938 1 0 69 9 0 0 20 0 2 0 867247778 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 72554 7419 1869 364 0 8472 0
[pid=6313] ppid=6307 vsize=279972 CPUtime=0.05 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 891 0 0 0 3 2 0 0 18 0 1 0 867247867 286691328 5923 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788879 0 0 16781312 514 17076840546430845189 0 0 17 5 0 0 0
/proc/6313/statm: 69993 5923 377 364 0 5911 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=50.15 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) R 6313 6315 6315 0 -1 4202496 550 0 0 0 5015 0 0 0 25 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6307/tid=6314] ppid=6305 vsize=290216 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 2 0 867247867 297181184 7419 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1588272

[startup+102.307 s]
/proc/loadavg: 4.00 3.96 3.12 5/238 6334
/proc/meminfo: memFree=31567580/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=300472 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10979 938 1 0 69 9 0 0 20 0 3 0 867247778 307683328 7426 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 75118 7426 1872 364 0 11033 0
[pid=6313] ppid=6307 vsize=290216 CPUtime=0.12 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 1148 0 0 0 7 5 0 0 19 0 2 0 867247867 297181184 5966 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6313/statm: 72554 5966 415 364 0 8472 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=100.04 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) T 6313 6315 6315 0 -1 4202496 550 0 0 0 10004 0 0 0 25 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6313/tid=6331] ppid=6307 vsize=290216 CPUtime=0 cores=5,7
/proc/6313/task/6331/stat : 6331 (python) S 6307 6307 5426 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867257880 297181184 5966 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471110769600 0 0 -1 7 0 0 0
[pid=6332] ppid=6307 vsize=290228 CPUtime=0 cores=5,7
/proc/6332/stat : 6332 (python) S 6307 6307 5426 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 867257881 297193472 5898 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788934 0 0 16781312 514 4490836225812300040 0 0 17 5 0 0 0
/proc/6332/statm: 72557 5898 348 364 0 8472 0
[pid=6334] ppid=6332 vsize=1018084 CPUtime=1.22 cores=5,7
/proc/6334/stat : 6334 (gnovelty+2) R 6332 6334 6334 0 -1 4202496 549 0 0 0 122 0 0 0 24 0 1 0 867257881 1042518016 286 33554432000 134512640 135663704 4292553184 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6334/statm: 254521 286 113 282 0 254237 0
[pid=6307/tid=6314] ppid=6305 vsize=300472 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 3 0 867247867 307683328 7426 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6333] ppid=6305 vsize=300472 CPUtime=0 cores=5,7
/proc/6307/task/6333/stat : 6333 (python) S 6305 6307 5426 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 3 0 867257881 307683328 7426 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 2917084

[startup+162.3 s]
/proc/loadavg: 4.03 3.97 3.17 5/242 6339
/proc/meminfo: memFree=31559948/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=300472 CPUtime=0.78 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 10979 938 1 0 69 9 0 0 20 0 3 0 867247778 307683328 7426 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6307/statm: 75118 7426 1872 364 0 11033 0
[pid=6313] ppid=6307 vsize=290216 CPUtime=0.12 cores=5,7

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

/proc/6332/statm: 72557 5951 400 364 0 8472 0
[pid=6334] ppid=6332 vsize=1018084 CPUtime=100.02 cores=5,7
/proc/6334/stat : 6334 (gnovelty+2) T 6332 6334 6334 0 -1 4202496 549 0 0 0 10002 0 0 0 25 0 1 0 867257881 1042518016 286 33554432000 134512640 135663704 4292553184 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6334/statm: 254521 286 113 282 0 254237 0
[pid=6332/tid=6350] ppid=6307 vsize=290228 CPUtime=0 cores=5,7
/proc/6332/task/6350/stat : 6350 (python) S 6307 6307 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867267899 297193472 5951 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471138166720 0 0 -1 7 0 0 0
[pid=6351] ppid=6307 vsize=300484 CPUtime=0.14 cores=5,7
/proc/6351/stat : 6351 (python) S 6307 6307 5426 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867267900 307695616 5955 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6351/statm: 75121 5955 400 364 0 11033 0
[pid=6353] ppid=6351 vsize=417056 CPUtime=100.13 cores=5,7
/proc/6353/stat : 6353 (adaptg2wsat2009) T 6351 6353 6353 0 -1 4202496 716 0 0 0 10013 0 0 0 25 0 1 0 867267900 427065344 449 33554432000 134512640 135107411 4286945408 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6353/statm: 104264 449 59 146 0 103140 0
[pid=6351/tid=6460] ppid=6307 vsize=300484 CPUtime=0 cores=5,7
/proc/6351/task/6460/stat : 6460 (python) S 6307 6307 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867277914 307695616 5955 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=6461] ppid=6307 vsize=310740 CPUtime=0.14 cores=5,7
/proc/6461/stat : 6461 (python) S 6307 6307 5426 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 867277914 318197760 5959 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6461/statm: 77685 5959 400 364 0 13594 0
[pid=6463] ppid=6461 vsize=417056 CPUtime=99.98 cores=5,7
/proc/6463/stat : 6463 (adaptg2wsat2009) T 6461 6463 6463 0 -1 4202496 716 0 0 0 9998 0 0 0 25 0 1 0 867277915 427065344 450 33554432000 134512640 135107411 4292501744 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6463/statm: 104264 450 59 146 0 103140 0
[pid=6461/tid=6479] ppid=6307 vsize=310740 CPUtime=0 cores=5,7
/proc/6461/task/6479/stat : 6479 (python) S 6307 6307 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867287928 318197760 5959 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471120782656 0 0 -1 7 0 0 0
[pid=6480] ppid=6307 vsize=320996 CPUtime=0.15 cores=5,7
/proc/6480/stat : 6480 (python) S 6307 6307 5426 0 -1 4202560 1083 0 0 0 7 8 0 0 19 0 2 0 867287929 328699904 5963 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6480/statm: 80249 5963 400 364 0 16155 0
[pid=6482] ppid=6480 vsize=417056 CPUtime=99.98 cores=5,7
/proc/6482/stat : 6482 (adaptg2wsat2009) T 6480 6482 6482 0 -1 4202496 717 0 0 0 9998 0 0 0 25 0 1 0 867287929 427065344 452 33554432000 134512640 135107411 4288602800 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6482/statm: 104264 452 59 146 0 103140 0
[pid=6480/tid=6498] ppid=6307 vsize=320996 CPUtime=0 cores=5,7
/proc/6480/task/6498/stat : 6498 (python) S 6307 6307 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867297943 328699904 5963 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604470616873024 0 0 -1 7 0 0 0
[pid=6499] ppid=6307 vsize=331252 CPUtime=0.15 cores=5,7
/proc/6499/stat : 6499 (python) S 6307 6307 5426 0 -1 4202560 1081 0 0 0 10 5 0 0 19 0 2 0 867297944 339202048 5967 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6499/statm: 82813 5967 400 364 0 18716 0
[pid=6501] ppid=6499 vsize=1018084 CPUtime=100 cores=5,7
/proc/6501/stat : 6501 (gnovelty+2) T 6499 6501 6501 0 -1 4202496 549 0 0 0 10000 0 0 0 25 0 1 0 867297944 1042518016 286 33554432000 134512640 135663704 4291739584 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6501/statm: 254521 286 113 282 0 254237 0
[pid=6499/tid=6605] ppid=6307 vsize=331252 CPUtime=0 cores=5,7
/proc/6499/task/6605/stat : 6605 (python) S 6307 6307 5426 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867307959 339202048 5967 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471135232128 0 0 -1 7 0 0 0
[pid=6606] ppid=6307 vsize=341508 CPUtime=0.14 cores=5,7
/proc/6606/stat : 6606 (python) S 6307 6307 5426 0 -1 4202560 1076 0 0 0 8 6 0 0 19 0 2 0 867307960 349704192 5971 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6606/statm: 85377 5971 400 364 0 21277 0
[pid=6608] ppid=6606 vsize=247236 CPUtime=100.02 cores=5,7
/proc/6608/stat : 6608 (FH) T 6606 6608 6608 0 -1 4202496 669 0 0 0 10002 0 0 0 25 0 1 0 867307960 253169664 405 33554432000 134512640 134936988 4288309632 18446744073709551615 134545134 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6608/statm: 61809 405 41 104 0 61313 0
[pid=6307/tid=6314] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 867247867 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6333] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6333/stat : 6333 (python) S 6305 6307 5426 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 867257881 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6352] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6352/stat : 6352 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 867267900 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 7 0 0 0
[pid=6307/tid=6462] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6462/stat : 6462 (python) S 6305 6307 5426 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 867277915 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6481] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6481/stat : 6481 (python) S 6305 6307 5426 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 867287929 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6500] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6500/stat : 6500 (python) S 6305 6307 5426 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 867297944 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6607] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6607/stat : 6607 (python) S 6305 6307 5426 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 867307960 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 7100088



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 3.96 3.98 3.52 6/242 6669
/proc/meminfo: memFree=31544324/32951124 swapFree=67088052/67111528
[pid=6307] ppid=6305 vsize=362008 CPUtime=0.85 cores=5,7
/proc/6307/stat : 6307 (python) S 6305 6307 5426 0 -1 4202496 16179 938 1 0 74 11 0 0 20 0 9 0 867247778 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6307/statm: 90502 7462 1884 364 0 26399 0
[pid=6313] ppid=6307 vsize=290216 CPUtime=0.12 cores=5,7
/proc/6313/stat : 6313 (python) S 6307 6307 5426 0 -1 4202560 1148 0 0 0 7 5 0 0 19 0 2 0 867247867 297181184 5966 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6313/statm: 72554 5966 415 364 0 8472 0
[pid=6315] ppid=6313 vsize=1018084 CPUtime=100.04 cores=5,7
/proc/6315/stat : 6315 (gnovelty+2) T 6313 6315 6315 0 -1 4202496 550 0 0 0 10004 0 0 0 25 0 1 0 867247867 1042518016 287 33554432000 134512640 135663704 4288349968 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6315/statm: 254521 287 113 282 0 254237 0
[pid=6313/tid=6331] ppid=6307 vsize=290216 CPUtime=0 cores=5,7
/proc/6313/task/6331/stat : 6331 (python) S 6307 6307 5426 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867257880 297181184 5966 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471110769600 0 0 -1 7 0 0 0
[pid=6332] ppid=6307 vsize=290228 CPUtime=0.13 cores=5,7
/proc/6332/stat : 6332 (python) S 6307 6307 5426 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 867257881 297193472 5951 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6332/statm: 72557 5951 400 364 0 8472 0
[pid=6334] ppid=6332 vsize=1018084 CPUtime=100.02 cores=5,7
/proc/6334/stat : 6334 (gnovelty+2) T 6332 6334 6334 0 -1 4202496 549 0 0 0 10002 0 0 0 25 0 1 0 867257881 1042518016 286 33554432000 134512640 135663704 4292553184 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6334/statm: 254521 286 113 282 0 254237 0
[pid=6332/tid=6350] ppid=6307 vsize=290228 CPUtime=0 cores=5,7
/proc/6332/task/6350/stat : 6350 (python) S 6307 6307 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867267899 297193472 5951 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471138166720 0 0 -1 7 0 0 0
[pid=6351] ppid=6307 vsize=300484 CPUtime=0.14 cores=5,7
/proc/6351/stat : 6351 (python) S 6307 6307 5426 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867267900 307695616 5955 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6351/statm: 75121 5955 400 364 0 11033 0
[pid=6353] ppid=6351 vsize=417056 CPUtime=100.13 cores=5,7
/proc/6353/stat : 6353 (adaptg2wsat2009) T 6351 6353 6353 0 -1 4202496 716 0 0 0 10013 0 0 0 25 0 1 0 867267900 427065344 449 33554432000 134512640 135107411 4286945408 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6353/statm: 104264 449 59 146 0 103140 0
[pid=6351/tid=6460] ppid=6307 vsize=300484 CPUtime=0 cores=5,7
/proc/6351/task/6460/stat : 6460 (python) S 6307 6307 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867277914 307695616 5955 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=6461] ppid=6307 vsize=310740 CPUtime=0.14 cores=5,7
/proc/6461/stat : 6461 (python) S 6307 6307 5426 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 867277914 318197760 5959 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6461/statm: 77685 5959 400 364 0 13594 0
[pid=6463] ppid=6461 vsize=417056 CPUtime=99.98 cores=5,7
/proc/6463/stat : 6463 (adaptg2wsat2009) T 6461 6463 6463 0 -1 4202496 716 0 0 0 9998 0 0 0 25 0 1 0 867277915 427065344 450 33554432000 134512640 135107411 4292501744 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6463/statm: 104264 450 59 146 0 103140 0
[pid=6461/tid=6479] ppid=6307 vsize=310740 CPUtime=0 cores=5,7
/proc/6461/task/6479/stat : 6479 (python) S 6307 6307 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867287928 318197760 5959 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471120782656 0 0 -1 7 0 0 0
[pid=6480] ppid=6307 vsize=320996 CPUtime=0.15 cores=5,7
/proc/6480/stat : 6480 (python) S 6307 6307 5426 0 -1 4202560 1083 0 0 0 7 8 0 0 19 0 2 0 867287929 328699904 5963 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6480/statm: 80249 5963 400 364 0 16155 0
[pid=6482] ppid=6480 vsize=417056 CPUtime=99.98 cores=5,7
/proc/6482/stat : 6482 (adaptg2wsat2009) T 6480 6482 6482 0 -1 4202496 717 0 0 0 9998 0 0 0 25 0 1 0 867287929 427065344 452 33554432000 134512640 135107411 4288602800 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6482/statm: 104264 452 59 146 0 103140 0
[pid=6480/tid=6498] ppid=6307 vsize=320996 CPUtime=0 cores=5,7
/proc/6480/task/6498/stat : 6498 (python) S 6307 6307 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867297943 328699904 5963 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604470616873024 0 0 -1 7 0 0 0
[pid=6499] ppid=6307 vsize=331252 CPUtime=0.15 cores=5,7
/proc/6499/stat : 6499 (python) S 6307 6307 5426 0 -1 4202560 1081 0 0 0 10 5 0 0 19 0 2 0 867297944 339202048 5967 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6499/statm: 82813 5967 400 364 0 18716 0
[pid=6501] ppid=6499 vsize=1018084 CPUtime=100 cores=5,7
/proc/6501/stat : 6501 (gnovelty+2) T 6499 6501 6501 0 -1 4202496 549 0 0 0 10000 0 0 0 25 0 1 0 867297944 1042518016 286 33554432000 134512640 135663704 4291739584 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6501/statm: 254521 286 113 282 0 254237 0
[pid=6499/tid=6605] ppid=6307 vsize=331252 CPUtime=0 cores=5,7
/proc/6499/task/6605/stat : 6605 (python) S 6307 6307 5426 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867307959 339202048 5967 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471135232128 0 0 -1 7 0 0 0
[pid=6606] ppid=6307 vsize=341508 CPUtime=0.14 cores=5,7
/proc/6606/stat : 6606 (python) S 6307 6307 5426 0 -1 4202560 1076 0 0 0 8 6 0 0 19 0 2 0 867307960 349704192 5971 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6606/statm: 85377 5971 400 364 0 21277 0
[pid=6608] ppid=6606 vsize=247236 CPUtime=100.02 cores=5,7
/proc/6608/stat : 6608 (FH) T 6606 6608 6608 0 -1 4202496 669 0 0 0 10002 0 0 0 25 0 1 0 867307960 253169664 405 33554432000 134512640 134936988 4288309632 18446744073709551615 134545134 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6608/statm: 61809 405 41 104 0 61313 0
[pid=6606/tid=6666] ppid=6307 vsize=341508 CPUtime=0 cores=5,7
/proc/6606/task/6666/stat : 6666 (python) S 6307 6307 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867317973 349704192 5971 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 514 18446604471112708224 0 0 -1 7 0 0 0
[pid=6667] ppid=6307 vsize=351764 CPUtime=0 cores=5,7
/proc/6667/stat : 6667 (python) S 6307 6307 5426 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 867317974 360206336 5924 33554432000 4194304 5683644 140734486541760 18446744073709551615 255106788934 0 0 16781312 514 15778296152723554303 0 0 17 5 0 0 0
/proc/6667/statm: 87941 5924 350 364 0 23838 0
[pid=6669] ppid=6667 vsize=416916 CPUtime=0.84 cores=5,7
/proc/6669/stat : 6669 (adaptg2wsat2009) R 6667 6669 6669 0 -1 4202496 642 0 0 0 84 0 0 0 23 0 1 0 867317974 426921984 380 33554432000 134512640 135107411 4289508624 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6669/statm: 104229 380 49 146 0 103105 0
[pid=6307/tid=6314] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6314/stat : 6314 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 867247867 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6333] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6333/stat : 6333 (python) S 6305 6307 5426 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 867257881 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6352] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6352/stat : 6352 (python) S 6305 6307 5426 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 867267900 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 7 0 0 0
[pid=6307/tid=6462] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6462/stat : 6462 (python) S 6305 6307 5426 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 867277915 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6481] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6481/stat : 6481 (python) S 6305 6307 5426 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 867287929 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6500] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6500/stat : 6500 (python) S 6305 6307 5426 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 867297944 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6607] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6607/stat : 6607 (python) S 6305 6307 5426 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 867307960 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 5 0 0 0
[pid=6307/tid=6668] ppid=6305 vsize=362008 CPUtime=0 cores=5,7
/proc/6307/task/6668/stat : 6668 (python) S 6305 6307 5426 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 867317974 370696192 7462 33554432000 4194304 5683644 140734486541760 18446744073709551615 255118592433 0 0 16781312 2 18446604471161706368 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.83
Current children cumulated vsize (KiB) 7868768

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

Real time (s): 702.863
CPU time (s): 702.83
CPU user time (s): 702.3
CPU system time (s): 0.53
CPU usage (%): 99.9953
Max. virtual memory (cumulated for all children) (KiB): 7868768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.751885
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17735
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= 1009
involuntary context switches= 30

runsolver used 1.41478 second user time and 2.95555 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:25:16
IDJOB=3484205
IDBENCH=82716
IDSOLVER=1975
FILE ID=node144/3484205-1307748316
RUNJOBID= node144-1307746988-5447
PBS_JOBID= 13550816
Free space on /tmp= 73972 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484205-1307748316/watcher-3484205-1307748316 -o /tmp/evaluation-result-3484205-1307748316/solver-3484205-1307748316 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484205-1307748316.cnf -seed 120101686 -budget 1200

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

MD5SUM BENCH= 6317a356b3e87abef9291d8243489542
RANDOM SEED=120101686

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31622332 kB
Buffers:        152932 kB
Cached:         823348 kB
SwapCached:       1652 kB
Active:         590824 kB
Inactive:       553984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31622332 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           34068 kB
Writeback:           0 kB
AnonPages:      167036 kB
Mapped:          21776 kB
Slab:           110004 kB
PageTables:      12184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7112548 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= 73940 MiB
End job on node144 at 2011-06-11 01:37:01