Trace number 3484586

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1458811765-091.UNKNOWN.cnf
MD5SUM6956d24237a9f7757ce3c5a1a338c9a6
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3484586-1307758237.cnf
0.31/0.47	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.51	c INFO: computed clause balance statistics
0.69/0.80	c INFO: computed variable balance statistics
0.79/0.92	c INFO: computed small-clause counts
0.79/0.92	c INFO: computed Horn-clause counts
0.79/0.92	c INFO: computed variable graph statistics
0.79/0.92	c INFO: collected features for HOME/instance-3484586-1307758237.cnf in 0.48 s
0.79/0.93	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.47)
100.86/101.06	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.17/201.20	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.28/301.33	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.50/401.45	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.61/501.57	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.71/601.70	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
701.94/701.83	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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-3484586-1307758237/watcher-3484586-1307758237 -o /tmp/evaluation-result-3484586-1307758237/solver-3484586-1307758237 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484586-1307758237.cnf -seed 1471664350 -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: 4.08 4.02 3.88 5/198 19286
/proc/meminfo: memFree=31554312/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=15380 CPUtime=0 cores=4,6
/proc/19286/stat : 19286 (python) R 19284 19286 15638 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 887422419 15749120 693 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814239888 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19286/statm: 3845 693 332 364 0 332 0

[startup+0.034559 s]
/proc/loadavg: 4.08 4.02 3.88 5/198 19286
/proc/meminfo: memFree=31554312/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=18880 CPUtime=0.02 cores=4,6
/proc/19286/stat : 19286 (python) R 19284 19286 15638 0 -1 4202496 1285 0 0 0 2 0 0 0 25 0 1 0 887422419 19333120 1136 33554432000 4194304 5683644 140736995761744 18446744073709551615 4602976 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19286/statm: 4720 1136 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100609 s]
/proc/loadavg: 4.08 4.02 3.88 5/198 19286
/proc/meminfo: memFree=31554312/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=104612 CPUtime=0.07 cores=4,6
/proc/19286/stat : 19286 (python) R 19284 19286 15638 0 -1 4202496 3146 0 0 0 5 2 0 0 25 0 1 0 887422419 107122688 2821 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814283399 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19286/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300618 s]
/proc/loadavg: 4.08 4.02 3.88 5/198 19286
/proc/meminfo: memFree=31554312/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=198916 CPUtime=0.23 cores=4,6
/proc/19286/stat : 19286 (python) R 19284 19286 15638 0 -1 4202496 7030 932 1 0 17 6 0 0 17 0 1 0 887422419 203689984 5053 33554432000 4194304 5683644 140736995761744 18446744073709551615 251813899408 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19286/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.70052 s]
/proc/loadavg: 4.08 4.02 3.88 5/198 19286
/proc/meminfo: memFree=31554312/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=280204 CPUtime=0.59 cores=4,6
/proc/19286/stat : 19286 (python) R 19284 19286 15638 0 -1 4202496 10017 932 1 0 52 7 0 0 17 0 1 0 887422419 286928896 7452 33554432000 4194304 5683644 140736995761744 18446744073709551615 4273416 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19286/statm: 70051 7452 1826 364 0 5975 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 280204

[startup+1.50038 s]
/proc/loadavg: 4.08 4.02 3.88 5/202 19294
/proc/meminfo: memFree=31528528/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=289596 CPUtime=0.83 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 10441 932 1 0 76 7 0 0 20 0 2 0 887422419 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 72399 7296 1869 364 0 8317 0
[pid=19292] ppid=19286 vsize=279352 CPUtime=0 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 723 0 0 0 0 0 0 0 19 0 1 0 887422513 286056448 5777 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260239 0 0 16781312 514 4581274905487605759 0 0 17 4 0 0 0
/proc/19292/statm: 69838 5777 354 364 0 5756 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=0.55 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) R 19292 19294 19294 0 -1 4202496 568 0 0 0 55 0 0 0 22 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19286/tid=19293] ppid=19284 vsize=289596 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 887422513 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1587036

