Trace number 3484125

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.63 702.864

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S971556279-001-UNKNOWN.cnf
MD5SUM9224277e61359574518ca553717e02ee
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.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.66	c INFO: solving HOME/instance-3484125-1307747698.cnf
0.36/0.66	c INFO: computing task features
0.53/0.87	c INFO: computed variable-clause graph statistics
0.53/0.88	c INFO: computed clause balance statistics
1.54/1.87	c INFO: computed variable balance statistics
2.14/2.42	c INFO: computed small-clause counts
2.14/2.42	c INFO: computed Horn-clause counts
2.14/2.47	c INFO: computed variable graph statistics
2.14/2.47	c INFO: collected features for HOME/instance-3484125-1307747698.cnf in 1.80 s
2.14/2.48	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.34/102.67	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.53/202.87	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.87/302.02	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
401.96/402.17	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.14/502.30	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.21/602.49	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.43/702.64	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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-3484125-1307747698/watcher-3484125-1307747698 -o /tmp/evaluation-result-3484125-1307747698/solver-3484125-1307747698 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484125-1307747698.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: 4.03 3.66 2.14 4/228 18203
/proc/meminfo: memFree=30895976/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=15184 CPUtime=0 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 727 0 0 0 0 0 0 0 25 0 1 0 867185157 15548416 616 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/18203/statm: 3796 616 322 364 0 283 0

[startup+0.0817559 s]
/proc/loadavg: 4.03 3.66 2.14 4/228 18203
/proc/meminfo: memFree=30895976/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=50008 CPUtime=0.05 cores=1,3
/proc/18203/stat : 18203 (python) R 18201 18203 17860 0 -1 4202496 1948 0 0 0 4 1 0 0 17 0 1 0 867185157 51208192 1712 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18203/statm: 12502 1712 476 364 0 1202 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50008

[startup+0.100932 s]
/proc/loadavg: 4.03 3.66 2.14 4/228 18203
/proc/meminfo: memFree=30895976/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=85616 CPUtime=0.05 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 2629 0 0 0 4 1 0 0 17 0 1 0 867185157 87670784 2347 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/18203/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.300693 s]
/proc/loadavg: 4.03 3.66 2.14 4/228 18203
/proc/meminfo: memFree=30895976/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=135748 CPUtime=0.18 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 5975 931 1 0 14 4 0 0 17 0 1 0 867185157 139005952 4149 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/18203/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700662 s]
/proc/loadavg: 4.03 3.66 2.14 4/228 18203
/proc/meminfo: memFree=30895976/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=281252 CPUtime=0.43 cores=1,3
/proc/18203/stat : 18203 (python) R 18201 18203 17860 0 -1 4202496 9975 931 1 0 32 11 0 0 15 0 1 0 867185157 288002048 7645 33554432000 4194304 5683644 140735775936448 18446744073709551615 4313566 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18203/statm: 70313 7645 1761 364 0 6237 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 281252

[startup+1.50051 s]
/proc/loadavg: 4.03 3.66 2.14 5/229 18208
/proc/meminfo: memFree=30861892/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=290800 CPUtime=1.24 cores=1,3
/proc/18203/stat : 18203 (python) R 18201 18203 17860 0 -1 4202496 14022 931 1 0 112 12 0 0 16 0 1 0 867185157 297779200 10085 33554432000 4194304 5683644 140735775936448 18446744073709551615 4523360 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18203/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 290800

[startup+3.10019 s]
/proc/loadavg: 4.11 3.68 2.15 5/229 18208
/proc/meminfo: memFree=30861264/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=294136 CPUtime=2.22 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 14384 931 1 0 210 12 0 0 20 0 2 0 867185157 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18203/statm: 73534 8416 1869 364 0 9452 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 294136
heavy processes:

[startup+6.30066 s]
/proc/loadavg: 4.11 3.68 2.15 5/232 18211
/proc/meminfo: memFree=30862604/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=294136 CPUtime=2.22 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 14384 931 1 0 210 12 0 0 20 0 2 0 867185157 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18203/statm: 73534 8416 1869 364 0 9452 0
[pid=18209] ppid=18203 vsize=284984 CPUtime=0 cores=1,3
/proc/18209/stat : 18209 (python) S 18203 18203 17860 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 867185406 291823616 6899 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636623 0 0 16781312 514 15117361571325509893 0 0 17 1 0 0 0
/proc/18209/statm: 71246 6899 355 364 0 7164 0
[pid=18211] ppid=18209 vsize=1020308 CPUtime=3.81 cores=1,3
/proc/18211/stat : 18211 (gnovelty+2) R 18209 18211 18211 0 -1 4202496 1157 0 0 0 381 0 0 0 25 0 1 0 867185406 1044795392 891 33554432000 134512640 135663704 4292846624 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18211/statm: 255077 891 113 282 0 254793 0
[pid=18203/tid=18210] ppid=18201 vsize=294136 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 2 0 867185406 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1599428

