Trace number 3484550

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S841042385-099.UNKNOWN.cnf
MD5SUM2b4a2e64d71570c9cdfb4872b312e245
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.44/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.44/0.70	c INFO: solving HOME/instance-3484550-1307757843.cnf
0.44/0.70	c INFO: computing task features
0.44/0.74	c INFO: computed variable-clause graph statistics
0.44/0.74	c INFO: computed clause balance statistics
0.64/0.99	c INFO: computed variable balance statistics
0.74/1.09	c INFO: computed small-clause counts
0.74/1.09	c INFO: computed Horn-clause counts
0.74/1.10	c INFO: computed variable graph statistics
0.74/1.10	c INFO: collected features for HOME/instance-3484550-1307757843.cnf in 0.41 s
0.84/1.11	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.50)
100.96/101.25	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.17/201.39	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.39/301.52	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.61/401.68	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.83/501.83	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.93/601.99	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
702.13/702.15	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-3484550-1307757843/watcher-3484550-1307757843 -o /tmp/evaluation-result-3484550-1307757843/solver-3484550-1307757843 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484550-1307757843.cnf -seed 591530458 -budget 1200 

running on 2 cores: 5,7

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.47 2.18 2.38 6/200 346
/proc/meminfo: memFree=31376772/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=14252 CPUtime=0 cores=5,7
/proc/346/stat : 346 (python) R 344 346 28449 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 887382537 14594048 125 33554432000 4194304 5683644 140735058444208 18446744073709551615 232339553792 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/346/statm: 3563 140 112 364 0 50 0

[startup+0.0830691 s]
/proc/loadavg: 3.47 2.18 2.38 6/200 346
/proc/meminfo: memFree=31376772/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=85616 CPUtime=0.06 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 2629 0 0 0 5 1 0 0 17 0 1 0 887382537 87670784 2347 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/346/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.101084 s]
/proc/loadavg: 3.47 2.18 2.38 6/200 346
/proc/meminfo: memFree=31376772/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=104216 CPUtime=0.06 cores=5,7
/proc/346/stat : 346 (python) R 344 346 28449 0 -1 4202496 3040 0 0 0 5 1 0 0 17 0 1 0 887382537 106717184 2727 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/346/statm: 26054 2727 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.301056 s]
/proc/loadavg: 3.47 2.18 2.38 6/200 346
/proc/meminfo: memFree=31376772/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=135748 CPUtime=0.21 cores=5,7
/proc/346/stat : 346 (python) R 344 346 28449 0 -1 4202496 5975 930 1 0 14 7 0 0 17 0 1 0 887382537 139005952 4149 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335888389 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/346/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.70098 s]
/proc/loadavg: 3.47 2.18 2.38 6/200 346
/proc/meminfo: memFree=31376772/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=278128 CPUtime=0.44 cores=5,7
/proc/346/stat : 346 (python) R 344 346 28449 0 -1 4202496 9208 930 1 0 28 16 0 0 15 0 1 0 887382537 284803072 6878 33554432000 4194304 5683644 140735058444208 18446744073709551615 47741349019682 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/346/statm: 69532 6878 1761 364 0 5456 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278128

[startup+1.50078 s]
/proc/loadavg: 3.51 2.21 2.39 5/204 358
/proc/meminfo: memFree=31331008/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=290216 CPUtime=0.85 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10096 930 1 0 69 16 0 0 18 0 2 0 887382537 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/346/statm: 72554 7419 1869 364 0 8472 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 290216

[startup+3.10053 s]
/proc/loadavg: 3.51 2.21 2.39 5/211 365
/proc/meminfo: memFree=31323904/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=290216 CPUtime=0.85 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10096 930 1 0 69 16 0 0 18 0 2 0 887382537 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/346/statm: 72554 7419 1869 364 0 8472 0
[pid=363] ppid=346 vsize=279972 CPUtime=0 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 887382648 286691328 5900 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335912463 0 0 16781312 514 4523210795936350471 0 0 17 5 0 0 0
/proc/363/statm: 69993 5900 354 364 0 5911 0
[pid=365] ppid=363 vsize=1018084 CPUtime=1.97 cores=5,7
/proc/365/stat : 365 (gnovelty+2) R 363 365 365 0 -1 4202496 548 0 0 0 197 0 0 0 23 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=346/tid=364] ppid=344 vsize=290216 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 887382648 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1588272

