Trace number 3377220

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
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 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.66/2.30	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.66/2.30	c INFO: solving HOME/instance-3377220-1305451373.cnf
0.66/2.30	c INFO: computing task features
0.76/2.43	c INFO: computed variable-clause graph statistics
0.76/2.43	c INFO: computed clause balance statistics
1.77/3.42	c INFO: computed variable balance statistics
2.27/3.98	c INFO: computed small-clause counts
2.27/3.98	c INFO: computed Horn-clause counts
2.37/4.03	c INFO: computed variable graph statistics
2.37/4.03	c INFO: collected features for HOME/instance-3377220-1305451373.cnf in 1.80 s
2.37/4.04	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.49/104.32	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.69/204.59	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.96/304.83	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.13/405.07	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.45/505.32	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.87/605.63	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
702.44/703.91	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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.58 3.41 3.59 2/302 15102
/proc/meminfo: memFree=15601400/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=15776 CPUtime=0 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 926 0 0 0 0 0 0 0 17 0 1 0 112746781 16154624 806 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15102/statm: 3944 806 356 364 0 431 0

[startup+0.0535419 s]
/proc/loadavg: 2.58 3.41 3.59 2/302 15102
/proc/meminfo: memFree=15601400/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=18884 CPUtime=0.02 cores=4,6
/proc/15102/stat : 15102 (python) R 15100 15102 14075 0 -1 4202496 1282 0 0 0 2 0 0 0 17 0 1 0 112746781 19337216 1135 33554432000 4194304 5683644 140733468273328 18446744073709551615 4885597 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15102/statm: 4721 1135 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100526 s]
/proc/loadavg: 2.58 3.41 3.59 2/302 15102
/proc/meminfo: memFree=15601400/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=27352 CPUtime=0.03 cores=4,6
/proc/15102/stat : 15102 (python) R 15100 15102 14075 0 -1 4202496 1349 0 2 0 3 0 0 0 17 0 1 0 112746781 28008448 1197 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880560997 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/15102/statm: 6838 1197 440 364 0 725 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27352

[startup+0.3005 s]
/proc/loadavg: 2.58 3.41 3.59 2/302 15102
/proc/meminfo: memFree=15601400/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=84608 CPUtime=0.08 cores=4,6
/proc/15102/stat : 15102 (python) R 15100 15102 14075 0 -1 4202496 2399 0 9 0 6 2 0 0 17 0 1 0 112746781 86638592 2136 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880560997 0 0 16781312 2 0 0 0 17 4 0 0 1
/proc/15102/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84608

[startup+0.700466 s]
/proc/loadavg: 2.58 3.41 3.59 2/302 15102
/proc/meminfo: memFree=15601400/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=121504 CPUtime=0.16 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 4046 0 18 0 12 4 0 0 16 0 1 0 112746781 124420096 3691 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 6
/proc/15102/statm: 30376 3691 986 364 0 2706 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 121504

[startup+1.50036 s]
/proc/loadavg: 2.58 3.41 3.59 5/308 15125
/proc/meminfo: memFree=15537124/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=163656 CPUtime=0.39 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 6635 921 32 9 23 16 0 0 16 0 1 0 112746781 167583744 4756 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880561076 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 12
/proc/15102/statm: 40914 4756 1311 364 0 3455 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 163656

