Trace number 3484543

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1897189325-062.UNKNOWN.cnf
MD5SUM28731ba8f9c5274ff0cd070fd7aeff45
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.54/1.19	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.54/1.19	c INFO: solving HOME/instance-3484543-1307757757.cnf
0.54/1.19	c INFO: computing task features
0.61/1.24	c INFO: computed variable-clause graph statistics
0.61/1.24	c INFO: computed clause balance statistics
0.91/1.55	c INFO: computed variable balance statistics
1.01/1.67	c INFO: computed small-clause counts
1.01/1.67	c INFO: computed Horn-clause counts
1.01/1.68	c INFO: computed variable graph statistics
1.01/1.68	c INFO: collected features for HOME/instance-3484543-1307757757.cnf in 0.49 s
1.01/1.69	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.48)
101.22/101.83	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.43/201.98	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.07)
301.63/302.13	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.50/401.92	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
499.73/500.08	c INFO: running gnovelty+2@0 for 97 with 701 remaining (b = 0.03)
599.88/600.24	c INFO: running FH@0 for 97 with 601 remaining (b = 0.03)
699.95/700.39	c INFO: running adaptg2wsat2009++@0 for 97 with 501 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.02 1.04 1.72 3/185 15811
/proc/meminfo: memFree=31521168/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=15384 CPUtime=0 cores=0,2
/proc/15811/stat : 15811 (python) R 15809 15811 12804 0 -1 4202496 797 0 0 0 0 0 0 0 18 0 1 0 887374366 15753216 682 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970548224 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15811/statm: 3846 682 322 364 0 333 0

[startup+0.00782607 s]
/proc/loadavg: 1.02 1.04 1.72 3/185 15811
/proc/meminfo: memFree=31521168/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=15784 CPUtime=0 cores=0,2
/proc/15811/stat : 15811 (python) R 15809 15811 12804 0 -1 4202496 834 0 0 0 0 0 0 0 17 0 1 0 887374366 16162816 717 33554432000 4194304 5683644 140735097314528 18446744073709551615 4570893 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15811/statm: 3946 717 334 364 0 433 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15784

[startup+0.100848 s]
/proc/loadavg: 1.02 1.04 1.72 3/185 15811
/proc/meminfo: memFree=31521168/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=85076 CPUtime=0.07 cores=0,2
/proc/15811/stat : 15811 (python) R 15809 15811 12804 0 -1 4202496 2501 0 0 0 4 3 0 0 17 0 1 0 887374366 87117824 2226 33554432000 4194304 5683644 140735097314528 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15811/statm: 21269 2233 707 364 0 1486 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85076

[startup+0.30084 s]
/proc/loadavg: 1.02 1.04 1.72 3/185 15811
/proc/meminfo: memFree=31521168/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=135752 CPUtime=0.24 cores=0,2
/proc/15811/stat : 15811 (python) D 15809 15811 12804 0 -1 4202496 5973 934 1 0 15 9 0 0 17 0 1 0 887374366 139010048 4150 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970546181 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15811/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135752

[startup+0.700794 s]
/proc/loadavg: 1.02 1.04 1.72 3/185 15811
/proc/meminfo: memFree=31521168/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=135752 CPUtime=0.27 cores=0,2
/proc/15811/stat : 15811 (python) D 15809 15811 12804 0 -1 4202496 5974 934 1 0 15 12 0 0 15 0 1 0 887374366 139010048 4150 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970548224 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/15811/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 135752

[startup+1.50061 s]
/proc/loadavg: 1.02 1.04 1.72 5/188 15833
/proc/meminfo: memFree=31463996/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=280208 CPUtime=0.91 cores=0,2
/proc/15811/stat : 15811 (python) R 15809 15811 12804 0 -1 4202496 10018 934 1 0 63 28 0 0 16 0 1 0 887374366 286932992 7453 33554432000 4194304 5683644 140735097314528 18446744073709551615 4458881 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15811/statm: 70052 7453 1826 364 0 5976 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 280208