[startup+6.30096 s]
/proc/loadavg: 3.51 2.21 2.39 5/211 365
/proc/meminfo: memFree=31320804/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=290216 CPUtime=0.85 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10096 930 1 0 69 16 0 0 18 0 2 0 887382537 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/346/statm: 72554 7419 1869 364 0 8472 0
[pid=363] ppid=346 vsize=279972 CPUtime=0 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 853 0 0 0 0 0 0 0 15 0 1 0 887382648 286691328 5922 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335912463 0 0 16781312 514 4523210795936350471 0 0 17 5 0 0 0
/proc/363/statm: 69993 5922 376 364 0 5911 0
[pid=365] ppid=363 vsize=1018084 CPUtime=5.17 cores=5,7
/proc/365/stat : 365 (gnovelty+2) R 363 365 365 0 -1 4202496 548 0 0 0 517 0 0 0 25 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=346/tid=364] ppid=344 vsize=290216 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 887382648 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1588272

[startup+12.7008 s]
/proc/loadavg: 3.74 2.30 2.41 6/211 366
/proc/meminfo: memFree=31322084/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=290216 CPUtime=0.85 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10096 930 1 0 69 16 0 0 18 0 2 0 887382537 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/346/statm: 72554 7419 1869 364 0 8472 0
[pid=363] ppid=346 vsize=279972 CPUtime=0 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 858 0 0 0 0 0 0 0 15 0 1 0 887382648 286691328 5922 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335912463 0 0 16781312 514 11992399712431866119 0 0 17 5 0 0 0
/proc/363/statm: 69993 5922 376 364 0 5911 0
[pid=365] ppid=363 vsize=1018084 CPUtime=11.56 cores=5,7
/proc/365/stat : 365 (gnovelty+2) R 363 365 365 0 -1 4202496 548 0 0 0 1156 0 0 0 25 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=346/tid=364] ppid=344 vsize=290216 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 887382648 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1588272

[startup+25.5005 s]
/proc/loadavg: 3.78 2.36 2.43 5/211 368
/proc/meminfo: memFree=31322216/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=290216 CPUtime=0.85 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10096 930 1 0 69 16 0 0 18 0 2 0 887382537 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/346/statm: 72554 7419 1869 364 0 8472 0
[pid=363] ppid=346 vsize=279972 CPUtime=0.02 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 863 0 0 0 1 1 0 0 15 0 1 0 887382648 286691328 5922 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335912463 0 0 16781312 514 11992399712431866119 0 0 17 5 0 0 0
/proc/363/statm: 69993 5922 376 364 0 5911 0
[pid=365] ppid=363 vsize=1018084 CPUtime=24.35 cores=5,7
/proc/365/stat : 365 (gnovelty+2) R 363 365 365 0 -1 4202496 548 0 0 0 2435 0 0 0 25 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=346/tid=364] ppid=344 vsize=290216 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 887382648 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1588272

[startup+51.101 s]
/proc/loadavg: 4.05 2.56 2.49 5/211 370
/proc/meminfo: memFree=31321952/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=290216 CPUtime=0.85 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10096 930 1 0 69 16 0 0 18 0 2 0 887382537 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/346/statm: 72554 7419 1869 364 0 8472 0
[pid=363] ppid=346 vsize=279972 CPUtime=0.05 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 877 0 0 0 2 3 0 0 15 0 1 0 887382648 286691328 5923 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335912463 0 0 16781312 514 11992399712431866119 0 0 17 5 0 0 0
/proc/363/statm: 69993 5923 377 364 0 5911 0
[pid=365] ppid=363 vsize=1018084 CPUtime=49.92 cores=5,7
/proc/365/stat : 365 (gnovelty+2) R 363 365 365 0 -1 4202496 548 0 0 0 4992 0 0 0 25 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=346/tid=364] ppid=344 vsize=290216 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 887382648 297181184 7419 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1588272

