Trace number 3377302

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 703.19 702.881

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
MD5SUM6e345981a96012731da9bd2ce5420289
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.38/0.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.61	c INFO: solving HOME/instance-3377302-1305452216.cnf
0.38/0.61	c INFO: computing task features
0.47/0.76	c INFO: computed variable-clause graph statistics
0.47/0.77	c INFO: computed clause balance statistics
1.28/1.53	c INFO: computed variable balance statistics
1.68/1.95	c INFO: computed small-clause counts
1.68/1.96	c INFO: computed Horn-clause counts
1.68/1.99	c INFO: computed variable graph statistics
1.68/1.99	c INFO: collected features for HOME/instance-3377302-1305452216.cnf in 1.38 s
1.78/2.00	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.12/102.34	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.38/202.67	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
301.96/301.98	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
402.25/402.29	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.06)
502.68/502.61	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.05)
602.96/602.98	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.04)
702.66/702.32	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.06 4.05 3.89 5/441 6532
/proc/meminfo: memFree=23257288/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=11796 CPUtime=0 cores=1,3
/proc/6532/stat : 6532 (runsolver) R 6530 6532 5445 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 656822065 12079104 52 33554432000 4194304 5432360 140734986524832 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/6532/statm: 2949 52 33 303 0 2643 0

[startup+0.060922 s]
/proc/loadavg: 4.06 4.05 3.89 5/441 6532
/proc/meminfo: memFree=23257288/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=21108 CPUtime=0.03 cores=1,3
/proc/6532/stat : 6532 (python) R 6530 6532 5445 0 -1 4202496 1315 0 0 0 3 0 0 0 17 0 1 0 656822065 21614592 1166 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/6532/statm: 5277 1166 428 364 0 724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21108

[startup+0.100927 s]
/proc/loadavg: 4.06 4.05 3.89 5/441 6532
/proc/meminfo: memFree=23257288/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=84528 CPUtime=0.04 cores=1,3
/proc/6532/stat : 6532 (python) R 6530 6532 5445 0 -1 4202496 2167 0 0 0 4 0 0 0 17 0 1 0 656822065 86556672 1920 33554432000 4194304 5683644 140735115045136 18446744073709551615 253635896881 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6532/statm: 21132 1921 548 364 0 1336 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84528

[startup+0.300867 s]
/proc/loadavg: 4.06 4.05 3.89 5/441 6532
/proc/meminfo: memFree=23257288/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=135752 CPUtime=0.18 cores=1,3
/proc/6532/stat : 6532 (python) R 6530 6532 5445 0 -1 4202496 5975 936 1 0 14 4 0 0 17 0 1 0 656822065 139010048 4149 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/6532/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700796 s]
/proc/loadavg: 4.06 4.05 3.89 5/441 6532
/proc/meminfo: memFree=23257288/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=283976 CPUtime=0.47 cores=1,3
/proc/6532/stat : 6532 (python) R 6530 6532 5445 0 -1 4202496 10592 936 1 0 38 9 0 0 16 0 1 0 656822065 290791424 8260 33554432000 4194304 5683644 140735115045136 18446744073709551615 47113157235939 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6532/statm: 70994 8260 1761 364 0 6918 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 283976

[startup+1.50064 s]
/proc/loadavg: 4.06 4.05 3.89 5/442 6537
/proc/meminfo: memFree=23225040/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=287588 CPUtime=1.28 cores=1,3
/proc/6532/stat : 6532 (python) R 6530 6532 5445 0 -1 4202496 12696 936 1 0 118 10 0 0 17 0 1 0 656822065 294490112 9281 33554432000 4194304 5683644 140735115045136 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6532/statm: 71897 9281 1826 364 0 7821 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 287588

[startup+3.10035 s]
/proc/loadavg: 4.05 4.04 3.89 5/445 6540
/proc/meminfo: memFree=23225016/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=292816 CPUtime=1.79 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 12992 936 1 0 169 10 0 0 20 0 2 0 656822065 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6532/statm: 73204 8108 1877 364 0 9122 0
[pid=6538] ppid=6532 vsize=283516 CPUtime=0 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 656822266 290320384 6583 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879631 0 0 16781312 514 18441766588865544455 0 0 17 1 0 0 0
/proc/6538/statm: 70879 6583 355 364 0 6797 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=1.07 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) R 6538 6540 6540 0 -1 4202496 964 0 0 0 107 0 0 0 24 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 134546888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6532/tid=6539] ppid=6530 vsize=292816 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 2 0 656822266 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 1595328

