Trace number 3377321

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
MD5SUMfafa522767a4e86ea9e03f34c2fb7311
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.102
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
Number of clauses of size over 50

Solver Data

0.38/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.65	c INFO: solving HOME/instance-3377321-1305452289.cnf
0.38/0.65	c INFO: computing task features
0.56/0.88	c INFO: computed variable-clause graph statistics
0.56/0.88	c INFO: computed clause balance statistics
1.56/1.87	c INFO: computed variable balance statistics
2.16/2.44	c INFO: computed small-clause counts
2.16/2.44	c INFO: computed Horn-clause counts
2.16/2.49	c INFO: computed variable graph statistics
2.16/2.49	c INFO: collected features for HOME/instance-3377321-1305452289.cnf in 1.85 s
2.26/2.50	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.45/102.79	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.85/203.10	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.03/303.35	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.32/403.62	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.50/503.89	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.87/604.21	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.04/704.48	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.42 1.44 1.96 5/335 21080
/proc/meminfo: memFree=22435412/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=11796 CPUtime=0 cores=5,7
/proc/21080/stat : 21080 (runsolver) R 21078 21080 19943 0 -1 4202560 44 0 0 0 0 0 0 0 24 0 1 0 735459424 12079104 53 33554432000 4194304 5432360 140735024612592 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/21080/statm: 2949 53 33 303 0 2643 0

[startup+0.0380401 s]
/proc/loadavg: 2.42 1.44 1.96 5/335 21080
/proc/meminfo: memFree=22435412/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=16396 CPUtime=0.01 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 1120 0 0 0 1 0 0 0 24 0 1 0 735459424 16789504 989 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/21080/statm: 4099 989 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.101371 s]
/proc/loadavg: 2.42 1.44 1.96 5/335 21080
/proc/meminfo: memFree=22435412/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=84472 CPUtime=0.06 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 2397 0 0 0 5 1 0 0 25 0 1 0 735459424 86499328 2127 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/21080/statm: 21118 2127 707 364 0 1335 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84472

[startup+0.300981 s]
/proc/loadavg: 2.42 1.44 1.96 5/335 21080
/proc/meminfo: memFree=22435412/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=135748 CPUtime=0.19 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 5970 935 1 0 14 5 0 0 17 0 1 0 735459424 139005952 4149 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/21080/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.706965 s]
/proc/loadavg: 2.42 1.44 1.96 5/335 21080
/proc/meminfo: memFree=22435412/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=282780 CPUtime=0.47 cores=5,7
/proc/21080/stat : 21080 (python) R 21078 21080 19943 0 -1 4202496 10305 935 1 0 37 10 0 0 16 0 1 0 735459424 289566720 7981 33554432000 4194304 5683644 140735533056816 18446744073709551615 4602560 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21080/statm: 70695 7981 1761 364 0 6619 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 282780

[startup+1.50079 s]
/proc/loadavg: 2.55 1.48 1.97 5/336 21085
/proc/meminfo: memFree=22401180/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=290804 CPUtime=1.26 cores=5,7
/proc/21080/stat : 21080 (python) R 21078 21080 19943 0 -1 4202496 14017 935 1 0 116 10 0 0 17 0 1 0 735459424 297783296 10086 33554432000 4194304 5683644 140735533056816 18446744073709551615 4500322 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21080/statm: 72701 10086 1826 364 0 8625 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 290804

[startup+3.10049 s]
/proc/loadavg: 2.55 1.48 1.97 5/336 21085
/proc/meminfo: memFree=22400312/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=294136 CPUtime=2.26 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 14376 935 1 0 216 10 0 0 21 0 2 0 735459424 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 73534 8416 1869 364 0 9452 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 294136
heavy processes:

[startup+6.3009 s]
/proc/loadavg: 2.55 1.48 1.97 5/339 21088
/proc/meminfo: memFree=22401972/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=294136 CPUtime=2.26 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 14376 935 1 0 216 10 0 0 21 0 2 0 735459424 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 73534 8416 1869 364 0 9452 0
[pid=21086] ppid=21080 vsize=284984 CPUtime=0 cores=5,7
/proc/21086/stat : 21086 (python) S 21080 21080 19943 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 735459675 291823616 6899 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085903 0 0 16781312 514 17826192634549338375 0 0 17 5 0 0 0
/proc/21086/statm: 71246 6899 355 364 0 7164 0
[pid=21088] ppid=21086 vsize=1020308 CPUtime=3.78 cores=5,7
/proc/21088/stat : 21088 (gnovelty+2) R 21086 21088 21088 0 -1 4202496 1158 0 0 0 378 0 0 0 25 0 1 0 735459675 1044795392 892 33554432000 134512640 135663704 4293391744 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21088/statm: 255077 892 113 282 0 254793 0
[pid=21080/tid=21087] ppid=21078 vsize=294136 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 735459675 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1599428

