Trace number 3484124

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) 702.88 702.864

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S61914820-087-UNKNOWN.cnf
MD5SUM1b9b43753c02a2c226adda648a956e92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.44/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.44/0.70	c INFO: solving HOME/instance-3484124-1307747697.cnf
0.44/0.70	c INFO: computing task features
0.54/0.88	c INFO: computed variable-clause graph statistics
0.54/0.89	c INFO: computed clause balance statistics
1.64/1.90	c INFO: computed variable balance statistics
2.14/2.46	c INFO: computed small-clause counts
2.14/2.46	c INFO: computed Horn-clause counts
2.24/2.51	c INFO: computed variable graph statistics
2.24/2.51	c INFO: collected features for HOME/instance-3484124-1307747697.cnf in 1.82 s
2.24/2.52	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.44/102.70	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.66/202.90	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.90/302.05	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.12/402.20	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.23/502.34	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.42/602.55	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
701.76/701.72	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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-3484124-1307747697/watcher-3484124-1307747697 -o /tmp/evaluation-result-3484124-1307747697/solver-3484124-1307747697 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484124-1307747697.cnf -seed 2095343171 -budget 1200 

running on 2 cores: 1,3

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: 3.95 3.63 2.12 3/221 18228
/proc/meminfo: memFree=31267628/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=11804 CPUtime=0 cores=1,3
/proc/18228/stat : 18228 (runsolver) S 18226 18228 17831 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 867185330 12087296 50 33554432000 4194304 5436572 140734044329392 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/18228/statm: 2951 50 31 304 0 2643 0

[startup+0.0737721 s]
/proc/loadavg: 3.95 3.63 2.12 3/221 18228
/proc/meminfo: memFree=31267628/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=23180 CPUtime=0.02 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 1323 0 0 0 2 0 0 0 22 0 1 0 867185330 23736320 1172 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/18228/statm: 5795 1172 432 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23180

[startup+0.100775 s]
/proc/loadavg: 3.95 3.63 2.12 3/221 18228
/proc/meminfo: memFree=31267628/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=45812 CPUtime=0.04 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 1928 0 0 0 3 1 0 0 17 0 1 0 867185330 46911488 1700 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/18228/statm: 11453 1700 470 364 0 1202 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45812

[startup+0.300757 s]
/proc/loadavg: 3.95 3.63 2.12 3/221 18228
/proc/meminfo: memFree=31267628/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=135748 CPUtime=0.18 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 5970 933 1 0 13 5 0 0 17 0 1 0 867185330 139005952 4149 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/18228/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700696 s]
/proc/loadavg: 3.95 3.63 2.12 3/221 18228
/proc/meminfo: memFree=31267628/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=280484 CPUtime=0.44 cores=1,3
/proc/18228/stat : 18228 (python) R 18226 18228 17831 0 -1 4202496 9775 933 1 0 29 15 0 0 15 0 1 0 867185330 287215616 7447 33554432000 4194304 5683644 140737428099136 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18228/statm: 70121 7447 1761 364 0 6045 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280484

[startup+1.50052 s]
/proc/loadavg: 3.95 3.63 2.12 5/220 18262
/proc/meminfo: memFree=31261208/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=290792 CPUtime=1.24 cores=1,3
/proc/18228/stat : 18228 (python) R 18226 18228 17831 0 -1 4202496 14018 933 1 0 108 16 0 0 16 0 1 0 867185330 297771008 10083 33554432000 4194304 5683644 140737428099136 18446744073709551615 4578834 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18228/statm: 72698 10083 1826 364 0 8622 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 290792

[startup+3.10017 s]
/proc/loadavg: 3.95 3.63 2.12 5/224 18275
/proc/meminfo: memFree=31200288/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=294128 CPUtime=2.26 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 14381 933 1 0 210 16 0 0 20 0 2 0 867185330 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 73532 8414 1869 364 0 9450 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 294128
heavy processes:

