Trace number 3377283

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 703.21 702.879

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S949556727-080-UNKNOWN.cnf
MD5SUM274f6c2fc3e630d8716a09f7c87233f2
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 variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3377283-1305452077.cnf
0.31/0.46	c INFO: computing task features
0.40/0.57	c INFO: computed variable-clause graph statistics
0.40/0.58	c INFO: computed clause balance statistics
1.10/1.22	c INFO: computed variable balance statistics
1.30/1.49	c INFO: computed small-clause counts
1.30/1.49	c INFO: computed Horn-clause counts
1.40/1.51	c INFO: computed variable graph statistics
1.40/1.51	c INFO: collected features for HOME/instance-3377283-1305452077.cnf in 1.04 s
1.40/1.52	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.35)
100.96/100.88	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.12)
201.38/201.25	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
300.94/300.57	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.06)
401.35/400.92	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
501.60/501.27	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
601.98/601.66	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
702.39/702.02	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.06 4.07 3.94 4/425 19073
/proc/meminfo: memFree=17636704/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=16236 CPUtime=0 cores=0,2
/proc/19073/stat : 19073 (python) R 19071 19073 17657 0 -1 4202496 1040 0 0 0 0 0 0 0 25 0 1 0 735438374 16625664 912 33554432000 4194304 5683644 140737173066544 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19073/statm: 4059 912 380 364 0 546 0

[startup+0.0365629 s]
/proc/loadavg: 4.06 4.07 3.94 4/425 19073
/proc/meminfo: memFree=17636704/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=18880 CPUtime=0.02 cores=0,2
/proc/19073/stat : 19073 (python) R 19071 19073 17657 0 -1 4202496 1284 0 0 0 2 0 0 0 25 0 1 0 735438374 19333120 1137 33554432000 4194304 5683644 140737173066544 18446744073709551615 4875210 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19073/statm: 4720 1137 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100552 s]
/proc/loadavg: 4.06 4.07 3.94 4/425 19073
/proc/meminfo: memFree=17636704/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=104228 CPUtime=0.07 cores=0,2
/proc/19073/stat : 19073 (python) R 19071 19073 17657 0 -1 4202496 3086 0 0 0 5 2 0 0 25 0 1 0 735438374 106729472 2767 33554432000 4194304 5683644 140737173066544 18446744073709551615 4516228 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19073/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300536 s]
/proc/loadavg: 4.06 4.07 3.94 4/425 19073
/proc/meminfo: memFree=17636704/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=196844 CPUtime=0.22 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 6967 931 1 0 16 6 0 0 17 0 1 0 735438374 201568256 5005 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19073/statm: 49211 5005 1446 364 0 3755 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 196844

[startup+0.70045 s]
/proc/loadavg: 4.06 4.07 3.94 4/425 19073
/proc/meminfo: memFree=17636704/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=282552 CPUtime=0.6 cores=0,2
/proc/19073/stat : 19073 (python) R 19071 19073 17657 0 -1 4202496 11220 931 1 0 51 9 0 0 17 0 1 0 735438374 289333248 8051 33554432000 4194304 5683644 140737173066544 18446744073709551615 46925840588322 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19073/statm: 70638 8051 1826 364 0 6562 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282552

[startup+1.50035 s]
/proc/loadavg: 4.06 4.07 3.94 5/426 19078
/proc/meminfo: memFree=17609540/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=282552 CPUtime=1.4 cores=0,2
/proc/19073/stat : 19073 (python) R 19071 19073 17657 0 -1 4202496 11227 931 1 0 131 9 0 0 19 0 1 0 735438374 289333248 8058 33554432000 4194304 5683644 140737173066544 18446744073709551615 46925870398490 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19073/statm: 70638 8058 1833 364 0 6562 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 282552