[startup+12.7007 s]
/proc/loadavg: 2.93 1.59 2.00 5/339 21088
/proc/meminfo: memFree=22400600/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=294136 CPUtime=2.26 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 14376 935 1 0 216 10 0 0 21 0 2 0 735459424 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 73534 8416 1869 364 0 9452 0
[pid=21086] ppid=21080 vsize=284984 CPUtime=0.02 cores=5,7
/proc/21086/stat : 21086 (python) S 21080 21080 19943 0 -1 4202560 984 0 0 0 1 1 0 0 18 0 1 0 735459675 291823616 6927 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085903 0 0 16781312 514 13918181134341996807 0 0 17 5 0 0 0
/proc/21086/statm: 71246 6927 383 364 0 7164 0
[pid=21088] ppid=21086 vsize=1020308 CPUtime=10.15 cores=5,7
/proc/21088/stat : 21088 (gnovelty+2) R 21086 21088 21088 0 -1 4202496 1158 0 0 0 1015 0 0 0 25 0 1 0 735459675 1044795392 892 33554432000 134512640 135663704 4293391744 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21088/statm: 255077 892 113 282 0 254793 0
[pid=21080/tid=21087] ppid=21078 vsize=294136 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 735459675 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1599428

[startup+25.5003 s]
/proc/loadavg: 3.10 1.67 2.02 6/339 21089
/proc/meminfo: memFree=22402076/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=294136 CPUtime=2.26 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 14376 935 1 0 216 10 0 0 21 0 2 0 735459424 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 73534 8416 1869 364 0 9452 0
[pid=21086] ppid=21080 vsize=284984 CPUtime=0.05 cores=5,7
/proc/21086/stat : 21086 (python) S 21080 21080 19943 0 -1 4202560 990 0 0 0 3 2 0 0 18 0 1 0 735459675 291823616 6927 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085903 0 0 16781312 514 13918181134341996807 0 0 17 5 0 0 0
/proc/21086/statm: 71246 6927 383 364 0 7164 0
[pid=21088] ppid=21086 vsize=1020308 CPUtime=22.92 cores=5,7
/proc/21088/stat : 21088 (gnovelty+2) R 21086 21088 21088 0 -1 4202496 1158 0 0 0 2292 0 0 0 25 0 1 0 735459675 1044795392 892 33554432000 134512640 135663704 4293391744 18446744073709551615 134525495 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21088/statm: 255077 892 113 282 0 254793 0
[pid=21080/tid=21087] ppid=21078 vsize=294136 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 735459675 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1599428

[startup+51.1006 s]
/proc/loadavg: 3.47 1.87 2.08 5/339 21091
/proc/meminfo: memFree=22400232/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=294136 CPUtime=2.26 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 14376 935 1 0 216 10 0 0 21 0 2 0 735459424 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 73534 8416 1869 364 0 9452 0
[pid=21086] ppid=21080 vsize=284984 CPUtime=0.11 cores=5,7
/proc/21086/stat : 21086 (python) S 21080 21080 19943 0 -1 4202560 1002 0 0 0 6 5 0 0 18 0 1 0 735459675 291823616 6927 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085903 0 0 16781312 514 13918181134341996807 0 0 17 5 0 0 0
/proc/21086/statm: 71246 6927 383 364 0 7164 0
[pid=21088] ppid=21086 vsize=1020308 CPUtime=48.48 cores=5,7
/proc/21088/stat : 21088 (gnovelty+2) R 21086 21088 21088 0 -1 4202496 1158 0 0 0 4848 0 0 0 25 0 1 0 735459675 1044795392 892 33554432000 134512640 135663704 4293391744 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21088/statm: 255077 892 113 282 0 254793 0
[pid=21080/tid=21087] ppid=21078 vsize=294136 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 735459675 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 1599428

