Trace number 3484102

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.84 702.866

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S303265982-092-UNKNOWN.cnf
MD5SUM1b4a544dd042630233219a622c9437c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.8423
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.40/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/0.64	c INFO: solving HOME/instance-3484102-1307747391.cnf
0.40/0.64	c INFO: computing task features
0.47/0.80	c INFO: computed variable-clause graph statistics
0.58/0.80	c INFO: computed clause balance statistics
1.27/1.58	c INFO: computed variable balance statistics
1.77/2.01	c INFO: computed small-clause counts
1.77/2.02	c INFO: computed Horn-clause counts
1.77/2.05	c INFO: computed variable graph statistics
1.77/2.05	c INFO: collected features for HOME/instance-3484102-1307747391.cnf in 1.41 s
1.77/2.06	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.09/101.24	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.14)
201.29/201.43	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.09)
301.39/301.59	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.59/401.74	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.06)
501.70/501.90	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.05)
602.05/602.09	c INFO: running FH@0 for 97 with 599 remaining (b = 0.04)
702.24/702.26	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-3484102-1307747391/watcher-3484102-1307747391 -o /tmp/evaluation-result-3484102-1307747391/solver-3484102-1307747391 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484102-1307747391.cnf -seed 2095343171 -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: 3.92 2.95 1.39 4/226 18059
/proc/meminfo: memFree=30951428/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=15380 CPUtime=0 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 867154433 15749120 679 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/18059/statm: 3845 679 322 364 0 332 0

[startup+0.0435959 s]
/proc/loadavg: 3.92 2.95 1.39 4/226 18059
/proc/meminfo: memFree=30951428/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=18884 CPUtime=0.02 cores=0,2
/proc/18059/stat : 18059 (python) R 18057 18059 17860 0 -1 4202496 1286 0 0 0 2 0 0 0 25 0 1 0 867154433 19337216 1137 33554432000 4194304 5683644 140733799419968 18446744073709551615 4874131 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18059/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100564 s]
/proc/loadavg: 3.92 2.95 1.39 4/226 18059
/proc/meminfo: memFree=30951428/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=89768 CPUtime=0.06 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 2674 0 0 0 5 1 0 0 25 0 1 0 867154433 91922432 2388 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/18059/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.30053 s]
/proc/loadavg: 3.92 2.95 1.39 4/226 18059
/proc/meminfo: memFree=30951428/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=135752 CPUtime=0.19 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 5975 932 1 0 14 5 0 0 17 0 1 0 867154433 139010048 4150 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/18059/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.70046 s]
/proc/loadavg: 3.92 2.95 1.39 4/226 18059
/proc/meminfo: memFree=30951428/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=282008 CPUtime=0.47 cores=0,2
/proc/18059/stat : 18059 (python) R 18057 18059 17860 0 -1 4202496 10120 932 1 0 36 11 0 0 16 0 1 0 867154433 288776192 7791 33554432000 4194304 5683644 140733799419968 18446744073709551615 47292061594972 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18059/statm: 70502 7791 1761 364 0 6426 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 282008

[startup+1.50037 s]
/proc/loadavg: 3.92 2.95 1.39 5/227 18065
/proc/meminfo: memFree=30920708/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=287576 CPUtime=1.27 cores=0,2
/proc/18059/stat : 18059 (python) R 18057 18059 17860 0 -1 4202496 12691 932 1 0 115 12 0 0 17 0 1 0 867154433 294477824 9279 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261271668 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18059/statm: 71894 9279 1826 364 0 7818 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 287576

[startup+3.10107 s]
/proc/loadavg: 3.92 2.95 1.39 5/230 18068
/proc/meminfo: memFree=30922420/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=293196 CPUtime=1.84 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 13043 932 1 0 172 12 0 0 20 0 2 0 867154433 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18059/statm: 73299 8164 1869 364 0 9217 0
[pid=18066] ppid=18059 vsize=283436 CPUtime=0 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 867154640 290238464 6647 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261636623 0 0 16781312 514 4428965607005749247 0 0 17 2 0 0 0
/proc/18066/statm: 70859 6647 355 364 0 6777 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=1.02 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) R 18066 18068 18068 0 -1 4202496 963 0 0 0 102 0 0 0 21 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18059/tid=18067] ppid=18057 vsize=293196 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867154640 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 1595628

