Trace number 3377272

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.12 702.88

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
MD5SUM6f9c7c042784ec486e9e8bc570309805
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 variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.28/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.47	c INFO: solving HOME/instance-3377272-1305451990.cnf
0.28/0.47	c INFO: computing task features
0.45/0.62	c INFO: computed variable-clause graph statistics
0.45/0.63	c INFO: computed clause balance statistics
1.15/1.36	c INFO: computed variable balance statistics
1.45/1.65	c INFO: computed small-clause counts
1.45/1.66	c INFO: computed Horn-clause counts
1.45/1.68	c INFO: computed variable graph statistics
1.45/1.68	c INFO: collected features for HOME/instance-3377272-1305451990.cnf in 1.20 s
1.45/1.69	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
101.79/102.00	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.11/202.32	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.36/302.61	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
400.95/400.90	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
501.14/501.20	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
601.83/601.54	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
702.13/701.85	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 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-3377272-1305451990/watcher-3377272-1305451990 -o /tmp/evaluation-result-3377272-1305451990/solver-3377272-1305451990 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377272-1305451990.cnf -seed 458064915 -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: 1.18 2.51 3.05 5/366 21981
/proc/meminfo: memFree=19170460/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=11796 CPUtime=0 cores=4,6
/proc/21981/stat : 21981 (runsolver) R 21979 21981 20857 0 -1 4202560 45 0 0 0 0 0 0 0 24 0 1 0 735429660 12079104 52 33554432000 4194304 5432360 140735339958064 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/21981/statm: 2949 52 33 303 0 2643 0

[startup+0.045193 s]
/proc/loadavg: 1.18 2.51 3.05 5/366 21981
/proc/meminfo: memFree=19170460/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=18884 CPUtime=0.01 cores=4,6
/proc/21981/stat : 21981 (python) R 21979 21981 20857 0 -1 4202496 1283 0 0 0 1 0 0 0 17 0 1 0 735429660 19337216 1136 33554432000 4194304 5683644 140734070149072 18446744073709551615 4867252 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21981/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101182 s]
/proc/loadavg: 1.18 2.51 3.05 5/366 21981
/proc/meminfo: memFree=19170460/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=96952 CPUtime=0.05 cores=4,6
/proc/21981/stat : 21981 (python) R 21979 21981 20857 0 -1 4202496 2794 0 0 0 3 2 0 0 17 0 1 0 735429660 99278848 2498 33554432000 4194304 5683644 140734070149072 18446744073709551615 256410429205 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21981/statm: 24238 2513 782 364 0 1686 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 96952

[startup+0.301136 s]
/proc/loadavg: 1.18 2.51 3.05 5/366 21981
/proc/meminfo: memFree=19170460/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=157108 CPUtime=0.2 cores=4,6
/proc/21981/stat : 21981 (python) R 21979 21981 20857 0 -1 4202496 6517 936 1 0 15 5 0 0 17 0 1 0 735429660 160878592 4614 33554432000 4194304 5683644 140734070149072 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21981/statm: 39277 4618 1257 364 0 3385 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 157108

[startup+0.701066 s]
/proc/loadavg: 1.18 2.51 3.05 5/366 21981
/proc/meminfo: memFree=19170460/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=283976 CPUtime=0.55 cores=4,6
/proc/21981/stat : 21981 (python) R 21979 21981 20857 0 -1 4202496 11754 936 1 0 48 7 0 0 17 0 1 0 735429660 290791424 8379 33554432000 4194304 5683644 140734070149072 18446744073709551615 256418800560 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21981/statm: 70994 8379 1826 364 0 6918 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 283976

[startup+1.50091 s]
/proc/loadavg: 1.18 2.51 3.05 5/367 21986
/proc/meminfo: memFree=19142824/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=283976 CPUtime=1.35 cores=4,6
/proc/21981/stat : 21981 (python) R 21979 21981 20857 0 -1 4202496 11755 936 1 0 128 7 0 0 18 0 1 0 735429660 290791424 8380 33554432000 4194304 5683644 140734070149072 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21981/statm: 70994 8380 1827 364 0 6918 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 283976