[startup+102.313 s]
/proc/loadavg: 3.83 2.24 2.19 5/351 21106
/proc/meminfo: memFree=22350824/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=294136 CPUtime=2.26 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 14376 935 1 0 216 10 0 0 21 0 2 0 735459424 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 73534 8416 1869 364 0 9452 0
[pid=21086] ppid=21080 vsize=284984 CPUtime=0.22 cores=5,7
/proc/21086/stat : 21086 (python) S 21080 21080 19943 0 -1 4202560 1022 0 0 0 11 11 0 0 18 0 1 0 735459675 291823616 6927 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085903 0 0 16781312 514 13918181134341996807 0 0 17 5 0 0 0
/proc/21086/statm: 71246 6927 383 364 0 7164 0
[pid=21088] ppid=21086 vsize=1020308 CPUtime=99.58 cores=5,7
/proc/21088/stat : 21088 (gnovelty+2) R 21086 21088 21088 0 -1 4202496 1158 0 0 0 9958 0 0 0 25 0 1 0 735459675 1044795392 892 33554432000 134512640 135663704 4293391744 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21088/statm: 255077 892 113 282 0 254793 0
[pid=21080/tid=21087] ppid=21078 vsize=294136 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 735459675 301195264 8416 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 1599428

[startup+162.301 s]
/proc/loadavg: 3.94 2.56 2.30 8/356 21112
/proc/meminfo: memFree=22340100/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=305000 CPUtime=2.27 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 15267 935 1 0 217 10 0 0 19 0 3 0 735459424 312320000 8558 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 76250 8558 1872 364 0 12165 0
[pid=21086] ppid=21080 vsize=295228 CPUtime=0.23 cores=5,7
/proc/21086/stat : 21086 (python) S 21080 21080 19943 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 735459675 302313472 6964 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21086/statm: 73807 6964 415 364 0 9725 0
[pid=21088] ppid=21086 vsize=1020308 CPUtime=100.04 cores=5,7
/proc/21088/stat : 21088 (gnovelty+2) T 21086 21088 21088 0 -1 4202496 1158 0 0 0 10004 0 0 0 25 0 1 0 735459675 1044795392 892 33554432000 134512640 135663704 4293391744 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21088/statm: 255077 892 113 282 0 254793 0
[pid=21086/tid=21107] ppid=21080 vsize=295228 CPUtime=0 cores=5,7
/proc/21086/task/21107/stat : 21107 (python) S 21080 21080 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735469703 302313472 6964 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604469948079040 0 0 -1 5 0 0 0
[pid=21108] ppid=21080 vsize=294912 CPUtime=0.14 cores=5,7
/proc/21108/stat : 21108 (python) S 21080 21080 19943 0 -1 4202560 924 0 0 0 6 8 0 0 18 0 1 0 735469704 301989888 7055 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085958 0 0 16781312 514 13918181134341996808 0 0 17 5 0 0 0
/proc/21108/statm: 73728 7055 372 364 0 9643 0
[pid=21110] ppid=21108 vsize=1020308 CPUtime=59.36 cores=5,7
/proc/21110/stat : 21110 (gnovelty+2) R 21108 21110 21110 0 -1 4202496 1154 0 0 0 5936 0 0 0 25 0 1 0 735469705 1044795392 891 33554432000 134512640 135663704 4288622256 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21110/statm: 255077 891 113 282 0 254793 0
[pid=21080/tid=21087] ppid=21078 vsize=305000 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 3 0 735459675 312320000 8558 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21109] ppid=21078 vsize=305000 CPUtime=0 cores=5,7
/proc/21080/task/21109/stat : 21109 (python) S 21078 21080 19943 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 735469704 312320000 8558 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 2935756

[startup+222.301 s]
/proc/loadavg: 4.03 2.83 2.41 5/371 21129
/proc/meminfo: memFree=22270612/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=315256 CPUtime=2.3 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 16108 935 1 0 219 11 0 0 20 0 4 0 735459424 322822144 8564 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

