Trace number 3484364

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S199880667-010.UNKNOWN.cnf
MD5SUM3919f50518b71f2cf8a267b92efd9aeb
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3484364-1307749231.cnf
0.31/0.45	c INFO: computing task features
0.31/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.61/0.75	c INFO: computed variable balance statistics
0.71/0.85	c INFO: computed small-clause counts
0.71/0.85	c INFO: computed Horn-clause counts
0.71/0.86	c INFO: computed variable graph statistics
0.71/0.86	c INFO: collected features for HOME/instance-3484364-1307749231.cnf in 0.41 s
0.71/0.86	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.49)
100.02/100.02	c INFO: running gnovelty+2@0 for 97 with 1100 remaining (b = 0.10)
200.25/200.16	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.06)
300.33/300.29	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.04)
400.64/400.43	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.03)
499.85/499.57	c INFO: running gnovelty+2@0 for 97 with 701 remaining (b = 0.03)
600.08/599.71	c INFO: running FH@0 for 97 with 601 remaining (b = 0.02)
700.29/699.86	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.02)
701.09/700.63	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.02)

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-3484364-1307749231/watcher-3484364-1307749231 -o /tmp/evaluation-result-3484364-1307749231/solver-3484364-1307749231 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484364-1307749231.cnf -seed 1017891483 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.92 4.00 3.63 4/214 32220
/proc/meminfo: memFree=31140868/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=15384 CPUtime=0 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 867339434 15753216 704 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/32220/statm: 3847 705 334 364 0 334 0

[startup+0.0505791 s]
/proc/loadavg: 3.92 4.00 3.63 4/214 32220
/proc/meminfo: memFree=31140868/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=29792 CPUtime=0.03 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 1462 0 0 0 3 0 0 0 25 0 1 0 867339434 30507008 1300 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32220/statm: 7448 1300 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.101296 s]
/proc/loadavg: 3.92 4.00 3.63 4/214 32220
/proc/meminfo: memFree=31140868/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=104620 CPUtime=0.07 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 3147 0 0 0 5 2 0 0 25 0 1 0 867339434 107130880 2822 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32220/statm: 26155 2822 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.301072 s]
/proc/loadavg: 3.92 4.00 3.63 4/214 32220
/proc/meminfo: memFree=31140868/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=198920 CPUtime=0.24 cores=4,6
/proc/32220/stat : 32220 (python) R 32218 32220 31196 0 -1 4202496 7033 934 1 0 17 7 0 0 25 0 1 0 867339434 203694080 5053 33554432000 4194304 5683644 140736238863472 18446744073709551615 47285190239264 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32220/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700981 s]
/proc/loadavg: 3.92 4.00 3.63 4/214 32220
/proc/meminfo: memFree=31140868/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=279952 CPUtime=0.61 cores=4,6
/proc/32220/stat : 32220 (python) R 32218 32220 31196 0 -1 4202496 9816 934 1 0 53 8 0 0 25 0 1 0 867339434 286670848 7372 33554432000 4194304 5683644 140736238863472 18446744073709551615 47285190400592 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32220/statm: 69988 7372 1826 364 0 5912 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279952

[startup+1.50091 s]
/proc/loadavg: 3.92 4.00 3.63 5/218 32228
/proc/meminfo: memFree=31114820/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=290220 CPUtime=0.77 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10105 934 1 0 69 8 0 0 25 0 2 0 867339434 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 72555 7419 1869 364 0 8473 0
[pid=32226] ppid=32220 vsize=279976 CPUtime=0 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 732 0 0 0 0 0 0 0 25 0 1 0 867339521 286695424 5900 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675407 0 0 16781312 514 4538937110748463103 0 0 17 6 0 0 0
/proc/32226/statm: 69994 5900 354 364 0 5912 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=0.62 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) R 32226 32228 32228 0 -1 4202496 551 0 0 0 62 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32220/tid=32227] ppid=32218 vsize=290220 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 867339521 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1588280

