Trace number 3377413

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) 701.14 700.673

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1516725086-012.UNKNOWN.cnf
MD5SUM700fcf61c35143a2185883134d0eb67b
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.46/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.46/0.70	c INFO: solving HOME/instance-3377413-1305453046.cnf
0.46/0.70	c INFO: computing task features
0.46/0.70	c INFO: computed variable-clause graph statistics
0.46/0.70	c INFO: computed clause balance statistics
0.56/0.87	c INFO: computed variable balance statistics
0.66/0.95	c INFO: computed small-clause counts
0.66/0.95	c INFO: computed Horn-clause counts
0.66/0.96	c INFO: computed variable graph statistics
0.66/0.96	c INFO: collected features for HOME/instance-3377413-1305453046.cnf in 0.35 s
0.66/0.98	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.50)
100.95/101.22	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.09)
201.17/201.47	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.05)
300.69/300.72	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.04)
400.93/400.96	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.03)
500.45/500.22	c INFO: running gnovelty+2@0 for 97 with 1901 remaining (b = 0.02)
599.88/599.49	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.02)
700.21/699.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 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-3377413-1305453046/watcher-3377413-1305453046 -o /tmp/evaluation-result-3377413-1305453046/solver-3377413-1305453046 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377413-1305453046.cnf -seed 331704808 -budget 2400 

running on 2 cores: 5,7

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: 2.93 1.72 2.31 4/328 4900
/proc/meminfo: memFree=17355244/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=15380 CPUtime=0 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 790 0 0 0 0 0 0 0 25 0 1 0 656904287 15749120 679 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/4900/statm: 3845 679 322 364 0 332 0

[startup+0.0948991 s]
/proc/loadavg: 2.93 1.72 2.31 4/328 4900
/proc/meminfo: memFree=17355244/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=85624 CPUtime=0.06 cores=5,7
/proc/4900/stat : 4900 (python) R 4898 4900 30479 0 -1 4202496 2627 0 0 0 4 2 0 0 18 0 1 0 656904287 87678976 2348 33554432000 4194304 5683644 140733501561504 18446744073709551615 5043784 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4900/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.100894 s]
/proc/loadavg: 2.93 1.72 2.31 4/328 4900
/proc/meminfo: memFree=17355244/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=93964 CPUtime=0.06 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 2692 0 0 0 4 2 0 0 17 0 1 0 656904287 96219136 2407 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/4900/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300925 s]
/proc/loadavg: 2.93 1.72 2.31 4/328 4900
/proc/meminfo: memFree=17355244/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=135752 CPUtime=0.18 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 5971 933 1 0 13 5 0 0 17 0 1 0 656904287 139010048 4149 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/4900/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700789 s]
/proc/loadavg: 2.93 1.72 2.31 4/328 4900
/proc/meminfo: memFree=17355244/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=279852 CPUtime=0.46 cores=5,7
/proc/4900/stat : 4900 (python) R 4898 4900 30479 0 -1 4202496 9771 933 1 0 37 9 0 0 15 0 1 0 656904287 286568448 7347 33554432000 4194304 5683644 140733501561504 18446744073709551615 46982764265478 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4900/statm: 69963 7347 1826 364 0 5887 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 279852

[startup+1.50065 s]
/proc/loadavg: 3.02 1.76 2.32 5/332 4908
/proc/meminfo: memFree=17328676/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=290120 CPUtime=0.73 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10074 933 1 0 64 9 0 0 17 0 2 0 656904287 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 72530 7408 1877 364 0 8448 0
[pid=4906] ppid=4900 vsize=279876 CPUtime=0 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656904385 286593024 5881 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987599 0 0 16781312 514 4261695253804744703 0 0 17 5 0 0 0
/proc/4906/statm: 69969 5881 354 364 0 5887 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=0.51 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) R 4906 4908 4908 0 -1 4202496 536 0 0 0 51 0 0 0 20 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4900/tid=4907] ppid=4898 vsize=290120 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 656904385 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1588072