[startup+12.7005 s]
/proc/loadavg: 4.09 3.69 2.17 5/232 18211
/proc/meminfo: memFree=30862248/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=294136 CPUtime=2.22 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 14384 931 1 0 210 12 0 0 20 0 2 0 867185157 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18203/statm: 73534 8416 1869 364 0 9452 0
[pid=18209] ppid=18203 vsize=284984 CPUtime=0.01 cores=1,3
/proc/18209/stat : 18209 (python) S 18203 18203 17860 0 -1 4202560 865 0 0 0 0 1 0 0 18 0 1 0 867185406 291823616 6922 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636623 0 0 16781312 514 7001619676933357829 0 0 17 1 0 0 0
/proc/18209/statm: 71246 6922 378 364 0 7164 0
[pid=18211] ppid=18209 vsize=1020308 CPUtime=10.19 cores=1,3
/proc/18211/stat : 18211 (gnovelty+2) R 18209 18211 18211 0 -1 4202496 1157 0 0 0 1019 0 0 0 25 0 1 0 867185406 1044795392 891 33554432000 134512640 135663704 4292846624 18446744073709551615 134524684 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18211/statm: 255077 891 113 282 0 254793 0
[pid=18203/tid=18210] ppid=18201 vsize=294136 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 2 0 867185406 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1599428

[startup+25.5003 s]
/proc/loadavg: 4.15 3.72 2.20 5/232 18211
/proc/meminfo: memFree=30862996/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=294136 CPUtime=2.22 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 14384 931 1 0 210 12 0 0 20 0 2 0 867185157 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18203/statm: 73534 8416 1869 364 0 9452 0
[pid=18209] ppid=18203 vsize=284984 CPUtime=0.02 cores=1,3
/proc/18209/stat : 18209 (python) S 18203 18203 17860 0 -1 4202560 870 0 0 0 1 1 0 0 18 0 1 0 867185406 291823616 6922 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636623 0 0 16781312 514 7001619676933357829 0 0 17 1 0 0 0
/proc/18209/statm: 71246 6922 378 364 0 7164 0
[pid=18211] ppid=18209 vsize=1020308 CPUtime=22.98 cores=1,3
/proc/18211/stat : 18211 (gnovelty+2) R 18209 18211 18211 0 -1 4202496 1157 0 0 0 2298 0 0 0 25 0 1 0 867185406 1044795392 891 33554432000 134512640 135663704 4292846624 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18211/statm: 255077 891 113 282 0 254793 0
[pid=18203/tid=18210] ppid=18201 vsize=294136 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 2 0 867185406 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1599428

[startup+51.1008 s]
/proc/loadavg: 4.10 3.74 2.24 5/233 18213
/proc/meminfo: memFree=30860996/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=294136 CPUtime=2.22 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 14384 931 1 0 210 12 0 0 20 0 2 0 867185157 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18203/statm: 73534 8416 1869 364 0 9452 0
[pid=18209] ppid=18203 vsize=284984 CPUtime=0.06 cores=1,3
/proc/18209/stat : 18209 (python) S 18203 18203 17860 0 -1 4202560 882 0 0 0 2 4 0 0 18 0 1 0 867185406 291823616 6922 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636623 0 0 16781312 514 7001619676933357829 0 0 17 1 0 0 0
/proc/18209/statm: 71246 6922 378 364 0 7164 0
[pid=18211] ppid=18209 vsize=1020308 CPUtime=48.55 cores=1,3
/proc/18211/stat : 18211 (gnovelty+2) R 18209 18211 18211 0 -1 4202496 1157 0 0 0 4855 0 0 0 25 0 1 0 867185406 1044795392 891 33554432000 134512640 135663704 4292846624 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18211/statm: 255077 891 113 282 0 254793 0
[pid=18203/tid=18210] ppid=18201 vsize=294136 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 2 0 867185406 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1599428