[startup+3.10055 s]
/proc/loadavg: 1.41 2.54 3.05 5/370 21989
/proc/meminfo: memFree=19142800/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=289868 CPUtime=1.55 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 12106 936 1 0 148 7 0 0 21 0 2 0 735429660 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 72467 7340 1877 364 0 8385 0
[pid=21987] ppid=21981 vsize=280108 CPUtime=0 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 735429830 286830592 5815 33554432000 4194304 5683644 140734070149072 18446744073709551615 256415411727 0 0 16781312 514 6306860548747133188 0 0 17 4 0 0 0
/proc/21987/statm: 70027 5815 355 364 0 5945 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=1.38 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) R 21987 21989 21989 0 -1 4202496 860 0 0 0 138 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21981/tid=21988] ppid=21979 vsize=289868 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 735429830 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1588796

[startup+6.30094 s]
/proc/loadavg: 1.41 2.54 3.05 5/370 21989
/proc/meminfo: memFree=19142272/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=289868 CPUtime=1.55 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 12106 936 1 0 148 7 0 0 21 0 2 0 735429660 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 72467 7340 1877 364 0 8385 0
[pid=21987] ppid=21981 vsize=280108 CPUtime=0 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 735429830 286830592 5842 33554432000 4194304 5683644 140734070149072 18446744073709551615 256415411727 0 0 16781312 514 6306860548747165695 0 0 17 4 0 0 0
/proc/21987/statm: 70027 5842 382 364 0 5945 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=4.55 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) R 21987 21989 21989 0 -1 4202496 860 0 0 0 455 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21981/tid=21988] ppid=21979 vsize=289868 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 735429830 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 1588796

[startup+12.7007 s]
/proc/loadavg: 1.62 2.56 3.06 5/376 21995
/proc/meminfo: memFree=19093288/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=289868 CPUtime=1.55 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 12106 936 1 0 148 7 0 0 21 0 2 0 735429660 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 72467 7340 1877 364 0 8385 0
[pid=21987] ppid=21981 vsize=280108 CPUtime=0.02 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 964 0 0 0 1 1 0 0 18 0 1 0 735429830 286830592 5843 33554432000 4194304 5683644 140734070149072 18446744073709551615 256415411727 0 0 16781312 514 6705068196782637316 0 0 17 4 0 0 0
/proc/21987/statm: 70027 5843 383 364 0 5945 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=10.9 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) R 21987 21989 21989 0 -1 4202496 860 0 0 0 1090 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21981/tid=21988] ppid=21979 vsize=289868 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 735429830 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 1588796

[startup+25.5004 s]
/proc/loadavg: 2.21 2.65 3.08 5/376 21995
/proc/meminfo: memFree=19075200/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=289868 CPUtime=1.55 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 12106 936 1 0 148 7 0 0 21 0 2 0 735429660 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 72467 7340 1877 364 0 8385 0
[pid=21987] ppid=21981 vsize=280108 CPUtime=0.06 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 969 0 0 0 3 3 0 0 18 0 1 0 735429830 286830592 5843 33554432000 4194304 5683644 140734070149072 18446744073709551615 256415411727 0 0 16781312 514 6705068196782637316 0 0 17 4 0 0 0
/proc/21987/statm: 70027 5843 383 364 0 5945 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=23.64 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) R 21987 21989 21989 0 -1 4202496 860 0 0 0 2364 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134525136 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21981/tid=21988] ppid=21979 vsize=289868 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 735429830 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1588796

[startup+51.1005 s]
/proc/loadavg: 2.82 2.76 3.10 5/376 21996
/proc/meminfo: memFree=19075540/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=289868 CPUtime=1.55 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 12106 936 1 0 148 7 0 0 21 0 2 0 735429660 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 72467 7340 1877 364 0 8385 0
[pid=21987] ppid=21981 vsize=280108 CPUtime=0.12 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 981 0 0 0 6 6 0 0 18 0 1 0 735429830 286830592 5843 33554432000 4194304 5683644 140734070149072 18446744073709551615 256415411727 0 0 16781312 514 6705068196782637316 0 0 17 4 0 0 0
/proc/21987/statm: 70027 5843 383 364 0 5945 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=49.19 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) R 21987 21989 21989 0 -1 4202496 860 0 0 0 4919 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21981/tid=21988] ppid=21979 vsize=289868 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 735429830 296824832 7340 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 1588796

