Trace number 3377390

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) 704.18 705.076

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S871131876-087-UNKNOWN.cnf
MD5SUM637b75113dde2f4a15dbf158341be921
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.8421
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
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 525000
Number of clauses of size over 50

Solver Data

0.85/1.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.85/1.63	c INFO: solving HOME/instance-3377390-1305452977.cnf
0.85/1.63	c INFO: computing task features
0.94/1.76	c INFO: computed variable-clause graph statistics
0.94/1.76	c INFO: computed clause balance statistics
1.65/2.42	c INFO: computed variable balance statistics
1.95/2.78	c INFO: computed small-clause counts
1.95/2.78	c INFO: computed Horn-clause counts
2.05/2.81	c INFO: computed variable graph statistics
2.05/2.81	c INFO: collected features for HOME/instance-3377390-1305452977.cnf in 1.18 s
2.05/2.82	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.29/103.10	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.49/203.38	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.80/303.64	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.09/403.90	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
503.28/504.17	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.56/604.47	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.04)
703.87/704.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.85 1.17 2.19 4/307 4794
/proc/meminfo: memFree=17557104/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=15080 CPUtime=0 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 615 0 0 0 0 0 0 0 20 0 1 0 656897461 15441920 513 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/4794/statm: 3770 513 300 364 0 257 0

[startup+0.039644 s]
/proc/loadavg: 0.85 1.17 2.19 4/307 4794
/proc/meminfo: memFree=17557104/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=16396 CPUtime=0.01 cores=0,2
/proc/4794/stat : 4794 (python) R 4791 4794 30479 0 -1 4202496 1109 0 0 0 1 0 0 0 20 0 1 0 656897461 16789504 979 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473963365 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4794/statm: 4099 979 407 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100633 s]
/proc/loadavg: 0.85 1.17 2.19 4/307 4794
/proc/meminfo: memFree=17557104/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=21100 CPUtime=0.02 cores=0,2
/proc/4794/stat : 4794 (python) R 4791 4794 30479 0 -1 4202496 1299 0 0 0 2 0 0 0 17 0 1 0 656897461 21606400 1152 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473965568 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/4794/statm: 5275 1152 428 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21100

[startup+0.300597 s]
/proc/loadavg: 0.85 1.17 2.19 4/307 4794
/proc/meminfo: memFree=17557104/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=84600 CPUtime=0.1 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 2407 0 0 0 3 7 0 0 17 0 1 0 656897461 86630400 2135 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/4794/statm: 21150 2135 707 364 0 1367 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 84600

[startup+0.70053 s]
/proc/loadavg: 0.85 1.17 2.19 4/307 4794
/proc/meminfo: memFree=17557104/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=126660 CPUtime=0.31 cores=0,2
/proc/4794/stat : 4794 (python) D 4791 4794 30479 0 -1 4202496 5201 934 1 0 11 20 0 0 17 0 1 0 656897461 129699840 3923 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4794/statm: 31665 3923 1003 364 0 2960 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 126660

[startup+1.50043 s]
/proc/loadavg: 0.85 1.17 2.19 4/320 4824
/proc/meminfo: memFree=17468504/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=256696 CPUtime=0.81 cores=0,2
/proc/4794/stat : 4794 (python) D 4791 4794 30479 0 -1 4202496 8438 934 1 0 29 52 0 0 16 0 1 0 656897461 262856704 6301 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4794/statm: 64174 6301 1648 364 0 5053 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 256696

[startup+3.10015 s]
/proc/loadavg: 0.85 1.17 2.19 5/320 4824
/proc/meminfo: memFree=17358180/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=292292 CPUtime=2.07 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 12443 934 1 0 150 57 0 0 20 0 2 0 656897461 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 73073 7946 1877 364 0 8991 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 292292
heavy processes:

[startup+6.30054 s]
/proc/loadavg: 1.10 1.22 2.20 6/326 4830
/proc/meminfo: memFree=17338268/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=292292 CPUtime=2.07 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 12443 934 1 0 150 57 0 0 20 0 2 0 656897461 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 73073 7946 1877 364 0 8991 0
[pid=4828] ppid=4794 vsize=282048 CPUtime=0 cores=0,2
/proc/4828/stat : 4828 (python) S 4794 4794 30479 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 656897744 288817152 6419 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987599 0 0 16781312 514 5050061308716613890 0 0 17 0 0 0 0
/proc/4828/statm: 70512 6419 354 364 0 6430 0
[pid=4830] ppid=4828 vsize=1018800 CPUtime=3.43 cores=0,2
/proc/4830/stat : 4830 (gnovelty+2) R 4828 4830 4830 0 -1 4202496 868 0 0 0 343 0 0 0 25 0 1 0 656897744 1043251200 603 33554432000 134512640 135663704 4291442192 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4830/statm: 254700 603 113 282 0 254416 0
[pid=4794/tid=4829] ppid=4791 vsize=292292 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 656897744 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 1593140