[startup+3.10027 s]
/proc/loadavg: 1.02 1.04 1.72 4/197 15888
/proc/meminfo: memFree=31444496/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=289600 CPUtime=1.11 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 10442 934 1 0 82 29 0 0 17 0 2 0 887374366 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 72400 7297 1869 364 0 8318 0
[pid=15873] ppid=15811 vsize=279356 CPUtime=0 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 887374535 286060544 5778 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570255 0 0 16781312 514 1078413928079261956 0 0 17 0 0 0 0
/proc/15873/statm: 69839 5778 354 364 0 5757 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=1.39 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) R 15873 15875 15875 0 -1 4202496 569 0 0 0 139 0 0 0 23 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15811/tid=15874] ppid=15809 vsize=289600 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374535 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1587048

[startup+23.4768 s]
/proc/loadavg: 3.83 1.70 1.92 5/192 15894
/proc/meminfo: memFree=31453252/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=289600 CPUtime=1.11 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 10442 934 1 0 82 29 0 0 17 0 2 0 887374366 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 72400 7297 1869 364 0 8318 0
[pid=15873] ppid=15811 vsize=279356 CPUtime=0.02 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 870 0 0 0 1 1 0 0 18 0 1 0 887374535 286060544 5801 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570255 0 0 16781312 514 11268164597355348228 0 0 17 0 0 0 0
/proc/15873/statm: 69839 5801 377 364 0 5757 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=21.77 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) R 15873 15875 15875 0 -1 4202496 569 0 0 0 2177 0 0 0 25 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15811/tid=15874] ppid=15809 vsize=289600 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374535 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.9
Current children cumulated vsize (KiB) 1587048

[startup+23.5068 s]
/proc/loadavg: 3.83 1.70 1.92 5/192 15894
/proc/meminfo: memFree=31453252/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=289600 CPUtime=1.11 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 10442 934 1 0 82 29 0 0 17 0 2 0 887374366 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 72400 7297 1869 364 0 8318 0
[pid=15873] ppid=15811 vsize=279356 CPUtime=0.02 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 870 0 0 0 1 1 0 0 18 0 1 0 887374535 286060544 5801 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570255 0 0 16781312 514 11268164597355348228 0 0 17 0 0 0 0
/proc/15873/statm: 69839 5801 377 364 0 5757 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=21.79 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) R 15873 15875 15875 0 -1 4202496 569 0 0 0 2179 0 0 0 25 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134525560 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15811/tid=15874] ppid=15809 vsize=289600 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374535 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.92
Current children cumulated vsize (KiB) 1587048

[startup+25.5004 s]
/proc/loadavg: 3.83 1.70 1.92 4/192 15894
/proc/meminfo: memFree=31453392/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=289600 CPUtime=1.11 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 10442 934 1 0 82 29 0 0 17 0 2 0 887374366 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 72400 7297 1869 364 0 8318 0
[pid=15873] ppid=15811 vsize=279356 CPUtime=0.02 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 872 0 0 0 1 1 0 0 18 0 1 0 887374535 286060544 5801 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570255 0 0 16781312 514 11268164597355348228 0 0 17 0 0 0 0
/proc/15873/statm: 69839 5801 377 364 0 5757 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=23.78 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) R 15873 15875 15875 0 -1 4202496 569 0 0 0 2378 0 0 0 25 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15811/tid=15874] ppid=15809 vsize=289600 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374535 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 1587048

[startup+51.1011 s]
/proc/loadavg: 4.65 2.07 2.04 5/200 15939
/proc/meminfo: memFree=31427620/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=289600 CPUtime=1.11 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 10442 934 1 0 82 29 0 0 17 0 2 0 887374366 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 72400 7297 1869 364 0 8318 0
[pid=15873] ppid=15811 vsize=279356 CPUtime=0.06 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 885 0 0 0 3 3 0 0 18 0 1 0 887374535 286060544 5801 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570255 0 0 16781312 514 11268164597355348228 0 0 17 0 0 0 0
/proc/15873/statm: 69839 5801 377 364 0 5757 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=49.35 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) R 15873 15875 15875 0 -1 4202496 569 0 0 0 4935 0 0 0 25 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15811/tid=15874] ppid=15809 vsize=289600 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374535 296550400 7297 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 1587048