[startup+3.10037 s]
/proc/loadavg: 3.02 1.76 2.32 5/332 4908
/proc/meminfo: memFree=17328096/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=290120 CPUtime=0.73 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10074 933 1 0 64 9 0 0 17 0 2 0 656904287 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 72530 7408 1877 364 0 8448 0
[pid=4906] ppid=4900 vsize=279876 CPUtime=0 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656904385 286593024 5881 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987599 0 0 16781312 514 4261695253804712199 0 0 17 5 0 0 0
/proc/4906/statm: 69969 5881 354 364 0 5887 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=2.11 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) R 4906 4908 4908 0 -1 4202496 536 0 0 0 211 0 0 0 25 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4900/tid=4907] ppid=4898 vsize=290120 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 656904385 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1588072

[startup+6.3008 s]
/proc/loadavg: 3.02 1.76 2.32 5/332 4908
/proc/meminfo: memFree=17326644/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=290120 CPUtime=0.73 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10074 933 1 0 64 9 0 0 17 0 2 0 656904287 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 72530 7408 1877 364 0 8448 0
[pid=4906] ppid=4900 vsize=279876 CPUtime=0 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 965 0 0 0 0 0 0 0 18 0 1 0 656904385 286593024 5908 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987599 0 0 16781312 514 4261695253804712199 0 0 17 5 0 0 0
/proc/4906/statm: 69969 5908 381 364 0 5887 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=5.3 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) R 4906 4908 4908 0 -1 4202496 536 0 0 0 530 0 0 0 25 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4900/tid=4907] ppid=4898 vsize=290120 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 656904385 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1588072

[startup+12.7007 s]
/proc/loadavg: 3.17 1.83 2.34 5/332 4908
/proc/meminfo: memFree=17325788/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=290120 CPUtime=0.73 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10074 933 1 0 64 9 0 0 17 0 2 0 656904287 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 72530 7408 1877 364 0 8448 0
[pid=4906] ppid=4900 vsize=279876 CPUtime=0.02 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 969 0 0 0 1 1 0 0 18 0 1 0 656904385 286593024 5909 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987599 0 0 16781312 514 1244172173619200263 0 0 17 5 0 0 0
/proc/4906/statm: 69969 5909 382 364 0 5887 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=11.69 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) R 4906 4908 4908 0 -1 4202496 536 0 0 0 1169 0 0 0 25 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4900/tid=4907] ppid=4898 vsize=290120 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 656904385 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1588072

[startup+25.5004 s]
/proc/loadavg: 3.37 1.92 2.36 5/332 4909
/proc/meminfo: memFree=17325300/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=290120 CPUtime=0.73 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10074 933 1 0 64 9 0 0 17 0 2 0 656904287 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 72530 7408 1877 364 0 8448 0
[pid=4906] ppid=4900 vsize=279876 CPUtime=0.04 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 974 0 0 0 2 2 0 0 18 0 1 0 656904385 286593024 5909 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987599 0 0 16781312 514 1244172173619200263 0 0 17 5 0 0 0
/proc/4906/statm: 69969 5909 382 364 0 5887 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=24.46 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) R 4906 4908 4908 0 -1 4202496 536 0 0 0 2446 0 0 0 25 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4900/tid=4907] ppid=4898 vsize=290120 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 656904385 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1588072

[startup+51.1009 s]
/proc/loadavg: 3.58 2.09 2.40 5/344 4921
/proc/meminfo: memFree=17272548/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=290120 CPUtime=0.73 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10074 933 1 0 64 9 0 0 17 0 2 0 656904287 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 72530 7408 1877 364 0 8448 0
[pid=4906] ppid=4900 vsize=279876 CPUtime=0.09 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 986 0 0 0 5 4 0 0 18 0 1 0 656904385 286593024 5909 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987599 0 0 16781312 514 1244172173619200263 0 0 17 5 0 0 0
/proc/4906/statm: 69969 5909 382 364 0 5887 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=50.01 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) R 4906 4908 4908 0 -1 4202496 536 0 0 0 5001 0 0 0 25 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4900/tid=4907] ppid=4898 vsize=290120 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 656904385 297082880 7408 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1588072

