Trace number 3484118

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1275797759-041-UNKNOWN.cnf
MD5SUM374e3ba6783d13d6d478972802d8dba0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3484118-1307747695.cnf
0.33/0.47	c INFO: computing task features
0.61/0.72	c INFO: computed variable-clause graph statistics
0.61/0.72	c INFO: computed clause balance statistics
1.91/2.03	c INFO: computed variable balance statistics
2.41/2.57	c INFO: computed small-clause counts
2.54/4.07	c INFO: computed Horn-clause counts
2.54/4.07	c INFO: computed variable graph statistics
2.54/4.07	c INFO: collected features for HOME/instance-3484118-1307747695.cnf in 2.15 s
2.54/4.07	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.38)
102.83/102.82	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
203.03/203.03	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
303.15/303.19	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.36/403.35	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.56/503.51	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
603.76/603.74	c INFO: running FH@0 for 97 with 597 remaining (b = 0.03)
704.11/703.90	c INFO: running adaptg2wsat2009++@0 for 97 with 497 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.1 (svn: 988)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.08 3.66 2.15 4/221 31589
/proc/meminfo: memFree=31117864/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=15384 CPUtime=0 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 813 0 0 0 0 0 0 0 17 0 1 0 867185826 15753216 697 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/31589/statm: 3846 697 334 364 0 333 0

[startup+0.069667 s]
/proc/loadavg: 4.08 3.66 2.15 4/221 31589
/proc/meminfo: memFree=31117864/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=50012 CPUtime=0.05 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 1955 0 0 0 4 1 0 0 17 0 1 0 867185826 51212288 1717 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31589/statm: 12503 1717 476 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.100928 s]
/proc/loadavg: 4.08 3.66 2.15 4/221 31589
/proc/meminfo: memFree=31117864/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=101880 CPUtime=0.07 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 2963 0 0 0 5 2 0 0 17 0 1 0 867185826 104325120 2655 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31589/statm: 25470 2655 841 364 0 1770 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101880

[startup+0.300913 s]
/proc/loadavg: 4.08 3.66 2.15 4/221 31589
/proc/meminfo: memFree=31117864/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=170752 CPUtime=0.23 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 6740 932 1 0 17 6 0 0 19 0 1 0 867185826 174850048 4805 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31589/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700428 s]
/proc/loadavg: 4.08 3.66 2.15 4/221 31589
/proc/meminfo: memFree=31117864/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=288800 CPUtime=0.61 cores=0,2
/proc/31589/stat : 31589 (python) R 31587 31589 31196 0 -1 4202496 11732 932 1 0 52 9 0 0 19 0 1 0 867185826 295731200 9403 33554432000 4194304 5683644 140736307102176 18446744073709551615 47693862820165 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31589/statm: 72200 9403 1761 364 0 8124 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 288800

[startup+1.50026 s]
/proc/loadavg: 4.07 3.67 2.16 5/222 31594
/proc/meminfo: memFree=31074976/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=289496 CPUtime=1.41 cores=0,2
/proc/31589/stat : 31589 (python) R 31587 31589 31196 0 -1 4202496 13894 932 1 0 132 9 0 0 21 0 1 0 867185826 296443904 9759 33554432000 4194304 5683644 140736307102176 18446744073709551615 47693895357088 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31589/statm: 72374 9759 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 289496

[startup+3.10095 s]
/proc/loadavg: 4.07 3.67 2.16 5/225 31597
/proc/meminfo: memFree=31075820/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=291932 CPUtime=2.54 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 14207 932 1 0 245 9 0 0 25 0 2 0 867185826 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 72983 7848 1869 364 0 8901 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 291932