[startup+102.3 s]
/proc/loadavg: 4.41 2.41 2.15 5/204 15991
/proc/meminfo: memFree=31426244/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=300116 CPUtime=1.12 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 11318 934 1 0 83 29 0 0 20 0 3 0 887374366 307318784 7337 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 75029 7337 1872 364 0 10944 0
[pid=15873] ppid=15811 vsize=289600 CPUtime=0.13 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 1143 0 0 0 7 6 0 0 19 0 2 0 887374535 296550400 5844 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15873/statm: 72400 5844 415 364 0 8318 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=100.01 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) T 15873 15875 15875 0 -1 4202496 569 0 0 0 10001 0 0 0 25 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15811/tid=15874] ppid=15809 vsize=300116 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 3 0 887374535 307318784 7337 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 1607808

[startup+162.301 s]
/proc/loadavg: 4.15 2.70 2.27 5/216 16005
/proc/meminfo: memFree=31410136/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=300116 CPUtime=1.12 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 11318 934 1 0 83 29 0 0 20 0 3 0 887374366 307318784 7337 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 75029 7337 1872 364 0 10944 0
[pid=15873] ppid=15811 vsize=289600 CPUtime=0.13 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 1143 0 0 0 7 6 0 0 19 0 2 0 887374535 296550400 5844 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15873/statm: 72400 5844 415 364 0 8318 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=100.01 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) T 15873 15875 15875 0 -1 4202496 569 0 0 0 10001 0 0 0 25 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15873/tid=15992] ppid=15811 vsize=289600 CPUtime=0 cores=0,2
/proc/15873/task/15992/stat : 15992 (python) S 15811 15811 12804 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887384549 296550400 5844 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604440278879168 0 0 -1 2 0 0 0
[pid=15993] ppid=15811 vsize=289872 CPUtime=0.07 cores=0,2
/proc/15993/stat : 15993 (python) S 15811 15811 12804 0 -1 4202560 908 0 0 0 5 2 0 0 18 0 1 0 887384550 296828928 5832 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570310 0 0 16781312 514 11268164597355348226 0 0 17 2 0 0 0
/proc/15993/statm: 72468 5832 371 364 0 8383 0
[pid=15995] ppid=15993 vsize=1018092 CPUtime=60.45 cores=0,2
/proc/15995/stat : 15995 (gnovelty+2) R 15993 15995 15995 0 -1 4202496 571 0 0 0 6045 0 0 0 25 0 1 0 887384550 1042526208 307 33554432000 134512640 135663704 4288046816 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15995/statm: 254523 307 113 282 0 254239 0
[pid=15811/tid=15874] ppid=15809 vsize=300116 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 3 0 887374535 307318784 7337 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=15994] ppid=15809 vsize=300116 CPUtime=0 cores=0,2
/proc/15811/task/15994/stat : 15994 (python) S 15809 15811 12804 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 3 0 887384550 307318784 7337 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.78

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