[startup+102.308 s]
/proc/loadavg: 4.04 3.78 2.34 5/241 18222
/proc/meminfo: memFree=30811812/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=294136 CPUtime=2.22 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 14384 931 1 0 210 12 0 0 20 0 2 0 867185157 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18203/statm: 73534 8416 1869 364 0 9452 0
[pid=18209] ppid=18203 vsize=284984 CPUtime=0.13 cores=1,3
/proc/18209/stat : 18209 (python) S 18203 18203 17860 0 -1 4202560 904 0 0 0 6 7 0 0 18 0 1 0 867185406 291823616 6922 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636623 0 0 16781312 514 7001619676933357829 0 0 17 1 0 0 0
/proc/18209/statm: 71246 6922 378 364 0 7164 0
[pid=18211] ppid=18209 vsize=1020308 CPUtime=99.7 cores=1,3
/proc/18211/stat : 18211 (gnovelty+2) R 18209 18211 18211 0 -1 4202496 1157 0 0 0 9970 0 0 0 25 0 1 0 867185406 1044795392 891 33554432000 134512640 135663704 4292846624 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18211/statm: 255077 891 113 282 0 254793 0
[pid=18203/tid=18210] ppid=18201 vsize=294136 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 2 0 867185406 301195264 8416 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 1599428

[startup+162.301 s]
/proc/loadavg: 4.05 3.83 2.44 5/246 18232
/proc/meminfo: memFree=30768716/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=305000 CPUtime=2.22 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 15257 931 1 0 210 12 0 0 20 0 3 0 867185157 312320000 8558 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18203/statm: 76250 8558 1872 364 0 12165 0
[pid=18209] ppid=18203 vsize=295228 CPUtime=0.13 cores=1,3
/proc/18209/stat : 18209 (python) S 18203 18203 17860 0 -1 4202560 1142 0 0 0 6 7 0 0 19 0 2 0 867185406 302313472 6964 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18209/statm: 73807 6964 415 364 0 9725 0
[pid=18211] ppid=18209 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/18211/stat : 18211 (gnovelty+2) T 18209 18211 18211 0 -1 4202496 1157 0 0 0 10005 0 0 0 25 0 1 0 867185406 1044795392 891 33554432000 134512640 135663704 4292846624 18446744073709551615 134524919 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18211/statm: 255077 891 113 282 0 254793 0
[pid=18209/tid=18223] ppid=18203 vsize=295228 CPUtime=0 cores=1,3
/proc/18209/task/18223/stat : 18223 (python) S 18203 18203 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867195424 302313472 6964 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604460727445568 0 0 -1 3 0 0 0
[pid=18224] ppid=18203 vsize=294912 CPUtime=0.08 cores=1,3
/proc/18224/stat : 18224 (python) S 18203 18203 17860 0 -1 4202560 910 0 0 0 6 2 0 0 18 0 1 0 867195424 301989888 7055 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636678 0 0 16781312 514 7001619676933357832 0 0 17 1 0 0 0
/proc/18224/statm: 73728 7055 372 364 0 9643 0
[pid=18226] ppid=18224 vsize=1020308 CPUtime=59.54 cores=1,3
/proc/18226/stat : 18226 (gnovelty+2) R 18224 18226 18226 0 -1 4202496 1155 0 0 0 5954 0 0 0 25 0 1 0 867195425 1044795392 891 33554432000 134512640 135663704 4294105680 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18226/statm: 255077 891 113 282 0 254793 0
[pid=18203/tid=18210] ppid=18201 vsize=305000 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 867185406 312320000 8558 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
[pid=18203/tid=18225] ppid=18201 vsize=305000 CPUtime=0 cores=1,3
/proc/18203/task/18225/stat : 18225 (python) S 18201 18203 17860 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867195424 312320000 8558 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 2935756

[startup+222.301 s]
/proc/loadavg: 4.02 3.86 2.54 5/254 18242
/proc/meminfo: memFree=30747464/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=315256 CPUtime=2.23 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 16066 931 1 0 211 12 0 0 20 0 4 0 867185157 322822144 8564 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