[startup+12.7005 s]
/proc/loadavg: 1.33 1.27 2.21 5/332 4836
/proc/meminfo: memFree=17308624/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=292292 CPUtime=2.07 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 12443 934 1 0 150 57 0 0 20 0 2 0 656897461 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 73073 7946 1877 364 0 8991 0
[pid=4828] ppid=4794 vsize=282048 CPUtime=0.01 cores=0,2
/proc/4828/stat : 4828 (python) S 4794 4794 30479 0 -1 4202560 982 0 0 0 0 1 0 0 18 0 1 0 656897744 288817152 6447 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987599 0 0 16781312 514 5050061308716613890 0 0 17 0 0 0 0
/proc/4828/statm: 70512 6447 382 364 0 6430 0
[pid=4830] ppid=4828 vsize=1018800 CPUtime=9.82 cores=0,2
/proc/4830/stat : 4830 (gnovelty+2) R 4828 4830 4830 0 -1 4202496 868 0 0 0 982 0 0 0 25 0 1 0 656897744 1043251200 603 33554432000 134512640 135663704 4291442192 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4830/statm: 254700 603 113 282 0 254416 0
[pid=4794/tid=4829] ppid=4791 vsize=292292 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 656897744 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 1593140

[startup+25.5012 s]
/proc/loadavg: 1.92 1.40 2.24 5/332 4837
/proc/meminfo: memFree=17278384/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=292292 CPUtime=2.07 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 12443 934 1 0 150 57 0 0 20 0 2 0 656897461 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 73073 7946 1877 364 0 8991 0
[pid=4828] ppid=4794 vsize=282048 CPUtime=0.05 cores=0,2
/proc/4828/stat : 4828 (python) S 4794 4794 30479 0 -1 4202560 989 0 0 0 2 3 0 0 18 0 1 0 656897744 288817152 6447 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987599 0 0 16781312 514 17402120066392097026 0 0 17 0 0 0 0
/proc/4828/statm: 70512 6447 382 364 0 6430 0
[pid=4830] ppid=4828 vsize=1018800 CPUtime=22.57 cores=0,2
/proc/4830/stat : 4830 (gnovelty+2) R 4828 4830 4830 0 -1 4202496 868 0 0 0 2257 0 0 0 25 0 1 0 656897744 1043251200 603 33554432000 134512640 135663704 4291442192 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4830/statm: 254700 603 113 282 0 254416 0
[pid=4794/tid=4829] ppid=4791 vsize=292292 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 656897744 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 1593140

[startup+51.1007 s]
/proc/loadavg: 2.63 1.61 2.28 6/332 4872
/proc/meminfo: memFree=17329564/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=292292 CPUtime=2.07 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 12443 934 1 0 150 57 0 0 20 0 2 0 656897461 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 73073 7946 1877 364 0 8991 0
[pid=4828] ppid=4794 vsize=282048 CPUtime=0.11 cores=0,2
/proc/4828/stat : 4828 (python) S 4794 4794 30479 0 -1 4202560 1001 0 0 0 5 6 0 0 18 0 1 0 656897744 288817152 6447 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987599 0 0 16781312 514 17402120066392097026 0 0 17 0 0 0 0
/proc/4828/statm: 70512 6447 382 364 0 6430 0
[pid=4830] ppid=4828 vsize=1018800 CPUtime=48.11 cores=0,2
/proc/4830/stat : 4830 (gnovelty+2) R 4828 4830 4830 0 -1 4202496 868 0 0 0 4811 0 0 0 25 0 1 0 656897744 1043251200 603 33554432000 134512640 135663704 4291442192 18446744073709551615 134524670 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4830/statm: 254700 603 113 282 0 254416 0
[pid=4794/tid=4829] ppid=4791 vsize=292292 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 656897744 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 1593140