[startup+3.10059 s]
/proc/loadavg: 3.92 4.00 3.63 5/218 32228
/proc/meminfo: memFree=31114076/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=290220 CPUtime=0.77 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10105 934 1 0 69 8 0 0 25 0 2 0 867339434 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 72555 7419 1869 364 0 8473 0
[pid=32226] ppid=32220 vsize=279976 CPUtime=0 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 867339521 286695424 5900 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675407 0 0 16781312 514 4538937110748430596 0 0 17 6 0 0 0
/proc/32226/statm: 69994 5900 354 364 0 5912 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=2.22 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) R 32226 32228 32228 0 -1 4202496 551 0 0 0 222 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32220/tid=32227] ppid=32218 vsize=290220 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 867339521 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1588280

[startup+6.30104 s]
/proc/loadavg: 3.93 4.00 3.63 5/218 32228
/proc/meminfo: memFree=31112152/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=290220 CPUtime=0.77 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10105 934 1 0 69 8 0 0 25 0 2 0 867339434 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 72555 7419 1869 364 0 8473 0
[pid=32226] ppid=32220 vsize=279976 CPUtime=0 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 867339521 286695424 5923 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675407 0 0 16781312 514 4538937110748430596 0 0 17 6 0 0 0
/proc/32226/statm: 69994 5923 377 364 0 5912 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=5.42 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) R 32226 32228 32228 0 -1 4202496 551 0 0 0 542 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32220/tid=32227] ppid=32218 vsize=290220 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 867339521 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1588280

[startup+12.7009 s]
/proc/loadavg: 3.94 4.00 3.63 5/218 32229
/proc/meminfo: memFree=31109652/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=290220 CPUtime=0.77 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10105 934 1 0 69 8 0 0 25 0 2 0 867339434 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 72555 7419 1869 364 0 8473 0
[pid=32226] ppid=32220 vsize=279976 CPUtime=0 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 869 0 0 0 0 0 0 0 18 0 1 0 867339521 286695424 5923 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675407 0 0 16781312 514 8882417879127916804 0 0 17 6 0 0 0
/proc/32226/statm: 69994 5923 377 364 0 5912 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=11.82 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) R 32226 32228 32228 0 -1 4202496 551 0 0 0 1182 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32220/tid=32227] ppid=32218 vsize=290220 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 867339521 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1588280

[startup+25.5006 s]
/proc/loadavg: 3.95 4.00 3.64 5/218 32229
/proc/meminfo: memFree=31106008/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=290220 CPUtime=0.77 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10105 934 1 0 69 8 0 0 25 0 2 0 867339434 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 72555 7419 1869 364 0 8473 0
[pid=32226] ppid=32220 vsize=279976 CPUtime=0.02 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 874 0 0 0 1 1 0 0 18 0 1 0 867339521 286695424 5923 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675407 0 0 16781312 514 8882417879127916804 0 0 17 6 0 0 0
/proc/32226/statm: 69994 5923 377 364 0 5912 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=24.62 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) R 32226 32228 32228 0 -1 4202496 551 0 0 0 2462 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134524512 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32220/tid=32227] ppid=32218 vsize=290220 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 867339521 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1588280

[startup+51.101 s]
/proc/loadavg: 3.97 4.00 3.64 5/215 32277
/proc/meminfo: memFree=31110188/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=290220 CPUtime=0.77 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10105 934 1 0 69 8 0 0 25 0 2 0 867339434 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 72555 7419 1869 364 0 8473 0
[pid=32226] ppid=32220 vsize=279976 CPUtime=0.06 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 886 0 0 0 3 3 0 0 18 0 1 0 867339521 286695424 5923 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675407 0 0 16781312 514 8882417879127916804 0 0 17 6 0 0 0
/proc/32226/statm: 69994 5923 377 364 0 5912 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=50.22 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) R 32226 32228 32228 0 -1 4202496 551 0 0 0 5022 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32220/tid=32227] ppid=32218 vsize=290220 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 867339521 297185280 7419 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1588280