[startup+6.30056 s]
/proc/loadavg: 3.95 3.64 2.13 5/230 18281
/proc/meminfo: memFree=31196432/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=294128 CPUtime=2.26 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 14381 933 1 0 210 16 0 0 20 0 2 0 867185330 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 73532 8414 1869 364 0 9450 0
[pid=18276] ppid=18228 vsize=284976 CPUtime=0 cores=1,3
/proc/18276/stat : 18276 (python) S 18228 18228 17831 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 867185582 291815424 6897 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338403855 0 0 16781312 514 11671097680079061256 0 0 17 1 0 0 0
/proc/18276/statm: 71244 6897 355 364 0 7162 0
[pid=18278] ppid=18276 vsize=1020308 CPUtime=3.76 cores=1,3
/proc/18278/stat : 18278 (gnovelty+2) R 18276 18278 18278 0 -1 4202496 1155 0 0 0 376 0 0 0 25 0 1 0 867185582 1044795392 891 33554432000 134512640 135663704 4294848976 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18278/statm: 255077 891 113 282 0 254793 0
[pid=18228/tid=18277] ppid=18226 vsize=294128 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 867185582 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1599412

[startup+12.7003 s]
/proc/loadavg: 3.95 3.64 2.14 5/230 18281
/proc/meminfo: memFree=31196008/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=294128 CPUtime=2.26 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 14381 933 1 0 210 16 0 0 20 0 2 0 867185330 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 73532 8414 1869 364 0 9450 0
[pid=18276] ppid=18228 vsize=284976 CPUtime=0.01 cores=1,3
/proc/18276/stat : 18276 (python) S 18228 18228 17831 0 -1 4202560 873 0 0 0 0 1 0 0 18 0 1 0 867185582 291815424 6920 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338403855 0 0 16781312 514 4603769534707368200 0 0 17 1 0 0 0
/proc/18276/statm: 71244 6920 378 364 0 7162 0
[pid=18278] ppid=18276 vsize=1020308 CPUtime=10.15 cores=1,3
/proc/18278/stat : 18278 (gnovelty+2) R 18276 18278 18278 0 -1 4202496 1155 0 0 0 1015 0 0 0 25 0 1 0 867185582 1044795392 891 33554432000 134512640 135663704 4294848976 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18278/statm: 255077 891 113 282 0 254793 0
[pid=18228/tid=18277] ppid=18226 vsize=294128 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 867185582 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1599412

[startup+25.5008 s]
/proc/loadavg: 3.96 3.66 2.17 5/230 18281
/proc/meminfo: memFree=31197004/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=294128 CPUtime=2.26 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 14381 933 1 0 210 16 0 0 20 0 2 0 867185330 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 73532 8414 1869 364 0 9450 0
[pid=18276] ppid=18228 vsize=284976 CPUtime=0.02 cores=1,3
/proc/18276/stat : 18276 (python) S 18228 18228 17831 0 -1 4202560 879 0 0 0 1 1 0 0 18 0 1 0 867185582 291815424 6920 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338403855 0 0 16781312 514 4603769534707368200 0 0 17 1 0 0 0
/proc/18276/statm: 71244 6920 378 364 0 7162 0
[pid=18278] ppid=18276 vsize=1020308 CPUtime=22.94 cores=1,3
/proc/18278/stat : 18278 (gnovelty+2) R 18276 18278 18278 0 -1 4202496 1155 0 0 0 2294 0 0 0 25 0 1 0 867185582 1044795392 891 33554432000 134512640 135663704 4294848976 18446744073709551615 134547212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18278/statm: 255077 891 113 282 0 254793 0
[pid=18228/tid=18277] ppid=18226 vsize=294128 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 867185582 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1599412

[startup+51.1007 s]
/proc/loadavg: 3.98 3.69 2.22 5/231 18283
/proc/meminfo: memFree=31195412/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=294128 CPUtime=2.26 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 14381 933 1 0 210 16 0 0 20 0 2 0 867185330 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 73532 8414 1869 364 0 9450 0
[pid=18276] ppid=18228 vsize=284976 CPUtime=0.06 cores=1,3
/proc/18276/stat : 18276 (python) S 18228 18228 17831 0 -1 4202560 891 0 0 0 3 3 0 0 18 0 1 0 867185582 291815424 6920 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338403855 0 0 16781312 514 4603769534707368200 0 0 17 1 0 0 0
/proc/18276/statm: 71244 6920 378 364 0 7162 0
[pid=18278] ppid=18276 vsize=1020308 CPUtime=48.5 cores=1,3
/proc/18278/stat : 18278 (gnovelty+2) R 18276 18278 18278 0 -1 4202496 1155 0 0 0 4850 0 0 0 25 0 1 0 867185582 1044795392 891 33554432000 134512640 135663704 4294848976 18446744073709551615 134524925 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18278/statm: 255077 891 113 282 0 254793 0
[pid=18228/tid=18277] ppid=18226 vsize=294128 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 867185582 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1599412