[startup+6.30053 s]
/proc/loadavg: 4.01 2.99 1.41 5/234 18072
/proc/meminfo: memFree=30907036/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=293196 CPUtime=1.84 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 13043 932 1 0 172 12 0 0 20 0 2 0 867154433 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18059/statm: 73299 8164 1869 364 0 9217 0
[pid=18066] ppid=18059 vsize=283436 CPUtime=0 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 867154640 290238464 6670 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261636623 0 0 16781312 514 4428965607005716740 0 0 17 2 0 0 0
/proc/18066/statm: 70859 6670 378 364 0 6777 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=4.22 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) R 18066 18068 18068 0 -1 4202496 963 0 0 0 422 0 0 0 25 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18059/tid=18067] ppid=18057 vsize=293196 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867154640 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 1595628

[startup+12.7004 s]
/proc/loadavg: 4.01 3.00 1.43 5/234 18072
/proc/meminfo: memFree=30906804/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=293196 CPUtime=1.84 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 13043 932 1 0 172 12 0 0 20 0 2 0 867154433 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18059/statm: 73299 8164 1869 364 0 9217 0
[pid=18066] ppid=18059 vsize=283436 CPUtime=0 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 867154640 290238464 6670 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261636623 0 0 16781312 514 18253018920988410116 0 0 17 2 0 0 0
/proc/18066/statm: 70859 6670 378 364 0 6777 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=10.62 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) R 18066 18068 18068 0 -1 4202496 963 0 0 0 1062 0 0 0 25 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18059/tid=18067] ppid=18057 vsize=293196 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867154640 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1595628

[startup+25.5012 s]
/proc/loadavg: 4.08 3.07 1.47 5/234 18072
/proc/meminfo: memFree=30907004/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=293196 CPUtime=1.84 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 13043 932 1 0 172 12 0 0 20 0 2 0 867154433 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18059/statm: 73299 8164 1869 364 0 9217 0
[pid=18066] ppid=18059 vsize=283436 CPUtime=0.02 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 873 0 0 0 1 1 0 0 18 0 1 0 867154640 290238464 6670 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261636623 0 0 16781312 514 18253018920988410116 0 0 17 2 0 0 0
/proc/18066/statm: 70859 6670 378 364 0 6777 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=23.42 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) R 18066 18068 18068 0 -1 4202496 963 0 0 0 2342 0 0 0 25 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18059/tid=18067] ppid=18057 vsize=293196 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867154640 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 1595628

[startup+51.1006 s]
/proc/loadavg: 4.21 3.17 1.55 5/222 18115
/proc/meminfo: memFree=31005708/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=293196 CPUtime=1.84 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 13043 932 1 0 172 12 0 0 20 0 2 0 867154433 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18059/statm: 73299 8164 1869 364 0 9217 0
[pid=18066] ppid=18059 vsize=283436 CPUtime=0.05 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 885 0 0 0 2 3 0 0 18 0 1 0 867154640 290238464 6670 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261636623 0 0 16781312 514 18253018920988410116 0 0 17 2 0 0 0
/proc/18066/statm: 70859 6670 378 364 0 6777 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=49.02 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) R 18066 18068 18068 0 -1 4202496 963 0 0 0 4902 0 0 0 25 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18059/tid=18067] ppid=18057 vsize=293196 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 867154640 300232704 8164 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 1595628