[startup+6.30041 s]
/proc/loadavg: 4.06 3.67 2.17 5/228 31601
/proc/meminfo: memFree=31077048/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=291932 CPUtime=2.54 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 14207 932 1 0 245 9 0 0 25 0 2 0 867185826 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 72983 7848 1869 364 0 8901 0
[pid=31598] ppid=31589 vsize=282240 CPUtime=0 cores=0,2
/proc/31598/stat : 31598 (python) S 31589 31589 31196 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 867186089 289013760 6331 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675407 0 0 16781312 514 4357685092810719492 0 0 17 2 0 0 0
/proc/31598/statm: 70560 6331 355 364 0 6478 0
[pid=31600] ppid=31598 vsize=1020188 CPUtime=3.66 cores=0,2
/proc/31600/stat : 31600 (gnovelty+2) R 31598 31600 31600 0 -1 4202496 1138 0 0 0 366 0 0 0 25 0 1 0 867186090 1044672512 877 33554432000 134512640 135663704 4292669504 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31600/statm: 255047 877 113 282 0 254763 0
[pid=31589/tid=31599] ppid=31587 vsize=291932 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 867186090 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1594360

[startup+12.7013 s]
/proc/loadavg: 4.06 3.68 2.18 5/228 31601
/proc/meminfo: memFree=31077104/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=291932 CPUtime=2.54 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 14207 932 1 0 245 9 0 0 25 0 2 0 867185826 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 72983 7848 1869 364 0 8901 0
[pid=31598] ppid=31589 vsize=282240 CPUtime=0 cores=0,2
/proc/31598/stat : 31598 (python) S 31589 31589 31196 0 -1 4202560 856 0 0 0 0 0 0 0 18 0 1 0 867186089 289013760 6354 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675407 0 0 16781312 514 4357685092810719492 0 0 17 2 0 0 0
/proc/31598/statm: 70560 6354 378 364 0 6478 0
[pid=31600] ppid=31598 vsize=1020188 CPUtime=10.06 cores=0,2
/proc/31600/stat : 31600 (gnovelty+2) R 31598 31600 31600 0 -1 4202496 1138 0 0 0 1006 0 0 0 25 0 1 0 867186090 1044672512 877 33554432000 134512640 135663704 4292669504 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31600/statm: 255047 877 113 282 0 254763 0
[pid=31589/tid=31599] ppid=31587 vsize=291932 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 867186090 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1594360

[startup+25.501 s]
/proc/loadavg: 4.05 3.69 2.20 5/228 31601
/proc/meminfo: memFree=31077600/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=291932 CPUtime=2.54 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 14207 932 1 0 245 9 0 0 25 0 2 0 867185826 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 72983 7848 1869 364 0 8901 0
[pid=31598] ppid=31589 vsize=282240 CPUtime=0.03 cores=0,2
/proc/31598/stat : 31598 (python) S 31589 31589 31196 0 -1 4202560 868 0 0 0 2 1 0 0 18 0 1 0 867186089 289013760 6354 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675407 0 0 16781312 514 10715664402444419332 0 0 17 2 0 0 0
/proc/31598/statm: 70560 6354 378 364 0 6478 0
[pid=31600] ppid=31598 vsize=1020188 CPUtime=22.86 cores=0,2
/proc/31600/stat : 31600 (gnovelty+2) R 31598 31600 31600 0 -1 4202496 1138 0 0 0 2286 0 0 0 25 0 1 0 867186090 1044672512 877 33554432000 134512640 135663704 4292669504 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31600/statm: 255047 877 113 282 0 254763 0
[pid=31589/tid=31599] ppid=31587 vsize=291932 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 867186090 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 1594360