/proc/18224/statm: 73728 7084 400 364 0 9643 0
[pid=18226] ppid=18224 vsize=1020308 CPUtime=100.06 cores=1,3
/proc/18226/stat : 18226 (gnovelty+2) T 18224 18226 18226 0 -1 4202496 1155 0 0 0 10006 0 0 0 25 0 1 0 867195425 1044795392 891 33554432000 134512640 135663704 4294105680 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18226/statm: 255077 891 113 282 0 254793 0
[pid=18224/tid=18238] ppid=18203 vsize=294912 CPUtime=0 cores=1,3
/proc/18224/task/18238/stat : 18238 (python) S 18203 18203 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867205444 301989888 7084 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604454222669056 0 0 -1 1 0 0 0
[pid=18239] ppid=18203 vsize=305776 CPUtime=0.15 cores=1,3
/proc/18239/stat : 18239 (python) S 18203 18203 17860 0 -1 4202560 1078 0 0 0 8 7 0 0 19 0 2 0 867205444 313114624 7088 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18239/statm: 76444 7088 400 364 0 12356 0
[pid=18241] ppid=18239 vsize=423400 CPUtime=99.13 cores=1,3
/proc/18241/stat : 18241 (adaptg2wsat2009) T 18239 18241 18241 0 -1 4202496 2621 0 0 0 9913 0 0 0 25 0 1 0 867205445 433561600 2357 33554432000 134512640 135107411 4290465408 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18241/statm: 105850 2357 59 146 0 104726 0
[pid=18239/tid=18252] ppid=18203 vsize=305776 CPUtime=0 cores=1,3
/proc/18239/task/18252/stat : 18252 (python) S 18203 18203 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867215359 313114624 7088 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744960 0 0 -1 3 0 0 0
[pid=18253] ppid=18203 vsize=315548 CPUtime=0.14 cores=1,3
/proc/18253/stat : 18253 (python) S 18203 18203 17860 0 -1 4202560 1084 0 0 0 7 7 0 0 19 0 2 0 867215360 323121152 7161 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18253/statm: 78887 7161 399 364 0 14796 0
[pid=18255] ppid=18253 vsize=423400 CPUtime=99.98 cores=1,3
/proc/18255/stat : 18255 (adaptg2wsat2009) T 18253 18255 18255 0 -1 4202496 2621 0 0 0 9998 0 0 0 25 0 1 0 867215360 433561600 2357 33554432000 134512640 135107411 4286949376 18446744073709551615 134548432 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18255/statm: 105850 2357 59 146 0 104726 0
[pid=18253/tid=18314] ppid=18203 vsize=315548 CPUtime=0 cores=1,3
/proc/18253/task/18314/stat : 18314 (python) S 18203 18203 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867225374 323121152 7161 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604471117035328 0 0 -1 3 0 0 0
[pid=18315] ppid=18203 vsize=326048 CPUtime=0.13 cores=1,3
/proc/18315/stat : 18315 (python) S 18203 18203 17860 0 -1 4202560 1074 0 0 0 7 6 0 0 19 0 2 0 867225375 333873152 7166 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18315/statm: 81512 7166 400 364 0 17418 0
[pid=18317] ppid=18315 vsize=423400 CPUtime=99.97 cores=1,3
/proc/18317/stat : 18317 (adaptg2wsat2009) T 18315 18317 18317 0 -1 4202496 2619 0 0 0 9997 0 0 0 25 0 1 0 867225375 433561600 2356 33554432000 134512640 135107411 4291939904 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18317/statm: 105850 2356 59 146 0 104726 0
[pid=18315/tid=18462] ppid=18203 vsize=326048 CPUtime=0 cores=1,3
/proc/18315/task/18462/stat : 18462 (python) S 18203 18203 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867235387 333873152 7166 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604460523299968 0 0 -1 3 0 0 0
[pid=18463] ppid=18203 vsize=336408 CPUtime=0.13 cores=1,3
/proc/18463/stat : 18463 (python) S 18203 18203 17860 0 -1 4202560 1083 0 0 0 7 6 0 0 19 0 2 0 867235388 344481792 7170 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18463/statm: 84102 7170 400 364 0 20005 0
[pid=18465] ppid=18463 vsize=1020308 CPUtime=100.03 cores=1,3
/proc/18465/stat : 18465 (gnovelty+2) T 18463 18465 18465 0 -1 4202496 1153 0 0 0 10003 0 0 0 25 0 1 0 867235388 1044795392 892 33554432000 134512640 135663704 4287522112 18446744073709551615 134544132 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18465/statm: 255077 892 113 282 0 254793 0
[pid=18463/tid=18523] ppid=18203 vsize=336408 CPUtime=0 cores=1,3
/proc/18463/task/18523/stat : 18523 (python) S 18203 18203 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867245406 344481792 7170 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604471134545920 0 0 -1 3 0 0 0
[pid=18524] ppid=18203 vsize=346588 CPUtime=0.14 cores=1,3
/proc/18524/stat : 18524 (python) S 18203 18203 17860 0 -1 4202560 918 0 0 0 8 6 0 0 18 0 1 0 867245406 354906112 7145 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636678 0 0 16781312 514 7001619676933357830 0 0 17 1 0 0 0
/proc/18524/statm: 86647 7145 372 364 0 22547 0
[pid=18526] ppid=18524 vsize=253028 CPUtime=99.68 cores=1,3
/proc/18526/stat : 18526 (FH) R 18524 18526 18526 0 -1 4202496 2497 0 0 0 9968 0 0 0 25 0 1 0 867245407 259100672 2233 33554432000 134512640 134936988 4287426304 18446744073709551615 134552408 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18526/statm: 63257 2233 41 104 0 62761 0
[pid=18203/tid=18210] ppid=18201 vsize=356560 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 867185406 365117440 8666 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
[pid=18203/tid=18225] ppid=18201 vsize=356560 CPUtime=0 cores=1,3
/proc/18203/task/18225/stat : 18225 (python) S 18201 18203 17860 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 867195424 365117440 8666 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
[pid=18203/tid=18240] ppid=18201 vsize=356560 CPUtime=0 cores=1,3
/proc/18203/task/18240/stat : 18240 (python) S 18201 18203 17860 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 867205445 365117440 8666 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18254] ppid=18201 vsize=356560 CPUtime=0 cores=1,3
/proc/18203/task/18254/stat : 18254 (python) S 18201 18203 17860 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 867215360 365117440 8666 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18316] ppid=18201 vsize=356560 CPUtime=0 cores=1,3
/proc/18203/task/18316/stat : 18316 (python) S 18201 18203 17860 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 867225375 365117440 8666 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18464] ppid=18201 vsize=356560 CPUtime=0 cores=1,3
/proc/18203/task/18464/stat : 18464 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 867235388 365117440 8666 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18525] ppid=18201 vsize=356560 CPUtime=0 cores=1,3
/proc/18203/task/18525/stat : 18525 (python) S 18201 18203 17860 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 867245407 365117440 8666 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 7161220



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.00 4.00 3.14 6/250 18547
/proc/meminfo: memFree=30968568/32951124 swapFree=67057920/67111528
[pid=18203] ppid=18201 vsize=366816 CPUtime=2.28 cores=1,3
/proc/18203/stat : 18203 (python) S 18201 18203 17860 0 -1 4202496 20414 931 1 0 215 13 0 0 19 0 9 0 867185157 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18203/statm: 91704 8672 1892 364 0 27601 0
[pid=18209] ppid=18203 vsize=295228 CPUtime=0.13 cores=1,3
/proc/18209/stat : 18209 (python) S 18203 18203 17860 0 -1 4202560 1142 0 0 0 6 7 0 0 19 0 2 0 867185406 302313472 6964 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18209/statm: 73807 6964 415 364 0 9725 0
[pid=18211] ppid=18209 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/18211/stat : 18211 (gnovelty+2) T 18209 18211 18211 0 -1 4202496 1157 0 0 0 10005 0 0 0 25 0 1 0 867185406 1044795392 891 33554432000 134512640 135663704 4292846624 18446744073709551615 134524919 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18211/statm: 255077 891 113 282 0 254793 0
[pid=18209/tid=18223] ppid=18203 vsize=295228 CPUtime=0 cores=1,3
/proc/18209/task/18223/stat : 18223 (python) S 18203 18203 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867195424 302313472 6964 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604460727445568 0 0 -1 3 0 0 0
[pid=18224] ppid=18203 vsize=294912 CPUtime=0.14 cores=1,3
/proc/18224/stat : 18224 (python) S 18203 18203 17860 0 -1 4202560 1083 0 0 0 10 4 0 0 19 0 2 0 867195424 301989888 7084 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18224/statm: 73728 7084 400 364 0 9643 0
[pid=18226] ppid=18224 vsize=1020308 CPUtime=100.06 cores=1,3
/proc/18226/stat : 18226 (gnovelty+2) T 18224 18226 18226 0 -1 4202496 1155 0 0 0 10006 0 0 0 25 0 1 0 867195425 1044795392 891 33554432000 134512640 135663704 4294105680 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18226/statm: 255077 891 113 282 0 254793 0
[pid=18224/tid=18238] ppid=18203 vsize=294912 CPUtime=0 cores=1,3
/proc/18224/task/18238/stat : 18238 (python) S 18203 18203 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867205444 301989888 7084 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604454222669056 0 0 -1 1 0 0 0
[pid=18239] ppid=18203 vsize=305776 CPUtime=0.15 cores=1,3
/proc/18239/stat : 18239 (python) S 18203 18203 17860 0 -1 4202560 1078 0 0 0 8 7 0 0 19 0 2 0 867205444 313114624 7088 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18239/statm: 76444 7088 400 364 0 12356 0
[pid=18241] ppid=18239 vsize=423400 CPUtime=99.13 cores=1,3
/proc/18241/stat : 18241 (adaptg2wsat2009) T 18239 18241 18241 0 -1 4202496 2621 0 0 0 9913 0 0 0 25 0 1 0 867205445 433561600 2357 33554432000 134512640 135107411 4290465408 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18241/statm: 105850 2357 59 146 0 104726 0
[pid=18239/tid=18252] ppid=18203 vsize=305776 CPUtime=0 cores=1,3
/proc/18239/task/18252/stat : 18252 (python) S 18203 18203 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867215359 313114624 7088 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744960 0 0 -1 3 0 0 0
[pid=18253] ppid=18203 vsize=315548 CPUtime=0.14 cores=1,3
/proc/18253/stat : 18253 (python) S 18203 18203 17860 0 -1 4202560 1084 0 0 0 7 7 0 0 19 0 2 0 867215360 323121152 7161 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18253/statm: 78887 7161 399 364 0 14796 0
[pid=18255] ppid=18253 vsize=423400 CPUtime=99.98 cores=1,3
/proc/18255/stat : 18255 (adaptg2wsat2009) T 18253 18255 18255 0 -1 4202496 2621 0 0 0 9998 0 0 0 25 0 1 0 867215360 433561600 2357 33554432000 134512640 135107411 4286949376 18446744073709551615 134548432 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18255/statm: 105850 2357 59 146 0 104726 0
[pid=18253/tid=18314] ppid=18203 vsize=315548 CPUtime=0 cores=1,3
/proc/18253/task/18314/stat : 18314 (python) S 18203 18203 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867225374 323121152 7161 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604471117035328 0 0 -1 3 0 0 0
[pid=18315] ppid=18203 vsize=326048 CPUtime=0.13 cores=1,3
/proc/18315/stat : 18315 (python) S 18203 18203 17860 0 -1 4202560 1074 0 0 0 7 6 0 0 19 0 2 0 867225375 333873152 7166 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18315/statm: 81512 7166 400 364 0 17418 0
[pid=18317] ppid=18315 vsize=423400 CPUtime=99.97 cores=1,3
/proc/18317/stat : 18317 (adaptg2wsat2009) T 18315 18317 18317 0 -1 4202496 2619 0 0 0 9997 0 0 0 25 0 1 0 867225375 433561600 2356 33554432000 134512640 135107411 4291939904 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18317/statm: 105850 2356 59 146 0 104726 0
[pid=18315/tid=18462] ppid=18203 vsize=326048 CPUtime=0 cores=1,3
/proc/18315/task/18462/stat : 18462 (python) S 18203 18203 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867235387 333873152 7166 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604460523299968 0 0 -1 3 0 0 0
[pid=18463] ppid=18203 vsize=336408 CPUtime=0.13 cores=1,3
/proc/18463/stat : 18463 (python) S 18203 18203 17860 0 -1 4202560 1083 0 0 0 7 6 0 0 19 0 2 0 867235388 344481792 7170 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18463/statm: 84102 7170 400 364 0 20005 0
[pid=18465] ppid=18463 vsize=1020308 CPUtime=100.03 cores=1,3
/proc/18465/stat : 18465 (gnovelty+2) T 18463 18465 18465 0 -1 4202496 1153 0 0 0 10003 0 0 0 25 0 1 0 867235388 1044795392 892 33554432000 134512640 135663704 4287522112 18446744073709551615 134544132 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18465/statm: 255077 892 113 282 0 254793 0
[pid=18463/tid=18523] ppid=18203 vsize=336408 CPUtime=0 cores=1,3
/proc/18463/task/18523/stat : 18523 (python) S 18203 18203 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867245406 344481792 7170 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604471134545920 0 0 -1 3 0 0 0
[pid=18524] ppid=18203 vsize=346588 CPUtime=0.14 cores=1,3
/proc/18524/stat : 18524 (python) S 18203 18203 17860 0 -1 4202560 1078 0 0 0 8 6 0 0 19 0 2 0 867245406 354906112 7174 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 86647 7174 400 364 0 22547 0
[pid=18526] ppid=18524 vsize=253028 CPUtime=100.01 cores=1,3
/proc/18526/stat : 18526 (FH) T 18524 18526 18526 0 -1 4202496 2497 0 0 0 10001 0 0 0 25 0 1 0 867245407 259100672 2233 33554432000 134512640 134936988 4287426304 18446744073709551615 134553359 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18526/statm: 63257 2233 41 104 0 62761 0
[pid=18524/tid=18544] ppid=18203 vsize=346588 CPUtime=0 cores=1,3
/proc/18524/task/18544/stat : 18544 (python) S 18203 18203 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867255420 354906112 7174 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 514 18446604463649334528 0 0 -1 3 0 0 0
[pid=18545] ppid=18203 vsize=356572 CPUtime=0 cores=1,3
/proc/18545/stat : 18545 (python) S 18203 18203 17860 0 -1 4202560 839 0 0 0 0 0 0 0 19 0 1 0 867255421 365129728 7126 33554432000 4194304 5683644 140735775936448 18446744073709551615 254261636678 0 0 16781312 514 4442831823021539327 0 0 17 1 0 0 0
/proc/18545/statm: 89143 7126 349 364 0 25040 0
[pid=18547] ppid=18545 vsize=420480 CPUtime=0.16 cores=1,3
/proc/18547/stat : 18547 (adaptg2wsat2009) R 18545 18547 18547 0 -1 4202496 1687 0 0 0 16 0 0 0 21 0 1 0 867255422 430571520 1420 33554432000 134512640 135107411 4291905296 18446744073709551615 134523505 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18547/statm: 105120 1420 49 146 0 103996 0
[pid=18203/tid=18210] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18210/stat : 18210 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 867185406 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
[pid=18203/tid=18225] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18225/stat : 18225 (python) S 18201 18203 17860 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867195424 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 3 0 0 0
[pid=18203/tid=18240] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18240/stat : 18240 (python) S 18201 18203 17860 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 867205445 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18254] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18254/stat : 18254 (python) S 18201 18203 17860 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867215360 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18316] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18316/stat : 18316 (python) S 18201 18203 17860 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 867225375 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18464] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18464/stat : 18464 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 867235388 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18525] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18525/stat : 18525 (python) S 18201 18203 17860 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867245407 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
[pid=18203/tid=18546] ppid=18201 vsize=366816 CPUtime=0 cores=1,3
/proc/18203/task/18546/stat : 18546 (python) S 18201 18203 17860 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 867255421 375619584 8672 33554432000 4194304 5683644 140735775936448 18446744073709551615 254273440177 0 0 16781312 2 18446604471119552704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.63
Current children cumulated vsize (KiB) 7948528

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 18203 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=162671
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=141978
# CPU time returned by wait4() is 2.30465
# while last known CPU time is 702.63
#
# 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.63
CPU user time (s): 702.07
CPU system time (s): 0.56
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 7948528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.16267
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21944
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= 2861
involuntary context switches= 30

runsolver used 1.42878 second user time and 3.24151 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-11 01:14:58
IDJOB=3484125
IDBENCH=82636
IDSOLVER=1975
FILE ID=node140/3484125-1307747698
RUNJOBID= node140-1307746989-17880
PBS_JOBID= 13550820
Free space on /tmp= 73644 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S971556279-001-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484125-1307747698/watcher-3484125-1307747698 -o /tmp/evaluation-result-3484125-1307747698/solver-3484125-1307747698 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484125-1307747698.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= 9224277e61359574518ca553717e02ee
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:      30896536 kB
Buffers:        260912 kB
Cached:        1192120 kB
SwapCached:       7060 kB
Active:        1084432 kB
Inactive:       757160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30896536 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           45232 kB
Writeback:           0 kB
AnonPages:      386580 kB
Mapped:          20708 kB
Slab:           137304 kB
PageTables:      14572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5858200 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= 73676 MiB
End job on node140 at 2011-06-11 01:26:43