/proc/15993/statm: 72468 5862 400 364 0 8383 0
[pid=15995] ppid=15993 vsize=1018092 CPUtime=100.13 cores=0,2
/proc/15995/stat : 15995 (gnovelty+2) T 15993 15995 15995 0 -1 4202496 571 0 0 0 10013 0 0 0 25 0 1 0 887384550 1042526208 307 33554432000 134512640 135663704 4288046816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15995/statm: 254523 307 113 282 0 254239 0
[pid=15993/tid=16010] ppid=15811 vsize=289872 CPUtime=0 cores=0,2
/proc/15993/task/16010/stat : 16010 (python) S 15811 15811 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887394564 296828928 5862 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604452117823872 0 0 -1 2 0 0 0
[pid=16011] ppid=15811 vsize=300128 CPUtime=0.15 cores=0,2
/proc/16011/stat : 16011 (python) S 15811 15811 12804 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 887394564 307331072 5866 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16011/statm: 75032 5866 400 364 0 10944 0
[pid=16013] ppid=16011 vsize=417192 CPUtime=100 cores=0,2
/proc/16013/stat : 16013 (adaptg2wsat2009) T 16011 16013 16013 0 -1 4202496 762 0 0 0 10000 0 0 0 25 0 1 0 887394565 427204608 495 33554432000 134512640 135107411 4288759600 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16013/statm: 104298 495 59 146 0 103174 0
[pid=16011/tid=16023] ppid=15811 vsize=300128 CPUtime=0 cores=0,2
/proc/16011/task/16023/stat : 16023 (python) S 15811 15811 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887404579 307331072 5866 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604453866630208 0 0 -1 2 0 0 0
[pid=16024] ppid=15811 vsize=310384 CPUtime=0.19 cores=0,2
/proc/16024/stat : 16024 (python) S 15811 15811 12804 0 -1 4202560 1087 0 0 0 12 7 0 0 19 0 2 0 887404579 317833216 5870 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16024/statm: 77596 5870 400 364 0 13505 0
[pid=16026] ppid=16024 vsize=417192 CPUtime=99.64 cores=0,2
/proc/16026/stat : 16026 (adaptg2wsat2009) T 16024 16026 16026 0 -1 4202496 762 0 0 0 9964 0 0 0 25 0 1 0 887404580 427204608 496 33554432000 134512640 135107411 4290417376 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16026/statm: 104298 496 59 146 0 103174 0
[pid=16024/tid=16077] ppid=15811 vsize=310384 CPUtime=0 cores=0,2
/proc/16024/task/16077/stat : 16077 (python) S 15811 15811 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887414557 317833216 5870 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604453848003904 0 0 -1 2 0 0 0
[pid=16078] ppid=15811 vsize=320640 CPUtime=0.13 cores=0,2
/proc/16078/stat : 16078 (python) S 15811 15811 12804 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 887414558 328335360 5874 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16078/statm: 80160 5874 400 364 0 16066 0
[pid=16080] ppid=16078 vsize=417192 CPUtime=98.14 cores=0,2
/proc/16080/stat : 16080 (adaptg2wsat2009) T 16078 16080 16080 0 -1 4202496 761 0 0 0 9814 0 0 0 25 0 1 0 887414558 427204608 495 33554432000 134512640 135107411 4291414672 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16080/statm: 104298 495 59 146 0 103174 0
[pid=16078/tid=16087] ppid=15811 vsize=320640 CPUtime=0 cores=0,2
/proc/16078/task/16087/stat : 16087 (python) S 15811 15811 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887424373 328335360 5874 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604453784002880 0 0 -1 2 0 0 0
[pid=16088] ppid=15811 vsize=330896 CPUtime=0.14 cores=0,2
/proc/16088/stat : 16088 (python) S 15811 15811 12804 0 -1 4202560 1078 0 0 0 7 7 0 0 19 0 2 0 887424374 338837504 5878 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16088/statm: 82724 5878 400 364 0 18627 0
[pid=16090] ppid=16088 vsize=1018092 CPUtime=99.96 cores=0,2
/proc/16090/stat : 16090 (gnovelty+2) T 16088 16090 16090 0 -1 4202496 572 0 0 0 9995 1 0 0 25 0 1 0 887424375 1042526208 306 33554432000 134512640 135663704 4288343648 18446744073709551615 134524972 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16090/statm: 254523 306 113 282 0 254239 0
[pid=16088/tid=16210] ppid=15811 vsize=330896 CPUtime=0 cores=0,2
/proc/16088/task/16210/stat : 16210 (python) S 15811 15811 12804 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887434390 338837504 5878 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604444518237312 0 0 -1 2 0 0 0
[pid=16211] ppid=15811 vsize=341152 CPUtime=0.06 cores=0,2
/proc/16211/stat : 16211 (python) S 15811 15811 12804 0 -1 4202560 899 0 0 0 4 2 0 0 18 0 1 0 887434391 349339648 5852 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570310 0 0 16781312 514 11268164597355348226 0 0 17 0 0 0 0
/proc/16211/statm: 85288 5852 371 364 0 21188 0
[pid=16213] ppid=16211 vsize=247348 CPUtime=41.99 cores=0,2
/proc/16213/stat : 16213 (FH) R 16211 16213 16213 0 -1 4202496 710 0 0 0 4199 0 0 0 25 0 1 0 887434391 253284352 443 33554432000 134512640 134936988 4292754592 18446744073709551615 134554607 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16213/statm: 61837 443 41 104 0 61341 0
[pid=15811/tid=15874] ppid=15809 vsize=351396 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 8 0 887374535 359829504 7375 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=15994] ppid=15809 vsize=351396 CPUtime=0 cores=0,2
/proc/15811/task/15994/stat : 15994 (python) S 15809 15811 12804 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 8 0 887384550 359829504 7375 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16012] ppid=15809 vsize=351396 CPUtime=0 cores=0,2
/proc/15811/task/16012/stat : 16012 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 887394565 359829504 7375 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16025] ppid=15809 vsize=351396 CPUtime=0 cores=0,2
/proc/15811/task/16025/stat : 16025 (python) S 15809 15811 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 887404580 359829504 7375 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16079] ppid=15809 vsize=351396 CPUtime=0 cores=0,2
/proc/15811/task/16079/stat : 16079 (python) S 15809 15811 12804 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 8 0 887414558 359829504 7375 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16089] ppid=15809 vsize=351396 CPUtime=0 cores=0,2
/proc/15811/task/16089/stat : 16089 (python) S 15809 15811 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 8 0 887424374 359829504 7375 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16212] ppid=15809 vsize=351396 CPUtime=0 cores=0,2
/proc/15811/task/16212/stat : 16212 (python) S 15809 15811 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 8 0 887434391 359829504 7375 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 7087268



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.901 s]
/proc/loadavg: 3.22 3.51 2.92 4/231 16221
/proc/meminfo: memFree=31323932/32951132 swapFree=67052544/67111528
[pid=15811] ppid=15809 vsize=361652 CPUtime=1.18 cores=0,2
/proc/15811/stat : 15811 (python) S 15809 15811 12804 0 -1 4202496 16483 934 1 0 87 31 0 0 19 0 9 0 887374366 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15811/statm: 90413 7410 1892 364 0 26310 0
[pid=15873] ppid=15811 vsize=289600 CPUtime=0.13 cores=0,2
/proc/15873/stat : 15873 (python) S 15811 15811 12804 0 -1 4202560 1143 0 0 0 7 6 0 0 19 0 2 0 887374535 296550400 5844 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15873/statm: 72400 5844 415 364 0 8318 0
[pid=15875] ppid=15873 vsize=1018092 CPUtime=100.01 cores=0,2
/proc/15875/stat : 15875 (gnovelty+2) T 15873 15875 15875 0 -1 4202496 569 0 0 0 10001 0 0 0 25 0 1 0 887374536 1042526208 306 33554432000 134512640 135663704 4288343552 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15875/statm: 254523 306 113 282 0 254239 0
[pid=15873/tid=15992] ppid=15811 vsize=289600 CPUtime=0 cores=0,2
/proc/15873/task/15992/stat : 15992 (python) S 15811 15811 12804 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887384549 296550400 5844 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604440278879168 0 0 -1 2 0 0 0
[pid=15993] ppid=15811 vsize=289872 CPUtime=0.13 cores=0,2
/proc/15993/stat : 15993 (python) S 15811 15811 12804 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 887384550 296828928 5862 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15993/statm: 72468 5862 400 364 0 8383 0
[pid=15995] ppid=15993 vsize=1018092 CPUtime=100.13 cores=0,2
/proc/15995/stat : 15995 (gnovelty+2) T 15993 15995 15995 0 -1 4202496 571 0 0 0 10013 0 0 0 25 0 1 0 887384550 1042526208 307 33554432000 134512640 135663704 4288046816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15995/statm: 254523 307 113 282 0 254239 0
[pid=15993/tid=16010] ppid=15811 vsize=289872 CPUtime=0 cores=0,2
/proc/15993/task/16010/stat : 16010 (python) S 15811 15811 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887394564 296828928 5862 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604452117823872 0 0 -1 2 0 0 0
[pid=16011] ppid=15811 vsize=300128 CPUtime=0.15 cores=0,2
/proc/16011/stat : 16011 (python) S 15811 15811 12804 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 887394564 307331072 5866 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16011/statm: 75032 5866 400 364 0 10944 0
[pid=16013] ppid=16011 vsize=417192 CPUtime=100 cores=0,2
/proc/16013/stat : 16013 (adaptg2wsat2009) T 16011 16013 16013 0 -1 4202496 762 0 0 0 10000 0 0 0 25 0 1 0 887394565 427204608 495 33554432000 134512640 135107411 4288759600 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16013/statm: 104298 495 59 146 0 103174 0
[pid=16011/tid=16023] ppid=15811 vsize=300128 CPUtime=0 cores=0,2
/proc/16011/task/16023/stat : 16023 (python) S 15811 15811 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887404579 307331072 5866 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604453866630208 0 0 -1 2 0 0 0
[pid=16024] ppid=15811 vsize=310384 CPUtime=0.19 cores=0,2
/proc/16024/stat : 16024 (python) S 15811 15811 12804 0 -1 4202560 1087 0 0 0 12 7 0 0 19 0 2 0 887404579 317833216 5870 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16024/statm: 77596 5870 400 364 0 13505 0
[pid=16026] ppid=16024 vsize=417192 CPUtime=99.64 cores=0,2
/proc/16026/stat : 16026 (adaptg2wsat2009) T 16024 16026 16026 0 -1 4202496 762 0 0 0 9964 0 0 0 25 0 1 0 887404580 427204608 496 33554432000 134512640 135107411 4290417376 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16026/statm: 104298 496 59 146 0 103174 0
[pid=16024/tid=16077] ppid=15811 vsize=310384 CPUtime=0 cores=0,2
/proc/16024/task/16077/stat : 16077 (python) S 15811 15811 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887414557 317833216 5870 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604453848003904 0 0 -1 2 0 0 0
[pid=16078] ppid=15811 vsize=320640 CPUtime=0.13 cores=0,2
/proc/16078/stat : 16078 (python) S 15811 15811 12804 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 887414558 328335360 5874 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16078/statm: 80160 5874 400 364 0 16066 0
[pid=16080] ppid=16078 vsize=417192 CPUtime=98.14 cores=0,2
/proc/16080/stat : 16080 (adaptg2wsat2009) T 16078 16080 16080 0 -1 4202496 761 0 0 0 9814 0 0 0 25 0 1 0 887414558 427204608 495 33554432000 134512640 135107411 4291414672 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16080/statm: 104298 495 59 146 0 103174 0
[pid=16078/tid=16087] ppid=15811 vsize=320640 CPUtime=0 cores=0,2
/proc/16078/task/16087/stat : 16087 (python) S 15811 15811 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887424373 328335360 5874 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604453784002880 0 0 -1 2 0 0 0
[pid=16088] ppid=15811 vsize=330896 CPUtime=0.14 cores=0,2
/proc/16088/stat : 16088 (python) S 15811 15811 12804 0 -1 4202560 1078 0 0 0 7 7 0 0 19 0 2 0 887424374 338837504 5878 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16088/statm: 82724 5878 400 364 0 18627 0
[pid=16090] ppid=16088 vsize=1018092 CPUtime=99.96 cores=0,2
/proc/16090/stat : 16090 (gnovelty+2) T 16088 16090 16090 0 -1 4202496 572 0 0 0 9995 1 0 0 25 0 1 0 887424375 1042526208 306 33554432000 134512640 135663704 4288343648 18446744073709551615 134524972 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16090/statm: 254523 306 113 282 0 254239 0
[pid=16088/tid=16210] ppid=15811 vsize=330896 CPUtime=0 cores=0,2
/proc/16088/task/16210/stat : 16210 (python) S 15811 15811 12804 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887434390 338837504 5878 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604444518237312 0 0 -1 2 0 0 0
[pid=16211] ppid=15811 vsize=341152 CPUtime=0.14 cores=0,2
/proc/16211/stat : 16211 (python) S 15811 15811 12804 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 887434391 349339648 5882 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16211/statm: 85288 5882 400 364 0 21188 0
[pid=16213] ppid=16211 vsize=247348 CPUtime=99.98 cores=0,2
/proc/16213/stat : 16213 (FH) T 16211 16213 16213 0 -1 4202496 710 0 0 0 9998 0 0 0 25 0 1 0 887434391 253284352 443 33554432000 134512640 134936988 4292754592 18446744073709551615 134553236 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16213/statm: 61837 443 41 104 0 61341 0
[pid=16211/tid=16218] ppid=15811 vsize=341152 CPUtime=0 cores=0,2
/proc/16211/task/16218/stat : 16218 (python) S 15811 15811 12804 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887444404 349339648 5882 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 514 18446604453851017536 0 0 -1 2 0 0 0
[pid=16219] ppid=15811 vsize=351408 CPUtime=0 cores=0,2
/proc/16219/stat : 16219 (python) S 15811 15811 12804 0 -1 4202560 833 0 0 0 0 0 0 0 19 0 1 0 887444405 359841792 5864 33554432000 4194304 5683644 140735097314528 18446744073709551615 242970570310 0 0 16781312 514 3917893910717792255 0 0 17 0 0 0 0
/proc/16219/statm: 87852 5864 350 364 0 23749 0
[pid=16221] ppid=16219 vsize=417048 CPUtime=0.51 cores=0,2
/proc/16221/stat : 16221 (adaptg2wsat2009) R 16219 16221 16221 0 -1 4202496 686 0 0 0 51 0 0 0 21 0 1 0 887444406 427057152 420 33554432000 134512640 135107411 4290257968 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16221/statm: 104262 420 49 146 0 103138 0
[pid=15811/tid=15874] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/15874/stat : 15874 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 887374535 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=15994] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/15994/stat : 15994 (python) S 15809 15811 12804 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 9 0 887384550 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16012] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/16012/stat : 16012 (python) S 15809 15811 12804 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 887394565 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16025] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/16025/stat : 16025 (python) S 15809 15811 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 887404580 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16079] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/16079/stat : 16079 (python) S 15809 15811 12804 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 887414558 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16089] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/16089/stat : 16089 (python) S 15809 15811 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 887424374 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16212] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/16212/stat : 16212 (python) S 15809 15811 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 887434391 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
[pid=15811/tid=16220] ppid=15809 vsize=361652 CPUtime=0 cores=0,2
/proc/15811/task/16220/stat : 16220 (python) S 15809 15811 12804 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 887444405 370331648 7410 33554432000 4194304 5683644 140735097314528 18446744073709551615 242982373809 0 0 16781312 2 18446604452117826560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 700.56
Current children cumulated vsize (KiB) 7865980

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

Real time (s): 700.963
CPU time (s): 700.56
CPU user time (s): 699.8
CPU system time (s): 0.76
CPU usage (%): 99.9425
Max. virtual memory (cumulated for all children) (KiB): 7865980

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

runsolver used 2.20466 second user time and 4.65229 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 04:02:37
IDJOB=3484543
IDBENCH=83054
IDSOLVER=1975
FILE ID=node128/3484543-1307757757
RUNJOBID= node128-1307757757-15758
PBS_JOBID= 13550829
Free space on /tmp= 74080 MiB

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

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

MD5SUM BENCH= 28731ba8f9c5274ff0cd070fd7aeff45
RANDOM SEED=482331579

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31524116 kB
Buffers:        251784 kB
Cached:         938792 kB
SwapCached:      11368 kB
Active:         382412 kB
Inactive:       839548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31524116 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:          131212 kB
Writeback:          48 kB
AnonPages:       29612 kB
Mapped:          12044 kB
Slab:           140252 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   243812 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74032 MiB
End job on node128 at 2011-06-11 04:14:20