[startup+3.10111 s]
/proc/loadavg: 4.13 4.08 3.94 5/429 19081
/proc/meminfo: memFree=17608840/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=289432 CPUtime=1.42 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 11593 931 1 0 133 9 0 0 21 0 2 0 735438374 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 72358 7231 1877 364 0 8276 0
[pid=19079] ppid=19073 vsize=279188 CPUtime=0 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735438526 285888512 5704 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284945935 0 0 16781312 514 1263251178557243649 0 0 17 2 0 0 0
/proc/19079/statm: 69797 5704 354 364 0 5715 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=1.57 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) R 19079 19081 19081 0 -1 4202496 766 0 0 0 157 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19073/tid=19080] ppid=19071 vsize=289432 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 2 0 735438527 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1587236

[startup+6.30058 s]
/proc/loadavg: 4.13 4.08 3.94 5/429 19081
/proc/meminfo: memFree=17608724/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=289432 CPUtime=1.42 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 11593 931 1 0 133 9 0 0 21 0 2 0 735438374 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 72358 7231 1877 364 0 8276 0
[pid=19079] ppid=19073 vsize=279188 CPUtime=0.01 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 973 0 0 0 1 0 0 0 18 0 1 0 735438526 285888512 5732 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284945935 0 0 16781312 514 1263251178557243649 0 0 17 2 0 0 0
/proc/19079/statm: 69797 5732 382 364 0 5715 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=4.77 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) R 19079 19081 19081 0 -1 4202496 766 0 0 0 477 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19073/tid=19080] ppid=19071 vsize=289432 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 2 0 735438527 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1587236

[startup+12.7005 s]
/proc/loadavg: 4.19 4.10 3.95 5/430 19085
/proc/meminfo: memFree=17573888/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=289432 CPUtime=1.42 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 11593 931 1 0 133 9 0 0 21 0 2 0 735438374 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 72358 7231 1877 364 0 8276 0
[pid=19079] ppid=19073 vsize=279188 CPUtime=0.03 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 974 0 0 0 1 2 0 0 18 0 1 0 735438526 285888512 5732 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284945935 0 0 16781312 514 15013259531234803969 0 0 17 2 0 0 0
/proc/19079/statm: 69797 5732 382 364 0 5715 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=11.17 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) R 19079 19081 19081 0 -1 4202496 766 0 0 0 1117 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19073/tid=19080] ppid=19071 vsize=289432 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 2 0 735438527 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1587236

[startup+25.5004 s]
/proc/loadavg: 4.16 4.09 3.95 5/430 19085
/proc/meminfo: memFree=17575340/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=289432 CPUtime=1.42 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 11593 931 1 0 133 9 0 0 21 0 2 0 735438374 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 72358 7231 1877 364 0 8276 0
[pid=19079] ppid=19073 vsize=279188 CPUtime=0.06 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 980 0 0 0 3 3 0 0 18 0 1 0 735438526 285888512 5732 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284945935 0 0 16781312 514 15013259531234803969 0 0 17 2 0 0 0
/proc/19079/statm: 69797 5732 382 364 0 5715 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=23.97 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) R 19079 19081 19081 0 -1 4202496 766 0 0 0 2397 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19073/tid=19080] ppid=19071 vsize=289432 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 2 0 735438527 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1587236

[startup+51.1011 s]
/proc/loadavg: 4.16 4.10 3.95 5/434 19089
/proc/meminfo: memFree=17567256/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=289432 CPUtime=1.42 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 11593 931 1 0 133 9 0 0 21 0 2 0 735438374 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 72358 7231 1877 364 0 8276 0
[pid=19079] ppid=19073 vsize=279188 CPUtime=0.13 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 992 0 0 0 7 6 0 0 18 0 1 0 735438526 285888512 5732 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284945935 0 0 16781312 514 15013259531234803969 0 0 17 2 0 0 0
/proc/19079/statm: 69797 5732 382 364 0 5715 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=49.57 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) R 19079 19081 19081 0 -1 4202496 766 0 0 0 4957 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19073/tid=19080] ppid=19071 vsize=289432 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 2 0 735438527 296378368 7231 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 1587236