[startup+102.308 s]
/proc/loadavg: 3.99 3.73 2.31 5/235 18289
/proc/meminfo: memFree=31187772/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=294128 CPUtime=2.26 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 14381 933 1 0 210 16 0 0 20 0 2 0 867185330 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 73532 8414 1869 364 0 9450 0
[pid=18276] ppid=18228 vsize=284976 CPUtime=0.12 cores=1,3
/proc/18276/stat : 18276 (python) S 18228 18228 17831 0 -1 4202560 914 0 0 0 7 5 0 0 18 0 1 0 867185582 291815424 6920 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338403855 0 0 16781312 514 4603769534707368200 0 0 17 1 0 0 0
/proc/18276/statm: 71244 6920 378 364 0 7162 0
[pid=18278] ppid=18276 vsize=1020308 CPUtime=99.66 cores=1,3
/proc/18278/stat : 18278 (gnovelty+2) R 18276 18278 18278 0 -1 4202496 1155 0 0 0 9966 0 0 0 25 0 1 0 867185582 1044795392 891 33554432000 134512640 135663704 4294848976 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18278/statm: 255077 891 113 282 0 254793 0
[pid=18228/tid=18277] ppid=18226 vsize=294128 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 867185582 301187072 8414 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1599412

[startup+162.301 s]
/proc/loadavg: 3.99 3.78 2.41 5/246 18301
/proc/meminfo: memFree=31138420/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=304992 CPUtime=2.26 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 15274 933 1 0 210 16 0 0 20 0 3 0 867185330 312311808 8556 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 76248 8556 1872 364 0 12163 0
[pid=18276] ppid=18228 vsize=295220 CPUtime=0.13 cores=1,3
/proc/18276/stat : 18276 (python) S 18228 18228 17831 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 867185582 302305280 6962 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18276/statm: 73805 6962 415 364 0 9723 0
[pid=18278] ppid=18276 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/18278/stat : 18278 (gnovelty+2) T 18276 18278 18278 0 -1 4202496 1155 0 0 0 10005 0 0 0 25 0 1 0 867185582 1044795392 891 33554432000 134512640 135663704 4294848976 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18278/statm: 255077 891 113 282 0 254793 0
[pid=18276/tid=18290] ppid=18228 vsize=295220 CPUtime=0 cores=1,3
/proc/18276/task/18290/stat : 18290 (python) S 18228 18228 17831 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867195600 302305280 6962 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604464220017024 0 0 -1 3 0 0 0
[pid=18291] ppid=18228 vsize=294900 CPUtime=0.08 cores=1,3
/proc/18291/stat : 18291 (python) S 18228 18228 17831 0 -1 4202560 925 0 0 0 5 3 0 0 18 0 1 0 867195600 301977600 7053 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338403910 0 0 16781312 514 4603769534707368200 0 0 17 1 0 0 0
/proc/18291/statm: 73725 7053 372 364 0 9640 0
[pid=18293] ppid=18291 vsize=1020308 CPUtime=59.51 cores=1,3
/proc/18293/stat : 18293 (gnovelty+2) R 18291 18293 18293 0 -1 4202496 1154 0 0 0 5951 0 0 0 25 0 1 0 867195601 1044795392 891 33554432000 134512640 135663704 4293006208 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18293/statm: 255077 891 113 282 0 254793 0
[pid=18228/tid=18277] ppid=18226 vsize=304992 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 867185582 312311808 8556 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18292] ppid=18226 vsize=304992 CPUtime=0 cores=1,3
/proc/18228/task/18292/stat : 18292 (python) S 18226 18228 17831 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867195601 312311808 8556 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 2935728

[startup+222.301 s]
/proc/loadavg: 4.05 3.83 2.52 5/258 18315
/proc/meminfo: memFree=31099932/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=315248 CPUtime=2.28 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 16095 933 1 0 211 17 0 0 20 0 4 0 867185330 322813952 8562 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