[startup+3.10104 s]
/proc/loadavg: 4.08 4.02 3.88 5/202 19294
/proc/meminfo: memFree=31528132/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=289596 CPUtime=0.83 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 10441 932 1 0 76 7 0 0 20 0 2 0 887422419 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 72399 7296 1869 364 0 8317 0
[pid=19292] ppid=19286 vsize=279352 CPUtime=0 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 887422513 286056448 5777 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260239 0 0 16781312 514 4581274905487573250 0 0 17 4 0 0 0
/proc/19292/statm: 69838 5777 354 364 0 5756 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=2.15 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) R 19292 19294 19294 0 -1 4202496 568 0 0 0 215 0 0 0 25 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134545693 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19286/tid=19293] ppid=19284 vsize=289596 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 887422513 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1587036

[startup+6.30056 s]
/proc/loadavg: 4.07 4.02 3.88 5/202 19294
/proc/meminfo: memFree=31527812/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=289596 CPUtime=0.83 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 10441 932 1 0 76 7 0 0 20 0 2 0 887422419 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 72399 7296 1869 364 0 8317 0
[pid=19292] ppid=19286 vsize=279352 CPUtime=0 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 857 0 0 0 0 0 0 0 18 0 1 0 887422513 286056448 5799 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260239 0 0 16781312 514 4581274905487573250 0 0 17 4 0 0 0
/proc/19292/statm: 69838 5799 376 364 0 5756 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=5.33 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) R 19292 19294 19294 0 -1 4202496 568 0 0 0 533 0 0 0 25 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19286/tid=19293] ppid=19284 vsize=289596 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 887422513 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1587036

[startup+12.7005 s]
/proc/loadavg: 4.07 4.01 3.88 5/202 19294
/proc/meminfo: memFree=31526752/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=289596 CPUtime=0.83 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 10441 932 1 0 76 7 0 0 20 0 2 0 887422419 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 72399 7296 1869 364 0 8317 0
[pid=19292] ppid=19286 vsize=279352 CPUtime=0 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 862 0 0 0 0 0 0 0 18 0 1 0 887422513 286056448 5800 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260239 0 0 16781312 514 385849416512143618 0 0 17 4 0 0 0
/proc/19292/statm: 69838 5800 377 364 0 5756 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=11.72 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) R 19292 19294 19294 0 -1 4202496 568 0 0 0 1172 0 0 0 25 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19286/tid=19293] ppid=19284 vsize=289596 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 887422513 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1587036

[startup+25.5003 s]
/proc/loadavg: 4.05 4.01 3.88 5/202 19294
/proc/meminfo: memFree=31527880/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=289596 CPUtime=0.83 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 10441 932 1 0 76 7 0 0 20 0 2 0 887422419 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 72399 7296 1869 364 0 8317 0
[pid=19292] ppid=19286 vsize=279352 CPUtime=0.02 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 867 0 0 0 1 1 0 0 18 0 1 0 887422513 286056448 5800 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260239 0 0 16781312 514 385849416512143618 0 0 17 4 0 0 0
/proc/19292/statm: 69838 5800 377 364 0 5756 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=24.51 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) R 19292 19294 19294 0 -1 4202496 568 0 0 0 2451 0 0 0 25 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19286/tid=19293] ppid=19284 vsize=289596 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 887422513 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1587036

[startup+51.101 s]
/proc/loadavg: 4.03 4.01 3.88 5/202 19295
/proc/meminfo: memFree=31527860/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=289596 CPUtime=0.83 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 10441 932 1 0 76 7 0 0 20 0 2 0 887422419 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 72399 7296 1869 364 0 8317 0
[pid=19292] ppid=19286 vsize=279352 CPUtime=0.04 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 880 0 0 0 2 2 0 0 18 0 1 0 887422513 286056448 5800 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260239 0 0 16781312 514 385849416512143618 0 0 17 4 0 0 0
/proc/19292/statm: 69838 5800 377 364 0 5756 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=50.08 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) R 19292 19294 19294 0 -1 4202496 568 0 0 0 5008 0 0 0 25 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19286/tid=19293] ppid=19284 vsize=289596 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 887422513 296546304 7296 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1587036

