Trace number 3377519

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) 702.87 702.873

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1980280938-088.UNKNOWN.cnf
MD5SUM4fa782cc700b96dfddf41b0ed3b14006
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.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.46	c INFO: solving HOME/instance-3377519-1305453696.cnf
0.33/0.46	c INFO: computing task features
0.41/0.51	c INFO: computed variable-clause graph statistics
0.41/0.51	c INFO: computed clause balance statistics
0.61/0.76	c INFO: computed variable balance statistics
0.71/0.86	c INFO: computed small-clause counts
0.71/0.86	c INFO: computed Horn-clause counts
0.71/0.87	c INFO: computed variable graph statistics
0.71/0.87	c INFO: collected features for HOME/instance-3377519-1305453696.cnf in 0.41 s
0.71/0.88	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.49)
100.24/100.16	c INFO: running gnovelty+2@0 for 97 with 2300 remaining (b = 0.11)
200.55/200.44	c INFO: running adaptg2wsat2009++@0 for 97 with 2200 remaining (b = 0.06)
300.85/300.72	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.05)
401.13/401.00	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.04)
501.28/501.29	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.03)
601.57/601.59	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
701.88/701.86	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 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.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-3377519-1305453696/watcher-3377519-1305453696 -o /tmp/evaluation-result-3377519-1305453696/solver-3377519-1305453696 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377519-1305453696.cnf -seed 710103585 -budget 2400 

running on 2 cores: 0,2

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: 4.14 3.81 3.18 5/383 5291
/proc/meminfo: memFree=17072692/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=15772 CPUtime=0 cores=0,2
/proc/5291/stat : 5291 (python) R 5289 5291 30479 0 -1 4202496 886 0 0 0 0 0 0 0 25 0 1 0 656969296 16150528 768 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5291/statm: 3943 769 343 364 0 430 0

[startup+0.09078 s]
/proc/loadavg: 4.14 3.81 3.18 5/383 5291
/proc/meminfo: memFree=17072692/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=99372 CPUtime=0.07 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 2866 0 0 0 6 1 0 0 25 0 1 0 656969296 101756928 2564 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/5291/statm: 24843 2564 818 364 0 1694 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99372

[startup+0.101521 s]
/proc/loadavg: 4.14 3.81 3.18 5/383 5291
/proc/meminfo: memFree=17072692/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=104612 CPUtime=0.07 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 3098 0 0 0 6 1 0 0 25 0 1 0 656969296 107122688 2778 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/5291/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300249 s]
/proc/loadavg: 4.14 3.81 3.18 5/383 5291
/proc/meminfo: memFree=17072692/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=194412 CPUtime=0.23 cores=0,2
/proc/5291/stat : 5291 (python) R 5289 5291 30479 0 -1 4202496 6913 934 1 0 18 5 0 0 25 0 1 0 656969296 199077888 4958 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473965568 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/5291/statm: 48603 4958 1431 364 0 3722 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 194412

[startup+0.700171 s]
/proc/loadavg: 4.14 3.81 3.18 5/383 5291
/proc/meminfo: memFree=17072692/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=279948 CPUtime=0.61 cores=0,2
/proc/5291/stat : 5291 (python) R 5289 5291 30479 0 -1 4202496 9812 934 1 0 53 8 0 0 25 0 1 0 656969296 286666752 7372 33554432000 4194304 5683644 140735552684352 18446744073709551615 47696743146860 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5291/statm: 69987 7372 1826 364 0 5911 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279948

[startup+1.50108 s]
/proc/loadavg: 4.13 3.81 3.18 5/387 5299
/proc/meminfo: memFree=17046284/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=290216 CPUtime=0.79 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 10103 934 1 0 71 8 0 0 25 0 2 0 656969296 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5291/statm: 72554 7419 1869 364 0 8472 0
[pid=5297] ppid=5291 vsize=279972 CPUtime=0 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 743 0 0 0 0 0 0 0 25 0 1 0 656969385 286691328 5900 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987599 0 0 16781312 514 7740598147721723903 0 0 17 2 0 0 0
/proc/5297/statm: 69993 5900 354 364 0 5911 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=0.61 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) R 5297 5299 5299 0 -1 4202496 553 0 0 0 61 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5291/tid=5298] ppid=5289 vsize=290216 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 656969385 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1588272