[startup+102.316 s]
/proc/loadavg: 4.06 4.08 3.95 5/442 19099
/proc/meminfo: memFree=17524428/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=299860 CPUtime=1.44 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 12461 931 1 0 135 9 0 0 20 0 3 0 735438374 307056640 7297 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 74965 7297 1880 364 0 10880 0
[pid=19079] ppid=19073 vsize=289432 CPUtime=0.3 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 735438526 296378368 5770 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19079/statm: 72358 5770 415 364 0 8276 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=99.33 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) T 19079 19081 19081 0 -1 4202496 766 0 0 0 9933 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19079/tid=19096] ppid=19073 vsize=289432 CPUtime=0 cores=0,2
/proc/19079/task/19096/stat : 19096 (python) S 19073 19073 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735448461 296378368 5770 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604440321914944 0 0 -1 2 0 0 0
[pid=19097] ppid=19073 vsize=289616 CPUtime=0 cores=0,2
/proc/19097/stat : 19097 (python) S 19073 19073 17657 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 735448462 296566784 5761 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284945990 0 0 16781312 514 4945295167897698563 0 0 17 0 0 0 0
/proc/19097/statm: 72404 5761 348 364 0 8319 0
[pid=19099] ppid=19097 vsize=1018616 CPUtime=1.42 cores=0,2
/proc/19099/stat : 19099 (gnovelty+2) R 19097 19099 19099 0 -1 4202496 763 0 0 0 142 0 0 0 25 0 1 0 735448462 1043062784 500 33554432000 134512640 135663704 4289154704 18446744073709551615 134544242 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19099/statm: 254654 500 113 282 0 254370 0
[pid=19073/tid=19080] ppid=19071 vsize=299860 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 3 0 735438527 307056640 7297 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19098] ppid=19071 vsize=299860 CPUtime=0 cores=0,2
/proc/19073/task/19098/stat : 19098 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 735448462 307056640 7297 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 2916140

[startup+162.301 s]
/proc/loadavg: 4.10 4.08 3.96 5/426 19141
/proc/meminfo: memFree=17540544/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=299860 CPUtime=1.44 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 12461 931 1 0 135 9 0 0 20 0 3 0 735438374 307056640 7297 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 74965 7297 1880 364 0 10880 0
[pid=19079] ppid=19073 vsize=289432 CPUtime=0.3 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 735438526 296378368 5770 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19079/statm: 72358 5770 415 364 0 8276 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=99.33 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) T 19079 19081 19081 0 -1 4202496 766 0 0 0 9933 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19079/tid=19096] ppid=19073 vsize=289432 CPUtime=0 cores=0,2
/proc/19079/task/19096/stat : 19096 (python) S 19073 19073 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735448461 296378368 5770 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604440321914944 0 0 -1 2 0 0 0
[pid=19097] ppid=19073 vsize=289616 CPUtime=0.19 cores=0,2

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