[startup+102.307 s]
/proc/loadavg: 4.01 4.01 3.89 5/218 19312
/proc/meminfo: memFree=31507692/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=300112 CPUtime=0.84 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 11308 932 1 0 76 8 0 0 20 0 3 0 887422419 307314688 7336 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 75028 7336 1872 364 0 10943 0
[pid=19292] ppid=19286 vsize=289596 CPUtime=0.11 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 1135 0 0 0 6 5 0 0 19 0 2 0 887422513 296546304 5843 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19292/statm: 72399 5843 415 364 0 8317 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=99.98 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) T 19292 19294 19294 0 -1 4202496 568 0 0 0 9998 0 0 0 25 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134525271 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19292/tid=19309] ppid=19286 vsize=289596 CPUtime=0 cores=4,6
/proc/19292/task/19309/stat : 19309 (python) S 19286 19286 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887432525 296546304 5843 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453979354432 0 0 -1 6 0 0 0
[pid=19310] ppid=19286 vsize=289868 CPUtime=0 cores=4,6
/proc/19310/stat : 19310 (python) S 19286 19286 15638 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 887432525 296824832 5808 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260294 0 0 16781312 514 4141368274673697027 0 0 17 6 0 0 0
/proc/19310/statm: 72467 5808 348 364 0 8382 0
[pid=19312] ppid=19310 vsize=1018088 CPUtime=1.23 cores=4,6
/proc/19312/stat : 19312 (gnovelty+2) R 19310 19312 19312 0 -1 4202496 570 0 0 0 123 0 0 0 25 0 1 0 887432526 1042522112 306 33554432000 134512640 135663704 4291247888 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19312/statm: 254522 306 113 282 0 254238 0
[pid=19286/tid=19293] ppid=19284 vsize=300112 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 887422513 307314688 7336 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
[pid=19286/tid=19311] ppid=19284 vsize=300112 CPUtime=0 cores=4,6
/proc/19286/task/19311/stat : 19311 (python) S 19284 19286 15638 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 887432526 307314688 7336 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 2915752

[startup+162.3 s]
/proc/loadavg: 3.40 3.83 3.84 4/205 19339
/proc/meminfo: memFree=31569456/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=300112 CPUtime=0.84 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 11308 932 1 0 76 8 0 0 20 0 3 0 887422419 307314688 7336 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 75028 7336 1872 364 0 10943 0
[pid=19292] ppid=19286 vsize=289596 CPUtime=0.11 cores=4,6

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