[startup+102.307 s]
/proc/loadavg: 4.02 4.01 3.66 5/226 32289
/proc/meminfo: memFree=31071912/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=300476 CPUtime=0.78 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10987 934 1 0 70 8 0 0 20 0 3 0 867339434 307687424 7426 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 75119 7426 1872 364 0 11034 0
[pid=32226] ppid=32220 vsize=290220 CPUtime=0.13 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 1143 0 0 0 7 6 0 0 19 0 2 0 867339521 297185280 5966 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32226/statm: 72555 5966 415 364 0 8473 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=99.13 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) T 32226 32228 32228 0 -1 4202496 551 0 0 0 9913 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134524551 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32226/tid=32286] ppid=32220 vsize=290220 CPUtime=0 cores=4,6
/proc/32226/task/32286/stat : 32286 (python) S 32220 32220 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867349436 297185280 5966 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453969496896 0 0 -1 6 0 0 0
[pid=32287] ppid=32220 vsize=290232 CPUtime=0 cores=4,6
/proc/32287/stat : 32287 (python) S 32220 32220 31196 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867349436 297197568 5898 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675462 0 0 16781312 514 4499034459386904836 0 0 17 6 0 0 0
/proc/32287/statm: 72558 5898 348 364 0 8473 0
[pid=32289] ppid=32287 vsize=1018084 CPUtime=2.28 cores=4,6
/proc/32289/stat : 32289 (gnovelty+2) R 32287 32289 32289 0 -1 4202496 550 0 0 0 228 0 0 0 25 0 1 0 867349437 1042518016 287 33554432000 134512640 135663704 4287515216 18446744073709551615 134525708 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32289/statm: 254521 287 113 282 0 254237 0
[pid=32220/tid=32227] ppid=32218 vsize=300476 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 867339521 307687424 7426 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=32288] ppid=32218 vsize=300476 CPUtime=0 cores=4,6
/proc/32220/task/32288/stat : 32288 (python) S 32218 32220 31196 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867349437 307687424 7426 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 2917096

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.68 5/234 32299
/proc/meminfo: memFree=31040076/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=300476 CPUtime=0.78 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 10987 934 1 0 70 8 0 0 20 0 3 0 867339434 307687424 7426 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 75119 7426 1872 364 0 11034 0
[pid=32226] ppid=32220 vsize=290220 CPUtime=0.13 cores=4,6

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