[startup+3.10104 s]
/proc/loadavg: 2.45 3.37 3.57 3/308 15125
/proc/meminfo: memFree=15490224/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=290808 CPUtime=1.47 cores=4,6
/proc/15102/stat : 15102 (python) R 15100 15102 14075 0 -1 4202496 13938 921 82 9 124 23 0 0 16 0 1 0 112746781 297787392 10086 33554432000 4194304 5683644 140733468273328 18446744073709551615 4510864 0 0 16781312 2 0 0 0 17 4 0 0 23
/proc/15102/statm: 72702 10086 1826 364 0 8626 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 290808
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 2.45 3.37 3.57 5/320 15137
/proc/meminfo: memFree=15423880/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=294144 CPUtime=2.41 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 14302 921 82 9 218 23 0 0 20 0 2 0 112746781 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 23
/proc/15102/statm: 73536 8416 1869 364 0 9454 0
[pid=15135] ppid=15102 vsize=284988 CPUtime=0 cores=4,6
/proc/15135/stat : 15135 (python) S 15102 15102 14075 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 112747186 291827712 6899 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585231 0 0 16781312 514 4132521878994518273 0 0 17 4 0 0 0
/proc/15135/statm: 71247 6899 355 364 0 7165 0
[pid=15137] ppid=15135 vsize=1020308 CPUtime=2.22 cores=4,6
/proc/15137/stat : 15137 (gnovelty+2) R 15135 15137 15137 0 -1 4202496 1154 0 0 0 222 0 0 0 25 0 1 0 112747186 1044795392 891 33554432000 134512640 135663704 4294460032 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15137/statm: 255077 891 113 282 0 254793 0
[pid=15102/tid=15136] ppid=15100 vsize=294144 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 2 0 112747186 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 1599440
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 2.76 3.41 3.58 5/320 15137
/proc/meminfo: memFree=15414840/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=294144 CPUtime=2.41 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 14302 921 82 9 218 23 0 0 20 0 2 0 112746781 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 23
/proc/15102/statm: 73536 8416 1869 364 0 9454 0
[pid=15135] ppid=15102 vsize=284988 CPUtime=0 cores=4,6
/proc/15135/stat : 15135 (python) S 15102 15102 14075 0 -1 4202560 985 0 0 0 0 0 0 0 18 0 1 0 112747186 291827712 6927 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585231 0 0 16781312 514 4132521878994518273 0 0 17 4 0 0 0
/proc/15135/statm: 71247 6927 383 364 0 7165 0
[pid=15137] ppid=15135 vsize=1020308 CPUtime=8.55 cores=4,6
/proc/15137/stat : 15137 (gnovelty+2) R 15135 15137 15137 0 -1 4202496 1154 0 0 0 855 0 0 0 25 0 1 0 112747186 1044795392 891 33554432000 134512640 135663704 4294460032 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15137/statm: 255077 891 113 282 0 254793 0
[pid=15102/tid=15136] ppid=15100 vsize=294144 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 2 0 112747186 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 1599440

[startup+25.5011 s]
/proc/loadavg: 2.95 3.43 3.59 5/320 15172
/proc/meminfo: memFree=15444968/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=294144 CPUtime=2.41 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 14302 921 82 9 218 23 0 0 20 0 2 0 112746781 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 23
/proc/15102/statm: 73536 8416 1869 364 0 9454 0
[pid=15135] ppid=15102 vsize=284988 CPUtime=0.03 cores=4,6
/proc/15135/stat : 15135 (python) S 15102 15102 14075 0 -1 4202560 990 0 0 0 1 2 0 0 18 0 1 0 112747186 291827712 6927 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585231 0 0 16781312 514 13304407355438366977 0 0 17 4 0 0 0
/proc/15135/statm: 71247 6927 383 364 0 7165 0
[pid=15137] ppid=15135 vsize=1020308 CPUtime=21.29 cores=4,6
/proc/15137/stat : 15137 (gnovelty+2) R 15135 15137 15137 0 -1 4202496 1154 0 0 0 2129 0 0 0 25 0 1 0 112747186 1044795392 891 33554432000 134512640 135663704 4294460032 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15137/statm: 255077 891 113 282 0 254793 0
[pid=15102/tid=15136] ppid=15100 vsize=294144 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 2 0 112747186 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 1599440