[startup+3.10075 s]
/proc/loadavg: 4.13 3.81 3.18 5/387 5299
/proc/meminfo: memFree=17045168/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=290216 CPUtime=0.79 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 10103 934 1 0 71 8 0 0 25 0 2 0 656969296 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5291/statm: 72554 7419 1869 364 0 8472 0
[pid=5297] ppid=5291 vsize=279972 CPUtime=0 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 656969385 286691328 5900 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987599 0 0 16781312 514 7740598147721691396 0 0 17 2 0 0 0
/proc/5297/statm: 69993 5900 354 364 0 5911 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=2.21 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) R 5297 5299 5299 0 -1 4202496 553 0 0 0 221 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5291/tid=5298] ppid=5289 vsize=290216 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 656969385 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1588272

[startup+6.30125 s]
/proc/loadavg: 4.12 3.81 3.19 5/387 5299
/proc/meminfo: memFree=17044372/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=290216 CPUtime=0.79 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 10103 934 1 0 71 8 0 0 25 0 2 0 656969296 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5291/statm: 72554 7419 1869 364 0 8472 0
[pid=5297] ppid=5291 vsize=279972 CPUtime=0.01 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 979 0 0 0 0 1 0 0 18 0 1 0 656969385 286691328 5928 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987599 0 0 16781312 514 7740598147721691396 0 0 17 2 0 0 0
/proc/5297/statm: 69993 5928 382 364 0 5911 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=5.41 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) R 5297 5299 5299 0 -1 4202496 553 0 0 0 541 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5291/tid=5298] ppid=5289 vsize=290216 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 656969385 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1588272

[startup+12.7011 s]
/proc/loadavg: 4.11 3.82 3.19 5/387 5300
/proc/meminfo: memFree=17044016/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=290216 CPUtime=0.79 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 10103 934 1 0 71 8 0 0 25 0 2 0 656969296 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5291/statm: 72554 7419 1869 364 0 8472 0
[pid=5297] ppid=5291 vsize=279972 CPUtime=0.02 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 982 0 0 0 1 1 0 0 18 0 1 0 656969385 286691328 5928 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987599 0 0 16781312 514 5612276784075604228 0 0 17 2 0 0 0
/proc/5297/statm: 69993 5928 382 364 0 5911 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=11.81 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) R 5297 5299 5299 0 -1 4202496 553 0 0 0 1181 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5291/tid=5298] ppid=5289 vsize=290216 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 656969385 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1588272

[startup+25.5009 s]
/proc/loadavg: 4.31 3.87 3.21 5/387 5300
/proc/meminfo: memFree=17043236/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=290216 CPUtime=0.79 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 10103 934 1 0 71 8 0 0 25 0 2 0 656969296 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5291/statm: 72554 7419 1869 364 0 8472 0
[pid=5297] ppid=5291 vsize=279972 CPUtime=0.06 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 988 0 0 0 3 3 0 0 18 0 1 0 656969385 286691328 5928 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987599 0 0 16781312 514 5612276784075604228 0 0 17 2 0 0 0
/proc/5297/statm: 69993 5928 382 364 0 5911 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=24.61 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) R 5297 5299 5299 0 -1 4202496 553 0 0 0 2461 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5291/tid=5298] ppid=5289 vsize=290216 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 656969385 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1588272