[startup+6.30076 s]
/proc/loadavg: 4.05 4.04 3.89 5/445 6540
/proc/meminfo: memFree=23225252/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=292816 CPUtime=1.79 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 12992 936 1 0 169 10 0 0 20 0 2 0 656822065 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6532/statm: 73204 8108 1877 364 0 9122 0
[pid=6538] ppid=6532 vsize=283516 CPUtime=0 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 656822266 290320384 6611 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879631 0 0 16781312 514 18441766588865544455 0 0 17 1 0 0 0
/proc/6538/statm: 70879 6611 383 364 0 6797 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=4.25 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) R 6538 6540 6540 0 -1 4202496 964 0 0 0 425 0 0 0 25 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6532/tid=6539] ppid=6530 vsize=292816 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 2 0 656822266 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1595328

[startup+12.7006 s]
/proc/loadavg: 4.12 4.06 3.89 5/445 6540
/proc/meminfo: memFree=23224156/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=292816 CPUtime=1.79 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 12992 936 1 0 169 10 0 0 20 0 2 0 656822065 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6532/statm: 73204 8108 1877 364 0 9122 0
[pid=6538] ppid=6532 vsize=283516 CPUtime=0.02 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 979 0 0 0 1 1 0 0 18 0 1 0 656822266 290320384 6611 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879631 0 0 16781312 514 6181155304193884423 0 0 17 1 0 0 0
/proc/6538/statm: 70879 6611 383 364 0 6797 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=10.64 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) R 6538 6540 6540 0 -1 4202496 964 0 0 0 1064 0 0 0 25 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6532/tid=6539] ppid=6530 vsize=292816 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 2 0 656822266 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1595328

[startup+25.5003 s]
/proc/loadavg: 4.26 4.09 3.90 5/445 6541
/proc/meminfo: memFree=23223032/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=292816 CPUtime=1.79 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 12992 936 1 0 169 10 0 0 20 0 2 0 656822065 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6532/statm: 73204 8108 1877 364 0 9122 0
[pid=6538] ppid=6532 vsize=283516 CPUtime=0.06 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 984 0 0 0 3 3 0 0 18 0 1 0 656822266 290320384 6611 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879631 0 0 16781312 514 6181155304193884423 0 0 17 1 0 0 0
/proc/6538/statm: 70879 6611 383 364 0 6797 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=23.4 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) R 6538 6540 6540 0 -1 4202496 964 0 0 0 2340 0 0 0 25 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6532/tid=6539] ppid=6530 vsize=292816 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 2 0 656822266 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1595328

[startup+51.1006 s]
/proc/loadavg: 4.17 4.08 3.91 5/445 6541
/proc/meminfo: memFree=23222160/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=292816 CPUtime=1.79 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 12992 936 1 0 169 10 0 0 20 0 2 0 656822065 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6532/statm: 73204 8108 1877 364 0 9122 0
[pid=6538] ppid=6532 vsize=283516 CPUtime=0.13 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 996 0 0 0 7 6 0 0 18 0 1 0 656822266 290320384 6611 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879631 0 0 16781312 514 6181155304193884423 0 0 17 1 0 0 0
/proc/6538/statm: 70879 6611 383 364 0 6797 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=48.94 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) R 6538 6540 6540 0 -1 4202496 964 0 0 0 4894 0 0 0 25 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 135008480 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6532/tid=6539] ppid=6530 vsize=292816 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 2 0 656822266 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 1595328