/proc/18291/statm: 73725 7082 400 364 0 9640 0
[pid=18293] ppid=18291 vsize=1020308 CPUtime=100.06 cores=1,3
/proc/18293/stat : 18293 (gnovelty+2) T 18291 18293 18293 0 -1 4202496 1154 0 0 0 10006 0 0 0 25 0 1 0 867195601 1044795392 891 33554432000 134512640 135663704 4293006208 18446744073709551615 134524681 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18293/statm: 255077 891 113 282 0 254793 0
[pid=18291/tid=18307] ppid=18228 vsize=294900 CPUtime=0 cores=1,3
/proc/18291/task/18307/stat : 18307 (python) S 18228 18228 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867205619 301977600 7082 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471134430272 0 0 -1 3 0 0 0
[pid=18308] ppid=18228 vsize=305764 CPUtime=0.15 cores=1,3
/proc/18308/stat : 18308 (python) S 18228 18228 17831 0 -1 4202560 1099 0 0 0 9 6 0 0 19 0 2 0 867205620 313102336 7086 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18308/statm: 76441 7086 400 364 0 12353 0
[pid=18310] ppid=18308 vsize=423400 CPUtime=99.14 cores=1,3
/proc/18310/stat : 18310 (adaptg2wsat2009) T 18308 18310 18310 0 -1 4202496 2620 0 0 0 9914 0 0 0 25 0 1 0 867205621 433561600 2357 33554432000 134512640 135107411 4292228448 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18310/statm: 105850 2357 59 146 0 104726 0
[pid=18308/tid=18370] ppid=18228 vsize=305764 CPUtime=0 cores=1,3
/proc/18308/task/18370/stat : 18370 (python) S 18228 18228 17831 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867215535 313102336 7086 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471133082624 0 0 -1 3 0 0 0
[pid=18371] ppid=18228 vsize=315536 CPUtime=0.14 cores=1,3
/proc/18371/stat : 18371 (python) S 18228 18228 17831 0 -1 4202560 1100 0 0 0 7 7 0 0 19 0 2 0 867215535 323108864 7158 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18371/statm: 78884 7158 399 364 0 14793 0
[pid=18373] ppid=18371 vsize=423400 CPUtime=100.01 cores=1,3
/proc/18373/stat : 18373 (adaptg2wsat2009) T 18371 18373 18373 0 -1 4202496 2616 0 0 0 10001 0 0 0 25 0 1 0 867215536 433561600 2356 33554432000 134512640 135107411 4294199840 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18373/statm: 105850 2356 59 146 0 104726 0
[pid=18371/tid=18388] ppid=18228 vsize=315536 CPUtime=0 cores=1,3
/proc/18371/task/18388/stat : 18388 (python) S 18228 18228 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867225549 323108864 7158 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471122594624 0 0 -1 3 0 0 0
[pid=18389] ppid=18228 vsize=326036 CPUtime=0.14 cores=1,3
/proc/18389/stat : 18389 (python) S 18228 18228 17831 0 -1 4202560 1095 0 0 0 7 7 0 0 19 0 2 0 867225550 333860864 7163 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18389/statm: 81509 7163 400 364 0 17415 0
[pid=18391] ppid=18389 vsize=423400 CPUtime=99.99 cores=1,3
/proc/18391/stat : 18391 (adaptg2wsat2009) T 18389 18391 18391 0 -1 4202496 2618 0 0 0 9999 0 0 0 25 0 1 0 867225550 433561600 2356 33554432000 134512640 135107411 4286737696 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18391/statm: 105850 2356 59 146 0 104726 0
[pid=18389/tid=18403] ppid=18228 vsize=326036 CPUtime=0 cores=1,3
/proc/18389/task/18403/stat : 18403 (python) S 18228 18228 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867235564 333860864 7163 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471136796736 0 0 -1 1 0 0 0
[pid=18404] ppid=18228 vsize=336396 CPUtime=0.14 cores=1,3
/proc/18404/stat : 18404 (python) S 18228 18228 17831 0 -1 4202560 1094 0 0 0 7 7 0 0 19 0 2 0 867235565 344469504 7167 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18404/statm: 84099 7167 400 364 0 20002 0
[pid=18406] ppid=18404 vsize=1020308 CPUtime=100.06 cores=1,3
/proc/18406/stat : 18406 (gnovelty+2) T 18404 18406 18406 0 -1 4202496 1152 0 0 0 10006 0 0 0 25 0 1 0 867235565 1044795392 891 33554432000 134512640 135663704 4294004096 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18406/statm: 255077 891 113 282 0 254793 0
[pid=18404/tid=18423] ppid=18228 vsize=336396 CPUtime=0 cores=1,3
/proc/18404/task/18423/stat : 18423 (python) S 18228 18228 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867245584 344469504 7167 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471128670400 0 0 -1 3 0 0 0
[pid=18424] ppid=18228 vsize=346580 CPUtime=0.16 cores=1,3
/proc/18424/stat : 18424 (python) S 18228 18228 17831 0 -1 4202560 1087 0 0 0 9 7 0 0 19 0 2 0 867245585 354897920 7171 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18424/statm: 86645 7171 400 364 0 22545 0
[pid=18426] ppid=18424 vsize=253028 CPUtime=99.15 cores=1,3
/proc/18426/stat : 18426 (FH) T 18424 18426 18426 0 -1 4202496 2495 0 0 0 9915 0 0 0 25 0 1 0 867245585 259100672 2232 33554432000 134512640 134936988 4294827968 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18426/statm: 63257 2232 41 104 0 62761 0
[pid=18228/tid=18277] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867185582 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18292] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18292/stat : 18292 (python) S 18226 18228 17831 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 867195601 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18309] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18309/stat : 18309 (python) S 18226 18228 17831 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867205621 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18372] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18372/stat : 18372 (python) S 18226 18228 17831 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867215536 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18390] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18390/stat : 18390 (python) S 18226 18228 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867225550 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 3 0 0 0
[pid=18228/tid=18405] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18405/stat : 18405 (python) S 18226 18228 17831 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867235565 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18425] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18425/stat : 18425 (python) S 18226 18228 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867245585 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 701.8
Current children cumulated vsize (KiB) 7171388



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.05 3.99 3.12 6/270 18489
/proc/meminfo: memFree=31178292/32951124 swapFree=67055520/67111528
[pid=18228] ppid=18226 vsize=366804 CPUtime=2.33 cores=1,3
/proc/18228/stat : 18228 (python) S 18226 18228 17831 0 -1 4202496 20459 933 1 0 215 18 0 0 20 0 9 0 867185330 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18228/statm: 91701 8661 1884 364 0 27598 0
[pid=18276] ppid=18228 vsize=295220 CPUtime=0.13 cores=1,3
/proc/18276/stat : 18276 (python) S 18228 18228 17831 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 867185582 302305280 6962 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18276/statm: 73805 6962 415 364 0 9723 0
[pid=18278] ppid=18276 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/18278/stat : 18278 (gnovelty+2) T 18276 18278 18278 0 -1 4202496 1155 0 0 0 10005 0 0 0 25 0 1 0 867185582 1044795392 891 33554432000 134512640 135663704 4294848976 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18278/statm: 255077 891 113 282 0 254793 0
[pid=18276/tid=18290] ppid=18228 vsize=295220 CPUtime=0 cores=1,3
/proc/18276/task/18290/stat : 18290 (python) S 18228 18228 17831 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867195600 302305280 6962 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604464220017024 0 0 -1 3 0 0 0
[pid=18291] ppid=18228 vsize=294900 CPUtime=0.15 cores=1,3
/proc/18291/stat : 18291 (python) S 18228 18228 17831 0 -1 4202560 1096 0 0 0 9 6 0 0 19 0 2 0 867195600 301977600 7082 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18291/statm: 73725 7082 400 364 0 9640 0
[pid=18293] ppid=18291 vsize=1020308 CPUtime=100.06 cores=1,3
/proc/18293/stat : 18293 (gnovelty+2) T 18291 18293 18293 0 -1 4202496 1154 0 0 0 10006 0 0 0 25 0 1 0 867195601 1044795392 891 33554432000 134512640 135663704 4293006208 18446744073709551615 134524681 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18293/statm: 255077 891 113 282 0 254793 0
[pid=18291/tid=18307] ppid=18228 vsize=294900 CPUtime=0 cores=1,3
/proc/18291/task/18307/stat : 18307 (python) S 18228 18228 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867205619 301977600 7082 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471134430272 0 0 -1 3 0 0 0
[pid=18308] ppid=18228 vsize=305764 CPUtime=0.15 cores=1,3
/proc/18308/stat : 18308 (python) S 18228 18228 17831 0 -1 4202560 1099 0 0 0 9 6 0 0 19 0 2 0 867205620 313102336 7086 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18308/statm: 76441 7086 400 364 0 12353 0
[pid=18310] ppid=18308 vsize=423400 CPUtime=99.14 cores=1,3
/proc/18310/stat : 18310 (adaptg2wsat2009) T 18308 18310 18310 0 -1 4202496 2620 0 0 0 9914 0 0 0 25 0 1 0 867205621 433561600 2357 33554432000 134512640 135107411 4292228448 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18310/statm: 105850 2357 59 146 0 104726 0
[pid=18308/tid=18370] ppid=18228 vsize=305764 CPUtime=0 cores=1,3
/proc/18308/task/18370/stat : 18370 (python) S 18228 18228 17831 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867215535 313102336 7086 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471133082624 0 0 -1 3 0 0 0
[pid=18371] ppid=18228 vsize=315536 CPUtime=0.14 cores=1,3
/proc/18371/stat : 18371 (python) S 18228 18228 17831 0 -1 4202560 1100 0 0 0 7 7 0 0 19 0 2 0 867215535 323108864 7158 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18371/statm: 78884 7158 399 364 0 14793 0
[pid=18373] ppid=18371 vsize=423400 CPUtime=100.01 cores=1,3
/proc/18373/stat : 18373 (adaptg2wsat2009) T 18371 18373 18373 0 -1 4202496 2616 0 0 0 10001 0 0 0 25 0 1 0 867215536 433561600 2356 33554432000 134512640 135107411 4294199840 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18373/statm: 105850 2356 59 146 0 104726 0
[pid=18371/tid=18388] ppid=18228 vsize=315536 CPUtime=0 cores=1,3
/proc/18371/task/18388/stat : 18388 (python) S 18228 18228 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867225549 323108864 7158 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471122594624 0 0 -1 3 0 0 0
[pid=18389] ppid=18228 vsize=326036 CPUtime=0.14 cores=1,3
/proc/18389/stat : 18389 (python) S 18228 18228 17831 0 -1 4202560 1095 0 0 0 7 7 0 0 19 0 2 0 867225550 333860864 7163 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18389/statm: 81509 7163 400 364 0 17415 0
[pid=18391] ppid=18389 vsize=423400 CPUtime=99.99 cores=1,3
/proc/18391/stat : 18391 (adaptg2wsat2009) T 18389 18391 18391 0 -1 4202496 2618 0 0 0 9999 0 0 0 25 0 1 0 867225550 433561600 2356 33554432000 134512640 135107411 4286737696 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18391/statm: 105850 2356 59 146 0 104726 0
[pid=18389/tid=18403] ppid=18228 vsize=326036 CPUtime=0 cores=1,3
/proc/18389/task/18403/stat : 18403 (python) S 18228 18228 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867235564 333860864 7163 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471136796736 0 0 -1 1 0 0 0
[pid=18404] ppid=18228 vsize=336396 CPUtime=0.14 cores=1,3
/proc/18404/stat : 18404 (python) S 18228 18228 17831 0 -1 4202560 1094 0 0 0 7 7 0 0 19 0 2 0 867235565 344469504 7167 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18404/statm: 84099 7167 400 364 0 20002 0
[pid=18406] ppid=18404 vsize=1020308 CPUtime=100.06 cores=1,3
/proc/18406/stat : 18406 (gnovelty+2) T 18404 18406 18406 0 -1 4202496 1152 0 0 0 10006 0 0 0 25 0 1 0 867235565 1044795392 891 33554432000 134512640 135663704 4294004096 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18406/statm: 255077 891 113 282 0 254793 0
[pid=18404/tid=18423] ppid=18228 vsize=336396 CPUtime=0 cores=1,3
/proc/18404/task/18423/stat : 18423 (python) S 18228 18228 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867245584 344469504 7167 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471128670400 0 0 -1 3 0 0 0
[pid=18424] ppid=18228 vsize=346580 CPUtime=0.16 cores=1,3
/proc/18424/stat : 18424 (python) S 18228 18228 17831 0 -1 4202560 1087 0 0 0 9 7 0 0 19 0 2 0 867245585 354897920 7171 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18424/statm: 86645 7171 400 364 0 22545 0
[pid=18426] ppid=18424 vsize=253028 CPUtime=99.15 cores=1,3
/proc/18426/stat : 18426 (FH) T 18424 18426 18426 0 -1 4202496 2495 0 0 0 9915 0 0 0 25 0 1 0 867245585 259100672 2232 33554432000 134512640 134936988 4294827968 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18426/statm: 63257 2232 41 104 0 62761 0
[pid=18424/tid=18486] ppid=18228 vsize=346580 CPUtime=0 cores=1,3
/proc/18424/task/18486/stat : 18486 (python) S 18228 18228 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867255501 354897920 7171 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 514 18446604471128673088 0 0 -1 3 0 0 0
[pid=18487] ppid=18228 vsize=356560 CPUtime=0 cores=1,3
/proc/18487/stat : 18487 (python) S 18228 18228 17831 0 -1 4202560 843 0 0 0 0 0 0 0 18 0 1 0 867255502 365117440 7127 33554432000 4194304 5683644 140737428099136 18446744073709551615 270338403910 0 0 16781312 514 4501501763479666687 0 0 17 1 0 0 0
/proc/18487/statm: 89140 7127 353 364 0 25037 0
[pid=18489] ppid=18487 vsize=423400 CPUtime=1.08 cores=1,3
/proc/18489/stat : 18489 (adaptg2wsat2009) R 18487 18489 18489 0 -1 4202496 2623 0 0 0 108 0 0 0 24 0 1 0 867255503 433561600 2357 33554432000 134512640 135107411 4288376528 18446744073709551615 134531340 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18489/statm: 105850 2357 59 146 0 104726 0
[pid=18228/tid=18277] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18277/stat : 18277 (python) S 18226 18228 17831 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867185582 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18292] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18292/stat : 18292 (python) S 18226 18228 17831 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 867195601 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18309] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18309/stat : 18309 (python) S 18226 18228 17831 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867205621 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18372] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18372/stat : 18372 (python) S 18226 18228 17831 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867215536 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18390] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18390/stat : 18390 (python) S 18226 18228 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867225550 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 3 0 0 0
[pid=18228/tid=18405] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18405/stat : 18405 (python) S 18226 18228 17831 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867235565 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
[pid=18228/tid=18425] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18425/stat : 18425 (python) S 18226 18228 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867245585 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 3 0 0 0
[pid=18228/tid=18488] ppid=18226 vsize=366804 CPUtime=0 cores=1,3
/proc/18228/task/18488/stat : 18488 (python) S 18226 18228 17831 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867255502 375607296 8661 33554432000 4194304 5683644 140737428099136 18446744073709551615 270350207409 0 0 16781312 2 18446604464393966784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.88
Current children cumulated vsize (KiB) 7951348

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

Real time (s): 702.864
CPU time (s): 702.88
CPU user time (s): 702.24
CPU system time (s): 0.64
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7951348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15367
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21398
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= 2874
involuntary context switches= 31

runsolver used 1.62475 second user time and 3.2965 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 01:14:57
IDJOB=3484124
IDBENCH=82635
IDSOLVER=1975
FILE ID=node143/3484124-1307747697
RUNJOBID= node143-1307746989-17851
PBS_JOBID= 13550817
Free space on /tmp= 74020 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S61914820-087-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-3484124-1307747697/watcher-3484124-1307747697 -o /tmp/evaluation-result-3484124-1307747697/solver-3484124-1307747697 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484124-1307747697.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= 1b9b43753c02a2c226adda648a956e92
RANDOM SEED=2095343171

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31268056 kB
Buffers:        109828 kB
Cached:        1147292 kB
SwapCached:       8636 kB
Active:         625032 kB
Inactive:       888668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31268056 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           32924 kB
Writeback:           0 kB
AnonPages:      255660 kB
Mapped:          20028 kB
Slab:            94680 kB
PageTables:      12896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5518116 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= 73988 MiB
End job on node143 at 2011-06-11 01:26:42