/proc/19097/statm: 72404 5814 400 364 0 8319 0
[pid=19099] ppid=19097 vsize=1018616 CPUtime=100.02 cores=0,2
/proc/19099/stat : 19099 (gnovelty+2) T 19097 19099 19099 0 -1 4202496 763 0 0 0 10002 0 0 0 25 0 1 0 735448462 1043062784 500 33554432000 134512640 135663704 4289154704 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19099/statm: 254654 500 113 282 0 254370 0
[pid=19097/tid=19216] ppid=19073 vsize=289616 CPUtime=0 cores=0,2
/proc/19097/task/19216/stat : 19216 (python) S 19073 19073 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735458498 296566784 5814 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604445474174912 0 0 -1 2 0 0 0
[pid=19217] ppid=19073 vsize=300476 CPUtime=0.3 cores=0,2
/proc/19217/stat : 19217 (python) S 19073 19073 17657 0 -1 4202560 1080 0 0 0 17 13 0 0 19 0 2 0 735458499 307687424 5953 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19217/statm: 75119 5953 399 364 0 11031 0
[pid=19219] ppid=19217 vsize=418636 CPUtime=99.28 cores=0,2
/proc/19219/stat : 19219 (adaptg2wsat2009) T 19217 19219 19219 0 -1 4202496 1220 0 0 0 9928 0 0 0 25 0 1 0 735458499 428683264 954 33554432000 134512640 135107411 4290111968 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19219/statm: 104659 954 59 146 0 103535 0
[pid=19217/tid=19232] ppid=19073 vsize=300476 CPUtime=0 cores=0,2
/proc/19217/task/19232/stat : 19232 (python) S 19073 19073 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735468429 307687424 5953 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604445475033280 0 0 -1 2 0 0 0
[pid=19233] ppid=19073 vsize=310732 CPUtime=0.34 cores=0,2
/proc/19233/stat : 19233 (python) S 19073 19073 17657 0 -1 4202560 1091 0 0 0 18 16 0 0 19 0 2 0 735468431 318189568 5957 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19233/statm: 77683 5957 400 364 0 13592 0
[pid=19235] ppid=19233 vsize=418636 CPUtime=99.99 cores=0,2
/proc/19235/stat : 19235 (adaptg2wsat2009) T 19233 19235 19235 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 735468431 428683264 956 33554432000 134512640 135107411 4292113040 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19235/statm: 104659 956 59 146 0 103535 0
[pid=19233/tid=19245] ppid=19073 vsize=310732 CPUtime=0 cores=0,2
/proc/19233/task/19245/stat : 19245 (python) S 19073 19073 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735478464 318189568 5957 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604442742683584 0 0 -1 0 0 0 0
[pid=19246] ppid=19073 vsize=320988 CPUtime=0.34 cores=0,2
/proc/19246/stat : 19246 (python) S 19073 19073 17657 0 -1 4202560 1094 0 0 0 19 15 0 0 19 0 2 0 735478466 328691712 5961 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19246/statm: 80247 5961 400 364 0 16153 0
[pid=19248] ppid=19246 vsize=418636 CPUtime=99.95 cores=0,2
/proc/19248/stat : 19248 (adaptg2wsat2009) T 19246 19248 19248 0 -1 4202496 1223 0 0 0 9994 1 0 0 25 0 1 0 735478466 428683264 956 33554432000 134512640 135107411 4288577232 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19248/statm: 104659 956 59 146 0 103535 0
[pid=19246/tid=19266] ppid=19073 vsize=320988 CPUtime=0 cores=0,2
/proc/19246/task/19266/stat : 19266 (python) S 19073 19073 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735488500 328691712 5961 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604448347449344 0 0 -1 0 0 0 0
[pid=19267] ppid=19073 vsize=331244 CPUtime=0.35 cores=0,2
/proc/19267/stat : 19267 (python) S 19073 19073 17657 0 -1 4202560 1097 0 0 0 16 19 0 0 19 0 2 0 735488501 339193856 5965 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19267/statm: 82811 5965 400 364 0 18714 0
[pid=19269] ppid=19267 vsize=1018616 CPUtime=99.99 cores=0,2
/proc/19269/stat : 19269 (gnovelty+2) T 19267 19269 19269 0 -1 4202496 762 0 0 0 9999 0 0 0 25 0 1 0 735488502 1043062784 500 33554432000 134512640 135663704 4291887760 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19269/statm: 254654 500 113 282 0 254370 0
[pid=19267/tid=19283] ppid=19073 vsize=331244 CPUtime=0 cores=0,2
/proc/19267/task/19283/stat : 19283 (python) S 19073 19073 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735498539 339193856 5965 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604452963025024 0 0 -1 2 0 0 0
[pid=19284] ppid=19073 vsize=341500 CPUtime=0.35 cores=0,2
/proc/19284/stat : 19284 (python) S 19073 19073 17657 0 -1 4202560 1088 0 0 0 20 15 0 0 19 0 2 0 735498541 349696000 5969 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19284/statm: 85375 5969 400 364 0 21275 0
[pid=19286] ppid=19284 vsize=248652 CPUtime=100.02 cores=0,2
/proc/19286/stat : 19286 (FH) T 19284 19286 19286 0 -1 4202496 1119 0 0 0 10002 0 0 0 25 0 1 0 735498541 254619648 857 33554432000 134512640 134936988 4288709104 18446744073709551615 134552073 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19286/statm: 62163 857 41 104 0 61667 0
[pid=19073/tid=19080] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 9 0 735438527 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19098] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19098/stat : 19098 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 735448462 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19218] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19218/stat : 19218 (python) S 19071 19073 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735458499 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19234] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19234/stat : 19234 (python) S 19071 19073 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735468431 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19247] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19247/stat : 19247 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 735478466 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19268] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19268/stat : 19268 (python) S 19071 19073 17657 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 735488502 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19285] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19285/stat : 19285 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 735498541 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.42
Current children cumulated vsize (KiB) 7106396



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 3.55 3.97 3.97 5/467 19317
/proc/meminfo: memFree=17552452/32951124 swapFree=45193364/67111528
[pid=19073] ppid=19071 vsize=362000 CPUtime=1.53 cores=0,2
/proc/19073/stat : 19073 (python) S 19071 19073 17657 0 -1 4202496 17606 931 1 0 142 11 0 0 19 0 9 0 735438374 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19073/statm: 90500 7468 1892 364 0 26397 0
[pid=19079] ppid=19073 vsize=289432 CPUtime=0.3 cores=0,2
/proc/19079/stat : 19079 (python) S 19073 19073 17657 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 735438526 296378368 5770 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19079/statm: 72358 5770 415 364 0 8276 0
[pid=19081] ppid=19079 vsize=1018616 CPUtime=99.33 cores=0,2
/proc/19081/stat : 19081 (gnovelty+2) T 19079 19081 19081 0 -1 4202496 766 0 0 0 9933 0 0 0 25 0 1 0 735438527 1043062784 501 33554432000 134512640 135663704 4287211856 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19081/statm: 254654 501 113 282 0 254370 0
[pid=19079/tid=19096] ppid=19073 vsize=289432 CPUtime=0 cores=0,2
/proc/19079/task/19096/stat : 19096 (python) S 19073 19073 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735448461 296378368 5770 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604440321914944 0 0 -1 2 0 0 0
[pid=19097] ppid=19073 vsize=289616 CPUtime=0.33 cores=0,2
/proc/19097/stat : 19097 (python) S 19073 19073 17657 0 -1 4202560 1078 0 0 0 16 17 0 0 19 0 2 0 735448462 296566784 5814 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19097/statm: 72404 5814 400 364 0 8319 0
[pid=19099] ppid=19097 vsize=1018616 CPUtime=100.02 cores=0,2
/proc/19099/stat : 19099 (gnovelty+2) T 19097 19099 19099 0 -1 4202496 763 0 0 0 10002 0 0 0 25 0 1 0 735448462 1043062784 500 33554432000 134512640 135663704 4289154704 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19099/statm: 254654 500 113 282 0 254370 0
[pid=19097/tid=19216] ppid=19073 vsize=289616 CPUtime=0 cores=0,2
/proc/19097/task/19216/stat : 19216 (python) S 19073 19073 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735458498 296566784 5814 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604445474174912 0 0 -1 2 0 0 0
[pid=19217] ppid=19073 vsize=300476 CPUtime=0.3 cores=0,2
/proc/19217/stat : 19217 (python) S 19073 19073 17657 0 -1 4202560 1080 0 0 0 17 13 0 0 19 0 2 0 735458499 307687424 5953 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19217/statm: 75119 5953 399 364 0 11031 0
[pid=19219] ppid=19217 vsize=418636 CPUtime=99.28 cores=0,2
/proc/19219/stat : 19219 (adaptg2wsat2009) T 19217 19219 19219 0 -1 4202496 1220 0 0 0 9928 0 0 0 25 0 1 0 735458499 428683264 954 33554432000 134512640 135107411 4290111968 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19219/statm: 104659 954 59 146 0 103535 0
[pid=19217/tid=19232] ppid=19073 vsize=300476 CPUtime=0 cores=0,2
/proc/19217/task/19232/stat : 19232 (python) S 19073 19073 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735468429 307687424 5953 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604445475033280 0 0 -1 2 0 0 0
[pid=19233] ppid=19073 vsize=310732 CPUtime=0.34 cores=0,2
/proc/19233/stat : 19233 (python) S 19073 19073 17657 0 -1 4202560 1091 0 0 0 18 16 0 0 19 0 2 0 735468431 318189568 5957 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19233/statm: 77683 5957 400 364 0 13592 0
[pid=19235] ppid=19233 vsize=418636 CPUtime=99.99 cores=0,2
/proc/19235/stat : 19235 (adaptg2wsat2009) T 19233 19235 19235 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 735468431 428683264 956 33554432000 134512640 135107411 4292113040 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19235/statm: 104659 956 59 146 0 103535 0
[pid=19233/tid=19245] ppid=19073 vsize=310732 CPUtime=0 cores=0,2
/proc/19233/task/19245/stat : 19245 (python) S 19073 19073 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735478464 318189568 5957 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604442742683584 0 0 -1 0 0 0 0
[pid=19246] ppid=19073 vsize=320988 CPUtime=0.34 cores=0,2
/proc/19246/stat : 19246 (python) S 19073 19073 17657 0 -1 4202560 1094 0 0 0 19 15 0 0 19 0 2 0 735478466 328691712 5961 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19246/statm: 80247 5961 400 364 0 16153 0
[pid=19248] ppid=19246 vsize=418636 CPUtime=99.95 cores=0,2
/proc/19248/stat : 19248 (adaptg2wsat2009) T 19246 19248 19248 0 -1 4202496 1223 0 0 0 9994 1 0 0 25 0 1 0 735478466 428683264 956 33554432000 134512640 135107411 4288577232 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19248/statm: 104659 956 59 146 0 103535 0
[pid=19246/tid=19266] ppid=19073 vsize=320988 CPUtime=0 cores=0,2
/proc/19246/task/19266/stat : 19266 (python) S 19073 19073 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735488500 328691712 5961 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604448347449344 0 0 -1 0 0 0 0
[pid=19267] ppid=19073 vsize=331244 CPUtime=0.35 cores=0,2
/proc/19267/stat : 19267 (python) S 19073 19073 17657 0 -1 4202560 1097 0 0 0 16 19 0 0 19 0 2 0 735488501 339193856 5965 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19267/statm: 82811 5965 400 364 0 18714 0
[pid=19269] ppid=19267 vsize=1018616 CPUtime=99.99 cores=0,2
/proc/19269/stat : 19269 (gnovelty+2) T 19267 19269 19269 0 -1 4202496 762 0 0 0 9999 0 0 0 25 0 1 0 735488502 1043062784 500 33554432000 134512640 135663704 4291887760 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19269/statm: 254654 500 113 282 0 254370 0
[pid=19267/tid=19283] ppid=19073 vsize=331244 CPUtime=0 cores=0,2
/proc/19267/task/19283/stat : 19283 (python) S 19073 19073 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735498539 339193856 5965 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604452963025024 0 0 -1 2 0 0 0
[pid=19284] ppid=19073 vsize=341500 CPUtime=0.35 cores=0,2
/proc/19284/stat : 19284 (python) S 19073 19073 17657 0 -1 4202560 1088 0 0 0 20 15 0 0 19 0 2 0 735498541 349696000 5969 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19284/statm: 85375 5969 400 364 0 21275 0
[pid=19286] ppid=19284 vsize=248652 CPUtime=100.02 cores=0,2
/proc/19286/stat : 19286 (FH) T 19284 19286 19286 0 -1 4202496 1119 0 0 0 10002 0 0 0 25 0 1 0 735498541 254619648 857 33554432000 134512640 134936988 4288709104 18446744073709551615 134552073 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19286/statm: 62163 857 41 104 0 61667 0
[pid=19284/tid=19314] ppid=19073 vsize=341500 CPUtime=0 cores=0,2
/proc/19284/task/19314/stat : 19314 (python) S 19073 19073 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735508575 349696000 5969 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 514 18446604451838298304 0 0 -1 0 0 0 0
[pid=19315] ppid=19073 vsize=351756 CPUtime=0 cores=0,2
/proc/19315/stat : 19315 (python) S 19073 19073 17657 0 -1 4202560 769 0 0 0 0 0 0 0 19 0 1 0 735508577 360198144 5922 33554432000 4194304 5683644 140737173066544 18446744073709551615 224284945990 0 0 16781312 514 13672191525323276287 0 0 17 0 0 0 0
/proc/19315/statm: 87939 5922 350 364 0 23836 0
[pid=19317] ppid=19315 vsize=418500 CPUtime=0.79 cores=0,2
/proc/19317/stat : 19317 (adaptg2wsat2009) R 19315 19317 19317 0 -1 4202496 1077 0 0 0 79 0 0 0 22 0 1 0 735508577 428544000 809 33554432000 134512640 135107411 4293382400 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19317/statm: 104625 809 49 146 0 103501 0
[pid=19073/tid=19080] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19080/stat : 19080 (python) S 19071 19073 17657 0 -1 4202560 30 931 0 0 0 0 0 0 21 0 9 0 735438527 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19098] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19098/stat : 19098 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 735448462 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19218] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19218/stat : 19218 (python) S 19071 19073 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735458499 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19234] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19234/stat : 19234 (python) S 19071 19073 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735468431 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19247] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19247/stat : 19247 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 735478466 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19268] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19268/stat : 19268 (python) S 19071 19073 17657 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 735488502 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19285] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19285/stat : 19285 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 735498541 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
[pid=19073/tid=19316] ppid=19071 vsize=362000 CPUtime=0 cores=0,2
/proc/19073/task/19316/stat : 19316 (python) S 19071 19073 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 735508577 370688000 7468 33554432000 4194304 5683644 140737173066544 18446744073709551615 224296749489 0 0 16781312 2 18446604449881675840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.21
Current children cumulated vsize (KiB) 7876652

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