[startup+51.1006 s]
/proc/loadavg: 3.31 3.47 3.60 5/320 15208
/proc/meminfo: memFree=15442004/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=294144 CPUtime=2.41 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 14302 921 82 9 218 23 0 0 20 0 2 0 112746781 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 23
/proc/15102/statm: 73536 8416 1869 364 0 9454 0
[pid=15135] ppid=15102 vsize=284988 CPUtime=0.1 cores=4,6
/proc/15135/stat : 15135 (python) S 15102 15102 14075 0 -1 4202560 1007 0 0 0 5 5 0 0 18 0 1 0 112747186 291827712 6927 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585231 0 0 16781312 514 13304407355438366977 0 0 17 4 0 0 0
/proc/15135/statm: 71247 6927 383 364 0 7165 0
[pid=15137] ppid=15135 vsize=1020308 CPUtime=46.8 cores=4,6
/proc/15137/stat : 15137 (gnovelty+2) R 15135 15137 15137 0 -1 4202496 1154 0 0 0 4680 0 0 0 25 0 1 0 112747186 1044795392 891 33554432000 134512640 135663704 4294460032 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15137/statm: 255077 891 113 282 0 254793 0
[pid=15102/tid=15136] ppid=15100 vsize=294144 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 2 0 112747186 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (KiB) 1599440

[startup+102.312 s]
/proc/loadavg: 3.80 3.59 3.63 5/320 15210
/proc/meminfo: memFree=15443408/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=294144 CPUtime=2.41 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 14302 921 82 9 218 23 0 0 20 0 2 0 112746781 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 23
/proc/15102/statm: 73536 8416 1869 364 0 9454 0
[pid=15135] ppid=15102 vsize=284988 CPUtime=0.2 cores=4,6
/proc/15135/stat : 15135 (python) S 15102 15102 14075 0 -1 4202560 1028 0 0 0 11 9 0 0 18 0 1 0 112747186 291827712 6927 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585231 0 0 16781312 514 13304407355438366977 0 0 17 4 0 0 0
/proc/15135/statm: 71247 6927 383 364 0 7165 0
[pid=15137] ppid=15135 vsize=1020308 CPUtime=97.9 cores=4,6
/proc/15137/stat : 15137 (gnovelty+2) R 15135 15137 15137 0 -1 4202496 1154 0 0 0 9790 0 0 0 25 0 1 0 112747186 1044795392 891 33554432000 134512640 135663704 4294460032 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15137/statm: 255077 891 113 282 0 254793 0
[pid=15102/tid=15136] ppid=15100 vsize=294144 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 2 0 112747186 301203456 8416 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.51
Current children cumulated vsize (KiB) 1599440

[startup+162.301 s]
/proc/loadavg: 4.00 3.68 3.65 5/336 15227
/proc/meminfo: memFree=15415848/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=305004 CPUtime=2.42 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 15175 921 82 9 219 23 0 0 20 0 3 0 112746781 312324096 8558 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 23
/proc/15102/statm: 76251 8558 1872 364 0 12166 0
[pid=15135] ppid=15102 vsize=295232 CPUtime=0.22 cores=4,6
/proc/15135/stat : 15135 (python) S 15102 15102 14075 0 -1 4202560 1168 0 0 0 12 10 0 0 19 0 2 0 112747186 302317568 6964 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15135/statm: 73808 6964 415 364 0 9726 0
[pid=15137] ppid=15135 vsize=1020308 CPUtime=99.89 cores=4,6
/proc/15137/stat : 15137 (gnovelty+2) T 15135 15137 15137 0 -1 4202496 1154 0 0 0 9989 0 0 0 25 0 1 0 112747186 1044795392 891 33554432000 134512640 135663704 4294460032 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15137/statm: 255077 891 113 282 0 254793 0
[pid=15135/tid=15219] ppid=15102 vsize=295232 CPUtime=0 cores=4,6
/proc/15135/task/15219/stat : 15219 (python) S 15102 15102 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112757212 302317568 6964 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870976 0 0 -1 6 0 0 0
[pid=15220] ppid=15102 vsize=294916 CPUtime=0.1 cores=4,6
/proc/15220/stat : 15220 (python) S 15102 15102 14075 0 -1 4202560 905 0 0 0 6 4 0 0 18 0 1 0 112757213 301993984 7055 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585286 0 0 16781312 514 13304407355438366979 0 0 17 4 0 0 0
/proc/15220/statm: 73729 7055 372 364 0 9644 0
[pid=15222] ppid=15220 vsize=1020308 CPUtime=57.84 cores=4,6
/proc/15222/stat : 15222 (gnovelty+2) R 15220 15222 15222 0 -1 4202496 1158 0 0 0 5784 0 0 0 25 0 1 0 112757213 1044795392 892 33554432000 134512640 135663704 4292343552 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15222/statm: 255077 892 113 282 0 254793 0
[pid=15102/tid=15136] ppid=15100 vsize=305004 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 3 0 112747186 312324096 8558 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15221] ppid=15100 vsize=305004 CPUtime=0 cores=4,6
/proc/15102/task/15221/stat : 15221 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 3 0 112757213 312324096 8558 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 2935768

