Trace number 3377777

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1968028041-077.UNKNOWN.cnf
MD5SUMb69cb091f87b56cc59075b29ac9c632c
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.34/0.59	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.59	c INFO: solving HOME/instance-3377777-1305458021.cnf
0.34/0.59	c INFO: computing task features
0.41/0.64	c INFO: computed variable-clause graph statistics
0.41/0.64	c INFO: computed clause balance statistics
0.71/0.90	c INFO: computed variable balance statistics
0.82/1.01	c INFO: computed small-clause counts
0.82/1.01	c INFO: computed Horn-clause counts
0.82/1.02	c INFO: computed variable graph statistics
0.82/1.02	c INFO: collected features for HOME/instance-3377777-1305458021.cnf in 0.43 s
0.82/1.03	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.50)
101.04/101.33	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.39/201.63	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.65/301.92	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
402.15/402.21	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.04)
502.65/502.52	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
603.23/602.85	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.02)
702.84/702.17	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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.0 (svn: 961)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.07 2.72 3.30 4/381 29572
/proc/meminfo: memFree=21975528/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=11796 CPUtime=0 cores=4,6
/proc/29572/stat : 29572 (runsolver) R 29570 29572 27552 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 657399842 12079104 52 33554432000 4194304 5432360 140734376902272 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/29572/statm: 2949 52 33 303 0 2643 0

[startup+0.021017 s]
/proc/loadavg: 1.07 2.72 3.30 4/381 29572
/proc/meminfo: memFree=21975528/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=15380 CPUtime=0 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 819 0 0 0 0 0 0 0 25 0 1 0 657399842 15749120 704 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29572/statm: 3845 704 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.10104 s]
/proc/loadavg: 1.07 2.72 3.30 4/381 29572
/proc/meminfo: memFree=21975528/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=85356 CPUtime=0.05 cores=4,6
/proc/29572/stat : 29572 (python) R 29570 29572 27552 0 -1 4202496 2581 0 0 0 4 1 0 0 17 0 1 0 657399842 87404544 2307 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29572/statm: 21339 2307 707 364 0 1556 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85356

[startup+0.30098 s]
/proc/loadavg: 1.07 2.72 3.30 4/381 29572
/proc/meminfo: memFree=21975528/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=135748 CPUtime=0.2 cores=4,6
/proc/29572/stat : 29572 (python) R 29570 29572 27552 0 -1 4202496 5976 933 1 0 14 6 0 0 17 0 1 0 657399842 139005952 4150 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29572/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.70091 s]
/proc/loadavg: 1.07 2.72 3.30 4/381 29572
/proc/meminfo: memFree=21975528/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=279948 CPUtime=0.51 cores=4,6
/proc/29572/stat : 29572 (python) R 29570 29572 27552 0 -1 4202496 9815 933 1 0 39 12 0 0 17 0 1 0 657399842 286666752 7372 33554432000 4194304 5683644 140737396952320 18446744073709551615 47200751144572 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29572/statm: 69987 7372 1826 364 0 5911 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 279948

[startup+1.50075 s]
/proc/loadavg: 1.07 2.72 3.30 5/401 29632
/proc/meminfo: memFree=21844776/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=290216 CPUtime=0.84 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 10114 933 1 0 72 12 0 0 20 0 2 0 657399842 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 72554 7427 1877 364 0 8472 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 290216

[startup+3.10045 s]
/proc/loadavg: 1.31 2.74 3.30 5/399 29661
/proc/meminfo: memFree=21862636/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=290216 CPUtime=0.84 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 10114 933 1 0 72 12 0 0 20 0 2 0 657399842 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 72554 7427 1877 364 0 8472 0
[pid=29633] ppid=29572 vsize=279972 CPUtime=0 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 657399946 286691328 5900 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687695375 0 0 16781312 514 7280429441753252097 0 0 17 4 0 0 0
/proc/29633/statm: 69993 5900 354 364 0 5911 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=2.04 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) R 29633 29635 29635 0 -1 4202496 553 0 0 0 204 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29572/tid=29634] ppid=29570 vsize=290216 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 657399946 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 1588272