/proc/19310/statm: 72467 5861 400 364 0 8382 0
[pid=19312] ppid=19310 vsize=1018088 CPUtime=100.12 cores=4,6
/proc/19312/stat : 19312 (gnovelty+2) T 19310 19312 19312 0 -1 4202496 570 0 0 0 10012 0 0 0 25 0 1 0 887432526 1042522112 306 33554432000 134512640 135663704 4291247888 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19312/statm: 254522 306 113 282 0 254238 0
[pid=19310/tid=19349] ppid=19286 vsize=289868 CPUtime=0 cores=4,6
/proc/19310/task/19349/stat : 19349 (python) S 19286 19286 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442538 296824832 5861 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453876930688 0 0 -1 6 0 0 0
[pid=19350] ppid=19286 vsize=300124 CPUtime=0.13 cores=4,6
/proc/19350/stat : 19350 (python) S 19286 19286 15638 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 887442539 307326976 5865 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19350/statm: 75031 5865 400 364 0 10943 0
[pid=19352] ppid=19350 vsize=417192 CPUtime=100.02 cores=4,6
/proc/19352/stat : 19352 (adaptg2wsat2009) T 19350 19352 19352 0 -1 4202496 760 0 0 0 10002 0 0 0 25 0 1 0 887442539 427204608 495 33554432000 134512640 135107411 4294436896 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19352/statm: 104298 495 59 146 0 103174 0
[pid=19350/tid=19360] ppid=19286 vsize=300124 CPUtime=0 cores=4,6
/proc/19350/task/19360/stat : 19360 (python) S 19286 19286 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887452551 307326976 5865 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604441294100544 0 0 -1 6 0 0 0
[pid=19361] ppid=19286 vsize=310380 CPUtime=0.12 cores=4,6
/proc/19361/stat : 19361 (python) S 19286 19286 15638 0 -1 4202560 1083 0 0 0 8 4 0 0 19 0 2 0 887452552 317829120 5869 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19361/statm: 77595 5869 400 364 0 13504 0
[pid=19363] ppid=19361 vsize=417192 CPUtime=100.1 cores=4,6
/proc/19363/stat : 19363 (adaptg2wsat2009) T 19361 19363 19363 0 -1 4202496 758 0 0 0 10010 0 0 0 25 0 1 0 887452552 427204608 495 33554432000 134512640 135107411 4293345840 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19363/statm: 104298 495 59 146 0 103174 0
[pid=19361/tid=19391] ppid=19286 vsize=310380 CPUtime=0 cores=4,6
/proc/19361/task/19391/stat : 19391 (python) S 19286 19286 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887462563 317829120 5869 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453876704576 0 0 -1 6 0 0 0
[pid=19392] ppid=19286 vsize=320636 CPUtime=0.11 cores=4,6
/proc/19392/stat : 19392 (python) S 19286 19286 15638 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 887462564 328331264 5873 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19392/statm: 80159 5873 400 364 0 16065 0
[pid=19394] ppid=19392 vsize=417192 CPUtime=100 cores=4,6
/proc/19394/stat : 19394 (adaptg2wsat2009) T 19392 19394 19394 0 -1 4202496 755 0 0 0 10000 0 0 0 25 0 1 0 887462565 427204608 494 33554432000 134512640 135107411 4294399120 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19394/statm: 104298 494 59 146 0 103174 0
[pid=19392/tid=19398] ppid=19286 vsize=320636 CPUtime=0 cores=4,6
/proc/19392/task/19398/stat : 19398 (python) S 19286 19286 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887472575 328331264 5873 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 6 0 0 0
[pid=19399] ppid=19286 vsize=330892 CPUtime=0.11 cores=4,6
/proc/19399/stat : 19399 (python) S 19286 19286 15638 0 -1 4202560 1073 0 0 0 7 4 0 0 19 0 2 0 887472576 338833408 5877 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19399/statm: 82723 5877 400 364 0 18626 0
[pid=19401] ppid=19399 vsize=1018088 CPUtime=100.02 cores=4,6
/proc/19401/stat : 19401 (gnovelty+2) T 19399 19401 19401 0 -1 4202496 568 0 0 0 10002 0 0 0 25 0 1 0 887472577 1042522112 307 33554432000 134512640 135663704 4292908304 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19401/statm: 254522 307 113 282 0 254238 0
[pid=19399/tid=19405] ppid=19286 vsize=330892 CPUtime=0 cores=4,6
/proc/19399/task/19405/stat : 19405 (python) S 19286 19286 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887482588 338833408 5877 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453976632064 0 0 -1 6 0 0 0
[pid=19406] ppid=19286 vsize=341148 CPUtime=0.13 cores=4,6
/proc/19406/stat : 19406 (python) S 19286 19286 15638 0 -1 4202560 1071 0 0 0 7 6 0 0 19 0 2 0 887482589 349335552 5881 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19406/statm: 85287 5881 400 364 0 21187 0
[pid=19408] ppid=19406 vsize=247352 CPUtime=100.03 cores=4,6
/proc/19408/stat : 19408 (FH) T 19406 19408 19408 0 -1 4202496 709 0 0 0 10003 0 0 0 25 0 1 0 887482590 253288448 444 33554432000 134512640 134936988 4287400016 18446744073709551615 134553514 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19408/statm: 61838 444 41 104 0 61342 0
[pid=19286/tid=19293] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 887422513 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
[pid=19286/tid=19311] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19311/stat : 19311 (python) S 19284 19286 15638 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 887432526 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19351] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19351/stat : 19351 (python) S 19284 19286 15638 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 887442539 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19362] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19362/stat : 19362 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 887452552 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
[pid=19286/tid=19393] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19393/stat : 19393 (python) S 19284 19286 15638 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 887462564 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19400] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19400/stat : 19400 (python) S 19284 19286 15638 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 887472576 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19407] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19407/stat : 19407 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 887482589 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 7097484



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 2.01 2.43 3.13 4/220 19414
/proc/meminfo: memFree=31519136/32950928 swapFree=67050648/67111528
[pid=19286] ppid=19284 vsize=361648 CPUtime=0.9 cores=4,6
/proc/19286/stat : 19286 (python) S 19284 19286 15638 0 -1 4202496 16520 932 1 0 81 9 0 0 19 0 9 0 887422419 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19286/statm: 90412 7409 1892 364 0 26309 0
[pid=19292] ppid=19286 vsize=289596 CPUtime=0.11 cores=4,6
/proc/19292/stat : 19292 (python) S 19286 19286 15638 0 -1 4202560 1135 0 0 0 6 5 0 0 19 0 2 0 887422513 296546304 5843 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19292/statm: 72399 5843 415 364 0 8317 0
[pid=19294] ppid=19292 vsize=1018088 CPUtime=99.98 cores=4,6
/proc/19294/stat : 19294 (gnovelty+2) T 19292 19294 19294 0 -1 4202496 568 0 0 0 9998 0 0 0 25 0 1 0 887422513 1042522112 306 33554432000 134512640 135663704 4292796880 18446744073709551615 134525271 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19294/statm: 254522 306 113 282 0 254238 0
[pid=19292/tid=19309] ppid=19286 vsize=289596 CPUtime=0 cores=4,6
/proc/19292/task/19309/stat : 19309 (python) S 19286 19286 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887432525 296546304 5843 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453979354432 0 0 -1 6 0 0 0
[pid=19310] ppid=19286 vsize=289868 CPUtime=0.11 cores=4,6
/proc/19310/stat : 19310 (python) S 19286 19286 15638 0 -1 4202560 1066 0 0 0 7 4 0 0 18 0 2 0 887432525 296824832 5861 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19310/statm: 72467 5861 400 364 0 8382 0
[pid=19312] ppid=19310 vsize=1018088 CPUtime=100.12 cores=4,6
/proc/19312/stat : 19312 (gnovelty+2) T 19310 19312 19312 0 -1 4202496 570 0 0 0 10012 0 0 0 25 0 1 0 887432526 1042522112 306 33554432000 134512640 135663704 4291247888 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19312/statm: 254522 306 113 282 0 254238 0
[pid=19310/tid=19349] ppid=19286 vsize=289868 CPUtime=0 cores=4,6
/proc/19310/task/19349/stat : 19349 (python) S 19286 19286 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442538 296824832 5861 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453876930688 0 0 -1 6 0 0 0
[pid=19350] ppid=19286 vsize=300124 CPUtime=0.13 cores=4,6
/proc/19350/stat : 19350 (python) S 19286 19286 15638 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 887442539 307326976 5865 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19350/statm: 75031 5865 400 364 0 10943 0
[pid=19352] ppid=19350 vsize=417192 CPUtime=100.02 cores=4,6
/proc/19352/stat : 19352 (adaptg2wsat2009) T 19350 19352 19352 0 -1 4202496 760 0 0 0 10002 0 0 0 25 0 1 0 887442539 427204608 495 33554432000 134512640 135107411 4294436896 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19352/statm: 104298 495 59 146 0 103174 0
[pid=19350/tid=19360] ppid=19286 vsize=300124 CPUtime=0 cores=4,6
/proc/19350/task/19360/stat : 19360 (python) S 19286 19286 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887452551 307326976 5865 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604441294100544 0 0 -1 6 0 0 0
[pid=19361] ppid=19286 vsize=310380 CPUtime=0.12 cores=4,6
/proc/19361/stat : 19361 (python) S 19286 19286 15638 0 -1 4202560 1083 0 0 0 8 4 0 0 19 0 2 0 887452552 317829120 5869 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19361/statm: 77595 5869 400 364 0 13504 0
[pid=19363] ppid=19361 vsize=417192 CPUtime=100.1 cores=4,6
/proc/19363/stat : 19363 (adaptg2wsat2009) T 19361 19363 19363 0 -1 4202496 758 0 0 0 10010 0 0 0 25 0 1 0 887452552 427204608 495 33554432000 134512640 135107411 4293345840 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19363/statm: 104298 495 59 146 0 103174 0
[pid=19361/tid=19391] ppid=19286 vsize=310380 CPUtime=0 cores=4,6
/proc/19361/task/19391/stat : 19391 (python) S 19286 19286 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887462563 317829120 5869 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453876704576 0 0 -1 6 0 0 0
[pid=19392] ppid=19286 vsize=320636 CPUtime=0.11 cores=4,6
/proc/19392/stat : 19392 (python) S 19286 19286 15638 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 887462564 328331264 5873 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19392/statm: 80159 5873 400 364 0 16065 0
[pid=19394] ppid=19392 vsize=417192 CPUtime=100 cores=4,6
/proc/19394/stat : 19394 (adaptg2wsat2009) T 19392 19394 19394 0 -1 4202496 755 0 0 0 10000 0 0 0 25 0 1 0 887462565 427204608 494 33554432000 134512640 135107411 4294399120 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19394/statm: 104298 494 59 146 0 103174 0
[pid=19392/tid=19398] ppid=19286 vsize=320636 CPUtime=0 cores=4,6
/proc/19392/task/19398/stat : 19398 (python) S 19286 19286 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887472575 328331264 5873 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 6 0 0 0
[pid=19399] ppid=19286 vsize=330892 CPUtime=0.11 cores=4,6
/proc/19399/stat : 19399 (python) S 19286 19286 15638 0 -1 4202560 1073 0 0 0 7 4 0 0 19 0 2 0 887472576 338833408 5877 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19399/statm: 82723 5877 400 364 0 18626 0
[pid=19401] ppid=19399 vsize=1018088 CPUtime=100.02 cores=4,6
/proc/19401/stat : 19401 (gnovelty+2) T 19399 19401 19401 0 -1 4202496 568 0 0 0 10002 0 0 0 25 0 1 0 887472577 1042522112 307 33554432000 134512640 135663704 4292908304 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19401/statm: 254522 307 113 282 0 254238 0
[pid=19399/tid=19405] ppid=19286 vsize=330892 CPUtime=0 cores=4,6
/proc/19399/task/19405/stat : 19405 (python) S 19286 19286 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887482588 338833408 5877 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604453976632064 0 0 -1 6 0 0 0
[pid=19406] ppid=19286 vsize=341148 CPUtime=0.13 cores=4,6
/proc/19406/stat : 19406 (python) S 19286 19286 15638 0 -1 4202560 1071 0 0 0 7 6 0 0 19 0 2 0 887482589 349335552 5881 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19406/statm: 85287 5881 400 364 0 21187 0
[pid=19408] ppid=19406 vsize=247352 CPUtime=100.03 cores=4,6
/proc/19408/stat : 19408 (FH) T 19406 19408 19408 0 -1 4202496 709 0 0 0 10003 0 0 0 25 0 1 0 887482590 253288448 444 33554432000 134512640 134936988 4287400016 18446744073709551615 134553514 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19408/statm: 61838 444 41 104 0 61342 0
[pid=19406/tid=19411] ppid=19286 vsize=341148 CPUtime=0 cores=4,6
/proc/19406/task/19411/stat : 19411 (python) S 19286 19286 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887492602 349335552 5881 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 514 18446604445462475200 0 0 -1 6 0 0 0
[pid=19412] ppid=19286 vsize=351404 CPUtime=0 cores=4,6
/proc/19412/stat : 19412 (python) S 19286 19286 15638 0 -1 4202560 833 0 0 0 0 0 0 0 19 0 1 0 887492603 359837696 5863 33554432000 4194304 5683644 140736995761744 18446744073709551615 251814260294 0 0 16781312 514 3574684929520304127 0 0 17 4 0 0 0
/proc/19412/statm: 87851 5863 350 364 0 23748 0
[pid=19414] ppid=19412 vsize=417048 CPUtime=0.96 cores=4,6
/proc/19414/stat : 19414 (adaptg2wsat2009) R 19412 19414 19414 0 -1 4202496 681 0 0 0 96 0 0 0 23 0 1 0 887492603 427057152 418 33554432000 134512640 135107411 4293494784 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19414/statm: 104262 418 49 146 0 103138 0
[pid=19286/tid=19293] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19293/stat : 19293 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 887422513 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
[pid=19286/tid=19311] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19311/stat : 19311 (python) S 19284 19286 15638 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 887432526 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19351] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19351/stat : 19351 (python) S 19284 19286 15638 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 887442539 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19362] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19362/stat : 19362 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 887452552 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
[pid=19286/tid=19393] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19393/stat : 19393 (python) S 19284 19286 15638 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 887462564 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19400] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19400/stat : 19400 (python) S 19284 19286 15638 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 887472576 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19407] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19407/stat : 19407 (python) S 19284 19286 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 887482589 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 4 0 0 0
[pid=19286/tid=19413] ppid=19284 vsize=361648 CPUtime=0 cores=4,6
/proc/19286/task/19413/stat : 19413 (python) S 19284 19286 15638 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 887492603 370327552 7409 33554432000 4194304 5683644 140736995761744 18446744073709551615 251826063793 0 0 16781312 2 18446604441294098752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.95
Current children cumulated vsize (KiB) 7865936

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

