Trace number 3484012

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Solver Data

0.31/1.15	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/1.16	c INFO: solving HOME/instance-3484012-1307746989.cnf
0.31/1.16	c INFO: computing task features
0.48/1.33	c INFO: computed variable-clause graph statistics
0.48/1.33	c INFO: computed clause balance statistics
1.38/2.20	c INFO: computed variable balance statistics
1.78/2.68	c INFO: computed small-clause counts
1.91/2.88	c INFO: computed Horn-clause counts
1.91/2.88	c INFO: computed variable graph statistics
1.91/2.88	c INFO: collected features for HOME/instance-3484012-1307746989.cnf in 1.56 s
1.91/2.88	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.07/102.90	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
202.21/203.07	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
301.55/302.22	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.68/402.37	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.06)
501.00/501.53	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.05)
600.35/600.73	c INFO: running FH@0 for 97 with 600 remaining (b = 0.04)
700.60/700.91	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 11178
/proc/meminfo: memFree=31900128/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=11804 CPUtime=0 cores=0,2
/proc/11178/stat : 11178 (runsolver) S 11176 11178 11144 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 867114465 12087296 55 33554432000 4194304 5436572 140735407655360 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 0 0 0 0
/proc/11178/statm: 2951 55 36 304 0 2643 0

[startup+0.086465 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 11178
/proc/meminfo: memFree=31900128/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=15380 CPUtime=0 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 812 0 0 0 0 0 0 0 21 0 1 0 867114465 15749120 696 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/11178/statm: 3845 696 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100511 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 11178
/proc/meminfo: memFree=31900128/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=15752 CPUtime=0 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 841 0 0 0 0 0 0 0 17 0 1 0 867114465 16130048 723 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/11178/statm: 3938 723 334 364 0 425 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15752

[startup+0.300414 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 11178
/proc/meminfo: memFree=31900128/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=25288 CPUtime=0.02 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 1346 0 0 0 2 0 0 0 16 0 1 0 867114465 25894912 1191 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/11178/statm: 6322 1191 438 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25288

[startup+0.700335 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 11178
/proc/meminfo: memFree=31900128/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=135748 CPUtime=0.15 cores=0,2
/proc/11178/stat : 11178 (python) R 11176 11178 11144 0 -1 4202496 5978 934 1 0 13 2 0 0 16 0 1 0 867114465 139005952 4149 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095447045 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/11178/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+1.50021 s]
/proc/loadavg: 0.00 0.00 0.00 4/185 11215
/proc/meminfo: memFree=31787060/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=287580 CPUtime=0.67 cores=0,2
/proc/11178/stat : 11178 (python) R 11176 11178 11144 0 -1 4202496 12696 934 1 0 60 7 0 0 16 0 1 0 867114465 294481920 9280 33554432000 4194304 5683644 140735566215360 18446744073709551615 4527944 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11178/statm: 71895 9280 1826 364 0 7819 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 287580

[startup+3.10085 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 11219
/proc/meminfo: memFree=31740312/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=292808 CPUtime=1.91 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 12981 934 1 0 183 8 0 0 19 0 2 0 867114465 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 73202 8099 1869 364 0 9120 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 292808
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 0.24 0.05 0.02 5/199 11246
/proc/meminfo: memFree=31629400/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=292808 CPUtime=1.91 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 12981 934 1 0 183 8 0 0 19 0 2 0 867114465 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 73202 8099 1869 364 0 9120 0
[pid=11223] ppid=11178 vsize=283508 CPUtime=0 cores=0,2
/proc/11223/stat : 11223 (python) S 11178 11178 11144 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 867114738 290312192 6582 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471119 0 0 16781312 514 4501564160764542975 0 0 17 0 0 0 0
/proc/11223/statm: 70877 6582 355 364 0 6795 0
[pid=11225] ppid=11223 vsize=1018996 CPUtime=3.55 cores=0,2
/proc/11225/stat : 11225 (gnovelty+2) R 11223 11225 11225 0 -1 4202496 962 0 0 0 355 0 0 0 25 0 1 0 867114738 1043451904 698 33554432000 134512640 135663704 4294448064 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11225/statm: 254749 698 113 282 0 254465 0
[pid=11178/tid=11224] ppid=11176 vsize=292808 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 2 0 867114738 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 1595312

[startup+12.7011 s]
/proc/loadavg: 0.82 0.18 0.06 5/199 11246
/proc/meminfo: memFree=31628240/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=292808 CPUtime=1.91 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 12981 934 1 0 183 8 0 0 19 0 2 0 867114465 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 73202 8099 1869 364 0 9120 0
[pid=11223] ppid=11178 vsize=283508 CPUtime=0 cores=0,2
/proc/11223/stat : 11223 (python) S 11178 11178 11144 0 -1 4202560 865 0 0 0 0 0 0 0 18 0 1 0 867114738 290312192 6605 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471119 0 0 16781312 514 4501564160764510465 0 0 17 0 0 0 0
/proc/11223/statm: 70877 6605 378 364 0 6795 0
[pid=11225] ppid=11223 vsize=1018996 CPUtime=9.94 cores=0,2
/proc/11225/stat : 11225 (gnovelty+2) R 11223 11225 11225 0 -1 4202496 962 0 0 0 994 0 0 0 25 0 1 0 867114738 1043451904 698 33554432000 134512640 135663704 4294448064 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11225/statm: 254749 698 113 282 0 254465 0
[pid=11178/tid=11224] ppid=11176 vsize=292808 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 2 0 867114738 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 1595312

[startup+25.5008 s]
/proc/loadavg: 1.31 0.30 0.10 5/202 11249
/proc/meminfo: memFree=31592876/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=292808 CPUtime=1.91 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 12981 934 1 0 183 8 0 0 19 0 2 0 867114465 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 73202 8099 1869 364 0 9120 0
[pid=11223] ppid=11178 vsize=283508 CPUtime=0.02 cores=0,2
/proc/11223/stat : 11223 (python) S 11178 11178 11144 0 -1 4202560 872 0 0 0 1 1 0 0 18 0 1 0 867114738 290312192 6605 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471119 0 0 16781312 514 5908247722086859009 0 0 17 0 0 0 0
/proc/11223/statm: 70877 6605 378 364 0 6795 0
[pid=11225] ppid=11223 vsize=1018996 CPUtime=22.72 cores=0,2
/proc/11225/stat : 11225 (gnovelty+2) R 11223 11225 11225 0 -1 4202496 962 0 0 0 2272 0 0 0 25 0 1 0 867114738 1043451904 698 33554432000 134512640 135663704 4294448064 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11225/statm: 254749 698 113 282 0 254465 0
[pid=11178/tid=11224] ppid=11176 vsize=292808 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 2 0 867114738 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 1595312

[startup+51.1011 s]
/proc/loadavg: 2.22 0.60 0.20 5/202 11250
/proc/meminfo: memFree=31592616/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=292808 CPUtime=1.91 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 12981 934 1 0 183 8 0 0 19 0 2 0 867114465 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 73202 8099 1869 364 0 9120 0
[pid=11223] ppid=11178 vsize=283508 CPUtime=0.06 cores=0,2
/proc/11223/stat : 11223 (python) S 11178 11178 11144 0 -1 4202560 884 0 0 0 3 3 0 0 18 0 1 0 867114738 290312192 6605 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471119 0 0 16781312 514 5908247722086859009 0 0 17 0 0 0 0
/proc/11223/statm: 70877 6605 378 364 0 6795 0
[pid=11225] ppid=11223 vsize=1018996 CPUtime=48.29 cores=0,2
/proc/11225/stat : 11225 (gnovelty+2) R 11223 11225 11225 0 -1 4202496 962 0 0 0 4829 0 0 0 25 0 1 0 867114738 1043451904 698 33554432000 134512640 135663704 4294448064 18446744073709551615 134547151 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11225/statm: 254749 698 113 282 0 254465 0
[pid=11178/tid=11224] ppid=11176 vsize=292808 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 2 0 867114738 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 1595312

[startup+102.301 s]
/proc/loadavg: 3.29 1.17 0.42 5/202 11251
/proc/meminfo: memFree=31592000/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=292808 CPUtime=1.91 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 12981 934 1 0 183 8 0 0 19 0 2 0 867114465 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 73202 8099 1869 364 0 9120 0
[pid=11223] ppid=11178 vsize=283508 CPUtime=0.12 cores=0,2
/proc/11223/stat : 11223 (python) S 11178 11178 11144 0 -1 4202560 905 0 0 0 6 6 0 0 18 0 1 0 867114738 290312192 6605 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471119 0 0 16781312 514 5908247722086859009 0 0 17 0 0 0 0
/proc/11223/statm: 70877 6605 378 364 0 6795 0
[pid=11225] ppid=11223 vsize=1018996 CPUtime=99.44 cores=0,2
/proc/11225/stat : 11225 (gnovelty+2) R 11223 11225 11225 0 -1 4202496 962 0 0 0 9944 0 0 0 25 0 1 0 867114738 1043451904 698 33554432000 134512640 135663704 4294448064 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11225/statm: 254749 698 113 282 0 254465 0
[pid=11178/tid=11224] ppid=11176 vsize=292808 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 2 0 867114738 299835392 8099 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 1595312

[startup+162.301 s]
/proc/loadavg: 3.78 1.66 0.63 5/218 11269
/proc/meminfo: memFree=31528968/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=303524 CPUtime=1.92 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 13859 934 1 0 184 8 0 0 20 0 3 0 867114465 310808576 8189 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 75881 8189 1872 364 0 11796 0
[pid=11223] ppid=11178 vsize=293752 CPUtime=0.13 cores=0,2
/proc/11223/stat : 11223 (python) S 11178 11178 11144 0 -1 4202560 1150 0 0 0 6 7 0 0 19 0 2 0 867114738 300802048 6647 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11223/statm: 73438 6647 415 364 0 9356 0
[pid=11225] ppid=11223 vsize=1018996 CPUtime=100.02 cores=0,2
/proc/11225/stat : 11225 (gnovelty+2) T 11223 11225 11225 0 -1 4202496 962 0 0 0 10002 0 0 0 25 0 1 0 867114738 1043451904 698 33554432000 134512640 135663704 4294448064 18446744073709551615 134525715 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11225/statm: 254749 698 113 282 0 254465 0
[pid=11223/tid=11256] ppid=11178 vsize=293752 CPUtime=0 cores=0,2
/proc/11223/task/11256/stat : 11256 (python) S 11178 11178 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867124754 300802048 6647 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453960795328 0 0 -1 2 0 0 0
[pid=11257] ppid=11178 vsize=293696 CPUtime=0.08 cores=0,2
/proc/11257/stat : 11257 (python) S 11178 11178 11144 0 -1 4202560 910 0 0 0 4 4 0 0 18 0 1 0 867124755 300744704 6686 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471174 0 0 16781312 514 5908247722086859012 0 0 17 0 0 0 0
/proc/11257/statm: 73424 6686 372 364 0 9339 0
[pid=11259] ppid=11257 vsize=1018996 CPUtime=59.34 cores=0,2
/proc/11259/stat : 11259 (gnovelty+2) R 11257 11259 11259 0 -1 4202496 960 0 0 0 5934 0 0 0 25 0 1 0 867124755 1043451904 697 33554432000 134512640 135663704 4289157472 18446744073709551615 134525455 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11259/statm: 254749 697 113 282 0 254465 0
[pid=11178/tid=11224] ppid=11176 vsize=303524 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 3 0 867114738 310808576 8189 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11258] ppid=11176 vsize=303524 CPUtime=0 cores=0,2
/proc/11178/task/11258/stat : 11258 (python) S 11176 11178 11144 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 3 0 867124755 310808576 8189 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 2928964

[startup+222.301 s]
/proc/loadavg: 3.99 2.13 0.86 5/234 11287
/proc/meminfo: memFree=31453908/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=313780 CPUtime=1.93 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 14676 934 1 0 185 8 0 0 20 0 4 0 867114465 321310720 8195 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

/proc/11257/statm: 73424 6715 400 364 0 9339 0
[pid=11259] ppid=11257 vsize=1018996 CPUtime=100.09 cores=0,2
/proc/11259/stat : 11259 (gnovelty+2) T 11257 11259 11259 0 -1 4202496 960 0 0 0 10009 0 0 0 25 0 1 0 867124755 1043451904 697 33554432000 134512640 135663704 4289157472 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11259/statm: 254749 697 113 282 0 254465 0
[pid=11257/tid=11275] ppid=11178 vsize=293696 CPUtime=0 cores=0,2
/proc/11257/task/11275/stat : 11275 (python) S 11178 11178 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867134772 300744704 6715 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453963271040 0 0 -1 2 0 0 0
[pid=11276] ppid=11178 vsize=303952 CPUtime=0.14 cores=0,2
/proc/11276/stat : 11276 (python) S 11178 11178 11144 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 867134773 311246848 6719 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11276/statm: 75988 6719 400 364 0 11900 0
[pid=11278] ppid=11276 vsize=421560 CPUtime=99.13 cores=0,2
/proc/11278/stat : 11278 (adaptg2wsat2009) T 11276 11278 11278 0 -1 4202496 2049 0 0 0 9912 1 0 0 25 0 1 0 867134773 431677440 1782 33554432000 134512640 135107411 4292021072 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11278/statm: 105390 1782 59 146 0 104266 0
[pid=11276/tid=11290] ppid=11178 vsize=303952 CPUtime=0 cores=0,2
/proc/11276/task/11290/stat : 11290 (python) S 11178 11178 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867144686 311246848 6719 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453985816704 0 0 -1 2 0 0 0
[pid=11291] ppid=11178 vsize=314208 CPUtime=0.15 cores=0,2
/proc/11291/stat : 11291 (python) S 11178 11178 11144 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 867144687 321748992 6723 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11291/statm: 78552 6723 400 364 0 14461 0
[pid=11293] ppid=11291 vsize=421560 CPUtime=100 cores=0,2
/proc/11293/stat : 11293 (adaptg2wsat2009) T 11291 11293 11293 0 -1 4202496 2050 0 0 0 10000 0 0 0 25 0 1 0 867144688 431677440 1783 33554432000 134512640 135107411 4289381680 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11293/statm: 105390 1783 59 146 0 104266 0
[pid=11291/tid=11309] ppid=11178 vsize=314208 CPUtime=0 cores=0,2
/proc/11291/task/11309/stat : 11309 (python) S 11178 11178 11144 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867154702 321748992 6723 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 2 0 0 0
[pid=11310] ppid=11178 vsize=324560 CPUtime=0.15 cores=0,2
/proc/11310/stat : 11310 (python) S 11178 11178 11144 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 867154703 332349440 6727 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11310/statm: 81140 6727 400 364 0 17046 0
[pid=11312] ppid=11310 vsize=421560 CPUtime=99.14 cores=0,2
/proc/11312/stat : 11312 (adaptg2wsat2009) T 11310 11312 11312 0 -1 4202496 2048 0 0 0 9914 0 0 0 25 0 1 0 867154703 431677440 1783 33554432000 134512640 135107411 4292872304 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11312/statm: 105390 1783 59 146 0 104266 0
[pid=11310/tid=11324] ppid=11178 vsize=324560 CPUtime=0 cores=0,2
/proc/11310/task/11324/stat : 11324 (python) S 11178 11178 11144 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867164618 332349440 6727 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453985579968 0 0 -1 0 0 0 0
[pid=11325] ppid=11178 vsize=335028 CPUtime=0.14 cores=0,2
/proc/11325/stat : 11325 (python) S 11178 11178 11144 0 -1 4202560 1077 0 0 0 7 7 0 0 19 0 2 0 867164618 343068672 6738 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11325/statm: 83757 6738 400 364 0 19660 0
[pid=11327] ppid=11325 vsize=1018996 CPUtime=99.18 cores=0,2
/proc/11327/stat : 11327 (gnovelty+2) T 11325 11327 11327 0 -1 4202496 957 0 0 0 9918 0 0 0 25 0 1 0 867164619 1043451904 697 33554432000 134512640 135663704 4289467024 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11327/statm: 254749 697 113 282 0 254465 0
[pid=11325/tid=11338] ppid=11178 vsize=335028 CPUtime=0 cores=0,2
/proc/11325/task/11338/stat : 11338 (python) S 11178 11178 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174537 343068672 6738 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453944154880 0 0 -1 2 0 0 0
[pid=11339] ppid=11178 vsize=344976 CPUtime=0.07 cores=0,2
/proc/11339/stat : 11339 (python) S 11178 11178 11144 0 -1 4202560 914 0 0 0 4 3 0 0 18 0 1 0 867174538 353255424 6766 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471174 0 0 16781312 514 5908247722086859009 0 0 17 0 0 0 0
/proc/11339/statm: 86244 6766 372 364 0 22144 0
[pid=11341] ppid=11339 vsize=251296 CPUtime=41.5 cores=0,2
/proc/11341/stat : 11341 (FH) R 11339 11341 11341 0 -1 4202496 1947 0 0 0 4150 0 0 0 25 0 1 0 867174539 257327104 1682 33554432000 134512640 134936988 4291750528 18446744073709551615 134553385 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11341/statm: 62824 1682 41 104 0 62328 0
[pid=11178/tid=11224] ppid=11176 vsize=355044 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 8 0 867114738 363565056 8279 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11258] ppid=11176 vsize=355044 CPUtime=0 cores=0,2
/proc/11178/task/11258/stat : 11258 (python) S 11176 11178 11144 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 8 0 867124755 363565056 8279 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 2 0 0 0
[pid=11178/tid=11277] ppid=11176 vsize=355044 CPUtime=0 cores=0,2
/proc/11178/task/11277/stat : 11277 (python) S 11176 11178 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 867134773 363565056 8279 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 2 0 0 0
[pid=11178/tid=11292] ppid=11176 vsize=355044 CPUtime=0 cores=0,2
/proc/11178/task/11292/stat : 11292 (python) S 11176 11178 11144 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 8 0 867144687 363565056 8279 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11311] ppid=11176 vsize=355044 CPUtime=0 cores=0,2
/proc/11178/task/11311/stat : 11311 (python) S 11176 11178 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 867154703 363565056 8279 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 2 0 0 0
[pid=11178/tid=11326] ppid=11176 vsize=355044 CPUtime=0 cores=0,2
/proc/11178/task/11326/stat : 11326 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 8 0 867164619 363565056 8279 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11340] ppid=11176 vsize=355044 CPUtime=0 cores=0,2
/proc/11178/task/11340/stat : 11340 (python) S 11176 11178 11144 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 867174538 363565056 8279 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 7138180



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+701.502 s]
/proc/loadavg: 4.18 3.68 2.13 6/295 11360
/proc/meminfo: memFree=31266976/32951124 swapFree=67053960/67111528
[pid=11178] ppid=11176 vsize=365300 CPUtime=1.98 cores=0,2
/proc/11178/stat : 11178 (python) S 11176 11178 11144 0 -1 4202496 18945 934 1 0 188 10 0 0 20 0 9 0 867114465 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11178/statm: 91325 8285 1884 364 0 27222 0
[pid=11223] ppid=11178 vsize=293752 CPUtime=0.13 cores=0,2
/proc/11223/stat : 11223 (python) S 11178 11178 11144 0 -1 4202560 1150 0 0 0 6 7 0 0 19 0 2 0 867114738 300802048 6647 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11223/statm: 73438 6647 415 364 0 9356 0
[pid=11225] ppid=11223 vsize=1018996 CPUtime=100.02 cores=0,2
/proc/11225/stat : 11225 (gnovelty+2) T 11223 11225 11225 0 -1 4202496 962 0 0 0 10002 0 0 0 25 0 1 0 867114738 1043451904 698 33554432000 134512640 135663704 4294448064 18446744073709551615 134525715 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11225/statm: 254749 698 113 282 0 254465 0
[pid=11223/tid=11256] ppid=11178 vsize=293752 CPUtime=0 cores=0,2
/proc/11223/task/11256/stat : 11256 (python) S 11178 11178 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867124754 300802048 6647 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453960795328 0 0 -1 2 0 0 0
[pid=11257] ppid=11178 vsize=293696 CPUtime=0.14 cores=0,2
/proc/11257/stat : 11257 (python) S 11178 11178 11144 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 867124755 300744704 6715 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11257/statm: 73424 6715 400 364 0 9339 0
[pid=11259] ppid=11257 vsize=1018996 CPUtime=100.09 cores=0,2
/proc/11259/stat : 11259 (gnovelty+2) T 11257 11259 11259 0 -1 4202496 960 0 0 0 10009 0 0 0 25 0 1 0 867124755 1043451904 697 33554432000 134512640 135663704 4289157472 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11259/statm: 254749 697 113 282 0 254465 0
[pid=11257/tid=11275] ppid=11178 vsize=293696 CPUtime=0 cores=0,2
/proc/11257/task/11275/stat : 11275 (python) S 11178 11178 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867134772 300744704 6715 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453963271040 0 0 -1 2 0 0 0
[pid=11276] ppid=11178 vsize=303952 CPUtime=0.14 cores=0,2
/proc/11276/stat : 11276 (python) S 11178 11178 11144 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 867134773 311246848 6719 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11276/statm: 75988 6719 400 364 0 11900 0
[pid=11278] ppid=11276 vsize=421560 CPUtime=99.13 cores=0,2
/proc/11278/stat : 11278 (adaptg2wsat2009) T 11276 11278 11278 0 -1 4202496 2049 0 0 0 9912 1 0 0 25 0 1 0 867134773 431677440 1782 33554432000 134512640 135107411 4292021072 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11278/statm: 105390 1782 59 146 0 104266 0
[pid=11276/tid=11290] ppid=11178 vsize=303952 CPUtime=0 cores=0,2
/proc/11276/task/11290/stat : 11290 (python) S 11178 11178 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867144686 311246848 6719 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453985816704 0 0 -1 2 0 0 0
[pid=11291] ppid=11178 vsize=314208 CPUtime=0.15 cores=0,2
/proc/11291/stat : 11291 (python) S 11178 11178 11144 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 867144687 321748992 6723 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11291/statm: 78552 6723 400 364 0 14461 0
[pid=11293] ppid=11291 vsize=421560 CPUtime=100 cores=0,2
/proc/11293/stat : 11293 (adaptg2wsat2009) T 11291 11293 11293 0 -1 4202496 2050 0 0 0 10000 0 0 0 25 0 1 0 867144688 431677440 1783 33554432000 134512640 135107411 4289381680 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11293/statm: 105390 1783 59 146 0 104266 0
[pid=11291/tid=11309] ppid=11178 vsize=314208 CPUtime=0 cores=0,2
/proc/11291/task/11309/stat : 11309 (python) S 11178 11178 11144 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867154702 321748992 6723 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 2 0 0 0
[pid=11310] ppid=11178 vsize=324560 CPUtime=0.15 cores=0,2
/proc/11310/stat : 11310 (python) S 11178 11178 11144 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 867154703 332349440 6727 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11310/statm: 81140 6727 400 364 0 17046 0
[pid=11312] ppid=11310 vsize=421560 CPUtime=99.14 cores=0,2
/proc/11312/stat : 11312 (adaptg2wsat2009) T 11310 11312 11312 0 -1 4202496 2048 0 0 0 9914 0 0 0 25 0 1 0 867154703 431677440 1783 33554432000 134512640 135107411 4292872304 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11312/statm: 105390 1783 59 146 0 104266 0
[pid=11310/tid=11324] ppid=11178 vsize=324560 CPUtime=0 cores=0,2
/proc/11310/task/11324/stat : 11324 (python) S 11178 11178 11144 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867164618 332349440 6727 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453985579968 0 0 -1 0 0 0 0
[pid=11325] ppid=11178 vsize=335028 CPUtime=0.14 cores=0,2
/proc/11325/stat : 11325 (python) S 11178 11178 11144 0 -1 4202560 1077 0 0 0 7 7 0 0 19 0 2 0 867164618 343068672 6738 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11325/statm: 83757 6738 400 364 0 19660 0
[pid=11327] ppid=11325 vsize=1018996 CPUtime=99.18 cores=0,2
/proc/11327/stat : 11327 (gnovelty+2) T 11325 11327 11327 0 -1 4202496 957 0 0 0 9918 0 0 0 25 0 1 0 867164619 1043451904 697 33554432000 134512640 135663704 4289467024 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11327/statm: 254749 697 113 282 0 254465 0
[pid=11325/tid=11338] ppid=11178 vsize=335028 CPUtime=0 cores=0,2
/proc/11325/task/11338/stat : 11338 (python) S 11178 11178 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174537 343068672 6738 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453944154880 0 0 -1 2 0 0 0
[pid=11339] ppid=11178 vsize=344976 CPUtime=0.18 cores=0,2
/proc/11339/stat : 11339 (python) S 11178 11178 11144 0 -1 4202560 1092 0 0 0 10 8 0 0 19 0 2 0 867174538 353255424 6795 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11339/statm: 86244 6795 400 364 0 22144 0
[pid=11341] ppid=11339 vsize=251296 CPUtime=100.05 cores=0,2
/proc/11341/stat : 11341 (FH) T 11339 11341 11341 0 -1 4202496 1947 0 0 0 10005 0 0 0 25 0 1 0 867174539 257327104 1682 33554432000 134512640 134936988 4291750528 18446744073709551615 134553505 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11341/statm: 62824 1682 41 104 0 62328 0
[pid=11339/tid=11353] ppid=11178 vsize=344976 CPUtime=0 cores=0,2
/proc/11339/task/11353/stat : 11353 (python) S 11178 11178 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867184556 353255424 6795 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 514 18446604453985188032 0 0 -1 2 0 0 0
[pid=11354] ppid=11178 vsize=355840 CPUtime=0 cores=0,2
/proc/11354/stat : 11354 (python) S 11178 11178 11144 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 867184557 364380160 6749 33554432000 4194304 5683644 140735566215360 18446744073709551615 228095471174 0 0 16781312 514 2500905997002866687 0 0 17 0 0 0 0
/proc/11354/statm: 88960 6749 351 364 0 24857 0
[pid=11356] ppid=11354 vsize=421560 CPUtime=0.59 cores=0,2
/proc/11356/stat : 11356 (adaptg2wsat2009) R 11354 11356 11356 0 -1 4202496 2052 0 0 0 59 0 0 0 22 0 1 0 867184557 431677440 1784 33554432000 134512640 135107411 4291915936 18446744073709551615 134531739 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11356/statm: 105390 1784 59 146 0 104266 0
[pid=11178/tid=11224] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11224/stat : 11224 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 867114738 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11258] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11258/stat : 11258 (python) S 11176 11178 11144 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 9 0 867124755 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 2 0 0 0
[pid=11178/tid=11277] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11277/stat : 11277 (python) S 11176 11178 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 867134773 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 2 0 0 0
[pid=11178/tid=11292] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11292/stat : 11292 (python) S 11176 11178 11144 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 867144687 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11311] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11311/stat : 11311 (python) S 11176 11178 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 867154703 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 2 0 0 0
[pid=11178/tid=11326] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11326/stat : 11326 (python) S 11176 11178 11144 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867164619 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11340] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11340/stat : 11340 (python) S 11176 11178 11144 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867174538 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
[pid=11178/tid=11355] ppid=11176 vsize=365300 CPUtime=0 cores=0,2
/proc/11178/task/11355/stat : 11355 (python) S 11176 11178 11144 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867184557 374067200 8285 33554432000 4194304 5683644 140735566215360 18446744073709551615 228107274673 0 0 16781312 2 18446604453939725632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.21
Current children cumulated vsize (KiB) 7925836

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

Real time (s): 701.566
CPU time (s): 701.21
CPU user time (s): 700.62
CPU system time (s): 0.59
CPU usage (%): 99.9493
Max. virtual memory (cumulated for all children) (KiB): 7925836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.89471
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20222
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= 7923
involuntary context switches= 47

runsolver used 1.66475 second user time and 2.92855 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:03:10
IDJOB=3484012
IDBENCH=82523
IDSOLVER=1975
FILE ID=node142/3484012-1307746989
RUNJOBID= node142-1307746989-11162
PBS_JOBID= 13550818
Free space on /tmp= 74108 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S877088425-001-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-3484012-1307746989/watcher-3484012-1307746989 -o /tmp/evaluation-result-3484012-1307746989/solver-3484012-1307746989 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484012-1307746989.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= 419b5972e0565bacaabacb029af6176c
RANDOM SEED=1487758871

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31900656 kB
Buffers:        155084 kB
Cached:         703400 kB
SwapCached:      11412 kB
Active:         431888 kB
Inactive:       445976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31900656 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           32648 kB
Writeback:           8 kB
AnonPages:       16540 kB
Mapped:          12228 kB
Slab:           106388 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186884 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= 73976 MiB
End job on node142 at 2011-06-11 01:14:54