[startup+102.314 s]
/proc/loadavg: 3.95 4.04 3.90 5/415 6625
/proc/meminfo: memFree=23255636/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=292816 CPUtime=1.79 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 12992 936 1 0 169 10 0 0 20 0 2 0 656822065 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6532/statm: 73204 8108 1877 364 0 9122 0
[pid=6538] ppid=6532 vsize=283516 CPUtime=0.28 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 1019 0 0 0 14 14 0 0 18 0 1 0 656822266 290320384 6611 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879631 0 0 16781312 514 6181155304193884423 0 0 17 1 0 0 0
/proc/6538/statm: 70879 6611 383 364 0 6797 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=100.05 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) R 6538 6540 6540 0 -1 4202496 964 0 0 0 10005 0 0 0 25 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6532/tid=6539] ppid=6530 vsize=292816 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 2 0 656822266 299843584 8108 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 1595328

[startup+162.3 s]
/proc/loadavg: 4.04 4.04 3.91 5/423 6634
/proc/meminfo: memFree=23237052/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=303532 CPUtime=1.8 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 13882 936 1 0 170 10 0 0 20 0 3 0 656822065 310816768 8198 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6532/statm: 75883 8198 1880 364 0 11798 0
[pid=6538] ppid=6532 vsize=293760 CPUtime=0.29 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 1159 0 0 0 15 14 0 0 19 0 2 0 656822266 300810240 6648 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6538/statm: 73440 6648 415 364 0 9358 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=100.06 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) T 6538 6540 6540 0 -1 4202496 964 0 0 0 10006 0 0 0 25 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6538/tid=6626] ppid=6532 vsize=293760 CPUtime=0 cores=1,3
/proc/6538/task/6626/stat : 6626 (python) S 6532 6532 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656832299 300810240 6648 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604465796436224 0 0 -1 3 0 0 0
[pid=6627] ppid=6532 vsize=293704 CPUtime=0.16 cores=1,3
/proc/6627/stat : 6627 (python) S 6532 6532 5445 0 -1 4202560 902 0 0 0 9 7 0 0 18 0 1 0 656832300 300752896 6687 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879686 0 0 16781312 514 6181155304193884422 0 0 17 1 0 0 0
/proc/6627/statm: 73426 6687 372 364 0 9341 0
[pid=6629] ppid=6627 vsize=1018996 CPUtime=59.77 cores=1,3
/proc/6629/stat : 6629 (gnovelty+2) R 6627 6629 6629 0 -1 4202496 967 0 0 0 5977 0 0 0 25 0 1 0 656832300 1043451904 698 33554432000 134512640 135663704 4294693408 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6629/statm: 254749 698 113 282 0 254465 0
[pid=6532/tid=6539] ppid=6530 vsize=303532 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 3 0 656822266 310816768 8198 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6628] ppid=6530 vsize=303532 CPUtime=0 cores=1,3
/proc/6532/task/6628/stat : 6628 (python) S 6530 6532 5445 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 3 0 656832300 310816768 8198 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.08

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