[startup+102.312 s]
/proc/loadavg: 3.87 2.42 2.50 5/348 4927
/proc/meminfo: memFree=17265552/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=300376 CPUtime=0.75 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10949 933 1 0 65 10 0 0 19 0 3 0 656904287 307585024 7415 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 75094 7415 1880 364 0 11009 0
[pid=4906] ppid=4900 vsize=290120 CPUtime=0.22 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 1146 0 0 0 13 9 0 0 19 0 2 0 656904385 297082880 5947 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4906/statm: 72530 5947 415 364 0 8448 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=100 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) T 4906 4908 4908 0 -1 4202496 536 0 0 0 10000 0 0 0 25 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4906/tid=4924] ppid=4900 vsize=290120 CPUtime=0 cores=5,7
/proc/4906/task/4924/stat : 4924 (python) S 4900 4900 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656914408 297082880 5947 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604466789848384 0 0 -1 7 0 0 0
[pid=4925] ppid=4900 vsize=290132 CPUtime=0 cores=5,7
/proc/4925/stat : 4925 (python) S 4900 4900 30479 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 656914409 297095168 5879 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987654 0 0 16781312 514 12510455235996516616 0 0 17 5 0 0 0
/proc/4925/statm: 72533 5879 348 364 0 8448 0
[pid=4927] ppid=4925 vsize=1018076 CPUtime=1.08 cores=5,7
/proc/4927/stat : 4927 (gnovelty+2) R 4925 4927 4927 0 -1 4202496 533 0 0 0 108 0 0 0 24 0 1 0 656914409 1042509824 267 33554432000 134512640 135663704 4294277936 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4927/statm: 254519 267 113 282 0 254235 0
[pid=4900/tid=4907] ppid=4898 vsize=300376 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 3 0 656904385 307585024 7415 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=4926] ppid=4898 vsize=300376 CPUtime=0 cores=5,7
/proc/4900/task/4926/stat : 4926 (python) S 4898 4900 30479 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 656914409 307585024 7415 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 2916780

[startup+162.3 s]
/proc/loadavg: 3.98 2.72 2.59 5/360 4940
/proc/meminfo: memFree=17202164/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=300376 CPUtime=0.75 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 10949 933 1 0 65 10 0 0 19 0 3 0 656904287 307585024 7415 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4900/statm: 75094 7415 1880 364 0 11009 0
[pid=4906] ppid=4900 vsize=290120 CPUtime=0.22 cores=5,7

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