[startup+51.1074 s]
/proc/loadavg: 4.03 3.72 2.25 5/228 31602
/proc/meminfo: memFree=31077100/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=291932 CPUtime=2.54 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 14207 932 1 0 245 9 0 0 25 0 2 0 867185826 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 72983 7848 1869 364 0 8901 0
[pid=31598] ppid=31589 vsize=282240 CPUtime=0.06 cores=0,2
/proc/31598/stat : 31598 (python) S 31589 31589 31196 0 -1 4202560 885 0 0 0 4 2 0 0 18 0 1 0 867186089 289013760 6354 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675407 0 0 16781312 514 10715664402444419332 0 0 17 2 0 0 0
/proc/31598/statm: 70560 6354 378 364 0 6478 0
[pid=31600] ppid=31598 vsize=1020188 CPUtime=48.47 cores=0,2
/proc/31600/stat : 31600 (gnovelty+2) R 31598 31600 31600 0 -1 4202496 1138 0 0 0 4847 0 0 0 25 0 1 0 867186090 1044672512 877 33554432000 134512640 135663704 4292669504 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31600/statm: 255047 877 113 282 0 254763 0
[pid=31589/tid=31599] ppid=31587 vsize=291932 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 867186090 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1594360

[startup+102.301 s]
/proc/loadavg: 4.01 3.76 2.34 5/228 31603
/proc/meminfo: memFree=31076940/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=291932 CPUtime=2.54 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 14207 932 1 0 245 9 0 0 25 0 2 0 867185826 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 72983 7848 1869 364 0 8901 0
[pid=31598] ppid=31589 vsize=282240 CPUtime=0.12 cores=0,2
/proc/31598/stat : 31598 (python) S 31589 31589 31196 0 -1 4202560 914 0 0 0 7 5 0 0 18 0 1 0 867186089 289013760 6354 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675407 0 0 16781312 514 4357685092810719492 0 0 17 2 0 0 0
/proc/31598/statm: 70560 6354 378 364 0 6478 0
[pid=31600] ppid=31598 vsize=1020188 CPUtime=99.66 cores=0,2
/proc/31600/stat : 31600 (gnovelty+2) R 31598 31600 31600 0 -1 4202496 1138 0 0 0 9966 0 0 0 25 0 1 0 867186090 1044672512 877 33554432000 134512640 135663704 4292669504 18446744073709551615 134525073 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31600/statm: 255047 877 113 282 0 254763 0
[pid=31589/tid=31599] ppid=31587 vsize=291932 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 867186090 298938368 7848 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 1594360

[startup+162.3 s]
/proc/loadavg: 4.00 3.80 2.44 5/239 31616
/proc/meminfo: memFree=31035252/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=302324 CPUtime=2.55 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 15050 932 1 0 246 9 0 0 20 0 3 0 867185826 309579776 7906 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 75581 7906 1872 364 0 11496 0
[pid=31598] ppid=31589 vsize=292484 CPUtime=0.13 cores=0,2
/proc/31598/stat : 31598 (python) S 31589 31589 31196 0 -1 4202560 1150 0 0 0 7 6 0 0 19 0 2 0 867186089 299503616 6396 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31598/statm: 73121 6396 415 364 0 9039 0
[pid=31600] ppid=31598 vsize=1020188 CPUtime=100.18 cores=0,2
/proc/31600/stat : 31600 (gnovelty+2) T 31598 31600 31600 0 -1 4202496 1138 0 0 0 10018 0 0 0 25 0 1 0 867186090 1044672512 877 33554432000 134512640 135663704 4292669504 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31600/statm: 255047 877 113 282 0 254763 0
[pid=31598/tid=31608] ppid=31589 vsize=292484 CPUtime=0 cores=0,2
/proc/31598/task/31608/stat : 31608 (python) S 31589 31589 31196 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 867196108 299503616 6396 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453927295872 0 0 -1 2 0 0 0
[pid=31609] ppid=31589 vsize=293172 CPUtime=0.08 cores=0,2
/proc/31609/stat : 31609 (python) S 31589 31589 31196 0 -1 4202560 904 0 0 0 4 4 0 0 18 0 1 0 867196109 300208128 6403 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675462 0 0 16781312 514 10715664402444419332 0 0 17 0 0 0 0
/proc/31609/statm: 73293 6403 372 364 0 9208 0
[pid=31611] ppid=31609 vsize=1020188 CPUtime=59.37 cores=0,2
/proc/31611/stat : 31611 (gnovelty+2) R 31609 31611 31611 0 -1 4202496 1145 0 0 0 5937 0 0 0 25 0 1 0 867196109 1044672512 877 33554432000 134512640 135663704 4289590160 18446744073709551615 134544380 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31611/statm: 255047 877 113 282 0 254763 0
[pid=31589/tid=31599] ppid=31587 vsize=302324 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 867186090 309579776 7906 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31610] ppid=31587 vsize=302324 CPUtime=0 cores=0,2
/proc/31589/task/31610/stat : 31610 (python) S 31587 31589 31196 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 867196109 309579776 7906 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 2928356