[startup+102.308 s]
/proc/loadavg: 4.09 3.30 1.68 5/231 18126
/proc/meminfo: memFree=30942056/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=303452 CPUtime=1.85 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 13930 932 1 0 173 12 0 0 19 0 3 0 867154433 310734848 8171 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18059/statm: 75863 8171 1872 364 0 11778 0
[pid=18066] ppid=18059 vsize=293680 CPUtime=0.13 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 1147 0 0 0 6 7 0 0 19 0 2 0 867154640 300728320 6712 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18066/statm: 73420 6712 415 364 0 9338 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=99.16 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) T 18066 18068 18068 0 -1 4202496 963 0 0 0 9916 0 0 0 25 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134525087 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18066/tid=18123] ppid=18059 vsize=293680 CPUtime=0 cores=0,2
/proc/18066/task/18123/stat : 18123 (python) S 18059 18059 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867164557 300728320 6712 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453943892160 0 0 -1 2 0 0 0
[pid=18124] ppid=18059 vsize=293692 CPUtime=0 cores=0,2
/proc/18124/stat : 18124 (python) S 18059 18059 17860 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 867164558 300740608 6645 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261636678 0 0 16781312 514 4397280705550188804 0 0 17 0 0 0 0
/proc/18124/statm: 73423 6645 349 364 0 9338 0
[pid=18126] ppid=18124 vsize=1018996 CPUtime=1.05 cores=0,2
/proc/18126/stat : 18126 (gnovelty+2) R 18124 18126 18126 0 -1 4202496 961 0 0 0 105 0 0 0 24 0 1 0 867164558 1043451904 698 33554432000 134512640 135663704 4289270896 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18126/statm: 254749 698 113 282 0 254465 0
[pid=18059/tid=18067] ppid=18057 vsize=303452 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 867154640 310734848 8171 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18125] ppid=18057 vsize=303452 CPUtime=0 cores=0,2
/proc/18059/task/18125/stat : 18125 (python) S 18057 18059 17860 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 867164558 310734848 8171 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 2928816

[startup+162.301 s]
/proc/loadavg: 4.08 3.44 1.82 5/240 18137
/proc/meminfo: memFree=30896192/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=303452 CPUtime=1.85 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 13930 932 1 0 173 12 0 0 19 0 3 0 867154433 310734848 8171 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18059/statm: 75863 8171 1872 364 0 11778 0
[pid=18066] ppid=18059 vsize=293680 CPUtime=0.13 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 1147 0 0 0 6 7 0 0 19 0 2 0 867154640 300728320 6712 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18066/statm: 73420 6712 415 364 0 9338 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=99.16 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) T 18066 18068 18068 0 -1 4202496 963 0 0 0 9916 0 0 0 25 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134525087 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18066/tid=18123] ppid=18059 vsize=293680 CPUtime=0 cores=0,2
/proc/18066/task/18123/stat : 18123 (python) S 18059 18059 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867164557 300728320 6712 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453943892160 0 0 -1 2 0 0 0
[pid=18124] ppid=18059 vsize=293692 CPUtime=0.08 cores=0,2

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