[startup+6.30087 s]
/proc/loadavg: 1.31 2.74 3.30 5/407 29673
/proc/meminfo: memFree=21834836/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=290216 CPUtime=0.84 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 10114 933 1 0 72 12 0 0 20 0 2 0 657399842 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 72554 7427 1877 364 0 8472 0
[pid=29633] ppid=29572 vsize=279972 CPUtime=0.01 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 971 0 0 0 0 1 0 0 18 0 1 0 657399946 286691328 5928 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687695375 0 0 16781312 514 7280429441753252097 0 0 17 4 0 0 0
/proc/29633/statm: 69993 5928 382 364 0 5911 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=5.2 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) R 29633 29635 29635 0 -1 4202496 553 0 0 0 520 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29572/tid=29634] ppid=29570 vsize=290216 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 657399946 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1588272

[startup+12.7008 s]
/proc/loadavg: 1.72 2.78 3.31 5/407 29673
/proc/meminfo: memFree=21832228/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=290216 CPUtime=0.84 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 10114 933 1 0 72 12 0 0 20 0 2 0 657399842 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 72554 7427 1877 364 0 8472 0
[pid=29633] ppid=29572 vsize=279972 CPUtime=0.02 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 973 0 0 0 1 1 0 0 18 0 1 0 657399946 286691328 5928 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687695375 0 0 16781312 514 15165467124891091201 0 0 17 4 0 0 0
/proc/29633/statm: 69993 5928 382 364 0 5911 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=11.55 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) R 29633 29635 29635 0 -1 4202496 553 0 0 0 1155 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29572/tid=29634] ppid=29570 vsize=290216 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 657399946 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1588272

[startup+25.5004 s]
/proc/loadavg: 2.07 2.82 3.32 5/407 29673
/proc/meminfo: memFree=21832720/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=290216 CPUtime=0.84 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 10114 933 1 0 72 12 0 0 20 0 2 0 657399842 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 72554 7427 1877 364 0 8472 0
[pid=29633] ppid=29572 vsize=279972 CPUtime=0.06 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 978 0 0 0 3 3 0 0 18 0 1 0 657399946 286691328 5928 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687695375 0 0 16781312 514 15165467124891091201 0 0 17 4 0 0 0
/proc/29633/statm: 69993 5928 382 364 0 5911 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=24.34 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) R 29633 29635 29635 0 -1 4202496 553 0 0 0 2434 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134525002 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29572/tid=29634] ppid=29570 vsize=290216 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 657399946 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1588272

[startup+51.1008 s]
/proc/loadavg: 2.73 2.92 3.34 5/407 29674
/proc/meminfo: memFree=21832680/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=290216 CPUtime=0.84 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 10114 933 1 0 72 12 0 0 20 0 2 0 657399842 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 72554 7427 1877 364 0 8472 0
[pid=29633] ppid=29572 vsize=279972 CPUtime=0.12 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 990 0 0 0 7 5 0 0 18 0 1 0 657399946 286691328 5928 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687695375 0 0 16781312 514 15165467124891091201 0 0 17 4 0 0 0
/proc/29633/statm: 69993 5928 382 364 0 5911 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=49.86 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) R 29633 29635 29635 0 -1 4202496 553 0 0 0 4986 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29572/tid=29634] ppid=29570 vsize=290216 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 657399946 297181184 7427 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1588272