Real time (s): 702.863
CPU time (s): 702.95
CPU user time (s): 702.53
CPU system time (s): 0.42
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 7865936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.822874
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17921
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= 1013
involuntary context switches= 26

runsolver used 1.26781 second user time and 2.56161 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 04:10:37
IDJOB=3484586
IDBENCH=83097
IDSOLVER=1975
FILE ID=node126/3484586-1307758237
RUNJOBID= node126-1307758232-19115
PBS_JOBID= 13550831
Free space on /tmp= 74076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1458811765-091.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-3484586-1307758237/watcher-3484586-1307758237 -o /tmp/evaluation-result-3484586-1307758237/solver-3484586-1307758237 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484586-1307758237.cnf -seed 1471664350 -budget 1200

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

MD5SUM BENCH= 6956d24237a9f7757ce3c5a1a338c9a6
RANDOM SEED=1471664350

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31554864 kB
Buffers:        259252 kB
Cached:         837768 kB
SwapCached:      14888 kB
Active:         625828 kB
Inactive:       562988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31554864 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:          129096 kB
Writeback:           0 kB
AnonPages:       89452 kB
Mapped:          16384 kB
Slab:           138056 kB
PageTables:       8852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2920008 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= 74104 MiB
End job on node126 at 2011-06-11 04:22:22