/proc/18124/statm: 73423 6697 400 364 0 9338 0
[pid=18126] ppid=18124 vsize=1018996 CPUtime=100.04 cores=0,2
/proc/18126/stat : 18126 (gnovelty+2) T 18124 18126 18126 0 -1 4202496 961 0 0 0 10004 0 0 0 25 0 1 0 867164558 1043451904 698 33554432000 134512640 135663704 4289270896 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18126/statm: 254749 698 113 282 0 254465 0
[pid=18124/tid=18142] ppid=18059 vsize=293692 CPUtime=0 cores=0,2
/proc/18124/task/18142/stat : 18142 (python) S 18059 18059 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867174576 300740608 6697 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453936514944 0 0 -1 2 0 0 0
[pid=18143] ppid=18059 vsize=303948 CPUtime=0.15 cores=0,2
/proc/18143/stat : 18143 (python) S 18059 18059 17860 0 -1 4202560 1093 0 0 0 9 6 0 0 19 0 2 0 867174577 311242752 6701 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18143/statm: 75987 6701 400 364 0 11899 0
[pid=18145] ppid=18143 vsize=421428 CPUtime=100 cores=0,2
/proc/18145/stat : 18145 (adaptg2wsat2009) T 18143 18145 18145 0 -1 4202496 2048 0 0 0 9999 1 0 0 25 0 1 0 867174577 431542272 1782 33554432000 134512640 135107411 4292395568 18446744073709551615 134531992 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18145/statm: 105357 1782 59 146 0 104233 0
[pid=18143/tid=18157] ppid=18059 vsize=303948 CPUtime=0 cores=0,2
/proc/18143/task/18157/stat : 18157 (python) S 18059 18059 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867184592 311242752 6701 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453941424256 0 0 -1 2 0 0 0
[pid=18158] ppid=18059 vsize=314204 CPUtime=0.14 cores=0,2
/proc/18158/stat : 18158 (python) S 18059 18059 17860 0 -1 4202560 1097 0 0 0 8 6 0 0 19 0 2 0 867184593 321744896 6705 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18158/statm: 78551 6705 400 364 0 14460 0
[pid=18160] ppid=18158 vsize=421428 CPUtime=99.99 cores=0,2
/proc/18160/stat : 18160 (adaptg2wsat2009) T 18158 18160 18160 0 -1 4202496 2046 0 0 0 9999 0 0 0 25 0 1 0 867184593 431542272 1782 33554432000 134512640 135107411 4294301776 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18160/statm: 105357 1782 59 146 0 104233 0
[pid=18158/tid=18219] ppid=18059 vsize=314204 CPUtime=0 cores=0,2
/proc/18158/task/18219/stat : 18219 (python) S 18059 18059 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867194607 321744896 6705 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453933408704 0 0 -1 2 0 0 0
[pid=18220] ppid=18059 vsize=324460 CPUtime=0.15 cores=0,2
/proc/18220/stat : 18220 (python) S 18059 18059 17860 0 -1 4202560 1092 0 0 0 8 7 0 0 19 0 2 0 867194608 332247040 6709 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18220/statm: 81115 6709 400 364 0 17021 0
[pid=18222] ppid=18220 vsize=421428 CPUtime=100.02 cores=0,2
/proc/18222/stat : 18222 (adaptg2wsat2009) T 18220 18222 18222 0 -1 4202496 2046 0 0 0 10002 0 0 0 25 0 1 0 867194609 431542272 1782 33554432000 134512640 135107411 4294837760 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18222/statm: 105357 1782 59 146 0 104233 0
[pid=18220/tid=18234] ppid=18059 vsize=324460 CPUtime=0 cores=0,2
/proc/18220/task/18234/stat : 18234 (python) S 18059 18059 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867204623 332247040 6709 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453895374784 0 0 -1 2 0 0 0
[pid=18235] ppid=18059 vsize=334820 CPUtime=0.15 cores=0,2
/proc/18235/stat : 18235 (python) S 18059 18059 17860 0 -1 4202560 1093 0 0 0 9 6 0 0 19 0 2 0 867204624 342855680 6713 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18235/statm: 83705 6713 400 364 0 19608 0
[pid=18237] ppid=18235 vsize=1018996 CPUtime=100.17 cores=0,2
/proc/18237/stat : 18237 (gnovelty+2) T 18235 18237 18237 0 -1 4202496 959 0 0 0 10017 0 0 0 25 0 1 0 867204624 1043451904 698 33554432000 134512640 135663704 4289438320 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18237/statm: 254749 698 113 282 0 254465 0
[pid=18235/tid=18248] ppid=18059 vsize=334820 CPUtime=0 cores=0,2
/proc/18235/task/18248/stat : 18248 (python) S 18059 18059 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867214642 342855680 6713 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453895373888 0 0 -1 2 0 0 0
[pid=18249] ppid=18059 vsize=345304 CPUtime=0.16 cores=0,2
/proc/18249/stat : 18249 (python) S 18059 18059 17860 0 -1 4202560 1091 0 0 0 9 7 0 0 19 0 2 0 867214643 353591296 6743 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18249/statm: 86326 6743 400 364 0 22226 0
[pid=18251] ppid=18249 vsize=251292 CPUtime=100 cores=0,2
/proc/18251/stat : 18251 (FH) T 18249 18251 18251 0 -1 4202496 1943 0 0 0 10000 0 0 0 25 0 1 0 867214643 257323008 1683 33554432000 134512640 134936988 4292704256 18446744073709551615 134554252 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18251/statm: 62823 1683 41 104 0 62327 0
[pid=18059/tid=18067] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867154640 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18125] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18125/stat : 18125 (python) S 18057 18059 17860 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867164558 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18144] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18144/stat : 18144 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867174577 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18159] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18159/stat : 18159 (python) S 18057 18059 17860 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867184593 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 2 0 0 0
[pid=18059/tid=18221] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18221/stat : 18221 (python) S 18057 18059 17860 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867194608 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 2 0 0 0
[pid=18059/tid=18236] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18236/stat : 18236 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867204624 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18250] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18250/stat : 18250 (python) S 18057 18059 17860 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867214643 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 7147992



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.07 3.94 2.79 5/274 18266
/proc/meminfo: memFree=30630364/32951124 swapFree=67057920/67111528
[pid=18059] ppid=18057 vsize=365320 CPUtime=1.91 cores=0,2
/proc/18059/stat : 18059 (python) S 18057 18059 17860 0 -1 4202496 19127 932 1 0 177 14 0 0 20 0 9 0 867154433 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18059/statm: 91330 8290 1884 364 0 27227 0
[pid=18066] ppid=18059 vsize=293680 CPUtime=0.13 cores=0,2
/proc/18066/stat : 18066 (python) S 18059 18059 17860 0 -1 4202560 1147 0 0 0 6 7 0 0 19 0 2 0 867154640 300728320 6712 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18066/statm: 73420 6712 415 364 0 9338 0
[pid=18068] ppid=18066 vsize=1018996 CPUtime=99.16 cores=0,2
/proc/18068/stat : 18068 (gnovelty+2) T 18066 18068 18068 0 -1 4202496 963 0 0 0 9916 0 0 0 25 0 1 0 867154640 1043451904 698 33554432000 134512640 135663704 4292309856 18446744073709551615 134525087 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18068/statm: 254749 698 113 282 0 254465 0
[pid=18066/tid=18123] ppid=18059 vsize=293680 CPUtime=0 cores=0,2
/proc/18066/task/18123/stat : 18123 (python) S 18059 18059 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867164557 300728320 6712 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453943892160 0 0 -1 2 0 0 0
[pid=18124] ppid=18059 vsize=293692 CPUtime=0.14 cores=0,2
/proc/18124/stat : 18124 (python) S 18059 18059 17860 0 -1 4202560 1089 0 0 0 8 6 0 0 19 0 2 0 867164558 300740608 6697 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18124/statm: 73423 6697 400 364 0 9338 0
[pid=18126] ppid=18124 vsize=1018996 CPUtime=100.04 cores=0,2
/proc/18126/stat : 18126 (gnovelty+2) T 18124 18126 18126 0 -1 4202496 961 0 0 0 10004 0 0 0 25 0 1 0 867164558 1043451904 698 33554432000 134512640 135663704 4289270896 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18126/statm: 254749 698 113 282 0 254465 0
[pid=18124/tid=18142] ppid=18059 vsize=293692 CPUtime=0 cores=0,2
/proc/18124/task/18142/stat : 18142 (python) S 18059 18059 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867174576 300740608 6697 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453936514944 0 0 -1 2 0 0 0
[pid=18143] ppid=18059 vsize=303948 CPUtime=0.15 cores=0,2
/proc/18143/stat : 18143 (python) S 18059 18059 17860 0 -1 4202560 1093 0 0 0 9 6 0 0 19 0 2 0 867174577 311242752 6701 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18143/statm: 75987 6701 400 364 0 11899 0
[pid=18145] ppid=18143 vsize=421428 CPUtime=100 cores=0,2
/proc/18145/stat : 18145 (adaptg2wsat2009) T 18143 18145 18145 0 -1 4202496 2048 0 0 0 9999 1 0 0 25 0 1 0 867174577 431542272 1782 33554432000 134512640 135107411 4292395568 18446744073709551615 134531992 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18145/statm: 105357 1782 59 146 0 104233 0
[pid=18143/tid=18157] ppid=18059 vsize=303948 CPUtime=0 cores=0,2
/proc/18143/task/18157/stat : 18157 (python) S 18059 18059 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867184592 311242752 6701 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453941424256 0 0 -1 2 0 0 0
[pid=18158] ppid=18059 vsize=314204 CPUtime=0.14 cores=0,2
/proc/18158/stat : 18158 (python) S 18059 18059 17860 0 -1 4202560 1097 0 0 0 8 6 0 0 19 0 2 0 867184593 321744896 6705 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18158/statm: 78551 6705 400 364 0 14460 0
[pid=18160] ppid=18158 vsize=421428 CPUtime=99.99 cores=0,2
/proc/18160/stat : 18160 (adaptg2wsat2009) T 18158 18160 18160 0 -1 4202496 2046 0 0 0 9999 0 0 0 25 0 1 0 867184593 431542272 1782 33554432000 134512640 135107411 4294301776 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18160/statm: 105357 1782 59 146 0 104233 0
[pid=18158/tid=18219] ppid=18059 vsize=314204 CPUtime=0 cores=0,2
/proc/18158/task/18219/stat : 18219 (python) S 18059 18059 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867194607 321744896 6705 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453933408704 0 0 -1 2 0 0 0
[pid=18220] ppid=18059 vsize=324460 CPUtime=0.15 cores=0,2
/proc/18220/stat : 18220 (python) S 18059 18059 17860 0 -1 4202560 1092 0 0 0 8 7 0 0 19 0 2 0 867194608 332247040 6709 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18220/statm: 81115 6709 400 364 0 17021 0
[pid=18222] ppid=18220 vsize=421428 CPUtime=100.02 cores=0,2
/proc/18222/stat : 18222 (adaptg2wsat2009) T 18220 18222 18222 0 -1 4202496 2046 0 0 0 10002 0 0 0 25 0 1 0 867194609 431542272 1782 33554432000 134512640 135107411 4294837760 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18222/statm: 105357 1782 59 146 0 104233 0
[pid=18220/tid=18234] ppid=18059 vsize=324460 CPUtime=0 cores=0,2
/proc/18220/task/18234/stat : 18234 (python) S 18059 18059 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867204623 332247040 6709 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453895374784 0 0 -1 2 0 0 0
[pid=18235] ppid=18059 vsize=334820 CPUtime=0.15 cores=0,2
/proc/18235/stat : 18235 (python) S 18059 18059 17860 0 -1 4202560 1093 0 0 0 9 6 0 0 19 0 2 0 867204624 342855680 6713 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18235/statm: 83705 6713 400 364 0 19608 0
[pid=18237] ppid=18235 vsize=1018996 CPUtime=100.17 cores=0,2
/proc/18237/stat : 18237 (gnovelty+2) T 18235 18237 18237 0 -1 4202496 959 0 0 0 10017 0 0 0 25 0 1 0 867204624 1043451904 698 33554432000 134512640 135663704 4289438320 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18237/statm: 254749 698 113 282 0 254465 0
[pid=18235/tid=18248] ppid=18059 vsize=334820 CPUtime=0 cores=0,2
/proc/18235/task/18248/stat : 18248 (python) S 18059 18059 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867214642 342855680 6713 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453895373888 0 0 -1 2 0 0 0
[pid=18249] ppid=18059 vsize=345304 CPUtime=0.16 cores=0,2
/proc/18249/stat : 18249 (python) S 18059 18059 17860 0 -1 4202560 1091 0 0 0 9 7 0 0 19 0 2 0 867214643 353591296 6743 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18249/statm: 86326 6743 400 364 0 22226 0
[pid=18251] ppid=18249 vsize=251292 CPUtime=100 cores=0,2
/proc/18251/stat : 18251 (FH) T 18249 18251 18251 0 -1 4202496 1943 0 0 0 10000 0 0 0 25 0 1 0 867214643 257323008 1683 33554432000 134512640 134936988 4292704256 18446744073709551615 134554252 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18251/statm: 62823 1683 41 104 0 62327 0
[pid=18249/tid=18263] ppid=18059 vsize=345304 CPUtime=0 cores=0,2
/proc/18249/task/18263/stat : 18263 (python) S 18059 18059 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867224659 353591296 6743 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 514 18446604453924300608 0 0 -1 2 0 0 0
[pid=18264] ppid=18059 vsize=355348 CPUtime=0 cores=0,2
/proc/18264/stat : 18264 (python) S 18059 18059 17860 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867224660 363876352 6754 33554432000 4194304 5683644 140733799419968 18446744073709551615 254261636678 0 0 16781312 514 4371729704588148735 0 0 17 0 0 0 0
/proc/18264/statm: 88837 6754 351 364 0 24734 0
[pid=18266] ppid=18264 vsize=419296 CPUtime=0.53 cores=0,2
/proc/18266/stat : 18266 (adaptg2wsat2009) R 18264 18266 18266 0 -1 4202496 1378 0 0 0 53 0 0 0 22 0 1 0 867224660 429359104 1112 33554432000 134512640 135107411 4288789872 18446744073709551615 134522057 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18266/statm: 104824 1112 57 146 0 103700 0
[pid=18059/tid=18067] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18067/stat : 18067 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867154640 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18125] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18125/stat : 18125 (python) S 18057 18059 17860 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867164558 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18144] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18144/stat : 18144 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867174577 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18159] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18159/stat : 18159 (python) S 18057 18059 17860 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867184593 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 2 0 0 0
[pid=18059/tid=18221] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18221/stat : 18221 (python) S 18057 18059 17860 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867194608 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 2 0 0 0
[pid=18059/tid=18236] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18236/stat : 18236 (python) S 18057 18059 17860 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867204624 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18250] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18250/stat : 18250 (python) S 18057 18059 17860 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867214643 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 0 0 0 0
[pid=18059/tid=18265] ppid=18057 vsize=365320 CPUtime=0 cores=0,2
/proc/18059/task/18265/stat : 18265 (python) S 18057 18059 17860 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867224660 374087680 8290 33554432000 4194304 5683644 140733799419968 18446744073709551615 254273440177 0 0 16781312 2 18446604453985338304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 702.84
Current children cumulated vsize (KiB) 7922636

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

Real time (s): 702.866
CPU time (s): 702.84
CPU user time (s): 702.24
CPU system time (s): 0.6
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 7922636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78873
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20535
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= 2863
involuntary context switches= 56

runsolver used 1.79773 second user time and 3.55646 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-11 01:09:51
IDJOB=3484102
IDBENCH=82613
IDSOLVER=1975
FILE ID=node140/3484102-1307747391
RUNJOBID= node140-1307746989-17878
PBS_JOBID= 13550820
Free space on /tmp= 73676 MiB

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

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

MD5SUM BENCH= 1b4a544dd042630233219a622c9437c7
RANDOM SEED=2095343171

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      30952104 kB
Buffers:        259788 kB
Cached:        1158688 kB
SwapCached:       7060 kB
Active:        1062792 kB
Inactive:       724180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30952104 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           41108 kB
Writeback:           0 kB
AnonPages:      366916 kB
Mapped:          20500 kB
Slab:           136668 kB
PageTables:      13708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5272436 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= 73576 MiB
End job on node140 at 2011-06-11 01:21:36