[startup+102.3 s]
/proc/loadavg: 3.45 3.08 3.37 5/419 29688
/proc/meminfo: memFree=21818360/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=300472 CPUtime=0.86 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 11010 933 1 0 73 13 0 0 20 0 3 0 657399842 307683328 7434 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 75118 7434 1880 364 0 11033 0
[pid=29633] ppid=29572 vsize=290216 CPUtime=0.27 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 1152 0 0 0 15 12 0 0 19 0 2 0 657399946 297181184 5966 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29633/statm: 72554 5966 415 364 0 8472 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=99.96 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) T 29633 29635 29635 0 -1 4202496 553 0 0 0 9996 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134525347 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29633/tid=29684] ppid=29572 vsize=290216 CPUtime=0 cores=4,6
/proc/29633/task/29684/stat : 29684 (python) S 29572 29572 27552 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657409974 297181184 5966 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604446017865728 0 0 -1 6 0 0 0
[pid=29685] ppid=29572 vsize=290228 CPUtime=0 cores=4,6
/proc/29685/stat : 29685 (python) S 29572 29572 27552 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 657409975 297193472 5898 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687695430 0 0 16781312 514 7280425593462587391 0 0 17 4 0 0 0
/proc/29685/statm: 72557 5898 348 364 0 8472 0
[pid=29688] ppid=29685 vsize=1018084 CPUtime=0.96 cores=4,6
/proc/29688/stat : 29688 (gnovelty+2) R 29685 29688 29688 0 -1 4202496 550 0 0 0 96 0 0 0 23 0 1 0 657409975 1042518016 287 33554432000 134512640 135663704 4293612768 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29688/statm: 254521 287 113 282 0 254237 0
[pid=29572/tid=29634] ppid=29570 vsize=300472 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 657399946 307683328 7434 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29686] ppid=29570 vsize=300472 CPUtime=0 cores=4,6
/proc/29572/task/29686/stat : 29686 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 657409975 307683328 7434 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 2917084

[startup+162.3 s]
/proc/loadavg: 3.94 3.31 3.43 5/423 29697
/proc/meminfo: memFree=21810840/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=300472 CPUtime=0.86 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 11010 933 1 0 73 13 0 0 20 0 3 0 657399842 307683328 7434 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 75118 7434 1880 364 0 11033 0
[pid=29633] ppid=29572 vsize=290216 CPUtime=0.27 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 1152 0 0 0 15 12 0 0 19 0 2 0 657399946 297181184 5966 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29633/statm: 72554 5966 415 364 0 8472 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=99.96 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) T 29633 29635 29635 0 -1 4202496 553 0 0 0 9996 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134525347 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29633/tid=29684] ppid=29572 vsize=290216 CPUtime=0 cores=4,6
/proc/29633/task/29684/stat : 29684 (python) S 29572 29572 27552 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657409974 297181184 5966 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604446017865728 0 0 -1 6 0 0 0
[pid=29685] ppid=29572 vsize=290228 CPUtime=0.16 cores=4,6

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