/proc/21108/statm: 73728 7084 400 364 0 9643 0
[pid=21110] ppid=21108 vsize=1020308 CPUtime=100.05 cores=5,7
/proc/21110/stat : 21110 (gnovelty+2) T 21108 21110 21110 0 -1 4202496 1154 0 0 0 10005 0 0 0 25 0 1 0 735469705 1044795392 891 33554432000 134512640 135663704 4288622256 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21110/statm: 255077 891 113 282 0 254793 0
[pid=21108/tid=21125] ppid=21080 vsize=294912 CPUtime=0 cores=5,7
/proc/21108/task/21125/stat : 21125 (python) S 21080 21080 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735479733 301989888 7084 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604454800580928 0 0 -1 7 0 0 0
[pid=21126] ppid=21080 vsize=305776 CPUtime=0.25 cores=5,7
/proc/21126/stat : 21126 (python) S 21080 21080 19943 0 -1 4202560 1087 0 0 0 12 13 0 0 19 0 2 0 735479735 313114624 7088 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 76444 7088 400 364 0 12356 0
[pid=21128] ppid=21126 vsize=423400 CPUtime=99.97 cores=5,7
/proc/21128/stat : 21128 (adaptg2wsat2009) T 21126 21128 21128 0 -1 4202496 2622 0 0 0 9997 0 0 0 25 0 1 0 735479735 433561600 2358 33554432000 134512640 135107411 4288156288 18446744073709551615 134532046 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21128/statm: 105850 2358 59 146 0 104726 0
[pid=21126/tid=21141] ppid=21080 vsize=305776 CPUtime=0 cores=5,7
/proc/21126/task/21141/stat : 21141 (python) S 21080 21080 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735489759 313114624 7088 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604471125314432 0 0 -1 5 0 0 0
[pid=21142] ppid=21080 vsize=315548 CPUtime=0.25 cores=5,7
/proc/21142/stat : 21142 (python) S 21080 21080 19943 0 -1 4202560 1097 0 0 0 13 12 0 0 19 0 2 0 735489760 323121152 7161 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21142/statm: 78887 7161 399 364 0 14796 0
[pid=21144] ppid=21142 vsize=423400 CPUtime=99.98 cores=5,7
/proc/21144/stat : 21144 (adaptg2wsat2009) T 21142 21144 21144 0 -1 4202496 2620 0 0 0 9998 0 0 0 25 0 1 0 735489761 433561600 2357 33554432000 134512640 135107411 4291783760 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21144/statm: 105850 2357 59 146 0 104726 0
[pid=21142/tid=21156] ppid=21080 vsize=315548 CPUtime=0 cores=5,7
/proc/21142/task/21156/stat : 21156 (python) S 21080 21080 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735499785 323121152 7161 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604469018114880 0 0 -1 7 0 0 0
[pid=21157] ppid=21080 vsize=325948 CPUtime=0.26 cores=5,7
/proc/21157/stat : 21157 (python) S 21080 21080 19943 0 -1 4202560 1099 0 0 0 14 12 0 0 19 0 2 0 735499787 333770752 7166 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21157/statm: 81487 7166 400 364 0 17393 0
[pid=21159] ppid=21157 vsize=423400 CPUtime=99.97 cores=5,7
/proc/21159/stat : 21159 (adaptg2wsat2009) T 21157 21159 21159 0 -1 4202496 2623 0 0 0 9997 0 0 0 25 0 1 0 735499787 433561600 2358 33554432000 134512640 135107411 4294612432 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21159/statm: 105850 2358 59 146 0 104726 0
[pid=21157/tid=21173] ppid=21080 vsize=325948 CPUtime=0 cores=5,7
/proc/21157/task/21173/stat : 21173 (python) S 21080 21080 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735509812 333770752 7166 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604457216034816 0 0 -1 5 0 0 0
[pid=21174] ppid=21080 vsize=336308 CPUtime=0.27 cores=5,7
/proc/21174/stat : 21174 (python) S 21080 21080 19943 0 -1 4202560 1098 0 0 0 13 14 0 0 19 0 2 0 735509814 344379392 7170 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21174/statm: 84077 7170 400 364 0 19980 0
[pid=21176] ppid=21174 vsize=1020308 CPUtime=100.04 cores=5,7
/proc/21176/stat : 21176 (gnovelty+2) T 21174 21176 21176 0 -1 4202496 1152 0 0 0 10004 0 0 0 25 0 1 0 735509814 1044795392 892 33554432000 134512640 135663704 4292515184 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21176/statm: 255077 892 113 282 0 254793 0
[pid=21174/tid=21189] ppid=21080 vsize=336308 CPUtime=0 cores=5,7
/proc/21174/task/21189/stat : 21189 (python) S 21080 21080 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735519845 344379392 7170 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604458286237888 0 0 -1 5 0 0 0
[pid=21190] ppid=21080 vsize=346568 CPUtime=0.24 cores=5,7
/proc/21190/stat : 21190 (python) S 21080 21080 19943 0 -1 4202560 932 0 0 0 12 12 0 0 18 0 1 0 735519846 354885632 7145 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085958 0 0 16781312 514 13918181134341996806 0 0 17 5 0 0 0
/proc/21190/statm: 86642 7145 372 364 0 22542 0
[pid=21192] ppid=21190 vsize=253028 CPUtime=97.81 cores=5,7
/proc/21192/stat : 21192 (FH) R 21190 21192 21192 0 -1 4202496 2493 0 0 0 9781 0 0 0 25 0 1 0 735519847 259100672 2233 33554432000 134512640 134936988 4292855040 18446744073709551615 134558820 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21192/statm: 63257 2233 41 104 0 62761 0
[pid=21080/tid=21087] ppid=21078 vsize=356560 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 8 0 735459675 365117440 8658 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21109] ppid=21078 vsize=356560 CPUtime=0 cores=5,7
/proc/21080/task/21109/stat : 21109 (python) S 21078 21080 19943 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 735469704 365117440 8658 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21127] ppid=21078 vsize=356560 CPUtime=0 cores=5,7
/proc/21080/task/21127/stat : 21127 (python) S 21078 21080 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 8 0 735479735 365117440 8658 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21143] ppid=21078 vsize=356560 CPUtime=0 cores=5,7
/proc/21080/task/21143/stat : 21143 (python) S 21078 21080 19943 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 735489760 365117440 8658 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21158] ppid=21078 vsize=356560 CPUtime=0 cores=5,7
/proc/21080/task/21158/stat : 21158 (python) S 21078 21080 19943 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 8 0 735499787 365117440 8658 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21175] ppid=21078 vsize=356560 CPUtime=0 cores=5,7
/proc/21080/task/21175/stat : 21175 (python) S 21078 21080 19943 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 735509814 365117440 8658 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21191] ppid=21078 vsize=356560 CPUtime=0 cores=5,7
/proc/21080/task/21191/stat : 21191 (python) S 21078 21080 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 8 0 735519847 365117440 8658 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 7161000



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 3.97 3.79 3.06 6/381 21312
/proc/meminfo: memFree=22244444/32951124 swapFree=59305796/67111528
[pid=21080] ppid=21078 vsize=366816 CPUtime=2.36 cores=5,7
/proc/21080/stat : 21080 (python) S 21078 21080 19943 0 -1 4202496 20560 935 1 0 225 11 0 0 19 0 9 0 735459424 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21080/statm: 91704 8664 1884 364 0 27601 0
[pid=21086] ppid=21080 vsize=295228 CPUtime=0.23 cores=5,7
/proc/21086/stat : 21086 (python) S 21080 21080 19943 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 735459675 302313472 6964 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21086/statm: 73807 6964 415 364 0 9725 0
[pid=21088] ppid=21086 vsize=1020308 CPUtime=100.04 cores=5,7
/proc/21088/stat : 21088 (gnovelty+2) T 21086 21088 21088 0 -1 4202496 1158 0 0 0 10004 0 0 0 25 0 1 0 735459675 1044795392 892 33554432000 134512640 135663704 4293391744 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21088/statm: 255077 892 113 282 0 254793 0
[pid=21086/tid=21107] ppid=21080 vsize=295228 CPUtime=0 cores=5,7
/proc/21086/task/21107/stat : 21107 (python) S 21080 21080 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735469703 302313472 6964 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604469948079040 0 0 -1 5 0 0 0
[pid=21108] ppid=21080 vsize=294912 CPUtime=0.24 cores=5,7
/proc/21108/stat : 21108 (python) S 21080 21080 19943 0 -1 4202560 1088 0 0 0 12 12 0 0 19 0 2 0 735469704 301989888 7084 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 73728 7084 400 364 0 9643 0
[pid=21110] ppid=21108 vsize=1020308 CPUtime=100.05 cores=5,7
/proc/21110/stat : 21110 (gnovelty+2) T 21108 21110 21110 0 -1 4202496 1154 0 0 0 10005 0 0 0 25 0 1 0 735469705 1044795392 891 33554432000 134512640 135663704 4288622256 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21110/statm: 255077 891 113 282 0 254793 0
[pid=21108/tid=21125] ppid=21080 vsize=294912 CPUtime=0 cores=5,7
/proc/21108/task/21125/stat : 21125 (python) S 21080 21080 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735479733 301989888 7084 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604454800580928 0 0 -1 7 0 0 0
[pid=21126] ppid=21080 vsize=305776 CPUtime=0.25 cores=5,7
/proc/21126/stat : 21126 (python) S 21080 21080 19943 0 -1 4202560 1087 0 0 0 12 13 0 0 19 0 2 0 735479735 313114624 7088 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21126/statm: 76444 7088 400 364 0 12356 0
[pid=21128] ppid=21126 vsize=423400 CPUtime=99.97 cores=5,7
/proc/21128/stat : 21128 (adaptg2wsat2009) T 21126 21128 21128 0 -1 4202496 2622 0 0 0 9997 0 0 0 25 0 1 0 735479735 433561600 2358 33554432000 134512640 135107411 4288156288 18446744073709551615 134532046 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21128/statm: 105850 2358 59 146 0 104726 0
[pid=21126/tid=21141] ppid=21080 vsize=305776 CPUtime=0 cores=5,7
/proc/21126/task/21141/stat : 21141 (python) S 21080 21080 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735489759 313114624 7088 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604471125314432 0 0 -1 5 0 0 0
[pid=21142] ppid=21080 vsize=315548 CPUtime=0.25 cores=5,7
/proc/21142/stat : 21142 (python) S 21080 21080 19943 0 -1 4202560 1097 0 0 0 13 12 0 0 19 0 2 0 735489760 323121152 7161 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21142/statm: 78887 7161 399 364 0 14796 0
[pid=21144] ppid=21142 vsize=423400 CPUtime=99.98 cores=5,7
/proc/21144/stat : 21144 (adaptg2wsat2009) T 21142 21144 21144 0 -1 4202496 2620 0 0 0 9998 0 0 0 25 0 1 0 735489761 433561600 2357 33554432000 134512640 135107411 4291783760 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21144/statm: 105850 2357 59 146 0 104726 0
[pid=21142/tid=21156] ppid=21080 vsize=315548 CPUtime=0 cores=5,7
/proc/21142/task/21156/stat : 21156 (python) S 21080 21080 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735499785 323121152 7161 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604469018114880 0 0 -1 7 0 0 0
[pid=21157] ppid=21080 vsize=325948 CPUtime=0.26 cores=5,7
/proc/21157/stat : 21157 (python) S 21080 21080 19943 0 -1 4202560 1099 0 0 0 14 12 0 0 19 0 2 0 735499787 333770752 7166 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21157/statm: 81487 7166 400 364 0 17393 0
[pid=21159] ppid=21157 vsize=423400 CPUtime=99.97 cores=5,7
/proc/21159/stat : 21159 (adaptg2wsat2009) T 21157 21159 21159 0 -1 4202496 2623 0 0 0 9997 0 0 0 25 0 1 0 735499787 433561600 2358 33554432000 134512640 135107411 4294612432 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21159/statm: 105850 2358 59 146 0 104726 0
[pid=21157/tid=21173] ppid=21080 vsize=325948 CPUtime=0 cores=5,7
/proc/21157/task/21173/stat : 21173 (python) S 21080 21080 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735509812 333770752 7166 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604457216034816 0 0 -1 5 0 0 0
[pid=21174] ppid=21080 vsize=336308 CPUtime=0.27 cores=5,7
/proc/21174/stat : 21174 (python) S 21080 21080 19943 0 -1 4202560 1098 0 0 0 13 14 0 0 19 0 2 0 735509814 344379392 7170 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21174/statm: 84077 7170 400 364 0 19980 0
[pid=21176] ppid=21174 vsize=1020308 CPUtime=100.04 cores=5,7
/proc/21176/stat : 21176 (gnovelty+2) T 21174 21176 21176 0 -1 4202496 1152 0 0 0 10004 0 0 0 25 0 1 0 735509814 1044795392 892 33554432000 134512640 135663704 4292515184 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21176/statm: 255077 892 113 282 0 254793 0
[pid=21174/tid=21189] ppid=21080 vsize=336308 CPUtime=0 cores=5,7
/proc/21174/task/21189/stat : 21189 (python) S 21080 21080 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735519845 344379392 7170 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604458286237888 0 0 -1 5 0 0 0
[pid=21190] ppid=21080 vsize=346568 CPUtime=0.26 cores=5,7
/proc/21190/stat : 21190 (python) S 21080 21080 19943 0 -1 4202560 1090 0 0 0 13 13 0 0 19 0 2 0 735519846 354885632 7174 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21190/statm: 86642 7174 400 364 0 22542 0
[pid=21192] ppid=21190 vsize=253028 CPUtime=99.96 cores=5,7
/proc/21192/stat : 21192 (FH) T 21190 21192 21192 0 -1 4202496 2493 0 0 0 9996 0 0 0 25 0 1 0 735519847 259100672 2233 33554432000 134512640 134936988 4292855040 18446744073709551615 134554998 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21192/statm: 63257 2233 41 104 0 62761 0
[pid=21190/tid=21309] ppid=21080 vsize=346568 CPUtime=0 cores=5,7
/proc/21190/task/21309/stat : 21309 (python) S 21080 21080 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735529871 354885632 7174 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 514 18446604461104001088 0 0 -1 5 0 0 0
[pid=21310] ppid=21080 vsize=356712 CPUtime=0 cores=5,7
/proc/21310/stat : 21310 (python) S 21080 21080 19943 0 -1 4202560 778 0 0 0 0 0 0 0 18 0 1 0 735529873 365273088 7128 33554432000 4194304 5683644 140735533056816 18446744073709551615 252458085958 0 0 16781312 514 4632446726400114687 0 0 17 5 0 0 0
/proc/21310/statm: 89178 7128 351 364 0 25075 0
[pid=21312] ppid=21310 vsize=420480 CPUtime=0.52 cores=5,7
/proc/21312/stat : 21312 (adaptg2wsat2009) R 21310 21312 21312 0 -1 4202496 1689 0 0 0 52 0 0 0 19 0 1 0 735529873 430571520 1422 33554432000 134512640 135107411 4290511200 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21312/statm: 105120 1422 49 146 0 103996 0
[pid=21080/tid=21087] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21087/stat : 21087 (python) S 21078 21080 19943 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 9 0 735459675 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21109] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21109/stat : 21109 (python) S 21078 21080 19943 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 735469704 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21127] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21127/stat : 21127 (python) S 21078 21080 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 735479735 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21143] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21143/stat : 21143 (python) S 21078 21080 19943 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735489760 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21158] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21158/stat : 21158 (python) S 21078 21080 19943 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 735499787 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21175] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21175/stat : 21175 (python) S 21078 21080 19943 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735509814 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21191] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21191/stat : 21191 (python) S 21078 21080 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 735519847 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
[pid=21080/tid=21311] ppid=21078 vsize=366816 CPUtime=0 cores=5,7
/proc/21080/task/21311/stat : 21311 (python) S 21078 21080 19943 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735529873 375619584 8664 33554432000 4194304 5683644 140735533056816 18446744073709551615 252469889457 0 0 16781312 2 18446604469018113984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.65
Current children cumulated vsize (KiB) 7948448

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