[startup+102.315 s]
/proc/loadavg: 3.53 2.96 3.15 5/384 22005
/proc/meminfo: memFree=19062756/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=300124 CPUtime=1.56 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 12990 936 1 0 149 7 0 0 20 0 3 0 735429660 307326976 7347 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 75031 7347 1880 364 0 10946 0
[pid=21987] ppid=21981 vsize=290352 CPUtime=0.27 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 1140 0 0 0 14 13 0 0 19 0 2 0 735429830 297320448 5880 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21987/statm: 72588 5880 415 364 0 8506 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=99.96 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) T 21987 21989 21989 0 -1 4202496 860 0 0 0 9996 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21987/tid=22002] ppid=21981 vsize=290352 CPUtime=0 cores=4,6
/proc/21987/task/22002/stat : 22002 (python) S 21981 21981 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735439859 297320448 5880 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604441496221760 0 0 -1 6 0 0 0
[pid=22003] ppid=21981 vsize=290364 CPUtime=0 cores=4,6
/proc/22003/stat : 22003 (python) S 21981 21981 20857 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 735439860 297332736 5813 33554432000 4194304 5683644 140734070149072 18446744073709551615 256415411782 0 0 16781312 514 5290879369089122303 0 0 17 4 0 0 0
/proc/22003/statm: 72591 5813 349 364 0 8506 0
[pid=22005] ppid=22003 vsize=1018820 CPUtime=0.29 cores=4,6
/proc/22005/stat : 22005 (gnovelty+2) R 22003 22005 22005 0 -1 4202496 858 0 0 0 29 0 0 0 21 0 1 0 735439861 1043271680 596 33554432000 134512640 135663704 4292405344 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22005/statm: 254705 596 113 282 0 254421 0
[pid=21981/tid=21988] ppid=21979 vsize=300124 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 3 0 735429830 307326976 7347 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22004] ppid=21979 vsize=300124 CPUtime=0 cores=4,6
/proc/21981/task/22004/stat : 22004 (python) S 21979 21981 20857 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 3 0 735439861 307326976 7347 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 2918480

[startup+162.301 s]
/proc/loadavg: 3.94 3.17 3.21 5/393 22019
/proc/meminfo: memFree=18978088/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=300124 CPUtime=1.56 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 12990 936 1 0 149 7 0 0 20 0 3 0 735429660 307326976 7347 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 75031 7347 1880 364 0 10946 0
[pid=21987] ppid=21981 vsize=290352 CPUtime=0.27 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 1140 0 0 0 14 13 0 0 19 0 2 0 735429830 297320448 5880 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21987/statm: 72588 5880 415 364 0 8506 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=99.96 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) T 21987 21989 21989 0 -1 4202496 860 0 0 0 9996 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21987/tid=22002] ppid=21981 vsize=290352 CPUtime=0 cores=4,6
/proc/21987/task/22002/stat : 22002 (python) S 21981 21981 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735439859 297320448 5880 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604441496221760 0 0 -1 6 0 0 0
[pid=22003] ppid=21981 vsize=290364 CPUtime=0.15 cores=4,6

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