[startup+102.313 s]
/proc/loadavg: 3.47 1.99 2.38 6/332 4909
/proc/meminfo: memFree=17325436/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=292292 CPUtime=2.07 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 12443 934 1 0 150 57 0 0 20 0 2 0 656897461 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 73073 7946 1877 364 0 8991 0
[pid=4828] ppid=4794 vsize=282048 CPUtime=0.22 cores=0,2
/proc/4828/stat : 4828 (python) S 4794 4794 30479 0 -1 4202560 1021 0 0 0 11 11 0 0 18 0 1 0 656897744 288817152 6447 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987599 0 0 16781312 514 17402120066392097026 0 0 17 0 0 0 0
/proc/4828/statm: 70512 6447 382 364 0 6430 0
[pid=4830] ppid=4828 vsize=1018800 CPUtime=99.22 cores=0,2
/proc/4830/stat : 4830 (gnovelty+2) R 4828 4830 4830 0 -1 4202496 868 0 0 0 9922 0 0 0 25 0 1 0 656897744 1043251200 603 33554432000 134512640 135663704 4291442192 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4830/statm: 254700 603 113 282 0 254416 0
[pid=4794/tid=4829] ppid=4791 vsize=292292 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 656897744 299307008 7946 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 1593140

[startup+162.301 s]
/proc/loadavg: 3.84 2.37 2.48 6/344 4922
/proc/meminfo: memFree=17269928/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=302548 CPUtime=2.08 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 13299 934 1 0 151 57 0 0 20 0 3 0 656897461 309809152 7953 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 75637 7953 1880 364 0 11552 0
[pid=4828] ppid=4794 vsize=292292 CPUtime=0.23 cores=0,2
/proc/4828/stat : 4828 (python) S 4794 4794 30479 0 -1 4202560 1162 0 0 0 12 11 0 0 19 0 2 0 656897744 299307008 6485 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4828/statm: 73073 6485 415 364 0 8991 0
[pid=4830] ppid=4828 vsize=1018800 CPUtime=99.98 cores=0,2
/proc/4830/stat : 4830 (gnovelty+2) T 4828 4830 4830 0 -1 4202496 868 0 0 0 9998 0 0 0 25 0 1 0 656897744 1043251200 603 33554432000 134512640 135663704 4291442192 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4830/statm: 254700 603 113 282 0 254416 0
[pid=4828/tid=4914] ppid=4794 vsize=292292 CPUtime=0 cores=0,2
/proc/4828/task/4914/stat : 4914 (python) S 4794 4794 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656907770 299307008 6485 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604441203600384 0 0 -1 2 0 0 0
[pid=4915] ppid=4794 vsize=292304 CPUtime=0.15 cores=0,2
/proc/4915/stat : 4915 (python) S 4794 4794 30479 0 -1 4202560 909 0 0 0 8 7 0 0 18 0 1 0 656907772 299319296 6440 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987654 0 0 16781312 514 17402120066392097025 0 0 17 0 0 0 0
/proc/4915/statm: 73076 6440 371 364 0 8991 0
[pid=4917] ppid=4915 vsize=1018800 CPUtime=59.05 cores=0,2
/proc/4917/stat : 4917 (gnovelty+2) R 4915 4917 4917 0 -1 4202496 865 0 0 0 5905 0 0 0 25 0 1 0 656907772 1043251200 602 33554432000 134512640 135663704 4292154048 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4917/statm: 254700 602 113 282 0 254416 0
[pid=4794/tid=4829] ppid=4791 vsize=302548 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 3 0 656897744 309809152 7953 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=4916] ppid=4791 vsize=302548 CPUtime=0 cores=0,2
/proc/4794/task/4916/stat : 4916 (python) S 4791 4794 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 656907772 309809152 7953 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 2924744

[startup+222.301 s]
/proc/loadavg: 3.98 2.68 2.58 5/360 4940
/proc/meminfo: memFree=17202172/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=312956 CPUtime=2.1 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 14155 934 1 0 152 58 0 0 20 0 4 0 656897461 320466944 7997 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