Real time (s): 705.075
CPU time (s): 704.65
CPU user time (s): 703.67
CPU system time (s): 0.98
CPU usage (%): 99.9398
Max. virtual memory (cumulated for all children) (KiB): 7948448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25766
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21501
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= 2683
involuntary context switches= 67

runsolver used 2.6366 second user time and 5.85011 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 11:38:09
IDJOB=3377321
IDBENCH=82630
IDSOLVER=1857
FILE ID=node111/3377321-1305452289
RUNJOBID= node111-1305452246-20949
PBS_JOBID= 13324865
Free space on /tmp= 73632 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1264065752-051-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-3377321-1305452289/watcher-3377321-1305452289 -o /tmp/evaluation-result-3377321-1305452289/solver-3377321-1305452289 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377321-1305452289.cnf -seed 748023585 -budget 2400

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

MD5SUM BENCH= fafa522767a4e86ea9e03f34c2fb7311
RANDOM SEED=748023585

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:      22435444 kB
Buffers:        281624 kB
Cached:        6823460 kB
SwapCached:      13720 kB
Active:        1318092 kB
Inactive:      8964220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22435444 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           49048 kB
Writeback:           0 kB
AnonPages:     3173184 kB
Mapped:          19860 kB
Slab:           128048 kB
PageTables:      40932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 55938640 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= 73588 MiB
End job on node111 at 2011-05-15 11:49:57