[startup+51.1004 s]
/proc/loadavg: 4.19 3.88 3.24 5/391 5305
/proc/meminfo: memFree=17034796/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=290216 CPUtime=0.79 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 10103 934 1 0 71 8 0 0 25 0 2 0 656969296 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5291/statm: 72554 7419 1869 364 0 8472 0
[pid=5297] ppid=5291 vsize=279972 CPUtime=0.11 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 1000 0 0 0 6 5 0 0 18 0 1 0 656969385 286691328 5928 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987599 0 0 16781312 514 5612276784075604228 0 0 17 2 0 0 0
/proc/5297/statm: 69993 5928 382 364 0 5911 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=50.2 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) R 5297 5299 5299 0 -1 4202496 553 0 0 0 5020 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5291/tid=5298] ppid=5289 vsize=290216 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 656969385 297181184 7419 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1588272

[startup+102.313 s]
/proc/loadavg: 4.08 3.90 3.28 5/375 5347
/proc/meminfo: memFree=17050748/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=300472 CPUtime=0.82 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 11001 934 1 0 73 9 0 0 20 0 3 0 656969296 307683328 7426 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5291/statm: 75118 7426 1872 364 0 11033 0
[pid=5297] ppid=5291 vsize=290216 CPUtime=0.24 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 1159 0 0 0 13 11 0 0 19 0 2 0 656969385 297181184 5966 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5297/statm: 72554 5966 415 364 0 8472 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=99.25 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) T 5297 5299 5299 0 -1 4202496 553 0 0 0 9925 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5297/tid=5344] ppid=5291 vsize=290216 CPUtime=0 cores=0,2
/proc/5297/task/5344/stat : 5344 (python) S 5291 5291 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656979312 297181184 5966 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604446125007104 0 0 -1 0 0 0 0
[pid=5345] ppid=5291 vsize=290228 CPUtime=0 cores=0,2
/proc/5345/stat : 5345 (python) S 5291 5291 30479 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 656979313 297193472 5898 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987654 0 0 16781312 514 6189753764295966977 0 0 17 0 0 0 0
/proc/5345/statm: 72557 5898 348 364 0 8472 0
[pid=5347] ppid=5345 vsize=1018084 CPUtime=2.13 cores=0,2
/proc/5347/stat : 5347 (gnovelty+2) R 5345 5347 5347 0 -1 4202496 550 0 0 0 213 0 0 0 25 0 1 0 656979313 1042518016 286 33554432000 134512640 135663704 4290573360 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5347/statm: 254521 286 113 282 0 254237 0
[pid=5291/tid=5298] ppid=5289 vsize=300472 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 656969385 307683328 7426 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=5291/tid=5346] ppid=5289 vsize=300472 CPUtime=0 cores=0,2
/proc/5291/task/5346/stat : 5346 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 656979313 307683328 7426 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 2917084

[startup+162.301 s]
/proc/loadavg: 4.08 3.93 3.32 5/379 5356
/proc/meminfo: memFree=17037372/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=300472 CPUtime=0.82 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 11001 934 1 0 73 9 0 0 20 0 3 0 656969296 307683328 7426 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5291/statm: 75118 7426 1872 364 0 11033 0
[pid=5297] ppid=5291 vsize=290216 CPUtime=0.24 cores=0,2

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