/proc/350/statm: 85378 5941 371 364 0 21278 0
[pid=352] ppid=350 vsize=247236 CPUtime=42.57 cores=4,6
/proc/352/stat : 352 (FH) R 350 352 352 0 -1 4202496 671 0 0 0 4257 0 0 0 25 0 1 0 867399407 253169664 406 33554432000 134512640 134936988 4286948832 18446744073709551615 134554242 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/352/statm: 61809 406 41 104 0 61313 0
[pid=32226] ppid=32220 vsize=290220 CPUtime=0.13 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 1143 0 0 0 7 6 0 0 19 0 2 0 867339521 297185280 5966 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32226/statm: 72555 5966 415 364 0 8473 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=99.13 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) T 32226 32228 32228 0 -1 4202496 551 0 0 0 9913 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134524551 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32226/tid=32286] ppid=32220 vsize=290220 CPUtime=0 cores=4,6
/proc/32226/task/32286/stat : 32286 (python) S 32220 32220 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867349436 297185280 5966 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453969496896 0 0 -1 6 0 0 0
[pid=32287] ppid=32220 vsize=290232 CPUtime=0.13 cores=4,6
/proc/32287/stat : 32287 (python) S 32220 32220 31196 0 -1 4202560 1082 0 0 0 8 5 0 0 19 0 2 0 867349436 297197568 5951 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32287/statm: 72558 5951 400 364 0 8473 0
[pid=32289] ppid=32287 vsize=1018084 CPUtime=100.13 cores=4,6
/proc/32289/stat : 32289 (gnovelty+2) T 32287 32289 32289 0 -1 4202496 550 0 0 0 10013 0 0 0 25 0 1 0 867349437 1042518016 287 33554432000 134512640 135663704 4287515216 18446744073709551615 134524697 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32289/statm: 254521 287 113 282 0 254237 0
[pid=32287/tid=32301] ppid=32220 vsize=290232 CPUtime=0 cores=4,6
/proc/32287/task/32301/stat : 32301 (python) S 32220 32220 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867359450 297197568 5951 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453960206336 0 0 -1 6 0 0 0
[pid=32302] ppid=32220 vsize=300488 CPUtime=0.13 cores=4,6
/proc/32302/stat : 32302 (python) S 32220 32220 31196 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 867359451 307699712 5955 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32302/statm: 75122 5955 400 364 0 11034 0
[pid=32304] ppid=32302 vsize=417056 CPUtime=99.98 cores=4,6
/proc/32304/stat : 32304 (adaptg2wsat2009) T 32302 32304 32304 0 -1 4202496 717 0 0 0 9998 0 0 0 25 0 1 0 867359451 427065344 450 33554432000 134512640 135107411 4289289360 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32304/statm: 104264 450 59 146 0 103140 0
[pid=32302/tid=32308] ppid=32220 vsize=300488 CPUtime=0 cores=4,6
/proc/32302/task/32308/stat : 32308 (python) S 32220 32220 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867369463 307699712 5955 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453915269248 0 0 -1 6 0 0 0
[pid=32309] ppid=32220 vsize=310744 CPUtime=0.13 cores=4,6
/proc/32309/stat : 32309 (python) S 32220 32220 31196 0 -1 4202560 1082 0 0 0 7 6 0 0 19 0 2 0 867369464 318201856 5959 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32309/statm: 77686 5959 400 364 0 13595 0
[pid=32311] ppid=32309 vsize=417056 CPUtime=100.11 cores=4,6
/proc/32311/stat : 32311 (adaptg2wsat2009) T 32309 32311 32311 0 -1 4202496 715 0 0 0 10010 1 0 0 25 0 1 0 867369465 427065344 449 33554432000 134512640 135107411 4287970864 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32311/statm: 104264 449 59 146 0 103140 0
[pid=32309/tid=32592] ppid=32220 vsize=310744 CPUtime=0 cores=4,6
/proc/32309/task/32592/stat : 32592 (python) S 32220 32220 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867379477 318201856 5959 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453943097472 0 0 -1 4 0 0 0
[pid=32593] ppid=32220 vsize=321000 CPUtime=0.13 cores=4,6
/proc/32593/stat : 32593 (python) S 32220 32220 31196 0 -1 4202560 1088 0 0 0 6 7 0 0 19 0 2 0 867379478 328704000 5963 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32593/statm: 80250 5963 400 364 0 16156 0
[pid=32595] ppid=32593 vsize=417056 CPUtime=99.12 cores=4,6
/proc/32595/stat : 32595 (adaptg2wsat2009) T 32593 32595 32595 0 -1 4202496 718 0 0 0 9911 1 0 0 25 0 1 0 867379478 427065344 450 33554432000 134512640 135107411 4293934560 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32595/statm: 104264 450 59 146 0 103140 0
[pid=32593/tid=331] ppid=32220 vsize=321000 CPUtime=0 cores=4,6
/proc/32593/task/331/stat : 331 (python) S 32220 32220 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867389391 328704000 5963 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453985936704 0 0 -1 6 0 0 0
[pid=32220/tid=32227] ppid=32218 vsize=351756 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 8 0 867339521 360198144 7464 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=32288] ppid=32218 vsize=351756 CPUtime=0 cores=4,6
/proc/32220/task/32288/stat : 32288 (python) S 32218 32220 31196 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 867349437 360198144 7464 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=32303] ppid=32218 vsize=351756 CPUtime=0 cores=4,6
/proc/32220/task/32303/stat : 32303 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 867359451 360198144 7464 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=32310] ppid=32218 vsize=351756 CPUtime=0 cores=4,6
/proc/32220/task/32310/stat : 32310 (python) S 32218 32220 31196 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 867369464 360198144 7464 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 6 0 0 0
[pid=32220/tid=32594] ppid=32218 vsize=351756 CPUtime=0 cores=4,6
/proc/32220/task/32594/stat : 32594 (python) S 32218 32220 31196 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 867379478 360198144 7464 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=333] ppid=32218 vsize=351756 CPUtime=0 cores=4,6
/proc/32220/task/333/stat : 333 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 867389392 360198144 7464 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=351] ppid=32218 vsize=351756 CPUtime=0 cores=4,6
/proc/32220/task/351/stat : 351 (python) S 32218 32220 31196 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 867399406 360198144 7464 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 642.72
Current children cumulated vsize (KiB) 7089864



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.602 s]
/proc/loadavg: 4.09 4.05 3.83 6/242 405
/proc/meminfo: memFree=31207892/32951124 swapFree=67050916/67111528
[pid=32220] ppid=32218 vsize=362012 CPUtime=0.84 cores=4,6
/proc/32220/stat : 32220 (python) S 32218 32220 31196 0 -1 4202496 16227 934 1 0 74 10 0 0 19 0 9 0 867339434 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32220/statm: 90503 7470 1892 364 0 26400 0
[pid=332] ppid=32220 vsize=331256 CPUtime=0.13 cores=4,6
/proc/332/stat : 332 (python) S 32220 32220 31196 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 867389392 339206144 5967 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/332/statm: 82814 5967 400 364 0 18717 0
[pid=334] ppid=332 vsize=1018084 CPUtime=100.02 cores=4,6
/proc/334/stat : 334 (gnovelty+2) T 332 334 334 0 -1 4202496 549 0 0 0 10002 0 0 0 25 0 1 0 867389392 1042518016 286 33554432000 134512640 135663704 4287225312 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/334/statm: 254521 286 113 282 0 254237 0
[pid=332/tid=349] ppid=32220 vsize=331256 CPUtime=0 cores=4,6
/proc/332/task/349/stat : 349 (python) S 32220 32220 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867399405 339206144 5967 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453943096576 0 0 -1 6 0 0 0
[pid=350] ppid=32220 vsize=341512 CPUtime=0.13 cores=4,6
/proc/350/stat : 350 (python) S 32220 32220 31196 0 -1 4202560 1072 0 0 0 8 5 0 0 19 0 2 0 867399406 349708288 5971 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/350/statm: 85378 5971 400 364 0 21278 0
[pid=352] ppid=350 vsize=247236 CPUtime=100.12 cores=4,6
/proc/352/stat : 352 (FH) T 350 352 352 0 -1 4202496 671 0 0 0 10012 0 0 0 25 0 1 0 867399407 253169664 406 33554432000 134512640 134936988 4286948832 18446744073709551615 134553311 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/352/statm: 61809 406 41 104 0 61313 0
[pid=350/tid=402] ppid=32220 vsize=341512 CPUtime=0 cores=4,6
/proc/350/task/402/stat : 402 (python) S 32220 32220 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867409420 349708288 5971 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453963584512 0 0 -1 6 0 0 0
[pid=403] ppid=32220 vsize=351768 CPUtime=0 cores=4,6
/proc/403/stat : 403 (python) S 32220 32220 31196 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 867409421 360210432 5924 33554432000 4194304 5683644 140736238863472 18446744073709551615 212039675462 0 0 16781312 514 4298058302358552575 0 0 17 4 0 0 0
/proc/403/statm: 87942 5924 350 364 0 23839 0
[pid=405] ppid=403 vsize=416916 CPUtime=0.73 cores=4,6
/proc/405/stat : 405 (adaptg2wsat2009) R 403 405 405 0 -1 4202496 643 0 0 0 73 0 0 0 22 0 1 0 867409421 426921984 379 33554432000 134512640 135107411 4290189184 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/405/statm: 104229 379 49 146 0 103105 0
[pid=32226] ppid=32220 vsize=290220 CPUtime=0.13 cores=4,6
/proc/32226/stat : 32226 (python) S 32220 32220 31196 0 -1 4202560 1143 0 0 0 7 6 0 0 19 0 2 0 867339521 297185280 5966 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32226/statm: 72555 5966 415 364 0 8473 0
[pid=32228] ppid=32226 vsize=1018084 CPUtime=99.13 cores=4,6
/proc/32228/stat : 32228 (gnovelty+2) T 32226 32228 32228 0 -1 4202496 551 0 0 0 9913 0 0 0 25 0 1 0 867339521 1042518016 287 33554432000 134512640 135663704 4290061536 18446744073709551615 134524551 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32228/statm: 254521 287 113 282 0 254237 0
[pid=32226/tid=32286] ppid=32220 vsize=290220 CPUtime=0 cores=4,6
/proc/32226/task/32286/stat : 32286 (python) S 32220 32220 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867349436 297185280 5966 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453969496896 0 0 -1 6 0 0 0
[pid=32287] ppid=32220 vsize=290232 CPUtime=0.13 cores=4,6
/proc/32287/stat : 32287 (python) S 32220 32220 31196 0 -1 4202560 1082 0 0 0 8 5 0 0 19 0 2 0 867349436 297197568 5951 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32287/statm: 72558 5951 400 364 0 8473 0
[pid=32289] ppid=32287 vsize=1018084 CPUtime=100.13 cores=4,6
/proc/32289/stat : 32289 (gnovelty+2) T 32287 32289 32289 0 -1 4202496 550 0 0 0 10013 0 0 0 25 0 1 0 867349437 1042518016 287 33554432000 134512640 135663704 4287515216 18446744073709551615 134524697 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32289/statm: 254521 287 113 282 0 254237 0
[pid=32287/tid=32301] ppid=32220 vsize=290232 CPUtime=0 cores=4,6
/proc/32287/task/32301/stat : 32301 (python) S 32220 32220 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867359450 297197568 5951 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453960206336 0 0 -1 6 0 0 0
[pid=32302] ppid=32220 vsize=300488 CPUtime=0.13 cores=4,6
/proc/32302/stat : 32302 (python) S 32220 32220 31196 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 867359451 307699712 5955 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32302/statm: 75122 5955 400 364 0 11034 0
[pid=32304] ppid=32302 vsize=417056 CPUtime=99.98 cores=4,6
/proc/32304/stat : 32304 (adaptg2wsat2009) T 32302 32304 32304 0 -1 4202496 717 0 0 0 9998 0 0 0 25 0 1 0 867359451 427065344 450 33554432000 134512640 135107411 4289289360 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32304/statm: 104264 450 59 146 0 103140 0
[pid=32302/tid=32308] ppid=32220 vsize=300488 CPUtime=0 cores=4,6
/proc/32302/task/32308/stat : 32308 (python) S 32220 32220 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867369463 307699712 5955 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453915269248 0 0 -1 6 0 0 0
[pid=32309] ppid=32220 vsize=310744 CPUtime=0.13 cores=4,6
/proc/32309/stat : 32309 (python) S 32220 32220 31196 0 -1 4202560 1082 0 0 0 7 6 0 0 19 0 2 0 867369464 318201856 5959 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32309/statm: 77686 5959 400 364 0 13595 0
[pid=32311] ppid=32309 vsize=417056 CPUtime=100.11 cores=4,6
/proc/32311/stat : 32311 (adaptg2wsat2009) T 32309 32311 32311 0 -1 4202496 715 0 0 0 10010 1 0 0 25 0 1 0 867369465 427065344 449 33554432000 134512640 135107411 4287970864 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32311/statm: 104264 449 59 146 0 103140 0
[pid=32309/tid=32592] ppid=32220 vsize=310744 CPUtime=0 cores=4,6
/proc/32309/task/32592/stat : 32592 (python) S 32220 32220 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867379477 318201856 5959 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453943097472 0 0 -1 4 0 0 0
[pid=32593] ppid=32220 vsize=321000 CPUtime=0.13 cores=4,6
/proc/32593/stat : 32593 (python) S 32220 32220 31196 0 -1 4202560 1088 0 0 0 6 7 0 0 19 0 2 0 867379478 328704000 5963 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32593/statm: 80250 5963 400 364 0 16156 0
[pid=32595] ppid=32593 vsize=417056 CPUtime=99.12 cores=4,6
/proc/32595/stat : 32595 (adaptg2wsat2009) T 32593 32595 32595 0 -1 4202496 718 0 0 0 9911 1 0 0 25 0 1 0 867379478 427065344 450 33554432000 134512640 135107411 4293934560 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32595/statm: 104264 450 59 146 0 103140 0
[pid=32593/tid=331] ppid=32220 vsize=321000 CPUtime=0 cores=4,6
/proc/32593/task/331/stat : 331 (python) S 32220 32220 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867389391 328704000 5963 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 514 18446604453985936704 0 0 -1 6 0 0 0
[pid=32220/tid=32227] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/32227/stat : 32227 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 867339521 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=32288] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/32288/stat : 32288 (python) S 32218 32220 31196 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867349437 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=32303] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/32303/stat : 32303 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867359451 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=32310] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/32310/stat : 32310 (python) S 32218 32220 31196 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867369464 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 6 0 0 0
[pid=32220/tid=32594] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/32594/stat : 32594 (python) S 32218 32220 31196 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 867379478 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=333] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/333/stat : 333 (python) S 32218 32220 31196 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867389392 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=351] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/351/stat : 351 (python) S 32218 32220 31196 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867399406 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
[pid=32220/tid=404] ppid=32218 vsize=362012 CPUtime=0 cores=4,6
/proc/32220/task/404/stat : 404 (python) S 32218 32220 31196 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 867409421 370700288 7470 33554432000 4194304 5683644 140736238863472 18446744073709551615 212051478961 0 0 16781312 2 18446604453945230272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.09
Current children cumulated vsize (KiB) 7868804

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