/proc/4925/statm: 72533 5932 400 364 0 8448 0
[pid=4927] ppid=4925 vsize=1018076 CPUtime=100.04 cores=5,7
/proc/4927/stat : 4927 (gnovelty+2) T 4925 4927 4927 0 -1 4202496 533 0 0 0 10004 0 0 0 25 0 1 0 656914409 1042509824 267 33554432000 134512640 135663704 4294277936 18446744073709551615 134524768 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/4927/statm: 254519 267 113 282 0 254235 0
[pid=4925/tid=5082] ppid=4900 vsize=290132 CPUtime=0 cores=5,7
/proc/4925/task/5082/stat : 5082 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656924433 297095168 5932 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604460120477888 0 0 -1 7 0 0 0
[pid=5083] ppid=4900 vsize=300388 CPUtime=0.23 cores=5,7
/proc/5083/stat : 5083 (python) S 4900 4900 30479 0 -1 4202560 1084 0 0 0 13 10 0 0 19 0 2 0 656924434 307597312 5936 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5083/statm: 75097 5936 400 364 0 11009 0
[pid=5085] ppid=5083 vsize=416920 CPUtime=99.23 cores=5,7
/proc/5085/stat : 5085 (adaptg2wsat2009) T 5083 5085 5085 0 -1 4202496 675 0 0 0 9923 0 0 0 25 0 1 0 656924434 426926080 406 33554432000 134512640 135107411 4288369216 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5085/statm: 104230 406 59 146 0 103106 0
[pid=5083/tid=5098] ppid=4900 vsize=300388 CPUtime=0 cores=5,7
/proc/5083/task/5098/stat : 5098 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656934358 307597312 5936 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604471160752960 0 0 -1 7 0 0 0
[pid=5099] ppid=4900 vsize=310644 CPUtime=0.23 cores=5,7
/proc/5099/stat : 5099 (python) S 4900 4900 30479 0 -1 4202560 1080 0 0 0 10 13 0 0 19 0 2 0 656934359 318099456 5940 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5099/statm: 77661 5940 400 364 0 13570 0
[pid=5101] ppid=5099 vsize=416920 CPUtime=100.02 cores=5,7
/proc/5101/stat : 5101 (adaptg2wsat2009) T 5099 5101 5101 0 -1 4202496 675 0 0 0 10002 0 0 0 25 0 1 0 656934359 426926080 407 33554432000 134512640 135107411 4290700560 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5101/statm: 104230 407 59 146 0 103106 0
[pid=5099/tid=5113] ppid=4900 vsize=310644 CPUtime=0 cores=5,7
/proc/5099/task/5113/stat : 5113 (python) S 4900 4900 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656944381 318099456 5940 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604467719475520 0 0 -1 7 0 0 0
[pid=5114] ppid=4900 vsize=320900 CPUtime=0.24 cores=5,7
/proc/5114/stat : 5114 (python) S 4900 4900 30479 0 -1 4202560 1090 0 0 0 11 13 0 0 19 0 2 0 656944383 328601600 5944 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5114/statm: 80225 5944 400 364 0 16131 0
[pid=5116] ppid=5114 vsize=416920 CPUtime=99.24 cores=5,7
/proc/5116/stat : 5116 (adaptg2wsat2009) T 5114 5116 5116 0 -1 4202496 672 0 0 0 9924 0 0 0 25 0 1 0 656944383 426926080 405 33554432000 134512640 135107411 4291016944 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5116/statm: 104230 405 59 146 0 103106 0
[pid=5114/tid=5126] ppid=4900 vsize=320900 CPUtime=0 cores=5,7
/proc/5114/task/5126/stat : 5126 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656954308 328601600 5944 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604468260508032 0 0 -1 5 0 0 0
[pid=5127] ppid=4900 vsize=331156 CPUtime=0.25 cores=5,7
/proc/5127/stat : 5127 (python) S 4900 4900 30479 0 -1 4202560 1077 0 0 0 12 13 0 0 19 0 2 0 656954309 339103744 5948 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5127/statm: 82789 5948 400 364 0 18692 0
[pid=5129] ppid=5127 vsize=1018076 CPUtime=99.25 cores=5,7
/proc/5129/stat : 5129 (gnovelty+2) T 5127 5129 5129 0 -1 4202496 532 0 0 0 9925 0 0 0 25 0 1 0 656954310 1042509824 268 33554432000 134512640 135663704 4293825984 18446744073709551615 134525091 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5129/statm: 254519 268 113 282 0 254235 0
[pid=5127/tid=5138] ppid=4900 vsize=331156 CPUtime=0 cores=5,7
/proc/5127/task/5138/stat : 5138 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656964235 339103744 5948 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604471164520512 0 0 -1 7 0 0 0
[pid=5139] ppid=4900 vsize=341412 CPUtime=0.09 cores=5,7
/proc/5139/stat : 5139 (python) S 4900 4900 30479 0 -1 4202560 905 0 0 0 6 3 0 0 18 0 1 0 656964236 349605888 5922 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987654 0 0 16781312 514 1244172173619200263 0 0 17 5 0 0 0
/proc/5139/statm: 85353 5922 371 364 0 21253 0
[pid=5141] ppid=5139 vsize=247068 CPUtime=42.7 cores=5,7
/proc/5141/stat : 5141 (FH) R 5139 5141 5141 0 -1 4202496 626 0 0 0 4270 0 0 0 25 0 1 0 656964237 252997632 365 33554432000 134512640 134936988 4286802960 18446744073709551615 134553261 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5141/statm: 61767 365 41 104 0 61271 0
[pid=4900/tid=4907] ppid=4898 vsize=351656 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 656904385 360095744 7445 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=4926] ppid=4898 vsize=351656 CPUtime=0 cores=5,7
/proc/4900/task/4926/stat : 4926 (python) S 4898 4900 30479 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 656914409 360095744 7445 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5084] ppid=4898 vsize=351656 CPUtime=0 cores=5,7
/proc/4900/task/5084/stat : 5084 (python) S 4898 4900 30479 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656924434 360095744 7445 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5100] ppid=4898 vsize=351656 CPUtime=0 cores=5,7
/proc/4900/task/5100/stat : 5100 (python) S 4898 4900 30479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 656934359 360095744 7445 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5115] ppid=4898 vsize=351656 CPUtime=0 cores=5,7
/proc/4900/task/5115/stat : 5115 (python) S 4898 4900 30479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 656944383 360095744 7445 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 7 0 0 0
[pid=4900/tid=5128] ppid=4898 vsize=351656 CPUtime=0 cores=5,7
/proc/4900/task/5128/stat : 5128 (python) S 4898 4900 30479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 656954310 360095744 7445 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5140] ppid=4898 vsize=351656 CPUtime=0 cores=5,7
/proc/4900/task/5140/stat : 5140 (python) S 4898 4900 30479 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656964236 360095744 7445 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 642.79
Current children cumulated vsize (KiB) 7088464



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.602 s]
/proc/loadavg: 4.19 3.88 3.24 5/391 5305
/proc/meminfo: memFree=17034796/32950928 swapFree=67111348/67111528
[pid=4900] ppid=4898 vsize=361912 CPUtime=0.84 cores=5,7
/proc/4900/stat : 4900 (python) S 4898 4900 30479 0 -1 4202496 16269 933 1 0 73 11 0 0 19 0 9 0 656904287 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4900/statm: 90478 7451 1892 364 0 26375 0
[pid=4906] ppid=4900 vsize=290120 CPUtime=0.22 cores=5,7
/proc/4906/stat : 4906 (python) S 4900 4900 30479 0 -1 4202560 1146 0 0 0 13 9 0 0 19 0 2 0 656904385 297082880 5947 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4906/statm: 72530 5947 415 364 0 8448 0
[pid=4908] ppid=4906 vsize=1018076 CPUtime=100 cores=5,7
/proc/4908/stat : 4908 (gnovelty+2) T 4906 4908 4908 0 -1 4202496 536 0 0 0 10000 0 0 0 25 0 1 0 656904385 1042509824 267 33554432000 134512640 135663704 4288053968 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/4908/statm: 254519 267 113 282 0 254235 0
[pid=4906/tid=4924] ppid=4900 vsize=290120 CPUtime=0 cores=5,7
/proc/4906/task/4924/stat : 4924 (python) S 4900 4900 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656914408 297082880 5947 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604466789848384 0 0 -1 7 0 0 0
[pid=4925] ppid=4900 vsize=290132 CPUtime=0.23 cores=5,7
/proc/4925/stat : 4925 (python) S 4900 4900 30479 0 -1 4202560 1073 0 0 0 12 11 0 0 19 0 2 0 656914409 297095168 5932 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4925/statm: 72533 5932 400 364 0 8448 0
[pid=4927] ppid=4925 vsize=1018076 CPUtime=100.04 cores=5,7
/proc/4927/stat : 4927 (gnovelty+2) T 4925 4927 4927 0 -1 4202496 533 0 0 0 10004 0 0 0 25 0 1 0 656914409 1042509824 267 33554432000 134512640 135663704 4294277936 18446744073709551615 134524768 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/4927/statm: 254519 267 113 282 0 254235 0
[pid=4925/tid=5082] ppid=4900 vsize=290132 CPUtime=0 cores=5,7
/proc/4925/task/5082/stat : 5082 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656924433 297095168 5932 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604460120477888 0 0 -1 7 0 0 0
[pid=5083] ppid=4900 vsize=300388 CPUtime=0.23 cores=5,7
/proc/5083/stat : 5083 (python) S 4900 4900 30479 0 -1 4202560 1084 0 0 0 13 10 0 0 19 0 2 0 656924434 307597312 5936 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5083/statm: 75097 5936 400 364 0 11009 0
[pid=5085] ppid=5083 vsize=416920 CPUtime=99.23 cores=5,7
/proc/5085/stat : 5085 (adaptg2wsat2009) T 5083 5085 5085 0 -1 4202496 675 0 0 0 9923 0 0 0 25 0 1 0 656924434 426926080 406 33554432000 134512640 135107411 4288369216 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5085/statm: 104230 406 59 146 0 103106 0
[pid=5083/tid=5098] ppid=4900 vsize=300388 CPUtime=0 cores=5,7
/proc/5083/task/5098/stat : 5098 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656934358 307597312 5936 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604471160752960 0 0 -1 7 0 0 0
[pid=5099] ppid=4900 vsize=310644 CPUtime=0.23 cores=5,7
/proc/5099/stat : 5099 (python) S 4900 4900 30479 0 -1 4202560 1080 0 0 0 10 13 0 0 19 0 2 0 656934359 318099456 5940 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5099/statm: 77661 5940 400 364 0 13570 0
[pid=5101] ppid=5099 vsize=416920 CPUtime=100.02 cores=5,7
/proc/5101/stat : 5101 (adaptg2wsat2009) T 5099 5101 5101 0 -1 4202496 675 0 0 0 10002 0 0 0 25 0 1 0 656934359 426926080 407 33554432000 134512640 135107411 4290700560 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5101/statm: 104230 407 59 146 0 103106 0
[pid=5099/tid=5113] ppid=4900 vsize=310644 CPUtime=0 cores=5,7
/proc/5099/task/5113/stat : 5113 (python) S 4900 4900 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656944381 318099456 5940 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604467719475520 0 0 -1 7 0 0 0
[pid=5114] ppid=4900 vsize=320900 CPUtime=0.24 cores=5,7
/proc/5114/stat : 5114 (python) S 4900 4900 30479 0 -1 4202560 1090 0 0 0 11 13 0 0 19 0 2 0 656944383 328601600 5944 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5114/statm: 80225 5944 400 364 0 16131 0
[pid=5116] ppid=5114 vsize=416920 CPUtime=99.24 cores=5,7
/proc/5116/stat : 5116 (adaptg2wsat2009) T 5114 5116 5116 0 -1 4202496 672 0 0 0 9924 0 0 0 25 0 1 0 656944383 426926080 405 33554432000 134512640 135107411 4291016944 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5116/statm: 104230 405 59 146 0 103106 0
[pid=5114/tid=5126] ppid=4900 vsize=320900 CPUtime=0 cores=5,7
/proc/5114/task/5126/stat : 5126 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656954308 328601600 5944 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604468260508032 0 0 -1 5 0 0 0
[pid=5127] ppid=4900 vsize=331156 CPUtime=0.25 cores=5,7
/proc/5127/stat : 5127 (python) S 4900 4900 30479 0 -1 4202560 1077 0 0 0 12 13 0 0 19 0 2 0 656954309 339103744 5948 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5127/statm: 82789 5948 400 364 0 18692 0
[pid=5129] ppid=5127 vsize=1018076 CPUtime=99.25 cores=5,7
/proc/5129/stat : 5129 (gnovelty+2) T 5127 5129 5129 0 -1 4202496 532 0 0 0 9925 0 0 0 25 0 1 0 656954310 1042509824 268 33554432000 134512640 135663704 4293825984 18446744073709551615 134525091 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5129/statm: 254519 268 113 282 0 254235 0
[pid=5127/tid=5138] ppid=4900 vsize=331156 CPUtime=0 cores=5,7
/proc/5127/task/5138/stat : 5138 (python) S 4900 4900 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656964235 339103744 5948 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604471164520512 0 0 -1 7 0 0 0
[pid=5139] ppid=4900 vsize=341412 CPUtime=0.25 cores=5,7
/proc/5139/stat : 5139 (python) S 4900 4900 30479 0 -1 4202560 1081 0 0 0 14 11 0 0 19 0 2 0 656964236 349605888 5952 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5139/statm: 85353 5952 400 364 0 21253 0
[pid=5141] ppid=5139 vsize=247068 CPUtime=100.01 cores=5,7
/proc/5141/stat : 5141 (FH) T 5139 5141 5141 0 -1 4202496 626 0 0 0 10001 0 0 0 25 0 1 0 656964237 252997632 365 33554432000 134512640 134936988 4286802960 18446744073709551615 134547124 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5141/statm: 61767 365 41 104 0 61271 0
[pid=5139/tid=5302] ppid=4900 vsize=341412 CPUtime=0 cores=5,7
/proc/5139/task/5302/stat : 5302 (python) S 4900 4900 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656974261 349605888 5952 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 514 18446604471164518720 0 0 -1 7 0 0 0
[pid=5303] ppid=4900 vsize=351668 CPUtime=0 cores=5,7
/proc/5303/stat : 5303 (python) S 4900 4900 30479 0 -1 4202560 783 0 0 0 0 0 0 0 19 0 1 0 656974262 360108032 5905 33554432000 4194304 5683644 140733501561504 18446744073709551615 274473987654 0 0 16781312 514 3762714062253719551 0 0 17 7 0 0 0
/proc/5303/statm: 87917 5905 350 364 0 23814 0
[pid=5305] ppid=5303 vsize=416784 CPUtime=0.86 cores=5,7
/proc/5305/stat : 5305 (adaptg2wsat2009) R 5303 5305 5305 0 -1 4202496 613 0 0 0 86 0 0 0 22 0 1 0 656974263 426786816 340 33554432000 134512640 135107411 4288661104 18446744073709551615 134523304 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5305/statm: 104196 340 49 146 0 103072 0
[pid=4900/tid=4907] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/4907/stat : 4907 (python) S 4898 4900 30479 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 656904385 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=4926] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/4926/stat : 4926 (python) S 4898 4900 30479 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656914409 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5084] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/5084/stat : 5084 (python) S 4898 4900 30479 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656924434 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5100] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/5100/stat : 5100 (python) S 4898 4900 30479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656934359 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5115] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/5115/stat : 5115 (python) S 4898 4900 30479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656944383 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 7 0 0 0
[pid=4900/tid=5128] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/5128/stat : 5128 (python) S 4898 4900 30479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656954310 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5140] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/5140/stat : 5140 (python) S 4898 4900 30479 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656964236 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 5 0 0 0
[pid=4900/tid=5304] ppid=4898 vsize=361912 CPUtime=0 cores=5,7
/proc/4900/task/5304/stat : 5304 (python) S 4898 4900 30479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656974262 370597888 7451 33554432000 4194304 5683644 140733501561504 18446744073709551615 274485791153 0 0 16781312 2 18446604466789847488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 701.14
Current children cumulated vsize (KiB) 7867172

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