[startup+222.302 s]
/proc/loadavg: 4.00 3.73 3.67 5/348 15240
/proc/meminfo: memFree=15381984/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=315260 CPUtime=2.43 cores=4,6

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

/proc/15220/statm: 73729 7084 400 364 0 9644 0
[pid=15222] ppid=15220 vsize=1020308 CPUtime=100.02 cores=4,6
/proc/15222/stat : 15222 (gnovelty+2) T 15220 15222 15222 0 -1 4202496 1158 0 0 0 10002 0 0 0 25 0 1 0 112757213 1044795392 892 33554432000 134512640 135663704 4292343552 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15222/statm: 255077 892 113 282 0 254793 0
[pid=15220/tid=15237] ppid=15102 vsize=294916 CPUtime=0 cores=4,6
/proc/15220/task/15237/stat : 15237 (python) S 15102 15102 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112767239 301993984 7084 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604444765000960 0 0 -1 6 0 0 0
[pid=15238] ppid=15102 vsize=305780 CPUtime=0.23 cores=4,6
/proc/15238/stat : 15238 (python) S 15102 15102 14075 0 -1 4202560 1079 0 0 0 12 11 0 0 19 0 2 0 112767241 313118720 7088 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15238/statm: 76445 7088 400 364 0 12357 0
[pid=15240] ppid=15238 vsize=423400 CPUtime=99.98 cores=4,6
/proc/15240/stat : 15240 (adaptg2wsat2009) T 15238 15240 15240 0 -1 4202496 2620 0 0 0 9998 0 0 0 25 0 1 0 112767241 433561600 2356 33554432000 134512640 135107411 4290554208 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15240/statm: 105850 2356 59 146 0 104726 0
[pid=15238/tid=15256] ppid=15102 vsize=305780 CPUtime=0 cores=4,6
/proc/15238/task/15256/stat : 15256 (python) S 15102 15102 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112777263 313118720 7088 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604444399174912 0 0 -1 6 0 0 0
[pid=15257] ppid=15102 vsize=315552 CPUtime=0.23 cores=4,6
/proc/15257/stat : 15257 (python) S 15102 15102 14075 0 -1 4202560 1087 0 0 0 11 12 0 0 19 0 2 0 112777264 323125248 7161 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15257/statm: 78888 7161 399 364 0 14797 0
[pid=15259] ppid=15257 vsize=423400 CPUtime=99.98 cores=4,6
/proc/15259/stat : 15259 (adaptg2wsat2009) T 15257 15259 15259 0 -1 4202496 2627 0 0 0 9998 0 0 0 25 0 1 0 112777265 433561600 2356 33554432000 134512640 135107411 4286745632 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15259/statm: 105850 2356 59 146 0 104726 0
[pid=15257/tid=15275] ppid=15102 vsize=315552 CPUtime=0 cores=4,6
/proc/15257/task/15275/stat : 15275 (python) S 15102 15102 14075 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 112787287 323125248 7161 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604443223684992 0 0 -1 6 0 0 0
[pid=15276] ppid=15102 vsize=325952 CPUtime=0.24 cores=4,6
/proc/15276/stat : 15276 (python) S 15102 15102 14075 0 -1 4202560 1097 0 0 0 13 11 0 0 19 0 2 0 112787288 333774848 7166 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15276/statm: 81488 7166 400 364 0 17394 0
[pid=15278] ppid=15276 vsize=423400 CPUtime=100.01 cores=4,6
/proc/15278/stat : 15278 (adaptg2wsat2009) T 15276 15278 15278 0 -1 4202496 2620 0 0 0 10001 0 0 0 25 0 1 0 112787289 433561600 2356 33554432000 134512640 135107411 4294790608 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15278/statm: 105850 2356 59 146 0 104726 0
[pid=15276/tid=15293] ppid=15102 vsize=325952 CPUtime=0 cores=4,6
/proc/15276/task/15293/stat : 15293 (python) S 15102 15102 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112797312 333774848 7166 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604441192665344 0 0 -1 4 0 0 0
[pid=15294] ppid=15102 vsize=336316 CPUtime=0.25 cores=4,6
/proc/15294/stat : 15294 (python) S 15102 15102 14075 0 -1 4202560 1090 0 0 0 13 12 0 0 19 0 2 0 112797314 344387584 7170 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15294/statm: 84079 7170 400 364 0 19982 0
[pid=15296] ppid=15294 vsize=1020308 CPUtime=100.16 cores=4,6
/proc/15296/stat : 15296 (gnovelty+2) T 15294 15296 15296 0 -1 4202496 1157 0 0 0 10016 0 0 0 25 0 1 0 112797314 1044795392 892 33554432000 134512640 135663704 4293257504 18446744073709551615 134545653 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15296/statm: 255077 892 113 282 0 254793 0
[pid=15294/tid=15312] ppid=15102 vsize=336316 CPUtime=0 cores=4,6
/proc/15294/task/15312/stat : 15312 (python) S 15102 15102 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112807343 344387584 7170 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604453344058304 0 0 -1 4 0 0 0
[pid=15313] ppid=15102 vsize=346572 CPUtime=0.23 cores=4,6
/proc/15313/stat : 15313 (python) S 15102 15102 14075 0 -1 4202560 934 0 0 0 11 12 0 0 18 0 1 0 112807345 354889728 7145 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585286 0 0 16781312 514 13304407355438366979 0 0 17 6 0 0 0
/proc/15313/statm: 86643 7145 372 364 0 22543 0
[pid=15315] ppid=15313 vsize=253032 CPUtime=96.66 cores=4,6
/proc/15315/stat : 15315 (FH) R 15313 15315 15315 0 -1 4202496 2497 0 0 0 9666 0 0 0 25 0 1 0 112807345 259104768 2233 33554432000 134512640 134936988 4291328544 18446744073709551615 134554064 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15315/statm: 63258 2233 41 104 0 62762 0
[pid=15102/tid=15136] ppid=15100 vsize=356564 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 8 0 112747186 365121536 8666 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15221] ppid=15100 vsize=356564 CPUtime=0 cores=4,6
/proc/15102/task/15221/stat : 15221 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 8 0 112757213 365121536 8666 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15239] ppid=15100 vsize=356564 CPUtime=0 cores=4,6
/proc/15102/task/15239/stat : 15239 (python) S 15100 15102 14075 0 -1 4202560 22 921 0 9 0 0 0 0 20 0 8 0 112767241 365121536 8666 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15258] ppid=15100 vsize=356564 CPUtime=0 cores=4,6
/proc/15102/task/15258/stat : 15258 (python) S 15100 15102 14075 0 -1 4202560 22 921 0 9 0 0 0 0 20 0 8 0 112777265 365121536 8666 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15277] ppid=15100 vsize=356564 CPUtime=0 cores=4,6
/proc/15102/task/15277/stat : 15277 (python) S 15100 15102 14075 0 -1 4202560 29 921 0 9 0 0 0 0 20 0 8 0 112787289 365121536 8666 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15295] ppid=15100 vsize=356564 CPUtime=0 cores=4,6
/proc/15102/task/15295/stat : 15295 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 8 0 112797314 365121536 8666 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 6 0 0 0
[pid=15102/tid=15314] ppid=15100 vsize=356564 CPUtime=0 cores=4,6
/proc/15102/task/15314/stat : 15314 (python) S 15100 15102 14075 0 -1 4202560 31 921 0 9 0 0 0 0 20 0 8 0 112807345 365121536 8666 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 700.8
Current children cumulated vsize (KiB) 7161040



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 4.17 4.03 3.83 4/376 15358
/proc/meminfo: memFree=15315548/32950928 swapFree=67111364/67111528
[pid=15102] ppid=15100 vsize=432356 CPUtime=2.51 cores=4,6
/proc/15102/stat : 15102 (python) S 15100 15102 14075 0 -1 4202496 20357 921 82 9 227 24 0 0 20 0 9 0 112746781 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 23
/proc/15102/statm: 108089 8674 1892 364 0 43986 0
[pid=15135] ppid=15102 vsize=295232 CPUtime=0.22 cores=4,6
/proc/15135/stat : 15135 (python) S 15102 15102 14075 0 -1 4202560 1168 0 0 0 12 10 0 0 19 0 2 0 112747186 302317568 6964 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15135/statm: 73808 6964 415 364 0 9726 0
[pid=15137] ppid=15135 vsize=1020308 CPUtime=99.89 cores=4,6
/proc/15137/stat : 15137 (gnovelty+2) T 15135 15137 15137 0 -1 4202496 1154 0 0 0 9989 0 0 0 25 0 1 0 112747186 1044795392 891 33554432000 134512640 135663704 4294460032 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15137/statm: 255077 891 113 282 0 254793 0
[pid=15135/tid=15219] ppid=15102 vsize=295232 CPUtime=0 cores=4,6
/proc/15135/task/15219/stat : 15219 (python) S 15102 15102 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112757212 302317568 6964 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870976 0 0 -1 6 0 0 0
[pid=15220] ppid=15102 vsize=294916 CPUtime=0.21 cores=4,6
/proc/15220/stat : 15220 (python) S 15102 15102 14075 0 -1 4202560 1071 0 0 0 12 9 0 0 19 0 2 0 112757213 301993984 7084 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15220/statm: 73729 7084 400 364 0 9644 0
[pid=15222] ppid=15220 vsize=1020308 CPUtime=100.02 cores=4,6
/proc/15222/stat : 15222 (gnovelty+2) T 15220 15222 15222 0 -1 4202496 1158 0 0 0 10002 0 0 0 25 0 1 0 112757213 1044795392 892 33554432000 134512640 135663704 4292343552 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15222/statm: 255077 892 113 282 0 254793 0
[pid=15220/tid=15237] ppid=15102 vsize=294916 CPUtime=0 cores=4,6
/proc/15220/task/15237/stat : 15237 (python) S 15102 15102 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112767239 301993984 7084 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604444765000960 0 0 -1 6 0 0 0
[pid=15238] ppid=15102 vsize=305780 CPUtime=0.23 cores=4,6
/proc/15238/stat : 15238 (python) S 15102 15102 14075 0 -1 4202560 1079 0 0 0 12 11 0 0 19 0 2 0 112767241 313118720 7088 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15238/statm: 76445 7088 400 364 0 12357 0
[pid=15240] ppid=15238 vsize=423400 CPUtime=99.98 cores=4,6
/proc/15240/stat : 15240 (adaptg2wsat2009) T 15238 15240 15240 0 -1 4202496 2620 0 0 0 9998 0 0 0 25 0 1 0 112767241 433561600 2356 33554432000 134512640 135107411 4290554208 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15240/statm: 105850 2356 59 146 0 104726 0
[pid=15238/tid=15256] ppid=15102 vsize=305780 CPUtime=0 cores=4,6
/proc/15238/task/15256/stat : 15256 (python) S 15102 15102 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112777263 313118720 7088 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604444399174912 0 0 -1 6 0 0 0
[pid=15257] ppid=15102 vsize=315552 CPUtime=0.23 cores=4,6
/proc/15257/stat : 15257 (python) S 15102 15102 14075 0 -1 4202560 1087 0 0 0 11 12 0 0 19 0 2 0 112777264 323125248 7161 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15257/statm: 78888 7161 399 364 0 14797 0
[pid=15259] ppid=15257 vsize=423400 CPUtime=99.98 cores=4,6
/proc/15259/stat : 15259 (adaptg2wsat2009) T 15257 15259 15259 0 -1 4202496 2627 0 0 0 9998 0 0 0 25 0 1 0 112777265 433561600 2356 33554432000 134512640 135107411 4286745632 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15259/statm: 105850 2356 59 146 0 104726 0
[pid=15257/tid=15275] ppid=15102 vsize=315552 CPUtime=0 cores=4,6
/proc/15257/task/15275/stat : 15275 (python) S 15102 15102 14075 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 112787287 323125248 7161 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604443223684992 0 0 -1 6 0 0 0
[pid=15276] ppid=15102 vsize=325952 CPUtime=0.24 cores=4,6
/proc/15276/stat : 15276 (python) S 15102 15102 14075 0 -1 4202560 1097 0 0 0 13 11 0 0 19 0 2 0 112787288 333774848 7166 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15276/statm: 81488 7166 400 364 0 17394 0
[pid=15278] ppid=15276 vsize=423400 CPUtime=100.01 cores=4,6
/proc/15278/stat : 15278 (adaptg2wsat2009) T 15276 15278 15278 0 -1 4202496 2620 0 0 0 10001 0 0 0 25 0 1 0 112787289 433561600 2356 33554432000 134512640 135107411 4294790608 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15278/statm: 105850 2356 59 146 0 104726 0
[pid=15276/tid=15293] ppid=15102 vsize=325952 CPUtime=0 cores=4,6
/proc/15276/task/15293/stat : 15293 (python) S 15102 15102 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112797312 333774848 7166 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604441192665344 0 0 -1 4 0 0 0
[pid=15294] ppid=15102 vsize=336316 CPUtime=0.25 cores=4,6
/proc/15294/stat : 15294 (python) S 15102 15102 14075 0 -1 4202560 1090 0 0 0 13 12 0 0 19 0 2 0 112797314 344387584 7170 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15294/statm: 84079 7170 400 364 0 19982 0
[pid=15296] ppid=15294 vsize=1020308 CPUtime=100.16 cores=4,6
/proc/15296/stat : 15296 (gnovelty+2) T 15294 15296 15296 0 -1 4202496 1157 0 0 0 10016 0 0 0 25 0 1 0 112797314 1044795392 892 33554432000 134512640 135663704 4293257504 18446744073709551615 134545653 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15296/statm: 255077 892 113 282 0 254793 0
[pid=15294/tid=15312] ppid=15102 vsize=336316 CPUtime=0 cores=4,6
/proc/15294/task/15312/stat : 15312 (python) S 15102 15102 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112807343 344387584 7170 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604453344058304 0 0 -1 4 0 0 0
[pid=15313] ppid=15102 vsize=346572 CPUtime=0.25 cores=4,6
/proc/15313/stat : 15313 (python) S 15102 15102 14075 0 -1 4202560 1089 0 0 0 12 13 0 0 19 0 2 0 112807345 354889728 7174 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15313/statm: 86643 7174 400 364 0 22543 0
[pid=15315] ppid=15313 vsize=253032 CPUtime=98.26 cores=4,6
/proc/15315/stat : 15315 (FH) T 15313 15315 15315 0 -1 4202496 2497 0 0 0 9826 0 0 0 25 0 1 0 112807345 259104768 2233 33554432000 134512640 134936988 4291328544 18446744073709551615 134545336 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15315/statm: 63258 2233 41 104 0 62762 0
[pid=15313/tid=15329] ppid=15102 vsize=346572 CPUtime=0 cores=4,6
/proc/15313/task/15329/stat : 15329 (python) S 15102 15102 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112817171 354889728 7174 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 514 18446604444374952960 0 0 -1 6 0 0 0
[pid=15330] ppid=15102 vsize=356716 CPUtime=0 cores=4,6
/proc/15330/stat : 15330 (python) S 15102 15102 14075 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 112817172 365277184 7132 33554432000 4194304 5683644 140733468273328 18446744073709551615 218880585286 0 0 16781312 514 4279848740535140351 0 0 17 4 0 0 0
/proc/15330/statm: 89179 7132 355 364 0 25076 0
[pid=15332] ppid=15330 vsize=423400 CPUtime=1.09 cores=4,6
/proc/15332/stat : 15332 (adaptg2wsat2009) R 15330 15332 15332 0 -1 4202496 2630 0 0 0 109 0 0 0 25 0 1 0 112817173 433561600 2356 33554432000 134512640 135107411 4286729184 18446744073709551615 134531810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15332/statm: 105850 2356 59 146 0 104726 0
[pid=15102/tid=15136] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15136/stat : 15136 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 9 0 112747186 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15221] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15221/stat : 15221 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 9 0 112757213 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15239] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15239/stat : 15239 (python) S 15100 15102 14075 0 -1 4202560 22 921 0 9 0 0 0 0 20 0 9 0 112767241 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15258] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15258/stat : 15258 (python) S 15100 15102 14075 0 -1 4202560 22 921 0 9 0 0 0 0 20 0 9 0 112777265 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15277] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15277/stat : 15277 (python) S 15100 15102 14075 0 -1 4202560 29 921 0 9 0 0 0 0 20 0 9 0 112787289 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15295] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15295/stat : 15295 (python) S 15100 15102 14075 0 -1 4202560 28 921 0 9 0 0 0 0 20 0 9 0 112797314 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 6 0 0 0
[pid=15102/tid=15314] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15314/stat : 15314 (python) S 15100 15102 14075 0 -1 4202560 31 921 0 9 0 0 0 0 20 0 9 0 112807345 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
[pid=15102/tid=15331] ppid=15100 vsize=432356 CPUtime=0 cores=4,6
/proc/15102/task/15331/stat : 15331 (python) S 15100 15102 14075 0 -1 4202560 22 921 0 9 0 0 0 0 20 0 9 0 112817173 442732544 8674 33554432000 4194304 5683644 140733468273328 18446744073709551615 218892388785 0 0 16781312 2 18446604444399175808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.53
Current children cumulated vsize (KiB) 8016948

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 15102 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=282652
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=255961
# CPU time returned by wait4() is 2.53861
# while last known CPU time is 703.53
#
# 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): 703.53
CPU user time (s): 702.51
CPU system time (s): 1.02
CPU usage (%): 99.7809
Max. virtual memory (cumulated for all children) (KiB): 8016948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.28265
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21728
page faults= 91
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40899
involuntary context switches= 41

runsolver used 2.78758 second user time and 5.54416 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 11:22:53
IDJOB=3377220
IDBENCH=82529
IDSOLVER=1857
FILE ID=node112/3377220-1305451373
RUNJOBID= node112-1305451373-15066
PBS_JOBID= 13324849
Free space on /tmp= 73556 MiB

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

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=2130640440

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.61
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.847
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.847
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.74
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.847
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:     32950928 kB
MemFree:      15601556 kB
Buffers:        299648 kB
Cached:        3041948 kB
SwapCached:          0 kB
Active:       15306432 kB
Inactive:      1797332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15601556 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          129736 kB
Writeback:           8 kB
AnonPages:    13762640 kB
Mapped:          22200 kB
Slab:           139628 kB
PageTables:      42784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35034372 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= 73452 MiB
End job on node112 at 2011-05-15 11:34:41