[startup+102.307 s]
/proc/loadavg: 4.02 2.78 2.57 5/223 433
/proc/meminfo: memFree=31305080/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=300472 CPUtime=0.86 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10982 930 1 0 70 16 0 0 20 0 3 0 887382537 307683328 7434 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/346/statm: 75118 7434 1880 364 0 11033 0
[pid=363] ppid=346 vsize=290216 CPUtime=0.13 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 1140 0 0 0 6 7 0 0 16 0 2 0 887382648 297181184 5966 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/363/statm: 72554 5966 415 364 0 8472 0
[pid=365] ppid=363 vsize=1018084 CPUtime=100.02 cores=5,7
/proc/365/stat : 365 (gnovelty+2) T 363 365 365 0 -1 4202496 548 0 0 0 10002 0 0 0 25 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=363/tid=427] ppid=346 vsize=290216 CPUtime=0 cores=5,7
/proc/363/task/427/stat : 427 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 887392661 297181184 5966 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604466850737216 0 0 -1 5 0 0 0
[pid=428] ppid=346 vsize=290228 CPUtime=0 cores=5,7
/proc/428/stat : 428 (python) S 346 346 28449 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 887392662 297193472 5898 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335912518 0 0 16781312 514 4474524421058429191 0 0 17 7 0 0 0
/proc/428/statm: 72557 5898 348 364 0 8472 0
[pid=430] ppid=428 vsize=1018084 CPUtime=1.04 cores=5,7
/proc/430/stat : 430 (gnovelty+2) R 428 430 430 0 -1 4202496 551 0 0 0 104 0 0 0 25 0 1 0 887392662 1042518016 288 33554432000 134512640 135663704 4291912464 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/430/statm: 254521 288 113 282 0 254237 0
[pid=346/tid=364] ppid=344 vsize=300472 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 3 0 887382648 307683328 7434 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
[pid=346/tid=429] ppid=344 vsize=300472 CPUtime=0 cores=5,7
/proc/346/task/429/stat : 429 (python) S 344 346 28449 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 3 0 887392662 307683328 7434 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 2917084

[startup+162.301 s]
/proc/loadavg: 4.01 3.00 2.66 5/223 435
/proc/meminfo: memFree=31302432/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=300472 CPUtime=0.86 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 10982 930 1 0 70 16 0 0 20 0 3 0 887382537 307683328 7434 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/346/statm: 75118 7434 1880 364 0 11033 0
[pid=363] ppid=346 vsize=290216 CPUtime=0.13 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 1140 0 0 0 6 7 0 0 16 0 2 0 887382648 297181184 5966 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/363/statm: 72554 5966 415 364 0 8472 0
[pid=365] ppid=363 vsize=1018084 CPUtime=100.02 cores=5,7
/proc/365/stat : 365 (gnovelty+2) T 363 365 365 0 -1 4202496 548 0 0 0 10002 0 0 0 25 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=363/tid=427] ppid=346 vsize=290216 CPUtime=0 cores=5,7
/proc/363/task/427/stat : 427 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 887392661 297181184 5966 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604466850737216 0 0 -1 5 0 0 0
[pid=428] ppid=346 vsize=290228 CPUtime=0.07 cores=5,7

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