/proc/29685/statm: 72557 5951 400 364 0 8472 0
[pid=29688] ppid=29685 vsize=1018084 CPUtime=100.02 cores=4,6
/proc/29688/stat : 29688 (gnovelty+2) T 29685 29688 29688 0 -1 4202496 550 0 0 0 10002 0 0 0 25 0 1 0 657409975 1042518016 287 33554432000 134512640 135663704 4293612768 18446744073709551615 135007680 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29688/statm: 254521 287 113 282 0 254237 0
[pid=29685/tid=29708] ppid=29572 vsize=290228 CPUtime=0 cores=4,6
/proc/29685/task/29708/stat : 29708 (python) S 29572 29572 27552 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657420004 297193472 5951 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604446017864832 0 0 -1 4 0 0 0
[pid=29709] ppid=29572 vsize=300484 CPUtime=0.29 cores=4,6
/proc/29709/stat : 29709 (python) S 29572 29572 27552 0 -1 4202560 1079 0 0 0 15 14 0 0 19 0 2 0 657420005 307695616 5955 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29709/statm: 75121 5955 400 364 0 11033 0
[pid=29711] ppid=29709 vsize=417056 CPUtime=99.98 cores=4,6
/proc/29711/stat : 29711 (adaptg2wsat2009) T 29709 29711 29711 0 -1 4202496 718 0 0 0 9998 0 0 0 25 0 1 0 657420005 427065344 451 33554432000 134512640 135107411 4290224784 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29711/statm: 104264 451 59 146 0 103140 0
[pid=29709/tid=29746] ppid=29572 vsize=300484 CPUtime=0 cores=4,6
/proc/29709/task/29746/stat : 29746 (python) S 29572 29572 27552 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657430033 307695616 5955 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604450291488704 0 0 -1 6 0 0 0
[pid=29747] ppid=29572 vsize=310740 CPUtime=0.29 cores=4,6
/proc/29747/stat : 29747 (python) S 29572 29572 27552 0 -1 4202560 1092 0 0 0 15 14 0 0 19 0 2 0 657430034 318197760 5959 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29747/statm: 77685 5959 400 364 0 13594 0
[pid=29750] ppid=29747 vsize=417056 CPUtime=100.18 cores=4,6
/proc/29750/stat : 29750 (adaptg2wsat2009) T 29747 29750 29750 0 -1 4202496 717 0 0 0 10018 0 0 0 25 0 1 0 657430034 427065344 450 33554432000 134512640 135107411 4294631728 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29750/statm: 104264 450 59 146 0 103140 0
[pid=29747/tid=29769] ppid=29572 vsize=310740 CPUtime=0 cores=4,6
/proc/29747/task/29769/stat : 29769 (python) S 29572 29572 27552 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657440062 318197760 5959 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604440720645120 0 0 -1 6 0 0 0
[pid=29770] ppid=29572 vsize=320996 CPUtime=0.3 cores=4,6
/proc/29770/stat : 29770 (python) S 29572 29572 27552 0 -1 4202560 1090 0 0 0 16 14 0 0 19 0 2 0 657440064 328699904 5963 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29770/statm: 80249 5963 400 364 0 16155 0
[pid=29772] ppid=29770 vsize=417056 CPUtime=100.19 cores=4,6
/proc/29772/stat : 29772 (adaptg2wsat2009) T 29770 29772 29772 0 -1 4202496 719 0 0 0 10019 0 0 0 25 0 1 0 657440064 427065344 449 33554432000 134512640 135107411 4289518048 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29772/statm: 104264 449 59 146 0 103140 0
[pid=29770/tid=29788] ppid=29572 vsize=320996 CPUtime=0 cores=4,6
/proc/29770/task/29788/stat : 29788 (python) S 29572 29572 27552 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657450093 328699904 5963 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604450407809280 0 0 -1 6 0 0 0
[pid=29789] ppid=29572 vsize=331252 CPUtime=0.3 cores=4,6
/proc/29789/stat : 29789 (python) S 29572 29572 27552 0 -1 4202560 1094 0 0 0 18 12 0 0 19 0 2 0 657450094 339202048 5967 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29789/statm: 82813 5967 400 364 0 18716 0
[pid=29791] ppid=29789 vsize=1018084 CPUtime=100.31 cores=4,6
/proc/29791/stat : 29791 (gnovelty+2) T 29789 29791 29791 0 -1 4202496 554 0 0 0 10031 0 0 0 25 0 1 0 657450095 1042518016 287 33554432000 134512640 135663704 4287416480 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29791/statm: 254521 287 113 282 0 254237 0
[pid=29789/tid=29795] ppid=29572 vsize=331252 CPUtime=0 cores=4,6
/proc/29789/task/29795/stat : 29795 (python) S 29572 29572 27552 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657460126 339202048 5967 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604446899385600 0 0 -1 6 0 0 0
[pid=29796] ppid=29572 vsize=341508 CPUtime=0.3 cores=4,6
/proc/29796/stat : 29796 (python) S 29572 29572 27552 0 -1 4202560 1084 0 0 0 18 12 0 0 19 0 2 0 657460127 349704192 5971 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29796/statm: 85377 5971 400 364 0 21277 0
[pid=29798] ppid=29796 vsize=247228 CPUtime=99.3 cores=4,6
/proc/29798/stat : 29798 (FH) T 29796 29798 29798 0 -1 4202496 667 0 0 0 9930 0 0 0 25 0 1 0 657460127 253161472 405 33554432000 134512640 134936988 4288614688 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29798/statm: 61807 405 41 104 0 61311 0
[pid=29572/tid=29634] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 657399946 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29686] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29686/stat : 29686 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 657409975 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29710] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29710/stat : 29710 (python) S 29570 29572 27552 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 657420005 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29749] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29749/stat : 29749 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 657430034 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29771] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29771/stat : 29771 (python) S 29570 29572 27552 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 657440064 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29790] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29790/stat : 29790 (python) S 29570 29572 27552 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 657450095 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29797] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29797/stat : 29797 (python) S 29570 29572 27552 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 657460127 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.92
Current children cumulated vsize (KiB) 7100080



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+703.102 s]
/proc/loadavg: 3.05 3.13 3.28 5/466 29804
/proc/meminfo: memFree=21786288/32951124 swapFree=67111348/67111528
[pid=29572] ppid=29570 vsize=362008 CPUtime=0.95 cores=4,6
/proc/29572/stat : 29572 (python) S 29570 29572 27552 0 -1 4202496 16158 933 1 0 81 14 0 0 20 0 9 0 657399842 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29572/statm: 90502 7470 1892 364 0 26399 0
[pid=29633] ppid=29572 vsize=290216 CPUtime=0.27 cores=4,6
/proc/29633/stat : 29633 (python) S 29572 29572 27552 0 -1 4202560 1152 0 0 0 15 12 0 0 19 0 2 0 657399946 297181184 5966 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29633/statm: 72554 5966 415 364 0 8472 0
[pid=29635] ppid=29633 vsize=1018084 CPUtime=99.96 cores=4,6
/proc/29635/stat : 29635 (gnovelty+2) T 29633 29635 29635 0 -1 4202496 553 0 0 0 9996 0 0 0 25 0 1 0 657399946 1042518016 287 33554432000 134512640 135663704 4291225168 18446744073709551615 134525347 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29635/statm: 254521 287 113 282 0 254237 0
[pid=29633/tid=29684] ppid=29572 vsize=290216 CPUtime=0 cores=4,6
/proc/29633/task/29684/stat : 29684 (python) S 29572 29572 27552 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657409974 297181184 5966 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604446017865728 0 0 -1 6 0 0 0
[pid=29685] ppid=29572 vsize=290228 CPUtime=0.28 cores=4,6
/proc/29685/stat : 29685 (python) S 29572 29572 27552 0 -1 4202560 1074 0 0 0 15 13 0 0 19 0 2 0 657409975 297193472 5951 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29685/statm: 72557 5951 400 364 0 8472 0
[pid=29688] ppid=29685 vsize=1018084 CPUtime=100.02 cores=4,6
/proc/29688/stat : 29688 (gnovelty+2) T 29685 29688 29688 0 -1 4202496 550 0 0 0 10002 0 0 0 25 0 1 0 657409975 1042518016 287 33554432000 134512640 135663704 4293612768 18446744073709551615 135007680 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29688/statm: 254521 287 113 282 0 254237 0
[pid=29685/tid=29708] ppid=29572 vsize=290228 CPUtime=0 cores=4,6
/proc/29685/task/29708/stat : 29708 (python) S 29572 29572 27552 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657420004 297193472 5951 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604446017864832 0 0 -1 4 0 0 0
[pid=29709] ppid=29572 vsize=300484 CPUtime=0.29 cores=4,6
/proc/29709/stat : 29709 (python) S 29572 29572 27552 0 -1 4202560 1079 0 0 0 15 14 0 0 19 0 2 0 657420005 307695616 5955 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29709/statm: 75121 5955 400 364 0 11033 0
[pid=29711] ppid=29709 vsize=417056 CPUtime=99.98 cores=4,6
/proc/29711/stat : 29711 (adaptg2wsat2009) T 29709 29711 29711 0 -1 4202496 718 0 0 0 9998 0 0 0 25 0 1 0 657420005 427065344 451 33554432000 134512640 135107411 4290224784 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29711/statm: 104264 451 59 146 0 103140 0
[pid=29709/tid=29746] ppid=29572 vsize=300484 CPUtime=0 cores=4,6
/proc/29709/task/29746/stat : 29746 (python) S 29572 29572 27552 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657430033 307695616 5955 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604450291488704 0 0 -1 6 0 0 0
[pid=29747] ppid=29572 vsize=310740 CPUtime=0.29 cores=4,6
/proc/29747/stat : 29747 (python) S 29572 29572 27552 0 -1 4202560 1092 0 0 0 15 14 0 0 19 0 2 0 657430034 318197760 5959 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29747/statm: 77685 5959 400 364 0 13594 0
[pid=29750] ppid=29747 vsize=417056 CPUtime=100.18 cores=4,6
/proc/29750/stat : 29750 (adaptg2wsat2009) T 29747 29750 29750 0 -1 4202496 717 0 0 0 10018 0 0 0 25 0 1 0 657430034 427065344 450 33554432000 134512640 135107411 4294631728 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29750/statm: 104264 450 59 146 0 103140 0
[pid=29747/tid=29769] ppid=29572 vsize=310740 CPUtime=0 cores=4,6
/proc/29747/task/29769/stat : 29769 (python) S 29572 29572 27552 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657440062 318197760 5959 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604440720645120 0 0 -1 6 0 0 0
[pid=29770] ppid=29572 vsize=320996 CPUtime=0.3 cores=4,6
/proc/29770/stat : 29770 (python) S 29572 29572 27552 0 -1 4202560 1090 0 0 0 16 14 0 0 19 0 2 0 657440064 328699904 5963 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29770/statm: 80249 5963 400 364 0 16155 0
[pid=29772] ppid=29770 vsize=417056 CPUtime=100.19 cores=4,6
/proc/29772/stat : 29772 (adaptg2wsat2009) T 29770 29772 29772 0 -1 4202496 719 0 0 0 10019 0 0 0 25 0 1 0 657440064 427065344 449 33554432000 134512640 135107411 4289518048 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29772/statm: 104264 449 59 146 0 103140 0
[pid=29770/tid=29788] ppid=29572 vsize=320996 CPUtime=0 cores=4,6
/proc/29770/task/29788/stat : 29788 (python) S 29572 29572 27552 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657450093 328699904 5963 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604450407809280 0 0 -1 6 0 0 0
[pid=29789] ppid=29572 vsize=331252 CPUtime=0.3 cores=4,6
/proc/29789/stat : 29789 (python) S 29572 29572 27552 0 -1 4202560 1094 0 0 0 18 12 0 0 19 0 2 0 657450094 339202048 5967 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29789/statm: 82813 5967 400 364 0 18716 0
[pid=29791] ppid=29789 vsize=1018084 CPUtime=100.31 cores=4,6
/proc/29791/stat : 29791 (gnovelty+2) T 29789 29791 29791 0 -1 4202496 554 0 0 0 10031 0 0 0 25 0 1 0 657450095 1042518016 287 33554432000 134512640 135663704 4287416480 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29791/statm: 254521 287 113 282 0 254237 0
[pid=29789/tid=29795] ppid=29572 vsize=331252 CPUtime=0 cores=4,6
/proc/29789/task/29795/stat : 29795 (python) S 29572 29572 27552 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657460126 339202048 5967 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604446899385600 0 0 -1 6 0 0 0
[pid=29796] ppid=29572 vsize=341508 CPUtime=0.3 cores=4,6
/proc/29796/stat : 29796 (python) S 29572 29572 27552 0 -1 4202560 1084 0 0 0 18 12 0 0 19 0 2 0 657460127 349704192 5971 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29796/statm: 85377 5971 400 364 0 21277 0
[pid=29798] ppid=29796 vsize=247228 CPUtime=99.3 cores=4,6
/proc/29798/stat : 29798 (FH) T 29796 29798 29798 0 -1 4202496 667 0 0 0 9930 0 0 0 25 0 1 0 657460127 253161472 405 33554432000 134512640 134936988 4288614688 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29798/statm: 61807 405 41 104 0 61311 0
[pid=29796/tid=29801] ppid=29572 vsize=341508 CPUtime=0 cores=4,6
/proc/29796/task/29801/stat : 29801 (python) S 29572 29572 27552 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657470058 349704192 5971 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 514 18446604451151406912 0 0 -1 4 0 0 0
[pid=29802] ppid=29572 vsize=351764 CPUtime=0 cores=4,6
/proc/29802/stat : 29802 (python) S 29572 29572 27552 0 -1 4202560 773 0 0 0 0 0 0 0 19 0 1 0 657470059 360206336 5924 33554432000 4194304 5683644 140737396952320 18446744073709551615 212687695430 0 0 16781312 514 9069990993708711935 0 0 17 6 0 0 0
/proc/29802/statm: 87941 5924 350 364 0 23838 0
[pid=29804] ppid=29802 vsize=416916 CPUtime=0.95 cores=4,6
/proc/29804/stat : 29804 (adaptg2wsat2009) R 29802 29804 29804 0 -1 4202496 647 0 0 0 95 0 0 0 23 0 1 0 657470059 426921984 379 33554432000 134512640 135107411 4289792640 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29804/statm: 104229 379 49 146 0 103105 0
[pid=29572/tid=29634] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29634/stat : 29634 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 657399946 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29686] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29686/stat : 29686 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 657409975 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29710] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29710/stat : 29710 (python) S 29570 29572 27552 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 657420005 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29749] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29749/stat : 29749 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 657430034 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29771] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29771/stat : 29771 (python) S 29570 29572 27552 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 657440064 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29790] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29790/stat : 29790 (python) S 29570 29572 27552 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 657450095 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
[pid=29572/tid=29797] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29797/stat : 29797 (python) S 29570 29572 27552 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 657460127 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 6 0 0 0
[pid=29572/tid=29803] ppid=29570 vsize=362008 CPUtime=0 cores=4,6
/proc/29572/task/29803/stat : 29803 (python) S 29570 29572 27552 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 657470059 370696192 7470 33554432000 4194304 5683644 140737396952320 18446744073709551615 212699498929 0 0 16781312 2 18446604450729499584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.87
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 29572 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=820875
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=150977
# CPU time returned by wait4() is 0.971852
# while last known CPU time is 703.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.179
CPU time (s): 703.87
CPU user time (s): 702.82
CPU system time (s): 1.05
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 7868760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.820875
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17570
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= 13878
involuntary context switches= 32

runsolver used 2.92755 second user time and 5.98809 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 13:13:41
IDJOB=3377777
IDBENCH=83086
IDSOLVER=1857
FILE ID=node139/3377777-1305458021
RUNJOBID= node139-1305458019-29403
PBS_JOBID= 13324881
Free space on /tmp= 73344 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1968028041-077.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-3377777-1305458021/watcher-3377777-1305458021 -o /tmp/evaluation-result-3377777-1305458021/solver-3377777-1305458021 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377777-1305458021.cnf -seed 1159459067 -budget 2400

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

MD5SUM BENCH= b69cb091f87b56cc59075b29ac9c632c
RANDOM SEED=1159459067

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21975452 kB
Buffers:        315628 kB
Cached:        3077668 kB
SwapCached:          0 kB
Active:        8581792 kB
Inactive:      2081440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21975452 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           95700 kB
Writeback:           0 kB
AnonPages:     7269792 kB
Mapped:          29464 kB
Slab:           206100 kB
PageTables:      39324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77204088 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= 73312 MiB
End job on node139 at 2011-05-15 13:25:26