/proc/5345/statm: 72557 5951 400 364 0 8472 0
[pid=5347] ppid=5345 vsize=1018084 CPUtime=100.02 cores=0,2
/proc/5347/stat : 5347 (gnovelty+2) T 5345 5347 5347 0 -1 4202496 550 0 0 0 10002 0 0 0 25 0 1 0 656979313 1042518016 286 33554432000 134512640 135663704 4290573360 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5347/statm: 254521 286 113 282 0 254237 0
[pid=5345/tid=5361] ppid=5291 vsize=290228 CPUtime=0 cores=0,2
/proc/5345/task/5361/stat : 5361 (python) S 5291 5291 30479 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656989340 297193472 5951 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604437173988416 0 0 -1 2 0 0 0
[pid=5362] ppid=5291 vsize=300484 CPUtime=0.26 cores=0,2
/proc/5362/stat : 5362 (python) S 5291 5291 30479 0 -1 4202560 1080 0 0 0 12 14 0 0 19 0 2 0 656989341 307695616 5955 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5362/statm: 75121 5955 400 364 0 11033 0
[pid=5364] ppid=5362 vsize=417056 CPUtime=100 cores=0,2
/proc/5364/stat : 5364 (adaptg2wsat2009) T 5362 5364 5364 0 -1 4202496 715 0 0 0 10000 0 0 0 25 0 1 0 656989341 427065344 449 33554432000 134512640 135107411 4292417664 18446744073709551615 134531248 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5364/statm: 104264 449 59 146 0 103140 0
[pid=5362/tid=5407] ppid=5291 vsize=300484 CPUtime=0 cores=0,2
/proc/5362/task/5407/stat : 5407 (python) S 5291 5291 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656999367 307695616 5955 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604448338296960 0 0 -1 0 0 0 0
[pid=5408] ppid=5291 vsize=310740 CPUtime=0.27 cores=0,2
/proc/5408/stat : 5408 (python) S 5291 5291 30479 0 -1 4202560 1088 0 0 0 15 12 0 0 19 0 2 0 656999369 318197760 5959 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5408/statm: 77685 5959 400 364 0 13594 0
[pid=5410] ppid=5408 vsize=417056 CPUtime=99.98 cores=0,2
/proc/5410/stat : 5410 (adaptg2wsat2009) T 5408 5410 5410 0 -1 4202496 715 0 0 0 9998 0 0 0 25 0 1 0 656999369 427065344 450 33554432000 134512640 135107411 4288644640 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5410/statm: 104264 450 59 146 0 103140 0
[pid=5408/tid=5421] ppid=5291 vsize=310740 CPUtime=0 cores=0,2
/proc/5408/task/5421/stat : 5421 (python) S 5291 5291 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657009395 318197760 5959 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604453864230976 0 0 -1 2 0 0 0
[pid=5422] ppid=5291 vsize=320996 CPUtime=0.28 cores=0,2
/proc/5422/stat : 5422 (python) S 5291 5291 30479 0 -1 4202560 1083 0 0 0 16 12 0 0 19 0 2 0 657009397 328699904 5963 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5422/statm: 80249 5963 400 364 0 16155 0
[pid=5424] ppid=5422 vsize=417056 CPUtime=99.95 cores=0,2
/proc/5424/stat : 5424 (adaptg2wsat2009) T 5422 5424 5424 0 -1 4202496 719 0 0 0 9995 0 0 0 25 0 1 0 657009397 427065344 450 33554432000 134512640 135107411 4289039072 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5424/statm: 104264 450 59 146 0 103140 0
[pid=5422/tid=5432] ppid=5291 vsize=320996 CPUtime=0 cores=0,2
/proc/5422/task/5432/stat : 5432 (python) S 5291 5291 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657019424 328699904 5963 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604445825661760 0 0 -1 2 0 0 0
[pid=5433] ppid=5291 vsize=331252 CPUtime=0.27 cores=0,2
/proc/5433/stat : 5433 (python) S 5291 5291 30479 0 -1 4202560 1093 0 0 0 14 13 0 0 19 0 2 0 657019426 339202048 5967 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5433/statm: 82813 5967 400 364 0 18716 0
[pid=5435] ppid=5433 vsize=1018084 CPUtime=99.98 cores=0,2
/proc/5435/stat : 5435 (gnovelty+2) T 5433 5435 5435 0 -1 4202496 547 0 0 0 9998 0 0 0 25 0 1 0 657019426 1042518016 286 33554432000 134512640 135663704 4291933024 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5435/statm: 254521 286 113 282 0 254237 0
[pid=5433/tid=5495] ppid=5291 vsize=331252 CPUtime=0 cores=0,2
/proc/5433/task/5495/stat : 5495 (python) S 5291 5291 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657029454 339202048 5967 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604443471702144 0 0 -1 0 0 0 0
[pid=5496] ppid=5291 vsize=341508 CPUtime=0.26 cores=0,2
/proc/5496/stat : 5496 (python) S 5291 5291 30479 0 -1 4202560 1080 0 0 0 14 12 0 0 19 0 2 0 657029455 349704192 5971 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5496/statm: 85377 5971 400 364 0 21277 0
[pid=5498] ppid=5496 vsize=247232 CPUtime=100.01 cores=0,2
/proc/5498/stat : 5498 (FH) T 5496 5498 5498 0 -1 4202496 669 0 0 0 10001 0 0 0 25 0 1 0 657029456 253165568 406 33554432000 134512640 134936988 4293834720 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5498/statm: 61808 406 41 104 0 61312 0
[pid=5291/tid=5298] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 656969385 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=5291/tid=5346] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5346/stat : 5346 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656979313 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5363] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5363/stat : 5363 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 656989341 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5409] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5409/stat : 5409 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656999369 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5423] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5423/stat : 5423 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 657009397 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5434] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5434/stat : 5434 (python) S 5289 5291 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 657019426 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=5291/tid=5497] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5497/stat : 5497 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 657029455 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 7100084



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 2.90 3.65 3.49 4/367 5527
/proc/meminfo: memFree=17173720/32950928 swapFree=67111348/67111528
[pid=5291] ppid=5289 vsize=362008 CPUtime=0.9 cores=0,2
/proc/5291/stat : 5291 (python) S 5289 5291 30479 0 -1 4202496 16327 934 1 0 80 10 0 0 20 0 9 0 656969296 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5291/statm: 90502 7470 1892 364 0 26399 0
[pid=5297] ppid=5291 vsize=290216 CPUtime=0.24 cores=0,2
/proc/5297/stat : 5297 (python) S 5291 5291 30479 0 -1 4202560 1159 0 0 0 13 11 0 0 19 0 2 0 656969385 297181184 5966 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5297/statm: 72554 5966 415 364 0 8472 0
[pid=5299] ppid=5297 vsize=1018084 CPUtime=99.25 cores=0,2
/proc/5299/stat : 5299 (gnovelty+2) T 5297 5299 5299 0 -1 4202496 553 0 0 0 9925 0 0 0 25 0 1 0 656969385 1042518016 287 33554432000 134512640 135663704 4292589824 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5299/statm: 254521 287 113 282 0 254237 0
[pid=5297/tid=5344] ppid=5291 vsize=290216 CPUtime=0 cores=0,2
/proc/5297/task/5344/stat : 5344 (python) S 5291 5291 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656979312 297181184 5966 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604446125007104 0 0 -1 0 0 0 0
[pid=5345] ppid=5291 vsize=290228 CPUtime=0.26 cores=0,2
/proc/5345/stat : 5345 (python) S 5291 5291 30479 0 -1 4202560 1070 0 0 0 13 13 0 0 19 0 2 0 656979313 297193472 5951 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5345/statm: 72557 5951 400 364 0 8472 0
[pid=5347] ppid=5345 vsize=1018084 CPUtime=100.02 cores=0,2
/proc/5347/stat : 5347 (gnovelty+2) T 5345 5347 5347 0 -1 4202496 550 0 0 0 10002 0 0 0 25 0 1 0 656979313 1042518016 286 33554432000 134512640 135663704 4290573360 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5347/statm: 254521 286 113 282 0 254237 0
[pid=5345/tid=5361] ppid=5291 vsize=290228 CPUtime=0 cores=0,2
/proc/5345/task/5361/stat : 5361 (python) S 5291 5291 30479 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656989340 297193472 5951 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604437173988416 0 0 -1 2 0 0 0
[pid=5362] ppid=5291 vsize=300484 CPUtime=0.26 cores=0,2
/proc/5362/stat : 5362 (python) S 5291 5291 30479 0 -1 4202560 1080 0 0 0 12 14 0 0 19 0 2 0 656989341 307695616 5955 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5362/statm: 75121 5955 400 364 0 11033 0
[pid=5364] ppid=5362 vsize=417056 CPUtime=100 cores=0,2
/proc/5364/stat : 5364 (adaptg2wsat2009) T 5362 5364 5364 0 -1 4202496 715 0 0 0 10000 0 0 0 25 0 1 0 656989341 427065344 449 33554432000 134512640 135107411 4292417664 18446744073709551615 134531248 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5364/statm: 104264 449 59 146 0 103140 0
[pid=5362/tid=5407] ppid=5291 vsize=300484 CPUtime=0 cores=0,2
/proc/5362/task/5407/stat : 5407 (python) S 5291 5291 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656999367 307695616 5955 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604448338296960 0 0 -1 0 0 0 0
[pid=5408] ppid=5291 vsize=310740 CPUtime=0.27 cores=0,2
/proc/5408/stat : 5408 (python) S 5291 5291 30479 0 -1 4202560 1088 0 0 0 15 12 0 0 19 0 2 0 656999369 318197760 5959 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5408/statm: 77685 5959 400 364 0 13594 0
[pid=5410] ppid=5408 vsize=417056 CPUtime=99.98 cores=0,2
/proc/5410/stat : 5410 (adaptg2wsat2009) T 5408 5410 5410 0 -1 4202496 715 0 0 0 9998 0 0 0 25 0 1 0 656999369 427065344 450 33554432000 134512640 135107411 4288644640 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5410/statm: 104264 450 59 146 0 103140 0
[pid=5408/tid=5421] ppid=5291 vsize=310740 CPUtime=0 cores=0,2
/proc/5408/task/5421/stat : 5421 (python) S 5291 5291 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657009395 318197760 5959 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604453864230976 0 0 -1 2 0 0 0
[pid=5422] ppid=5291 vsize=320996 CPUtime=0.28 cores=0,2
/proc/5422/stat : 5422 (python) S 5291 5291 30479 0 -1 4202560 1083 0 0 0 16 12 0 0 19 0 2 0 657009397 328699904 5963 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5422/statm: 80249 5963 400 364 0 16155 0
[pid=5424] ppid=5422 vsize=417056 CPUtime=99.95 cores=0,2
/proc/5424/stat : 5424 (adaptg2wsat2009) T 5422 5424 5424 0 -1 4202496 719 0 0 0 9995 0 0 0 25 0 1 0 657009397 427065344 450 33554432000 134512640 135107411 4289039072 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5424/statm: 104264 450 59 146 0 103140 0
[pid=5422/tid=5432] ppid=5291 vsize=320996 CPUtime=0 cores=0,2
/proc/5422/task/5432/stat : 5432 (python) S 5291 5291 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657019424 328699904 5963 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604445825661760 0 0 -1 2 0 0 0
[pid=5433] ppid=5291 vsize=331252 CPUtime=0.27 cores=0,2
/proc/5433/stat : 5433 (python) S 5291 5291 30479 0 -1 4202560 1093 0 0 0 14 13 0 0 19 0 2 0 657019426 339202048 5967 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5433/statm: 82813 5967 400 364 0 18716 0
[pid=5435] ppid=5433 vsize=1018084 CPUtime=99.98 cores=0,2
/proc/5435/stat : 5435 (gnovelty+2) T 5433 5435 5435 0 -1 4202496 547 0 0 0 9998 0 0 0 25 0 1 0 657019426 1042518016 286 33554432000 134512640 135663704 4291933024 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5435/statm: 254521 286 113 282 0 254237 0
[pid=5433/tid=5495] ppid=5291 vsize=331252 CPUtime=0 cores=0,2
/proc/5433/task/5495/stat : 5495 (python) S 5291 5291 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657029454 339202048 5967 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604443471702144 0 0 -1 0 0 0 0
[pid=5496] ppid=5291 vsize=341508 CPUtime=0.26 cores=0,2
/proc/5496/stat : 5496 (python) S 5291 5291 30479 0 -1 4202560 1080 0 0 0 14 12 0 0 19 0 2 0 657029455 349704192 5971 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5496/statm: 85377 5971 400 364 0 21277 0
[pid=5498] ppid=5496 vsize=247232 CPUtime=100.01 cores=0,2
/proc/5498/stat : 5498 (FH) T 5496 5498 5498 0 -1 4202496 669 0 0 0 10001 0 0 0 25 0 1 0 657029456 253165568 406 33554432000 134512640 134936988 4293834720 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5498/statm: 61808 406 41 104 0 61312 0
[pid=5496/tid=5524] ppid=5291 vsize=341508 CPUtime=0 cores=0,2
/proc/5496/task/5524/stat : 5524 (python) S 5291 5291 30479 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657039481 349704192 5971 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 514 18446604453402381248 0 0 -1 2 0 0 0
[pid=5525] ppid=5291 vsize=351764 CPUtime=0 cores=0,2
/proc/5525/stat : 5525 (python) S 5291 5291 30479 0 -1 4202560 770 0 0 0 0 0 0 0 19 0 1 0 657039483 360206336 5924 33554432000 4194304 5683644 140735552684352 18446744073709551615 274473987654 0 0 16781312 514 2775356468801568767 0 0 17 0 0 0 0
/proc/5525/statm: 87941 5924 350 364 0 23838 0
[pid=5527] ppid=5525 vsize=416916 CPUtime=0.94 cores=0,2
/proc/5527/stat : 5527 (adaptg2wsat2009) R 5525 5527 5527 0 -1 4202496 646 0 0 0 94 0 0 0 23 0 1 0 657039483 426921984 379 33554432000 134512640 135107411 4287563792 18446744073709551615 134523217 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5527/statm: 104229 379 49 146 0 103105 0
[pid=5291/tid=5298] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5298/stat : 5298 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 656969385 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=5291/tid=5346] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5346/stat : 5346 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656979313 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5363] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5363/stat : 5363 (python) S 5289 5291 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 656989341 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5409] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5409/stat : 5409 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656999369 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5423] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5423/stat : 5423 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 657009397 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5434] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5434/stat : 5434 (python) S 5289 5291 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 657019426 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=5291/tid=5497] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5497/stat : 5497 (python) S 5289 5291 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 657029455 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 0 0 0 0
[pid=5291/tid=5526] ppid=5289 vsize=362008 CPUtime=0 cores=0,2
/proc/5291/task/5526/stat : 5526 (python) S 5289 5291 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 657039483 370696192 7470 33554432000 4194304 5683644 140735552684352 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 702.87
Current children cumulated vsize (KiB) 7868764

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