Real time (s): 702.879
CPU time (s): 703.21
CPU user time (s): 702
CPU system time (s): 1.21
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 7876652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.42978
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18543
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= 1008
involuntary context switches= 65

runsolver used 3.46247 second user time and 6.84196 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:34:37
IDJOB=3377283
IDBENCH=82592
IDSOLVER=1857
FILE ID=node118/3377283-1305452077
RUNJOBID= node118-1305451353-18711
PBS_JOBID= 13324868
Free space on /tmp= 73212 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S949556727-080-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-3377283-1305452077/watcher-3377283-1305452077 -o /tmp/evaluation-result-3377283-1305452077/solver-3377283-1305452077 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377283-1305452077.cnf -seed 1404407861 -budget 2400

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

MD5SUM BENCH= 274f6c2fc3e630d8716a09f7c87233f2
RANDOM SEED=1404407861

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17636984 kB
Buffers:        291928 kB
Cached:        4655224 kB
SwapCached:      22084 kB
Active:       12332988 kB
Inactive:      2655092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17636984 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           67696 kB
Writeback:           0 kB
AnonPages:    10031764 kB
Mapped:          24132 kB
Slab:           157584 kB
PageTables:     100204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103712492 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= 73208 MiB
End job on node118 at 2011-05-15 11:46:22