/proc/4915/statm: 73076 6470 400 364 0 8991 0
[pid=4917] ppid=4915 vsize=1018800 CPUtime=100.03 cores=0,2
/proc/4917/stat : 4917 (gnovelty+2) T 4915 4917 4917 0 -1 4202496 865 0 0 0 10003 0 0 0 25 0 1 0 656907772 1043251200 602 33554432000 134512640 135663704 4292154048 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4917/statm: 254700 602 113 282 0 254416 0
[pid=4915/tid=4932] ppid=4794 vsize=292304 CPUtime=0 cores=0,2
/proc/4915/task/4932/stat : 4932 (python) S 4794 4794 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656917799 299319296 6470 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604450239788352 0 0 -1 2 0 0 0
[pid=4933] ppid=4794 vsize=302712 CPUtime=0.24 cores=0,2
/proc/4933/stat : 4933 (python) S 4794 4794 30479 0 -1 4202560 1089 0 0 0 12 12 0 0 19 0 2 0 656917800 309977088 6512 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4933/statm: 75678 6512 400 364 0 11590 0
[pid=4935] ppid=4933 vsize=420484 CPUtime=99.99 cores=0,2
/proc/4935/stat : 4935 (adaptg2wsat2009) T 4933 4935 4935 0 -1 4202496 1759 0 0 0 9998 1 0 0 25 0 1 0 656917800 430575616 1493 33554432000 134512640 135107411 4286957152 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4935/statm: 105121 1493 59 146 0 103997 0
[pid=4933/tid=5087] ppid=4794 vsize=302712 CPUtime=0 cores=0,2
/proc/4933/task/5087/stat : 5087 (python) S 4794 4794 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656927824 309977088 6512 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604453869691136 0 0 -1 2 0 0 0
[pid=5088] ppid=4794 vsize=312968 CPUtime=0.25 cores=0,2
/proc/5088/stat : 5088 (python) S 4794 4794 30479 0 -1 4202560 1083 0 0 0 12 13 0 0 19 0 2 0 656927826 320479232 6536 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5088/statm: 78242 6536 400 364 0 14151 0
[pid=5090] ppid=5088 vsize=420484 CPUtime=100.01 cores=0,2
/proc/5090/stat : 5090 (adaptg2wsat2009) T 5088 5090 5090 0 -1 4202496 1763 0 0 0 10001 0 0 0 25 0 1 0 656927826 430575616 1494 33554432000 134512640 135107411 4292043840 18446744073709551615 134547589 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5090/statm: 105121 1494 59 146 0 103997 0
[pid=5088/tid=5103] ppid=4794 vsize=312968 CPUtime=0 cores=0,2
/proc/5088/task/5103/stat : 5103 (python) S 4794 4794 30479 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656937851 320479232 6536 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604437173988416 0 0 -1 2 0 0 0
[pid=5104] ppid=4794 vsize=323224 CPUtime=0.26 cores=0,2
/proc/5104/stat : 5104 (python) S 4794 4794 30479 0 -1 4202560 1098 0 0 0 13 13 0 0 19 0 2 0 656937852 330981376 6540 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5104/statm: 80806 6540 400 364 0 16712 0
[pid=5106] ppid=5104 vsize=420484 CPUtime=99.98 cores=0,2
/proc/5106/stat : 5106 (adaptg2wsat2009) T 5104 5106 5106 0 -1 4202496 1760 0 0 0 9998 0 0 0 25 0 1 0 656937852 430575616 1493 33554432000 134512640 135107411 4292089872 18446744073709551615 134531844 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5106/statm: 105121 1493 59 146 0 103997 0
[pid=5104/tid=5118] ppid=4794 vsize=323224 CPUtime=0 cores=0,2
/proc/5104/task/5118/stat : 5118 (python) S 4794 4794 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947878 330981376 6540 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604453864230976 0 0 -1 2 0 0 0
[pid=5119] ppid=4794 vsize=333616 CPUtime=0.26 cores=0,2
/proc/5119/stat : 5119 (python) S 4794 4794 30479 0 -1 4202560 1098 0 0 0 13 13 0 0 19 0 2 0 656947879 341622784 6558 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5119/statm: 83404 6558 400 364 0 19307 0
[pid=5121] ppid=5119 vsize=1018800 CPUtime=100.02 cores=0,2
/proc/5121/stat : 5121 (gnovelty+2) T 5119 5121 5121 0 -1 4202496 870 0 0 0 10002 0 0 0 25 0 1 0 656947879 1043251200 602 33554432000 134512640 135663704 4294390416 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5121/statm: 254700 602 113 282 0 254416 0
[pid=5119/tid=5131] ppid=4794 vsize=333616 CPUtime=0 cores=0,2
/proc/5119/task/5131/stat : 5131 (python) S 4794 4794 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656957908 341622784 6558 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604441203599488 0 0 -1 0 0 0 0
[pid=5132] ppid=4794 vsize=343872 CPUtime=0.24 cores=0,2
/proc/5132/stat : 5132 (python) S 4794 4794 30479 0 -1 4202560 940 0 0 0 14 10 0 0 18 0 1 0 656957909 352124928 6558 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987654 0 0 16781312 514 17402120066392097025 0 0 17 0 0 0 0
/proc/5132/statm: 85968 6558 371 364 0 21868 0
[pid=5134] ppid=5132 vsize=250364 CPUtime=97.58 cores=0,2
/proc/5134/stat : 5134 (FH) R 5132 5134 5134 0 -1 4202496 1677 0 0 0 9758 0 0 0 25 0 1 0 656957909 256372736 1407 33554432000 134512640 134936988 4288209808 18446744073709551615 134553554 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5134/statm: 62591 1407 41 104 0 62095 0
[pid=4794/tid=4829] ppid=4791 vsize=354116 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 656897744 362614784 8081 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=4916] ppid=4791 vsize=354116 CPUtime=0 cores=0,2
/proc/4794/task/4916/stat : 4916 (python) S 4791 4794 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 656907772 362614784 8081 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=4934] ppid=4791 vsize=354116 CPUtime=0 cores=0,2
/proc/4794/task/4934/stat : 4934 (python) S 4791 4794 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 656917800 362614784 8081 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=5089] ppid=4791 vsize=354116 CPUtime=0 cores=0,2
/proc/4794/task/5089/stat : 5089 (python) S 4791 4794 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 8 0 656927826 362614784 8081 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=5105] ppid=4791 vsize=354116 CPUtime=0 cores=0,2
/proc/4794/task/5105/stat : 5105 (python) S 4791 4794 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 656937852 362614784 8081 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 2 0 0 0
[pid=4794/tid=5120] ppid=4791 vsize=354116 CPUtime=0 cores=0,2
/proc/4794/task/5120/stat : 5120 (python) S 4791 4794 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 656947879 362614784 8081 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=5133] ppid=4791 vsize=354116 CPUtime=0 cores=0,2
/proc/4794/task/5133/stat : 5133 (python) S 4791 4794 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 656957909 362614784 8081 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.47
Current children cumulated vsize (KiB) 7123320



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 4.16 3.80 3.17 6/408 5158
/proc/meminfo: memFree=17051128/32950928 swapFree=67111348/67111528
[pid=4794] ppid=4791 vsize=364372 CPUtime=2.18 cores=0,2
/proc/4794/stat : 4794 (python) S 4791 4794 30479 0 -1 4202496 18550 934 1 0 159 59 0 0 20 0 9 0 656897461 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4794/statm: 91093 8087 1892 364 0 26990 0
[pid=4828] ppid=4794 vsize=292292 CPUtime=0.23 cores=0,2
/proc/4828/stat : 4828 (python) S 4794 4794 30479 0 -1 4202560 1162 0 0 0 12 11 0 0 19 0 2 0 656897744 299307008 6485 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4828/statm: 73073 6485 415 364 0 8991 0
[pid=4830] ppid=4828 vsize=1018800 CPUtime=99.98 cores=0,2
/proc/4830/stat : 4830 (gnovelty+2) T 4828 4830 4830 0 -1 4202496 868 0 0 0 9998 0 0 0 25 0 1 0 656897744 1043251200 603 33554432000 134512640 135663704 4291442192 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4830/statm: 254700 603 113 282 0 254416 0
[pid=4828/tid=4914] ppid=4794 vsize=292292 CPUtime=0 cores=0,2
/proc/4828/task/4914/stat : 4914 (python) S 4794 4794 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656907770 299307008 6485 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604441203600384 0 0 -1 2 0 0 0
[pid=4915] ppid=4794 vsize=292304 CPUtime=0.24 cores=0,2
/proc/4915/stat : 4915 (python) S 4794 4794 30479 0 -1 4202560 1076 0 0 0 13 11 0 0 19 0 2 0 656907772 299319296 6470 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4915/statm: 73076 6470 400 364 0 8991 0
[pid=4917] ppid=4915 vsize=1018800 CPUtime=100.03 cores=0,2
/proc/4917/stat : 4917 (gnovelty+2) T 4915 4917 4917 0 -1 4202496 865 0 0 0 10003 0 0 0 25 0 1 0 656907772 1043251200 602 33554432000 134512640 135663704 4292154048 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4917/statm: 254700 602 113 282 0 254416 0
[pid=4915/tid=4932] ppid=4794 vsize=292304 CPUtime=0 cores=0,2
/proc/4915/task/4932/stat : 4932 (python) S 4794 4794 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656917799 299319296 6470 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604450239788352 0 0 -1 2 0 0 0
[pid=4933] ppid=4794 vsize=302712 CPUtime=0.24 cores=0,2
/proc/4933/stat : 4933 (python) S 4794 4794 30479 0 -1 4202560 1089 0 0 0 12 12 0 0 19 0 2 0 656917800 309977088 6512 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4933/statm: 75678 6512 400 364 0 11590 0
[pid=4935] ppid=4933 vsize=420484 CPUtime=99.99 cores=0,2
/proc/4935/stat : 4935 (adaptg2wsat2009) T 4933 4935 4935 0 -1 4202496 1759 0 0 0 9998 1 0 0 25 0 1 0 656917800 430575616 1493 33554432000 134512640 135107411 4286957152 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4935/statm: 105121 1493 59 146 0 103997 0
[pid=4933/tid=5087] ppid=4794 vsize=302712 CPUtime=0 cores=0,2
/proc/4933/task/5087/stat : 5087 (python) S 4794 4794 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656927824 309977088 6512 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604453869691136 0 0 -1 2 0 0 0
[pid=5088] ppid=4794 vsize=312968 CPUtime=0.25 cores=0,2
/proc/5088/stat : 5088 (python) S 4794 4794 30479 0 -1 4202560 1083 0 0 0 12 13 0 0 19 0 2 0 656927826 320479232 6536 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5088/statm: 78242 6536 400 364 0 14151 0
[pid=5090] ppid=5088 vsize=420484 CPUtime=100.01 cores=0,2
/proc/5090/stat : 5090 (adaptg2wsat2009) T 5088 5090 5090 0 -1 4202496 1763 0 0 0 10001 0 0 0 25 0 1 0 656927826 430575616 1494 33554432000 134512640 135107411 4292043840 18446744073709551615 134547589 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5090/statm: 105121 1494 59 146 0 103997 0
[pid=5088/tid=5103] ppid=4794 vsize=312968 CPUtime=0 cores=0,2
/proc/5088/task/5103/stat : 5103 (python) S 4794 4794 30479 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656937851 320479232 6536 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604437173988416 0 0 -1 2 0 0 0
[pid=5104] ppid=4794 vsize=323224 CPUtime=0.26 cores=0,2
/proc/5104/stat : 5104 (python) S 4794 4794 30479 0 -1 4202560 1098 0 0 0 13 13 0 0 19 0 2 0 656937852 330981376 6540 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5104/statm: 80806 6540 400 364 0 16712 0
[pid=5106] ppid=5104 vsize=420484 CPUtime=99.98 cores=0,2
/proc/5106/stat : 5106 (adaptg2wsat2009) T 5104 5106 5106 0 -1 4202496 1760 0 0 0 9998 0 0 0 25 0 1 0 656937852 430575616 1493 33554432000 134512640 135107411 4292089872 18446744073709551615 134531844 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5106/statm: 105121 1493 59 146 0 103997 0
[pid=5104/tid=5118] ppid=4794 vsize=323224 CPUtime=0 cores=0,2
/proc/5104/task/5118/stat : 5118 (python) S 4794 4794 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947878 330981376 6540 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604453864230976 0 0 -1 2 0 0 0
[pid=5119] ppid=4794 vsize=333616 CPUtime=0.26 cores=0,2
/proc/5119/stat : 5119 (python) S 4794 4794 30479 0 -1 4202560 1098 0 0 0 13 13 0 0 19 0 2 0 656947879 341622784 6558 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5119/statm: 83404 6558 400 364 0 19307 0
[pid=5121] ppid=5119 vsize=1018800 CPUtime=100.02 cores=0,2
/proc/5121/stat : 5121 (gnovelty+2) T 5119 5121 5121 0 -1 4202496 870 0 0 0 10002 0 0 0 25 0 1 0 656947879 1043251200 602 33554432000 134512640 135663704 4294390416 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5121/statm: 254700 602 113 282 0 254416 0
[pid=5119/tid=5131] ppid=4794 vsize=333616 CPUtime=0 cores=0,2
/proc/5119/task/5131/stat : 5131 (python) S 4794 4794 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656957908 341622784 6558 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604441203599488 0 0 -1 0 0 0 0
[pid=5132] ppid=4794 vsize=343872 CPUtime=0.27 cores=0,2
/proc/5132/stat : 5132 (python) S 4794 4794 30479 0 -1 4202560 1105 0 0 0 16 11 0 0 19 0 2 0 656957909 352124928 6588 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5132/statm: 85968 6588 400 364 0 21868 0
[pid=5134] ppid=5132 vsize=250364 CPUtime=100.01 cores=0,2
/proc/5134/stat : 5134 (FH) T 5132 5134 5134 0 -1 4202496 1677 0 0 0 10001 0 0 0 25 0 1 0 656957909 256372736 1407 33554432000 134512640 134936988 4288209808 18446744073709551615 134544807 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5134/statm: 62591 1407 41 104 0 62095 0
[pid=5132/tid=5152] ppid=4794 vsize=343872 CPUtime=0 cores=0,2
/proc/5132/task/5152/stat : 5152 (python) S 4794 4794 30479 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656967935 352124928 6588 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 514 18446604444985083200 0 0 -1 2 0 0 0
[pid=5153] ppid=4794 vsize=354128 CPUtime=0 cores=0,2
/proc/5153/stat : 5153 (python) S 4794 4794 30479 0 -1 4202560 781 0 0 0 0 0 0 0 19 0 1 0 656967937 362627072 6541 33554432000 4194304 5683644 140736866012464 18446744073709551615 274473987654 0 0 16781312 514 14305729025736179711 0 0 17 0 0 0 0
/proc/5153/statm: 88532 6541 350 364 0 24429 0
[pid=5155] ppid=5153 vsize=418764 CPUtime=0.23 cores=0,2
/proc/5155/stat : 5155 (adaptg2wsat2009) R 5153 5155 5155 0 -1 4202496 1188 0 0 0 23 0 0 0 21 0 1 0 656967937 428814336 917 33554432000 134512640 135107411 4287416912 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5155/statm: 104691 917 49 146 0 103567 0
[pid=4794/tid=4829] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/4829/stat : 4829 (python) S 4791 4794 30479 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 656897744 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=4916] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/4916/stat : 4916 (python) S 4791 4794 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656907772 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=4934] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/4934/stat : 4934 (python) S 4791 4794 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 656917800 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=5089] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/5089/stat : 5089 (python) S 4791 4794 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 656927826 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=5105] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/5105/stat : 5105 (python) S 4791 4794 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656937852 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 2 0 0 0
[pid=4794/tid=5120] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/5120/stat : 5120 (python) S 4791 4794 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 656947879 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=5133] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/5133/stat : 5133 (python) S 4791 4794 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656957909 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
[pid=4794/tid=5154] ppid=4791 vsize=364372 CPUtime=0 cores=0,2
/proc/4794/task/5154/stat : 5154 (python) S 4791 4794 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656967937 373116928 8087 33554432000 4194304 5683644 140736866012464 18446744073709551615 274485791153 0 0 16781312 2 18446604451712427200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.18
Current children cumulated vsize (KiB) 7906468

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