[startup+222.301 s]
/proc/loadavg: 4.00 3.83 2.54 5/251 31629
/proc/meminfo: memFree=30989340/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=313188 CPUtime=2.57 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 15885 932 1 0 247 10 0 0 19 0 4 0 867185826 320704512 8047 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 78297 8047 1874 364 0 14209 0

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

/proc/31609/statm: 73293 6432 400 364 0 9208 0
[pid=31611] ppid=31609 vsize=1020188 CPUtime=100.05 cores=0,2
/proc/31611/stat : 31611 (gnovelty+2) T 31609 31611 31611 0 -1 4202496 1145 0 0 0 10005 0 0 0 25 0 1 0 867196109 1044672512 877 33554432000 134512640 135663704 4289590160 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31611/statm: 255047 877 113 282 0 254763 0
[pid=31609/tid=31625] ppid=31589 vsize=293172 CPUtime=0 cores=0,2
/proc/31609/task/31625/stat : 31625 (python) S 31589 31589 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867206129 300208128 6432 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604451472372032 0 0 -1 2 0 0 0
[pid=31626] ppid=31589 vsize=302944 CPUtime=0.16 cores=0,2
/proc/31626/stat : 31626 (python) S 31589 31589 31196 0 -1 4202560 1065 0 0 0 11 5 0 0 19 0 2 0 867206129 310214656 6570 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31626/statm: 75736 6570 399 364 0 11648 0
[pid=31628] ppid=31626 vsize=421804 CPUtime=100.01 cores=0,2
/proc/31628/stat : 31628 (adaptg2wsat2009) T 31626 31628 31628 0 -1 4202496 2135 0 0 0 10001 0 0 0 25 0 1 0 867206130 431927296 1871 33554432000 134512640 135107411 4290808208 18446744073709551615 134537748 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31628/statm: 105451 1871 59 146 0 104327 0
[pid=31626/tid=31640] ppid=31589 vsize=302944 CPUtime=0 cores=0,2
/proc/31626/task/31640/stat : 31640 (python) S 31589 31589 31196 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867216145 310214656 6570 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453913414720 0 0 -1 2 0 0 0
[pid=31641] ppid=31589 vsize=313416 CPUtime=0.15 cores=0,2
/proc/31641/stat : 31641 (python) S 31589 31589 31196 0 -1 4202560 1078 0 0 0 10 5 0 0 19 0 2 0 867216146 320937984 6575 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31641/statm: 78354 6575 400 364 0 14263 0
[pid=31643] ppid=31641 vsize=421804 CPUtime=99.99 cores=0,2
/proc/31643/stat : 31643 (adaptg2wsat2009) T 31641 31643 31643 0 -1 4202496 2134 0 0 0 9999 0 0 0 25 0 1 0 867216146 431927296 1871 33554432000 134512640 135107411 4291911184 18446744073709551615 134532056 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31643/statm: 105451 1871 59 146 0 104327 0
[pid=31641/tid=31697] ppid=31589 vsize=313416 CPUtime=0 cores=0,2
/proc/31641/task/31697/stat : 31697 (python) S 31589 31589 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867226161 320937984 6575 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453944321280 0 0 -1 2 0 0 0
[pid=31698] ppid=31589 vsize=323616 CPUtime=0.16 cores=0,2
/proc/31698/stat : 31698 (python) S 31589 31589 31196 0 -1 4202560 1081 0 0 0 9 7 0 0 19 0 2 0 867226161 331382784 6579 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31698/statm: 80904 6579 400 364 0 16810 0
[pid=31700] ppid=31698 vsize=421804 CPUtime=100.02 cores=0,2
/proc/31700/stat : 31700 (adaptg2wsat2009) T 31698 31700 31700 0 -1 4202496 2134 0 0 0 10002 0 0 0 25 0 1 0 867226162 431927296 1871 33554432000 134512640 135107411 4286614656 18446744073709551615 134539345 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31700/statm: 105451 1871 59 146 0 104327 0
[pid=31698/tid=31715] ppid=31589 vsize=323616 CPUtime=0 cores=0,2
/proc/31698/task/31715/stat : 31715 (python) S 31589 31589 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867236177 331382784 6579 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453985228032 0 0 -1 2 0 0 0
[pid=31716] ppid=31589 vsize=333980 CPUtime=0.16 cores=0,2
/proc/31716/stat : 31716 (python) S 31589 31589 31196 0 -1 4202560 1077 0 0 0 10 6 0 0 19 0 2 0 867236178 341995520 6583 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 83495 6583 400 364 0 19398 0
[pid=31718] ppid=31716 vsize=1020188 CPUtime=100.04 cores=0,2
/proc/31718/stat : 31718 (gnovelty+2) T 31716 31718 31718 0 -1 4202496 1137 0 0 0 10004 0 0 0 25 0 1 0 867236178 1044672512 877 33554432000 134512640 135663704 4289204096 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31718/statm: 255047 877 113 282 0 254763 0
[pid=31716/tid=31732] ppid=31589 vsize=333980 CPUtime=0 cores=0,2
/proc/31716/task/31732/stat : 31732 (python) S 31589 31589 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867246200 341995520 6583 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453973145536 0 0 -1 0 0 0 0
[pid=31733] ppid=31589 vsize=344128 CPUtime=0.15 cores=0,2
/proc/31733/stat : 31733 (python) S 31589 31589 31196 0 -1 4202560 924 0 0 0 8 7 0 0 18 0 1 0 867246200 352387072 6558 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675462 0 0 16781312 514 10715664402444419330 0 0 17 2 0 0 0
/proc/31733/statm: 86032 6558 372 364 0 21932 0
[pid=31735] ppid=31733 vsize=251288 CPUtime=98.56 cores=0,2
/proc/31735/stat : 31735 (FH) R 31733 31735 31735 0 -1 4202496 1956 0 0 0 9856 0 0 0 25 0 1 0 867246201 257318912 1693 33554432000 134512640 134936988 4292071456 18446744073709551615 134553422 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31735/statm: 62822 1693 41 104 0 62326 0
[pid=31589/tid=31599] ppid=31587 vsize=354212 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 8 0 867186090 362713088 8079 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31610] ppid=31587 vsize=354212 CPUtime=0 cores=0,2
/proc/31589/task/31610/stat : 31610 (python) S 31587 31589 31196 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 867196109 362713088 8079 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31627] ppid=31587 vsize=354212 CPUtime=0 cores=0,2
/proc/31589/task/31627/stat : 31627 (python) S 31587 31589 31196 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 8 0 867206130 362713088 8079 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31642] ppid=31587 vsize=354212 CPUtime=0 cores=0,2
/proc/31589/task/31642/stat : 31642 (python) S 31587 31589 31196 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 8 0 867216146 362713088 8079 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31699] ppid=31587 vsize=354212 CPUtime=0 cores=0,2
/proc/31589/task/31699/stat : 31699 (python) S 31587 31589 31196 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 867226162 362713088 8079 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 2 0 0 0
[pid=31589/tid=31717] ppid=31587 vsize=354212 CPUtime=0 cores=0,2
/proc/31589/task/31717/stat : 31717 (python) S 31587 31589 31196 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 867236178 362713088 8079 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 2 0 0 0
[pid=31589/tid=31734] ppid=31587 vsize=354212 CPUtime=0 cores=0,2
/proc/31589/task/31734/stat : 31734 (python) S 31587 31589 31196 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 867246201 362713088 8079 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 7135216



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+704.401 s]
/proc/loadavg: 4.00 3.97 3.12 4/258 31752
/proc/meminfo: memFree=30831760/32951124 swapFree=67050916/67111528
[pid=31589] ppid=31587 vsize=364468 CPUtime=2.61 cores=0,2
/proc/31589/stat : 31589 (python) S 31587 31589 31196 0 -1 4202496 20129 932 1 0 251 10 0 0 20 0 9 0 867185826 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31589/statm: 91117 8085 1892 364 0 27014 0
[pid=31598] ppid=31589 vsize=292484 CPUtime=0.13 cores=0,2
/proc/31598/stat : 31598 (python) S 31589 31589 31196 0 -1 4202560 1150 0 0 0 7 6 0 0 19 0 2 0 867186089 299503616 6396 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31598/statm: 73121 6396 415 364 0 9039 0
[pid=31600] ppid=31598 vsize=1020188 CPUtime=100.18 cores=0,2
/proc/31600/stat : 31600 (gnovelty+2) T 31598 31600 31600 0 -1 4202496 1138 0 0 0 10018 0 0 0 25 0 1 0 867186090 1044672512 877 33554432000 134512640 135663704 4292669504 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31600/statm: 255047 877 113 282 0 254763 0
[pid=31598/tid=31608] ppid=31589 vsize=292484 CPUtime=0 cores=0,2
/proc/31598/task/31608/stat : 31608 (python) S 31589 31589 31196 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 867196108 299503616 6396 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453927295872 0 0 -1 2 0 0 0
[pid=31609] ppid=31589 vsize=293172 CPUtime=0.15 cores=0,2
/proc/31609/stat : 31609 (python) S 31589 31589 31196 0 -1 4202560 1068 0 0 0 8 7 0 0 19 0 2 0 867196109 300208128 6432 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31609/statm: 73293 6432 400 364 0 9208 0
[pid=31611] ppid=31609 vsize=1020188 CPUtime=100.05 cores=0,2
/proc/31611/stat : 31611 (gnovelty+2) T 31609 31611 31611 0 -1 4202496 1145 0 0 0 10005 0 0 0 25 0 1 0 867196109 1044672512 877 33554432000 134512640 135663704 4289590160 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31611/statm: 255047 877 113 282 0 254763 0
[pid=31609/tid=31625] ppid=31589 vsize=293172 CPUtime=0 cores=0,2
/proc/31609/task/31625/stat : 31625 (python) S 31589 31589 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867206129 300208128 6432 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604451472372032 0 0 -1 2 0 0 0
[pid=31626] ppid=31589 vsize=302944 CPUtime=0.16 cores=0,2
/proc/31626/stat : 31626 (python) S 31589 31589 31196 0 -1 4202560 1065 0 0 0 11 5 0 0 19 0 2 0 867206129 310214656 6570 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31626/statm: 75736 6570 399 364 0 11648 0
[pid=31628] ppid=31626 vsize=421804 CPUtime=100.01 cores=0,2
/proc/31628/stat : 31628 (adaptg2wsat2009) T 31626 31628 31628 0 -1 4202496 2135 0 0 0 10001 0 0 0 25 0 1 0 867206130 431927296 1871 33554432000 134512640 135107411 4290808208 18446744073709551615 134537748 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31628/statm: 105451 1871 59 146 0 104327 0
[pid=31626/tid=31640] ppid=31589 vsize=302944 CPUtime=0 cores=0,2
/proc/31626/task/31640/stat : 31640 (python) S 31589 31589 31196 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867216145 310214656 6570 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453913414720 0 0 -1 2 0 0 0
[pid=31641] ppid=31589 vsize=313416 CPUtime=0.15 cores=0,2
/proc/31641/stat : 31641 (python) S 31589 31589 31196 0 -1 4202560 1078 0 0 0 10 5 0 0 19 0 2 0 867216146 320937984 6575 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31641/statm: 78354 6575 400 364 0 14263 0
[pid=31643] ppid=31641 vsize=421804 CPUtime=99.99 cores=0,2
/proc/31643/stat : 31643 (adaptg2wsat2009) T 31641 31643 31643 0 -1 4202496 2134 0 0 0 9999 0 0 0 25 0 1 0 867216146 431927296 1871 33554432000 134512640 135107411 4291911184 18446744073709551615 134532056 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31643/statm: 105451 1871 59 146 0 104327 0
[pid=31641/tid=31697] ppid=31589 vsize=313416 CPUtime=0 cores=0,2
/proc/31641/task/31697/stat : 31697 (python) S 31589 31589 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867226161 320937984 6575 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453944321280 0 0 -1 2 0 0 0
[pid=31698] ppid=31589 vsize=323616 CPUtime=0.16 cores=0,2
/proc/31698/stat : 31698 (python) S 31589 31589 31196 0 -1 4202560 1081 0 0 0 9 7 0 0 19 0 2 0 867226161 331382784 6579 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31698/statm: 80904 6579 400 364 0 16810 0
[pid=31700] ppid=31698 vsize=421804 CPUtime=100.02 cores=0,2
/proc/31700/stat : 31700 (adaptg2wsat2009) T 31698 31700 31700 0 -1 4202496 2134 0 0 0 10002 0 0 0 25 0 1 0 867226162 431927296 1871 33554432000 134512640 135107411 4286614656 18446744073709551615 134539345 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31700/statm: 105451 1871 59 146 0 104327 0
[pid=31698/tid=31715] ppid=31589 vsize=323616 CPUtime=0 cores=0,2
/proc/31698/task/31715/stat : 31715 (python) S 31589 31589 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867236177 331382784 6579 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453985228032 0 0 -1 2 0 0 0
[pid=31716] ppid=31589 vsize=333980 CPUtime=0.16 cores=0,2
/proc/31716/stat : 31716 (python) S 31589 31589 31196 0 -1 4202560 1077 0 0 0 10 6 0 0 19 0 2 0 867236178 341995520 6583 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 83495 6583 400 364 0 19398 0
[pid=31718] ppid=31716 vsize=1020188 CPUtime=100.04 cores=0,2
/proc/31718/stat : 31718 (gnovelty+2) T 31716 31718 31718 0 -1 4202496 1137 0 0 0 10004 0 0 0 25 0 1 0 867236178 1044672512 877 33554432000 134512640 135663704 4289204096 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31718/statm: 255047 877 113 282 0 254763 0
[pid=31716/tid=31732] ppid=31589 vsize=333980 CPUtime=0 cores=0,2
/proc/31716/task/31732/stat : 31732 (python) S 31589 31589 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867246200 341995520 6583 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453973145536 0 0 -1 0 0 0 0
[pid=31733] ppid=31589 vsize=344128 CPUtime=0.16 cores=0,2
/proc/31733/stat : 31733 (python) S 31589 31589 31196 0 -1 4202560 1080 0 0 0 9 7 0 0 19 0 2 0 867246200 352387072 6587 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31733/statm: 86032 6587 400 364 0 21932 0
[pid=31735] ppid=31733 vsize=251288 CPUtime=100.15 cores=0,2
/proc/31735/stat : 31735 (FH) T 31733 31735 31735 0 -1 4202496 1956 0 0 0 10015 0 0 0 25 0 1 0 867246201 257318912 1693 33554432000 134512640 134936988 4292071456 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31735/statm: 62822 1693 41 104 0 62326 0
[pid=31733/tid=31749] ppid=31589 vsize=344128 CPUtime=0 cores=0,2
/proc/31733/task/31749/stat : 31749 (python) S 31589 31589 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867256216 352387072 6587 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 514 18446604453915269248 0 0 -1 2 0 0 0
[pid=31750] ppid=31589 vsize=354624 CPUtime=0 cores=0,2
/proc/31750/stat : 31750 (python) S 31589 31589 31196 0 -1 4202560 841 0 0 0 0 0 0 0 19 0 1 0 867256217 363134976 6541 33554432000 4194304 5683644 140736307102176 18446744073709551615 212039675462 0 0 16781312 514 4582105311644483583 0 0 17 0 0 0 0
/proc/31750/statm: 88656 6541 351 364 0 24553 0
[pid=31752] ppid=31750 vsize=421140 CPUtime=0.49 cores=0,2
/proc/31752/stat : 31752 (adaptg2wsat2009) R 31750 31752 31752 0 -1 4202496 1804 0 0 0 49 0 0 0 21 0 1 0 867256217 431247360 1538 33554432000 134512640 135107411 4292738176 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31752/statm: 105285 1538 49 146 0 104161 0
[pid=31589/tid=31599] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31599/stat : 31599 (python) S 31587 31589 31196 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 867186090 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31610] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31610/stat : 31610 (python) S 31587 31589 31196 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867196109 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31627] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31627/stat : 31627 (python) S 31587 31589 31196 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 867206130 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31642] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31642/stat : 31642 (python) S 31587 31589 31196 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867216146 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31699] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31699/stat : 31699 (python) S 31587 31589 31196 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867226162 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 2 0 0 0
[pid=31589/tid=31717] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31717/stat : 31717 (python) S 31587 31589 31196 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867236178 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 2 0 0 0
[pid=31589/tid=31734] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31734/stat : 31734 (python) S 31587 31589 31196 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867246201 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
[pid=31589/tid=31751] ppid=31587 vsize=364468 CPUtime=0 cores=0,2
/proc/31589/task/31751/stat : 31751 (python) S 31587 31589 31196 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867256217 373215232 8085 33554432000 4194304 5683644 140736307102176 18446744073709551615 212051478961 0 0 16781312 2 18446604453960207232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.61
Current children cumulated vsize (KiB) 7921236

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