Real time (s): 700.673
CPU time (s): 701.14
CPU user time (s): 700.23
CPU system time (s): 0.91
CPU usage (%): 100.067
Max. virtual memory (cumulated for all children) (KiB): 7867172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.742887
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17693
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= 2559
involuntary context switches= 30

runsolver used 2.13867 second user time and 5.13722 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 11:50:46
IDJOB=3377413
IDBENCH=82722
IDSOLVER=1857
FILE ID=node125/3377413-1305453046
RUNJOBID= node125-1305452977-4768
PBS_JOBID= 13324855
Free space on /tmp= 73132 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1516725086-012.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-3377413-1305453046/watcher-3377413-1305453046 -o /tmp/evaluation-result-3377413-1305453046/solver-3377413-1305453046 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377413-1305453046.cnf -seed 331704808 -budget 2400

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

MD5SUM BENCH= 700fcf61c35143a2185883134d0eb67b
RANDOM SEED=331704808

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:      17355524 kB
Buffers:        279436 kB
Cached:        4709492 kB
SwapCached:          0 kB
Active:       11535104 kB
Inactive:      3677164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17355524 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31952 kB
Writeback:           0 kB
AnonPages:    10223372 kB
Mapped:          36720 kB
Slab:           279080 kB
PageTables:      39632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53648996 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= 73092 MiB
End job on node125 at 2011-05-15 12:02:29