Real time (s): 700.663
CPU time (s): 701.09
CPU user time (s): 700.57
CPU system time (s): 0.52
CPU usage (%): 100.061
Max. virtual memory (cumulated for all children) (KiB): 7868804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.67774
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21964
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= 1264
involuntary context switches= 69

runsolver used 1.37279 second user time and 2.6406 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:40:32
IDJOB=3484364
IDBENCH=82875
IDSOLVER=1975
FILE ID=node146/3484364-1307749231
RUNJOBID= node146-1307746987-31215
PBS_JOBID= 13550814
Free space on /tmp= 73996 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S199880667-010.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-3484364-1307749231/watcher-3484364-1307749231 -o /tmp/evaluation-result-3484364-1307749231/solver-3484364-1307749231 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484364-1307749231.cnf -seed 1017891483 -budget 1200

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

MD5SUM BENCH= 3919f50518b71f2cf8a267b92efd9aeb
RANDOM SEED=1017891483

node146.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.830
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      31141296 kB
Buffers:        261528 kB
Cached:        1041800 kB
SwapCached:      14572 kB
Active:         904372 kB
Inactive:       691044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31141296 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           40160 kB
Writeback:           0 kB
AnonPages:      288980 kB
Mapped:          17248 kB
Slab:           142748 kB
PageTables:      11548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5423412 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= 73964 MiB
End job on node146 at 2011-06-11 01:52:14