/proc/6627/statm: 73426 6716 400 364 0 9341 0
[pid=6629] ppid=6627 vsize=1018996 CPUtime=100.03 cores=1,3
/proc/6629/stat : 6629 (gnovelty+2) T 6627 6629 6629 0 -1 4202496 967 0 0 0 10003 0 0 0 25 0 1 0 656832300 1043451904 698 33554432000 134512640 135663704 4294693408 18446744073709551615 134524747 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6629/statm: 254749 698 113 282 0 254465 0
[pid=6627/tid=6675] ppid=6532 vsize=293704 CPUtime=0 cores=1,3
/proc/6627/task/6675/stat : 6675 (python) S 6532 6532 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656842332 300752896 6716 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604471127013504 0 0 -1 1 0 0 0
[pid=6676] ppid=6532 vsize=303960 CPUtime=0.29 cores=1,3
/proc/6676/stat : 6676 (python) S 6532 6532 5445 0 -1 4202560 1084 0 0 0 14 15 0 0 19 0 2 0 656842333 311255040 6720 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/6676/statm: 75990 6720 400 364 0 11902 0
[pid=6678] ppid=6676 vsize=421428 CPUtime=99.28 cores=1,3
/proc/6678/stat : 6678 (adaptg2wsat2009) T 6676 6678 6678 0 -1 4202496 2046 0 0 0 9928 0 0 0 25 0 1 0 656842333 431542272 1781 33554432000 134512640 135107411 4293549456 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6678/statm: 105357 1781 59 146 0 104233 0
[pid=6676/tid=6694] ppid=6532 vsize=303960 CPUtime=0 cores=1,3
/proc/6676/task/6694/stat : 6694 (python) S 6532 6532 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656852263 311255040 6720 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604465098368320 0 0 -1 3 0 0 0
[pid=6695] ppid=6532 vsize=314308 CPUtime=0.31 cores=1,3
/proc/6695/stat : 6695 (python) S 6532 6532 5445 0 -1 4202560 1082 0 0 0 15 16 0 0 19 0 2 0 656852264 321851392 6724 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6695/statm: 78577 6724 400 364 0 14486 0
[pid=6697] ppid=6695 vsize=421428 CPUtime=99.98 cores=1,3
/proc/6697/stat : 6697 (adaptg2wsat2009) T 6695 6697 6697 0 -1 4202496 2048 0 0 0 9998 0 0 0 25 0 1 0 656852264 431542272 1782 33554432000 134512640 135107411 4292044144 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6697/statm: 105357 1782 59 146 0 104233 0
[pid=6695/tid=6713] ppid=6532 vsize=314308 CPUtime=0 cores=1,3
/proc/6695/task/6713/stat : 6713 (python) S 6532 6532 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656862294 321851392 6724 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604468579619136 0 0 -1 3 0 0 0
[pid=6714] ppid=6532 vsize=324572 CPUtime=0.31 cores=1,3
/proc/6714/stat : 6714 (python) S 6532 6532 5445 0 -1 4202560 1091 0 0 0 15 16 0 0 19 0 2 0 656862295 332361728 6734 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6714/statm: 81143 6734 400 364 0 17049 0
[pid=6716] ppid=6714 vsize=421428 CPUtime=100.01 cores=1,3
/proc/6716/stat : 6716 (adaptg2wsat2009) T 6714 6716 6716 0 -1 4202496 2046 0 0 0 10001 0 0 0 25 0 1 0 656862295 431542272 1781 33554432000 134512640 135107411 4288130384 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6716/statm: 105357 1781 59 146 0 104233 0
[pid=6714/tid=6731] ppid=6532 vsize=324572 CPUtime=0 cores=1,3
/proc/6714/task/6731/stat : 6731 (python) S 6532 6532 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656872326 332361728 6734 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604465796438016 0 0 -1 3 0 0 0
[pid=6732] ppid=6532 vsize=334728 CPUtime=0.32 cores=1,3
/proc/6732/stat : 6732 (python) S 6532 6532 5445 0 -1 4202560 1097 0 0 0 16 16 0 0 19 0 2 0 656872327 342761472 6740 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6732/statm: 83682 6740 400 364 0 19585 0
[pid=6734] ppid=6732 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/6734/stat : 6734 (gnovelty+2) T 6732 6734 6734 0 -1 4202496 964 0 0 0 10002 0 0 0 25 0 1 0 656872327 1043451904 697 33554432000 134512640 135663704 4292898544 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6734/statm: 254749 697 113 282 0 254465 0
[pid=6732/tid=6750] ppid=6532 vsize=334728 CPUtime=0 cores=1,3
/proc/6732/task/6750/stat : 6750 (python) S 6532 6532 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656882362 342761472 6740 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604467909809344 0 0 -1 1 0 0 0
[pid=6751] ppid=6532 vsize=345212 CPUtime=0.31 cores=1,3
/proc/6751/stat : 6751 (python) R 6532 6532 5445 0 -1 4202560 946 0 0 0 16 15 0 0 18 0 1 0 656882363 353497088 6715 33554432000 4194304 5683644 140735115045136 18446744073709551615 4534272 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/6751/statm: 86303 6715 372 364 0 22203 0
[pid=6753] ppid=6751 vsize=251288 CPUtime=99.3 cores=1,3
/proc/6753/stat : 6753 (FH) R 6751 6753 6753 0 -1 4202496 1945 0 0 0 9930 0 0 0 25 0 1 0 656882364 257318912 1681 33554432000 134512640 134936988 4287665200 18446744073709551615 134545107 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6753/statm: 62822 1681 41 104 0 62326 0
[pid=6532/tid=6539] ppid=6530 vsize=354812 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 8 0 656822266 363327488 8236 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6628] ppid=6530 vsize=354812 CPUtime=0 cores=1,3
/proc/6532/task/6628/stat : 6628 (python) S 6530 6532 5445 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 8 0 656832300 363327488 8236 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 3 0 0 0
[pid=6532/tid=6677] ppid=6530 vsize=354812 CPUtime=0 cores=1,3
/proc/6532/task/6677/stat : 6677 (python) S 6530 6532 5445 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 8 0 656842333 363327488 8236 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6696] ppid=6530 vsize=354812 CPUtime=0 cores=1,3
/proc/6532/task/6696/stat : 6696 (python) S 6530 6532 5445 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 8 0 656852264 363327488 8236 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6715] ppid=6530 vsize=354812 CPUtime=0 cores=1,3
/proc/6532/task/6715/stat : 6715 (python) S 6530 6532 5445 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 656862295 363327488 8236 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6733] ppid=6530 vsize=354812 CPUtime=0 cores=1,3
/proc/6532/task/6733/stat : 6733 (python) S 6530 6532 5445 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 656872327 363327488 8236 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 3 0 0 0
[pid=6532/tid=6752] ppid=6530 vsize=354812 CPUtime=0 cores=1,3
/proc/6532/task/6752/stat : 6752 (python) S 6530 6532 5445 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 656882364 363327488 8236 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.66
Current children cumulated vsize (KiB) 7137616



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.09 4.09 3.96 6/490 6807
/proc/meminfo: memFree=22970320/32951124 swapFree=56449224/67111528
[pid=6532] ppid=6530 vsize=365228 CPUtime=1.89 cores=1,3
/proc/6532/stat : 6532 (python) S 6530 6532 5445 0 -1 4202496 19076 936 1 0 178 11 0 0 20 0 9 0 656822065 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6532/statm: 91307 8274 1892 364 0 27204 0
[pid=6538] ppid=6532 vsize=293760 CPUtime=0.29 cores=1,3
/proc/6538/stat : 6538 (python) S 6532 6532 5445 0 -1 4202560 1159 0 0 0 15 14 0 0 19 0 2 0 656822266 300810240 6648 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6538/statm: 73440 6648 415 364 0 9358 0
[pid=6540] ppid=6538 vsize=1018996 CPUtime=100.06 cores=1,3
/proc/6540/stat : 6540 (gnovelty+2) T 6538 6540 6540 0 -1 4202496 964 0 0 0 10006 0 0 0 25 0 1 0 656822266 1043451904 698 33554432000 134512640 135663704 4290377872 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6540/statm: 254749 698 113 282 0 254465 0
[pid=6538/tid=6626] ppid=6532 vsize=293760 CPUtime=0 cores=1,3
/proc/6538/task/6626/stat : 6626 (python) S 6532 6532 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656832299 300810240 6648 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604465796436224 0 0 -1 3 0 0 0
[pid=6627] ppid=6532 vsize=293704 CPUtime=0.28 cores=1,3
/proc/6627/stat : 6627 (python) S 6532 6532 5445 0 -1 4202560 1069 0 0 0 15 13 0 0 19 0 2 0 656832300 300752896 6716 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6627/statm: 73426 6716 400 364 0 9341 0
[pid=6629] ppid=6627 vsize=1018996 CPUtime=100.03 cores=1,3
/proc/6629/stat : 6629 (gnovelty+2) T 6627 6629 6629 0 -1 4202496 967 0 0 0 10003 0 0 0 25 0 1 0 656832300 1043451904 698 33554432000 134512640 135663704 4294693408 18446744073709551615 134524747 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6629/statm: 254749 698 113 282 0 254465 0
[pid=6627/tid=6675] ppid=6532 vsize=293704 CPUtime=0 cores=1,3
/proc/6627/task/6675/stat : 6675 (python) S 6532 6532 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656842332 300752896 6716 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604471127013504 0 0 -1 1 0 0 0
[pid=6676] ppid=6532 vsize=303960 CPUtime=0.29 cores=1,3
/proc/6676/stat : 6676 (python) S 6532 6532 5445 0 -1 4202560 1084 0 0 0 14 15 0 0 19 0 2 0 656842333 311255040 6720 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/6676/statm: 75990 6720 400 364 0 11902 0
[pid=6678] ppid=6676 vsize=421428 CPUtime=99.28 cores=1,3
/proc/6678/stat : 6678 (adaptg2wsat2009) T 6676 6678 6678 0 -1 4202496 2046 0 0 0 9928 0 0 0 25 0 1 0 656842333 431542272 1781 33554432000 134512640 135107411 4293549456 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6678/statm: 105357 1781 59 146 0 104233 0
[pid=6676/tid=6694] ppid=6532 vsize=303960 CPUtime=0 cores=1,3
/proc/6676/task/6694/stat : 6694 (python) S 6532 6532 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656852263 311255040 6720 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604465098368320 0 0 -1 3 0 0 0
[pid=6695] ppid=6532 vsize=314308 CPUtime=0.31 cores=1,3
/proc/6695/stat : 6695 (python) S 6532 6532 5445 0 -1 4202560 1082 0 0 0 15 16 0 0 19 0 2 0 656852264 321851392 6724 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6695/statm: 78577 6724 400 364 0 14486 0
[pid=6697] ppid=6695 vsize=421428 CPUtime=99.98 cores=1,3
/proc/6697/stat : 6697 (adaptg2wsat2009) T 6695 6697 6697 0 -1 4202496 2048 0 0 0 9998 0 0 0 25 0 1 0 656852264 431542272 1782 33554432000 134512640 135107411 4292044144 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6697/statm: 105357 1782 59 146 0 104233 0
[pid=6695/tid=6713] ppid=6532 vsize=314308 CPUtime=0 cores=1,3
/proc/6695/task/6713/stat : 6713 (python) S 6532 6532 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656862294 321851392 6724 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604468579619136 0 0 -1 3 0 0 0
[pid=6714] ppid=6532 vsize=324572 CPUtime=0.31 cores=1,3
/proc/6714/stat : 6714 (python) S 6532 6532 5445 0 -1 4202560 1091 0 0 0 15 16 0 0 19 0 2 0 656862295 332361728 6734 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6714/statm: 81143 6734 400 364 0 17049 0
[pid=6716] ppid=6714 vsize=421428 CPUtime=100.01 cores=1,3
/proc/6716/stat : 6716 (adaptg2wsat2009) T 6714 6716 6716 0 -1 4202496 2046 0 0 0 10001 0 0 0 25 0 1 0 656862295 431542272 1781 33554432000 134512640 135107411 4288130384 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6716/statm: 105357 1781 59 146 0 104233 0
[pid=6714/tid=6731] ppid=6532 vsize=324572 CPUtime=0 cores=1,3
/proc/6714/task/6731/stat : 6731 (python) S 6532 6532 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656872326 332361728 6734 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604465796438016 0 0 -1 3 0 0 0
[pid=6732] ppid=6532 vsize=334728 CPUtime=0.32 cores=1,3
/proc/6732/stat : 6732 (python) S 6532 6532 5445 0 -1 4202560 1097 0 0 0 16 16 0 0 19 0 2 0 656872327 342761472 6740 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6732/statm: 83682 6740 400 364 0 19585 0
[pid=6734] ppid=6732 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/6734/stat : 6734 (gnovelty+2) T 6732 6734 6734 0 -1 4202496 964 0 0 0 10002 0 0 0 25 0 1 0 656872327 1043451904 697 33554432000 134512640 135663704 4292898544 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6734/statm: 254749 697 113 282 0 254465 0
[pid=6732/tid=6750] ppid=6532 vsize=334728 CPUtime=0 cores=1,3
/proc/6732/task/6750/stat : 6750 (python) S 6532 6532 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656882362 342761472 6740 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604467909809344 0 0 -1 1 0 0 0
[pid=6751] ppid=6532 vsize=345212 CPUtime=0.32 cores=1,3
/proc/6751/stat : 6751 (python) S 6532 6532 5445 0 -1 4202560 1103 0 0 0 16 16 0 0 19 0 2 0 656882363 353497088 6744 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/6751/statm: 86303 6744 400 364 0 22203 0
[pid=6753] ppid=6751 vsize=251288 CPUtime=99.31 cores=1,3
/proc/6753/stat : 6753 (FH) T 6751 6753 6753 0 -1 4202496 1945 0 0 0 9931 0 0 0 25 0 1 0 656882364 257318912 1681 33554432000 134512640 134936988 4287665200 18446744073709551615 134545312 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6753/statm: 62822 1681 41 104 0 62326 0
[pid=6751/tid=6804] ppid=6532 vsize=345212 CPUtime=0 cores=1,3
/proc/6751/task/6804/stat : 6804 (python) S 6532 6532 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656892296 353497088 6744 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 514 18446604460364108160 0 0 -1 3 0 0 0
[pid=6805] ppid=6532 vsize=355588 CPUtime=0 cores=1,3
/proc/6805/stat : 6805 (python) S 6532 6532 5445 0 -1 4202560 785 0 0 0 0 0 0 0 19 0 1 0 656892298 364122112 6730 33554432000 4194304 5683644 140735115045136 18446744073709551615 253640879686 0 0 16781312 514 14976249699260956671 0 0 17 1 0 0 0
/proc/6805/statm: 88897 6730 351 364 0 24794 0
[pid=6807] ppid=6805 vsize=419296 CPUtime=0.49 cores=1,3
/proc/6807/stat : 6807 (adaptg2wsat2009) R 6805 6807 6807 0 -1 4202496 1366 0 0 0 49 0 0 0 21 0 1 0 656892298 429359104 1097 33554432000 134512640 135107411 4291216368 18446744073709551615 134542740 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6807/statm: 104824 1097 57 146 0 103700 0
[pid=6532/tid=6539] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6539/stat : 6539 (python) S 6530 6532 5445 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656822266 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6628] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6628/stat : 6628 (python) S 6530 6532 5445 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 656832300 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 3 0 0 0
[pid=6532/tid=6677] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6677/stat : 6677 (python) S 6530 6532 5445 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656842333 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6696] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6696/stat : 6696 (python) S 6530 6532 5445 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 656852264 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6715] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6715/stat : 6715 (python) S 6530 6532 5445 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 656862295 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6733] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6733/stat : 6733 (python) S 6530 6532 5445 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656872327 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 3 0 0 0
[pid=6532/tid=6752] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6752/stat : 6752 (python) S 6530 6532 5445 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656882364 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
[pid=6532/tid=6806] ppid=6530 vsize=365228 CPUtime=0 cores=1,3
/proc/6532/task/6806/stat : 6806 (python) S 6530 6532 5445 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656892298 373993472 8274 33554432000 4194304 5683644 140735115045136 18446744073709551615 253652683185 0 0 16781312 2 18446604466177827008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.19
Current children cumulated vsize (KiB) 7922916

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

Real time (s): 702.881
CPU time (s): 703.19
CPU user time (s): 702.02
CPU system time (s): 1.17
CPU usage (%): 100.044
Max. virtual memory (cumulated for all children) (KiB): 7922916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78273
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20017
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= 1856
involuntary context switches= 29

runsolver used 3.15852 second user time and 6.75597 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 11:36:57
IDJOB=3377302
IDBENCH=82611
IDSOLVER=1857
FILE ID=node106/3377302-1305452216
RUNJOBID= node106-1305451456-6098
PBS_JOBID= 13324871
Free space on /tmp= 73352 MiB

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

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

MD5SUM BENCH= 6e345981a96012731da9bd2ce5420289
RANDOM SEED=705728268

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23257692 kB
Buffers:        287192 kB
Cached:        6140520 kB
SwapCached:      27544 kB
Active:        1215660 kB
Inactive:      8220904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23257692 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           37708 kB
Writeback:           0 kB
AnonPages:     2989856 kB
Mapped:          20188 kB
Slab:           127240 kB
PageTables:      61928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95438120 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= 73296 MiB
End job on node106 at 2011-05-15 11:48:42