/proc/22003/statm: 72591 5865 400 364 0 8506 0
[pid=22005] ppid=22003 vsize=1018820 CPUtime=100.03 cores=4,6
/proc/22005/stat : 22005 (gnovelty+2) T 22003 22005 22005 0 -1 4202496 858 0 0 0 10003 0 0 0 25 0 1 0 735439861 1043271680 596 33554432000 134512640 135663704 4292405344 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22005/statm: 254705 596 113 282 0 254421 0
[pid=22003/tid=22021] ppid=21981 vsize=290364 CPUtime=0 cores=4,6
/proc/22003/task/22021/stat : 22021 (python) S 21981 21981 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735449891 297332736 5865 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604445554637504 0 0 -1 6 0 0 0
[pid=22022] ppid=21981 vsize=300700 CPUtime=0.27 cores=4,6
/proc/22022/stat : 22022 (python) S 21981 21981 20857 0 -1 4202560 1078 0 0 0 14 13 0 0 19 0 2 0 735449892 307916800 5869 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22022/statm: 75175 5869 400 364 0 11087 0
[pid=22024] ppid=22022 vsize=419428 CPUtime=99.98 cores=4,6
/proc/22024/stat : 22024 (adaptg2wsat2009) T 22022 22024 22024 0 -1 4202496 1439 0 0 0 9998 0 0 0 25 0 1 0 735449892 429494272 1176 33554432000 134512640 135107411 4289488512 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22024/statm: 104857 1176 59 146 0 103733 0
[pid=22022/tid=22040] ppid=21981 vsize=300700 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (python) S 21981 21981 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735459920 307916800 5869 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550080 0 0 -1 6 0 0 0
[pid=22041] ppid=21981 vsize=311048 CPUtime=0.29 cores=4,6
/proc/22041/stat : 22041 (python) S 21981 21981 20857 0 -1 4202560 1089 0 0 0 14 15 0 0 19 0 2 0 735459921 318513152 5893 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22041/statm: 77762 5893 400 364 0 13671 0
[pid=22043] ppid=22041 vsize=419428 CPUtime=98.28 cores=4,6
/proc/22043/stat : 22043 (adaptg2wsat2009) T 22041 22043 22043 0 -1 4202496 1444 0 0 0 9828 0 0 0 25 0 1 0 735459921 429494272 1176 33554432000 134512640 135107411 4289128128 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22043/statm: 104857 1176 59 146 0 103733 0
[pid=22041/tid=22055] ppid=21981 vsize=311048 CPUtime=0 cores=4,6
/proc/22041/task/22055/stat : 22055 (python) S 21981 21981 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735469750 318513152 5893 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604448787166208 0 0 -1 6 0 0 0
[pid=22056] ppid=21981 vsize=386184 CPUtime=0.28 cores=4,6
/proc/22056/stat : 22056 (python) S 21981 21981 20857 0 -1 4202560 1022 0 0 0 14 14 0 0 19 0 2 0 735469751 395452416 6068 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22056/statm: 96546 6068 399 364 0 32452 0
[pid=22058] ppid=22056 vsize=419428 CPUtime=99.99 cores=4,6
/proc/22058/stat : 22058 (adaptg2wsat2009) T 22056 22058 22058 0 -1 4202496 1429 0 0 0 9999 0 0 0 25 0 1 0 735469751 429494272 1175 33554432000 134512640 135107411 4288108912 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22058/statm: 104857 1175 59 146 0 103733 0
[pid=22056/tid=22066] ppid=21981 vsize=386184 CPUtime=0 cores=4,6
/proc/22056/task/22066/stat : 22066 (python) S 21981 21981 20857 0 -1 4202560 116 0 0 0 0 0 0 0 19 0 2 0 735479779 395452416 6068 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604446422337664 0 0 -1 6 0 0 0
[pid=22067] ppid=21981 vsize=397028 CPUtime=0.3 cores=4,6
/proc/22067/stat : 22067 (python) S 21981 21981 20857 0 -1 4202560 1070 0 0 0 16 14 0 0 19 0 2 0 735479780 406556672 5953 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22067/statm: 99257 5953 400 364 0 35160 0
[pid=22069] ppid=22067 vsize=1018820 CPUtime=100.32 cores=4,6
/proc/22069/stat : 22069 (gnovelty+2) T 22067 22069 22069 0 -1 4202496 858 0 0 0 10032 0 0 0 25 0 1 0 735479780 1043271680 596 33554432000 134512640 135663704 4289722016 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22069/statm: 254705 596 113 282 0 254421 0
[pid=22067/tid=22083] ppid=21981 vsize=397028 CPUtime=0 cores=4,6
/proc/22067/task/22083/stat : 22083 (python) S 21981 21981 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735489813 406556672 5953 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604448515695680 0 0 -1 6 0 0 0
[pid=22084] ppid=21981 vsize=407508 CPUtime=0.3 cores=4,6
/proc/22084/stat : 22084 (python) S 21981 21981 20857 0 -1 4202560 1094 0 0 0 18 12 0 0 19 0 2 0 735489815 417288192 5963 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22084/statm: 101877 5963 400 364 0 37777 0
[pid=22086] ppid=22084 vsize=249192 CPUtime=99.98 cores=4,6
/proc/22086/stat : 22086 (FH) T 22084 22086 22086 0 -1 4202496 1322 0 0 0 9998 0 0 0 25 0 1 0 735489815 255172608 1059 33554432000 134512640 134936988 4290308160 18446744073709551615 134545007 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22086/statm: 62298 1059 41 104 0 61802 0
[pid=21981/tid=21988] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 735429830 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22004] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22004/stat : 22004 (python) S 21979 21981 20857 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 735439861 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22023] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22023/stat : 22023 (python) S 21979 21981 20857 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 735449892 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22042] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22042/stat : 22042 (python) S 21979 21981 20857 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 735459921 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 6 0 0 0
[pid=21981/tid=22057] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22057/stat : 22057 (python) S 21979 21981 20857 0 -1 4202560 85 936 0 0 0 0 0 0 20 0 9 0 735469751 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22068] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22068/stat : 22068 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 735479780 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22085] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22085/stat : 22085 (python) S 21979 21981 20857 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 735489815 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 7374644



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.07 3.90 3.56 6/458 22101
/proc/meminfo: memFree=18694160/32950928 swapFree=67111200/67111528
[pid=21981] ppid=21979 vsize=427524 CPUtime=1.65 cores=4,6
/proc/21981/stat : 21981 (python) S 21979 21981 20857 0 -1 4202496 17974 936 1 0 156 9 0 0 19 0 9 0 735429660 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21981/statm: 106881 7517 1892 364 0 42778 0
[pid=21987] ppid=21981 vsize=290352 CPUtime=0.27 cores=4,6
/proc/21987/stat : 21987 (python) S 21981 21981 20857 0 -1 4202560 1140 0 0 0 14 13 0 0 19 0 2 0 735429830 297320448 5880 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21987/statm: 72588 5880 415 364 0 8506 0
[pid=21989] ppid=21987 vsize=1018820 CPUtime=99.96 cores=4,6
/proc/21989/stat : 21989 (gnovelty+2) T 21987 21989 21989 0 -1 4202496 860 0 0 0 9996 0 0 0 25 0 1 0 735429830 1043271680 595 33554432000 134512640 135663704 4288854720 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21989/statm: 254705 595 113 282 0 254421 0
[pid=21987/tid=22002] ppid=21981 vsize=290352 CPUtime=0 cores=4,6
/proc/21987/task/22002/stat : 22002 (python) S 21981 21981 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735439859 297320448 5880 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604441496221760 0 0 -1 6 0 0 0
[pid=22003] ppid=21981 vsize=290364 CPUtime=0.27 cores=4,6
/proc/22003/stat : 22003 (python) S 21981 21981 20857 0 -1 4202560 1064 0 0 0 13 14 0 0 19 0 2 0 735439860 297332736 5865 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22003/statm: 72591 5865 400 364 0 8506 0
[pid=22005] ppid=22003 vsize=1018820 CPUtime=100.03 cores=4,6
/proc/22005/stat : 22005 (gnovelty+2) T 22003 22005 22005 0 -1 4202496 858 0 0 0 10003 0 0 0 25 0 1 0 735439861 1043271680 596 33554432000 134512640 135663704 4292405344 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22005/statm: 254705 596 113 282 0 254421 0
[pid=22003/tid=22021] ppid=21981 vsize=290364 CPUtime=0 cores=4,6
/proc/22003/task/22021/stat : 22021 (python) S 21981 21981 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735449891 297332736 5865 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604445554637504 0 0 -1 6 0 0 0
[pid=22022] ppid=21981 vsize=300700 CPUtime=0.27 cores=4,6
/proc/22022/stat : 22022 (python) S 21981 21981 20857 0 -1 4202560 1078 0 0 0 14 13 0 0 19 0 2 0 735449892 307916800 5869 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22022/statm: 75175 5869 400 364 0 11087 0
[pid=22024] ppid=22022 vsize=419428 CPUtime=99.98 cores=4,6
/proc/22024/stat : 22024 (adaptg2wsat2009) T 22022 22024 22024 0 -1 4202496 1439 0 0 0 9998 0 0 0 25 0 1 0 735449892 429494272 1176 33554432000 134512640 135107411 4289488512 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22024/statm: 104857 1176 59 146 0 103733 0
[pid=22022/tid=22040] ppid=21981 vsize=300700 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (python) S 21981 21981 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735459920 307916800 5869 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550080 0 0 -1 6 0 0 0
[pid=22041] ppid=21981 vsize=311048 CPUtime=0.29 cores=4,6
/proc/22041/stat : 22041 (python) S 21981 21981 20857 0 -1 4202560 1089 0 0 0 14 15 0 0 19 0 2 0 735459921 318513152 5893 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22041/statm: 77762 5893 400 364 0 13671 0
[pid=22043] ppid=22041 vsize=419428 CPUtime=98.28 cores=4,6
/proc/22043/stat : 22043 (adaptg2wsat2009) T 22041 22043 22043 0 -1 4202496 1444 0 0 0 9828 0 0 0 25 0 1 0 735459921 429494272 1176 33554432000 134512640 135107411 4289128128 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22043/statm: 104857 1176 59 146 0 103733 0
[pid=22041/tid=22055] ppid=21981 vsize=311048 CPUtime=0 cores=4,6
/proc/22041/task/22055/stat : 22055 (python) S 21981 21981 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735469750 318513152 5893 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604448787166208 0 0 -1 6 0 0 0
[pid=22056] ppid=21981 vsize=386184 CPUtime=0.28 cores=4,6
/proc/22056/stat : 22056 (python) S 21981 21981 20857 0 -1 4202560 1022 0 0 0 14 14 0 0 19 0 2 0 735469751 395452416 6068 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22056/statm: 96546 6068 399 364 0 32452 0
[pid=22058] ppid=22056 vsize=419428 CPUtime=99.99 cores=4,6
/proc/22058/stat : 22058 (adaptg2wsat2009) T 22056 22058 22058 0 -1 4202496 1429 0 0 0 9999 0 0 0 25 0 1 0 735469751 429494272 1175 33554432000 134512640 135107411 4288108912 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22058/statm: 104857 1175 59 146 0 103733 0
[pid=22056/tid=22066] ppid=21981 vsize=386184 CPUtime=0 cores=4,6
/proc/22056/task/22066/stat : 22066 (python) S 21981 21981 20857 0 -1 4202560 116 0 0 0 0 0 0 0 19 0 2 0 735479779 395452416 6068 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604446422337664 0 0 -1 6 0 0 0
[pid=22067] ppid=21981 vsize=397028 CPUtime=0.3 cores=4,6
/proc/22067/stat : 22067 (python) S 21981 21981 20857 0 -1 4202560 1070 0 0 0 16 14 0 0 19 0 2 0 735479780 406556672 5953 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22067/statm: 99257 5953 400 364 0 35160 0
[pid=22069] ppid=22067 vsize=1018820 CPUtime=100.32 cores=4,6
/proc/22069/stat : 22069 (gnovelty+2) T 22067 22069 22069 0 -1 4202496 858 0 0 0 10032 0 0 0 25 0 1 0 735479780 1043271680 596 33554432000 134512640 135663704 4289722016 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22069/statm: 254705 596 113 282 0 254421 0
[pid=22067/tid=22083] ppid=21981 vsize=397028 CPUtime=0 cores=4,6
/proc/22067/task/22083/stat : 22083 (python) S 21981 21981 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735489813 406556672 5953 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604448515695680 0 0 -1 6 0 0 0
[pid=22084] ppid=21981 vsize=407508 CPUtime=0.3 cores=4,6
/proc/22084/stat : 22084 (python) S 21981 21981 20857 0 -1 4202560 1094 0 0 0 18 12 0 0 19 0 2 0 735489815 417288192 5963 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22084/statm: 101877 5963 400 364 0 37777 0
[pid=22086] ppid=22084 vsize=249192 CPUtime=99.98 cores=4,6
/proc/22086/stat : 22086 (FH) T 22084 22086 22086 0 -1 4202496 1322 0 0 0 9998 0 0 0 25 0 1 0 735489815 255172608 1059 33554432000 134512640 134936988 4290308160 18446744073709551615 134545007 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22086/statm: 62298 1059 41 104 0 61802 0
[pid=22084/tid=22098] ppid=21981 vsize=407508 CPUtime=0 cores=4,6
/proc/22084/task/22098/stat : 22098 (python) S 21981 21981 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735499844 417288192 5963 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 514 18446604441114129408 0 0 -1 4 0 0 0
[pid=22099] ppid=21981 vsize=417556 CPUtime=0 cores=4,6
/proc/22099/stat : 22099 (python) S 21981 21981 20857 0 -1 4202560 779 0 0 0 0 0 0 0 19 0 1 0 735499846 427577344 5973 33554432000 4194304 5683644 140734070149072 18446744073709551615 256415411782 0 0 16781312 514 14249938706231197695 0 0 17 4 0 0 0
/proc/22099/statm: 104389 5973 351 364 0 40286 0
[pid=22101] ppid=22099 vsize=419160 CPUtime=0.95 cores=4,6
/proc/22101/stat : 22101 (adaptg2wsat2009) R 22099 22101 22101 0 -1 4202496 1259 0 0 0 95 0 0 0 23 0 1 0 735499846 429219840 992 33554432000 134512640 135107411 4292747200 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22101/statm: 104790 992 49 146 0 103666 0
[pid=21981/tid=21988] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/21988/stat : 21988 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 735429830 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22004] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22004/stat : 22004 (python) S 21979 21981 20857 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 735439861 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22023] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22023/stat : 22023 (python) S 21979 21981 20857 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 735449892 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22042] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22042/stat : 22042 (python) S 21979 21981 20857 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 735459921 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 6 0 0 0
[pid=21981/tid=22057] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22057/stat : 22057 (python) S 21979 21981 20857 0 -1 4202560 85 936 0 0 0 0 0 0 20 0 9 0 735469751 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22068] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22068/stat : 22068 (python) S 21979 21981 20857 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 735479780 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22085] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22085/stat : 22085 (python) S 21979 21981 20857 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 735489815 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
[pid=21981/tid=22100] ppid=21979 vsize=427524 CPUtime=0 cores=4,6
/proc/21981/task/22100/stat : 22100 (python) S 21979 21981 20857 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 735499846 437784576 7517 33554432000 4194304 5683644 140734070149072 18446744073709551615 256427215281 0 0 16781312 2 18446604453862807552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.12
Current children cumulated vsize (KiB) 8211360

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