Real time (s): 702.873
CPU time (s): 702.87
CPU user time (s): 701.9
CPU system time (s): 0.97
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 7868764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.818875
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17758
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= 1002
involuntary context switches= 55

runsolver used 2.50962 second user time and 5.63014 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 12:01:36
IDJOB=3377519
IDBENCH=82828
IDSOLVER=1857
FILE ID=node125/3377519-1305453696
RUNJOBID= node125-1305452977-4765
PBS_JOBID= 13324855
Free space on /tmp= 73124 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1980280938-088.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-3377519-1305453696/watcher-3377519-1305453696 -o /tmp/evaluation-result-3377519-1305453696/solver-3377519-1305453696 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377519-1305453696.cnf -seed 710103585 -budget 2400

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

MD5SUM BENCH= 4fa782cc700b96dfddf41b0ed3b14006
RANDOM SEED=710103585

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17072972 kB
Buffers:        282016 kB
Cached:        4716924 kB
SwapCached:          0 kB
Active:       11803920 kB
Inactive:      3677500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17072972 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32396 kB
Writeback:           0 kB
AnonPages:    10482464 kB
Mapped:          38748 kB
Slab:           281364 kB
PageTables:      49200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 65066232 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= 73148 MiB
End job on node125 at 2011-05-15 12:13:21