Real time (s): 704.464
CPU time (s): 704.61
CPU user time (s): 704.08
CPU system time (s): 0.53
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 7921236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.51362
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21066
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= 1285
involuntary context switches= 44

runsolver used 1.87871 second user time and 3.54546 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:14:55
IDJOB=3484118
IDBENCH=82629
IDSOLVER=1975
FILE ID=node146/3484118-1307747695
RUNJOBID= node146-1307746987-31214
PBS_JOBID= 13550814
Free space on /tmp= 73992 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1275797759-041-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-3484118-1307747695/watcher-3484118-1307747695 -o /tmp/evaluation-result-3484118-1307747695/solver-3484118-1307747695 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484118-1307747695.cnf -seed 1402461258 -budget 1200

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

MD5SUM BENCH= 374e3ba6783d13d6d478972802d8dba0
RANDOM SEED=1402461258

node146.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31119036 kB
Buffers:        256880 kB
Cached:        1045108 kB
SwapCached:      14540 kB
Active:         926988 kB
Inactive:       688672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31119036 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           65592 kB
Writeback:           0 kB
AnonPages:      310664 kB
Mapped:          16260 kB
Slab:           143576 kB
PageTables:      12852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3971540 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= 73956 MiB
End job on node146 at 2011-06-11 01:26:42