Real time (s): 702.88
CPU time (s): 703.12
CPU user time (s): 702.08
CPU system time (s): 1.04
CPU usage (%): 100.034
Max. virtual memory (cumulated for all children) (KiB): 8211360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.57076
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18915
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= 1020
involuntary context switches= 35

runsolver used 3.15552 second user time and 6.90695 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 11:33:10
IDJOB=3377272
IDBENCH=82581
IDSOLVER=1857
FILE ID=node115/3377272-1305451990
RUNJOBID= node115-1305451983-21890
PBS_JOBID= 13324848
Free space on /tmp= 73196 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S317257086-003-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-3377272-1305451990/watcher-3377272-1305451990 -o /tmp/evaluation-result-3377272-1305451990/solver-3377272-1305451990 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377272-1305451990.cnf -seed 458064915 -budget 2400

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

MD5SUM BENCH= 6f9c7c042784ec486e9e8bc570309805
RANDOM SEED=458064915

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19170864 kB
Buffers:        248604 kB
Cached:        3032980 kB
SwapCached:          0 kB
Active:       10405268 kB
Inactive:      3063072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19170864 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:          137288 kB
Writeback:           0 kB
AnonPages:    10186756 kB
Mapped:          34700 kB
Slab:           202232 kB
PageTables:      44060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70934724 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= 73164 MiB
End job on node115 at 2011-05-15 11:44:55