Real time (s): 705.076
CPU time (s): 704.18
CPU user time (s): 702.74
CPU system time (s): 1.44
CPU usage (%): 99.8729
Max. virtual memory (cumulated for all children) (KiB): 7906468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.60076
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19982
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= 56239
involuntary context switches= 54

runsolver used 2.50962 second user time and 6.16206 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 11:49:38
IDJOB=3377390
IDBENCH=82699
IDSOLVER=1857
FILE ID=node125/3377390-1305452977
RUNJOBID= node125-1305452977-4765
PBS_JOBID= 13324855
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S871131876-087-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-3377390-1305452977/watcher-3377390-1305452977 -o /tmp/evaluation-result-3377390-1305452977/solver-3377390-1305452977 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377390-1305452977.cnf -seed 1794774371 -budget 2400

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

MD5SUM BENCH= 637b75113dde2f4a15dbf158341be921
RANDOM SEED=1794774371

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      17557408 kB
Buffers:        278608 kB
Cached:        4679764 kB
SwapCached:          0 kB
Active:       11301900 kB
Inactive:      3712212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17557408 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          103712 kB
Writeback:           0 kB
AnonPages:    10056432 kB
Mapped:          28964 kB
Slab:           279936 kB
PageTables:      37048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50989460 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= 73100 MiB
End job on node125 at 2011-05-15 12:01:25