/proc/428/statm: 72557 5951 400 364 0 8472 0
[pid=430] ppid=428 vsize=1018084 CPUtime=100.12 cores=5,7
/proc/430/stat : 430 (gnovelty+2) T 428 430 430 0 -1 4202496 551 0 0 0 10012 0 0 0 25 0 1 0 887392662 1042518016 288 33554432000 134512640 135663704 4291912464 18446744073709551615 134545572 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/430/statm: 254521 288 113 282 0 254237 0
[pid=428/tid=544] ppid=346 vsize=290228 CPUtime=0 cores=5,7
/proc/428/task/544/stat : 544 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887402676 297193472 5951 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604471134368832 0 0 -1 7 0 0 0
[pid=548] ppid=346 vsize=300484 CPUtime=0.13 cores=5,7
/proc/548/stat : 548 (python) S 346 346 28449 0 -1 4202560 1086 0 0 0 7 6 0 0 19 0 2 0 887402676 307695616 5955 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/548/statm: 75121 5955 400 364 0 11033 0
[pid=550] ppid=548 vsize=417056 CPUtime=100.01 cores=5,7
/proc/550/stat : 550 (adaptg2wsat2009) T 548 550 550 0 -1 4202496 718 0 0 0 10001 0 0 0 25 0 1 0 887402677 427065344 450 33554432000 134512640 135107411 4290133120 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/550/statm: 104264 450 59 146 0 103140 0
[pid=548/tid=760] ppid=346 vsize=300484 CPUtime=0 cores=5,7
/proc/548/task/760/stat : 760 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887412689 307695616 5955 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604467908568064 0 0 -1 5 0 0 0
[pid=761] ppid=346 vsize=310740 CPUtime=0.14 cores=5,7
/proc/761/stat : 761 (python) S 346 346 28449 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 887412690 318197760 5959 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/761/statm: 77685 5959 400 364 0 13594 0
[pid=763] ppid=761 vsize=417056 CPUtime=100.13 cores=5,7
/proc/763/stat : 763 (adaptg2wsat2009) T 761 763 763 0 -1 4202496 716 0 0 0 10013 0 0 0 25 0 1 0 887412690 427065344 451 33554432000 134512640 135107411 4290281856 18446744073709551615 134532304 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/763/statm: 104264 451 59 146 0 103140 0
[pid=761/tid=779] ppid=346 vsize=310740 CPUtime=0 cores=5,7
/proc/761/task/779/stat : 779 (python) S 346 346 28449 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887422704 318197760 5959 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604471161005120 0 0 -1 7 0 0 0
[pid=780] ppid=346 vsize=320996 CPUtime=0.14 cores=5,7
/proc/780/stat : 780 (python) S 346 346 28449 0 -1 4202560 1088 0 0 0 8 6 0 0 19 0 2 0 887422705 328699904 5963 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/780/statm: 80249 5963 400 364 0 16155 0
[pid=782] ppid=780 vsize=417056 CPUtime=100.01 cores=5,7
/proc/782/stat : 782 (adaptg2wsat2009) T 780 782 782 0 -1 4202496 716 0 0 0 10001 0 0 0 25 0 1 0 887422705 427065344 449 33554432000 134512640 135107411 4289628864 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/782/statm: 104264 449 59 146 0 103140 0
[pid=780/tid=794] ppid=346 vsize=320996 CPUtime=0 cores=5,7
/proc/780/task/794/stat : 794 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887432719 328699904 5963 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604455243683712 0 0 -1 7 0 0 0
[pid=795] ppid=346 vsize=331252 CPUtime=0.14 cores=5,7
/proc/795/stat : 795 (python) S 346 346 28449 0 -1 4202560 1085 0 0 0 6 8 0 0 19 0 2 0 887432720 339202048 5967 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/795/statm: 82813 5967 400 364 0 18716 0
[pid=797] ppid=795 vsize=1018084 CPUtime=100 cores=5,7
/proc/797/stat : 797 (gnovelty+2) T 795 797 797 0 -1 4202496 548 0 0 0 10000 0 0 0 25 0 1 0 887432720 1042518016 288 33554432000 134512640 135663704 4294808880 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/797/statm: 254521 288 113 282 0 254237 0
[pid=795/tid=808] ppid=346 vsize=331252 CPUtime=0 cores=5,7
/proc/795/task/808/stat : 808 (python) S 346 346 28449 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442735 339202048 5967 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604471135088704 0 0 -1 7 0 0 0
[pid=809] ppid=346 vsize=341508 CPUtime=0.16 cores=5,7
/proc/809/stat : 809 (python) S 346 346 28449 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 887442736 349704192 5971 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/809/statm: 85377 5971 400 364 0 21277 0
[pid=811] ppid=809 vsize=247228 CPUtime=100.01 cores=5,7
/proc/811/stat : 811 (FH) T 809 811 811 0 -1 4202496 670 0 0 0 10001 0 0 0 25 0 1 0 887442736 253161472 405 33554432000 134512640 134936988 4294480016 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/811/statm: 61807 405 41 104 0 61311 0
[pid=346/tid=364] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 9 0 887382648 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
[pid=346/tid=429] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/429/stat : 429 (python) S 344 346 28449 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 9 0 887392662 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=549] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/549/stat : 549 (python) S 344 346 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 887402677 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
[pid=346/tid=762] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/762/stat : 762 (python) S 344 346 28449 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 887412690 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=781] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/781/stat : 781 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 887422705 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=796] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/796/stat : 796 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 887432720 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=810] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/810/stat : 810 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 887442736 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.19
Current children cumulated vsize (KiB) 7100080



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.11 3.91 3.27 6/295 822
/proc/meminfo: memFree=31174560/32951124 swapFree=67063272/67111528
[pid=346] ppid=344 vsize=362008 CPUtime=0.92 cores=5,7
/proc/346/stat : 346 (python) S 344 346 28449 0 -1 4202496 16222 930 1 0 74 18 0 0 20 0 9 0 887382537 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/346/statm: 90502 7470 1892 364 0 26399 0
[pid=363] ppid=346 vsize=290216 CPUtime=0.13 cores=5,7
/proc/363/stat : 363 (python) S 346 346 28449 0 -1 4202560 1140 0 0 0 6 7 0 0 16 0 2 0 887382648 297181184 5966 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/363/statm: 72554 5966 415 364 0 8472 0
[pid=365] ppid=363 vsize=1018084 CPUtime=100.02 cores=5,7
/proc/365/stat : 365 (gnovelty+2) T 363 365 365 0 -1 4202496 548 0 0 0 10002 0 0 0 25 0 1 0 887382648 1042518016 288 33554432000 134512640 135663704 4291112800 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/365/statm: 254521 288 113 282 0 254237 0
[pid=363/tid=427] ppid=346 vsize=290216 CPUtime=0 cores=5,7
/proc/363/task/427/stat : 427 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 887392661 297181184 5966 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604466850737216 0 0 -1 5 0 0 0
[pid=428] ppid=346 vsize=290228 CPUtime=0.13 cores=5,7
/proc/428/stat : 428 (python) S 346 346 28449 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 887392662 297193472 5951 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/428/statm: 72557 5951 400 364 0 8472 0
[pid=430] ppid=428 vsize=1018084 CPUtime=100.12 cores=5,7
/proc/430/stat : 430 (gnovelty+2) T 428 430 430 0 -1 4202496 551 0 0 0 10012 0 0 0 25 0 1 0 887392662 1042518016 288 33554432000 134512640 135663704 4291912464 18446744073709551615 134545572 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/430/statm: 254521 288 113 282 0 254237 0
[pid=428/tid=544] ppid=346 vsize=290228 CPUtime=0 cores=5,7
/proc/428/task/544/stat : 544 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887402676 297193472 5951 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604471134368832 0 0 -1 7 0 0 0
[pid=548] ppid=346 vsize=300484 CPUtime=0.13 cores=5,7
/proc/548/stat : 548 (python) S 346 346 28449 0 -1 4202560 1086 0 0 0 7 6 0 0 19 0 2 0 887402676 307695616 5955 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/548/statm: 75121 5955 400 364 0 11033 0
[pid=550] ppid=548 vsize=417056 CPUtime=100.01 cores=5,7
/proc/550/stat : 550 (adaptg2wsat2009) T 548 550 550 0 -1 4202496 718 0 0 0 10001 0 0 0 25 0 1 0 887402677 427065344 450 33554432000 134512640 135107411 4290133120 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/550/statm: 104264 450 59 146 0 103140 0
[pid=548/tid=760] ppid=346 vsize=300484 CPUtime=0 cores=5,7
/proc/548/task/760/stat : 760 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887412689 307695616 5955 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604467908568064 0 0 -1 5 0 0 0
[pid=761] ppid=346 vsize=310740 CPUtime=0.14 cores=5,7
/proc/761/stat : 761 (python) S 346 346 28449 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 887412690 318197760 5959 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/761/statm: 77685 5959 400 364 0 13594 0
[pid=763] ppid=761 vsize=417056 CPUtime=100.13 cores=5,7
/proc/763/stat : 763 (adaptg2wsat2009) T 761 763 763 0 -1 4202496 716 0 0 0 10013 0 0 0 25 0 1 0 887412690 427065344 451 33554432000 134512640 135107411 4290281856 18446744073709551615 134532304 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/763/statm: 104264 451 59 146 0 103140 0
[pid=761/tid=779] ppid=346 vsize=310740 CPUtime=0 cores=5,7
/proc/761/task/779/stat : 779 (python) S 346 346 28449 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887422704 318197760 5959 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604471161005120 0 0 -1 7 0 0 0
[pid=780] ppid=346 vsize=320996 CPUtime=0.14 cores=5,7
/proc/780/stat : 780 (python) S 346 346 28449 0 -1 4202560 1088 0 0 0 8 6 0 0 19 0 2 0 887422705 328699904 5963 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/780/statm: 80249 5963 400 364 0 16155 0
[pid=782] ppid=780 vsize=417056 CPUtime=100.01 cores=5,7
/proc/782/stat : 782 (adaptg2wsat2009) T 780 782 782 0 -1 4202496 716 0 0 0 10001 0 0 0 25 0 1 0 887422705 427065344 449 33554432000 134512640 135107411 4289628864 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/782/statm: 104264 449 59 146 0 103140 0
[pid=780/tid=794] ppid=346 vsize=320996 CPUtime=0 cores=5,7
/proc/780/task/794/stat : 794 (python) S 346 346 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887432719 328699904 5963 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604455243683712 0 0 -1 7 0 0 0
[pid=795] ppid=346 vsize=331252 CPUtime=0.14 cores=5,7
/proc/795/stat : 795 (python) S 346 346 28449 0 -1 4202560 1085 0 0 0 6 8 0 0 19 0 2 0 887432720 339202048 5967 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/795/statm: 82813 5967 400 364 0 18716 0
[pid=797] ppid=795 vsize=1018084 CPUtime=100 cores=5,7
/proc/797/stat : 797 (gnovelty+2) T 795 797 797 0 -1 4202496 548 0 0 0 10000 0 0 0 25 0 1 0 887432720 1042518016 288 33554432000 134512640 135663704 4294808880 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/797/statm: 254521 288 113 282 0 254237 0
[pid=795/tid=808] ppid=346 vsize=331252 CPUtime=0 cores=5,7
/proc/795/task/808/stat : 808 (python) S 346 346 28449 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442735 339202048 5967 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604471135088704 0 0 -1 7 0 0 0
[pid=809] ppid=346 vsize=341508 CPUtime=0.16 cores=5,7
/proc/809/stat : 809 (python) S 346 346 28449 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 887442736 349704192 5971 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/809/statm: 85377 5971 400 364 0 21277 0
[pid=811] ppid=809 vsize=247228 CPUtime=100.01 cores=5,7
/proc/811/stat : 811 (FH) T 809 811 811 0 -1 4202496 670 0 0 0 10001 0 0 0 25 0 1 0 887442736 253161472 405 33554432000 134512640 134936988 4294480016 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/811/statm: 61807 405 41 104 0 61311 0
[pid=809/tid=819] ppid=346 vsize=341508 CPUtime=0 cores=5,7
/proc/809/task/819/stat : 819 (python) S 346 346 28449 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887452751 349704192 5971 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 514 18446604456501491648 0 0 -1 7 0 0 0
[pid=820] ppid=346 vsize=351764 CPUtime=0 cores=5,7
/proc/820/stat : 820 (python) S 346 346 28449 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 887452752 360206336 5924 33554432000 4194304 5683644 140735058444208 18446744073709551615 232335912518 0 0 16781312 514 4010650910660231167 0 0 17 5 0 0 0
/proc/820/statm: 87941 5924 350 364 0 23838 0
[pid=822] ppid=820 vsize=416916 CPUtime=0.65 cores=5,7
/proc/822/stat : 822 (adaptg2wsat2009) R 820 822 822 0 -1 4202496 642 0 0 0 65 0 0 0 22 0 1 0 887452752 426921984 379 33554432000 134512640 135107411 4288018400 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/822/statm: 104229 379 49 146 0 103105 0
[pid=346/tid=364] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/364/stat : 364 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 9 0 887382648 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
[pid=346/tid=429] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/429/stat : 429 (python) S 344 346 28449 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 9 0 887392662 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=549] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/549/stat : 549 (python) S 344 346 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 887402677 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
[pid=346/tid=762] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/762/stat : 762 (python) S 344 346 28449 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 887412690 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=781] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/781/stat : 781 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 887422705 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=796] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/796/stat : 796 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 887432720 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
[pid=346/tid=810] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/810/stat : 810 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 887442736 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 7 0 0 0
[pid=346/tid=821] ppid=344 vsize=362008 CPUtime=0 cores=5,7
/proc/346/task/821/stat : 821 (python) S 344 346 28449 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 887452752 370696192 7470 33554432000 4194304 5683644 140735058444208 18446744073709551615 232347716017 0 0 16781312 2 18446604465404163328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.84
Current children cumulated vsize (KiB) 7868760

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

Real time (s): 702.865
CPU time (s): 702.84
CPU user time (s): 702.2
CPU system time (s): 0.64
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 7868760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.756884
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17756
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= 10090
involuntary context switches= 27

runsolver used 1.39079 second user time and 2.90756 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 04:04:04
IDJOB=3484550
IDBENCH=83061
IDSOLVER=1975
FILE ID=node132/3484550-1307757843
RUNJOBID= node132-1307757742-32584
PBS_JOBID= 13550826
Free space on /tmp= 74036 MiB

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

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

MD5SUM BENCH= 2b4a2e64d71570c9cdfb4872b312e245
RANDOM SEED=591530458

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31378068 kB
Buffers:        244156 kB
Cached:        1040028 kB
SwapCached:       9968 kB
Active:         703264 kB
Inactive:       656856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31378068 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           64052 kB
Writeback:           0 kB
AnonPages:       73236 kB
Mapped:          16008 kB
Slab:           145700 kB
PageTables:       7976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3453500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73972 MiB
End job on node132 at 2011-06-11 04:15:49