Trace number 3484048

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) 701.46 702.865

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S935783783-069-UNKNOWN.cnf
MD5SUM4ba3e8e19a6d9aec4bc2bd0594f1360a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark556.159
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 525000
Number of clauses of size over 50

Solver Data

0.50/2.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.50/2.52	c INFO: solving HOME/instance-3484048-1307747009.cnf
0.50/2.52	c INFO: computing task features
0.61/2.64	c INFO: computed variable-clause graph statistics
0.61/2.64	c INFO: computed clause balance statistics
1.21/3.27	c INFO: computed variable balance statistics
1.60/3.62	c INFO: computed small-clause counts
1.60/3.62	c INFO: computed Horn-clause counts
1.60/3.65	c INFO: computed variable graph statistics
1.60/3.65	c INFO: collected features for HOME/instance-3484048-1307747009.cnf in 1.13 s
1.60/3.66	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.78/103.81	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
201.00/202.97	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.09)
300.33/302.12	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.07)
399.58/401.28	c INFO: running adaptg2wsat2009++@0 for 97 with 801 remaining (b = 0.06)
499.90/501.44	c INFO: running gnovelty+2@0 for 97 with 701 remaining (b = 0.05)
600.13/601.62	c INFO: running FH@0 for 97 with 601 remaining (b = 0.04)
700.35/701.77	c INFO: running adaptg2wsat2009++@0 for 97 with 501 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3484048-1307747009/watcher-3484048-1307747009 -o /tmp/evaluation-result-3484048-1307747009/solver-3484048-1307747009 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484048-1307747009.cnf -seed 5039089 -budget 1200 

running on 2 cores: 4,6

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: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=14820 CPUtime=0 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 513 0 0 0 0 0 0 0 17 0 1 0 886300936 15175680 420 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473963365 0 2147483391 4096 0 18446744071699215550 0 0 17 4 0 0 0
/proc/1259/statm: 3705 420 259 364 0 192 0

[startup+0.082729 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=18884 CPUtime=0.02 cores=4,6
/proc/1259/stat : 1259 (python) R 1254 1259 1193 0 -1 4202496 1286 0 0 0 2 0 0 0 17 0 1 0 886300936 19337216 1138 33554432000 4194304 5683644 140733215556928 18446744073709551615 4302480 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1259/statm: 4721 1138 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100726 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=21104 CPUtime=0.03 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 1316 0 0 0 3 0 0 0 17 0 1 0 886300936 21610496 1166 33554432000 4194304 5683644 140733215556928 18446744073709551615 274469043847 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/1259/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21104

[startup+0.300691 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=38904 CPUtime=0.05 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 1665 0 0 0 4 1 0 0 16 0 1 0 886300936 39837696 1491 33554432000 4194304 5683644 140733215556928 18446744073709551615 274469043847 0 2147483391 16781312 2 18446744071699962003 0 0 17 4 0 0 0
/proc/1259/statm: 9726 1491 455 364 0 1026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38904

[startup+0.700622 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=128864 CPUtime=0.18 cores=4,6
/proc/1259/stat : 1259 (python) R 1254 1259 1193 0 -1 4202496 5541 935 1 0 11 7 0 0 17 0 1 0 886300936 131956736 4014 33554432000 4194304 5683644 140733215556928 18446744073709551615 274469000352 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1259/statm: 32216 4015 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 128864

[startup+1.50048 s]
/proc/loadavg: 0.16 0.03 0.04 3/190 1286
/proc/meminfo: memFree=31624844/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=135748 CPUtime=0.25 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 5975 935 1 0 15 10 0 0 15 0 1 0 886300936 139005952 4149 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/1259/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 135748

[startup+3.1002 s]
/proc/loadavg: 0.16 0.03 0.04 7/190 1286
/proc/meminfo: memFree=31616164/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=285812 CPUtime=1.1 cores=4,6
/proc/1259/stat : 1259 (python) R 1254 1259 1193 0 -1 4202496 12072 935 1 0 89 21 0 0 16 0 1 0 886300936 292671488 8838 33554432000 4194304 5683644 140733215556928 18446744073709551615 4620348 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1259/statm: 71453 8838 1826 364 0 7377 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 285812
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 0.47 0.10 0.06 7/199 1295
/proc/meminfo: memFree=31549764/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=292292 CPUtime=1.66 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 12428 935 1 0 145 21 0 0 19 0 2 0 886300936 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1259/statm: 73073 7938 1869 364 0 8991 0
[pid=1290] ppid=1259 vsize=282048 CPUtime=0 cores=4,6
/proc/1290/stat : 1290 (python) S 1259 1259 1193 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 886301302 288817152 6419 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473987599 0 0 16781312 514 1076977691015479556 0 0 17 4 0 0 0
/proc/1290/statm: 70512 6419 354 364 0 6430 0
[pid=1292] ppid=1290 vsize=1018800 CPUtime=2.62 cores=4,6
/proc/1292/stat : 1292 (gnovelty+2) R 1290 1292 1292 0 -1 4202496 867 0 0 0 262 0 0 0 25 0 1 0 886301303 1043251200 603 33554432000 134512640 135663704 4292809008 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1292/statm: 254700 603 113 282 0 254416 0
[pid=1259/tid=1291] ppid=1254 vsize=292292 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 2 0 886301303 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1593140
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 0.75 0.16 0.09 6/202 1298
/proc/meminfo: memFree=31518132/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=292292 CPUtime=1.66 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 12428 935 1 0 145 21 0 0 19 0 2 0 886300936 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1259/statm: 73073 7938 1869 364 0 8991 0
[pid=1290] ppid=1259 vsize=282048 CPUtime=0 cores=4,6
/proc/1290/stat : 1290 (python) S 1259 1259 1193 0 -1 4202560 862 0 0 0 0 0 0 0 18 0 1 0 886301302 288817152 6442 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473987599 0 0 16781312 514 1076977691015479556 0 0 17 4 0 0 0
/proc/1290/statm: 70512 6442 377 364 0 6430 0
[pid=1292] ppid=1290 vsize=1018800 CPUtime=9.01 cores=4,6
/proc/1292/stat : 1292 (gnovelty+2) R 1290 1292 1292 0 -1 4202496 867 0 0 0 901 0 0 0 25 0 1 0 886301303 1043251200 603 33554432000 134512640 135663704 4292809008 18446744073709551615 134524455 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1292/statm: 254700 603 113 282 0 254416 0
[pid=1259/tid=1291] ppid=1254 vsize=292292 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 2 0 886301303 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 1593140

[startup+25.5003 s]
/proc/loadavg: 1.47 0.35 0.15 6/202 1301
/proc/meminfo: memFree=31519088/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=292292 CPUtime=1.66 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 12428 935 1 0 145 21 0 0 19 0 2 0 886300936 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1259/statm: 73073 7938 1869 364 0 8991 0
[pid=1290] ppid=1259 vsize=282048 CPUtime=0.02 cores=4,6
/proc/1290/stat : 1290 (python) S 1259 1259 1193 0 -1 4202560 867 0 0 0 1 1 0 0 18 0 1 0 886301302 288817152 6442 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473987599 0 0 16781312 514 3548203187670319364 0 0 17 4 0 0 0
/proc/1290/statm: 70512 6442 377 364 0 6430 0
[pid=1292] ppid=1290 vsize=1018800 CPUtime=21.8 cores=4,6
/proc/1292/stat : 1292 (gnovelty+2) R 1290 1292 1292 0 -1 4202496 867 0 0 0 2180 0 0 0 25 0 1 0 886301303 1043251200 603 33554432000 134512640 135663704 4292809008 18446744073709551615 134544380 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1292/statm: 254700 603 113 282 0 254416 0
[pid=1259/tid=1291] ppid=1254 vsize=292292 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 2 0 886301303 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.48
Current children cumulated vsize (KiB) 1593140

[startup+51.1009 s]
/proc/loadavg: 2.33 0.64 0.25 7/202 1302
/proc/meminfo: memFree=31519620/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=292292 CPUtime=1.66 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 12428 935 1 0 145 21 0 0 19 0 2 0 886300936 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1259/statm: 73073 7938 1869 364 0 8991 0
[pid=1290] ppid=1259 vsize=282048 CPUtime=0.05 cores=4,6
/proc/1290/stat : 1290 (python) S 1259 1259 1193 0 -1 4202560 881 0 0 0 3 2 0 0 18 0 1 0 886301302 288817152 6442 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473987599 0 0 16781312 514 3548203187670319364 0 0 17 4 0 0 0
/proc/1290/statm: 70512 6442 377 364 0 6430 0
[pid=1292] ppid=1290 vsize=1018800 CPUtime=47.37 cores=4,6
/proc/1292/stat : 1292 (gnovelty+2) R 1290 1292 1292 0 -1 4202496 867 0 0 0 4737 0 0 0 25 0 1 0 886301303 1043251200 603 33554432000 134512640 135663704 4292809008 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1292/statm: 254700 603 113 282 0 254416 0
[pid=1259/tid=1291] ppid=1254 vsize=292292 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 2 0 886301303 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.08
Current children cumulated vsize (KiB) 1593140

[startup+102.308 s]
/proc/loadavg: 3.27 1.16 0.44 7/202 1304
/proc/meminfo: memFree=31520540/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=292292 CPUtime=1.66 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 12428 935 1 0 145 21 0 0 19 0 2 0 886300936 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1259/statm: 73073 7938 1869 364 0 8991 0
[pid=1290] ppid=1259 vsize=282048 CPUtime=0.1 cores=4,6
/proc/1290/stat : 1290 (python) S 1259 1259 1193 0 -1 4202560 902 0 0 0 6 4 0 0 18 0 1 0 886301302 288817152 6442 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473987599 0 0 16781312 514 3548203187670319364 0 0 17 4 0 0 0
/proc/1290/statm: 70512 6442 377 364 0 6430 0
[pid=1292] ppid=1290 vsize=1018800 CPUtime=98.52 cores=4,6
/proc/1292/stat : 1292 (gnovelty+2) R 1290 1292 1292 0 -1 4202496 867 0 0 0 9852 0 0 0 25 0 1 0 886301303 1043251200 603 33554432000 134512640 135663704 4292809008 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1292/statm: 254700 603 113 282 0 254416 0
[pid=1259/tid=1291] ppid=1254 vsize=292292 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 2 0 886301303 299307008 7938 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 1593140

[startup+162.301 s]
/proc/loadavg: 3.98 1.74 0.68 5/218 1321
/proc/meminfo: memFree=31468532/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=302548 CPUtime=1.67 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 13270 935 1 0 146 21 0 0 20 0 3 0 886300936 309809152 7945 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1259/statm: 75637 7945 1872 364 0 11552 0
[pid=1290] ppid=1259 vsize=292292 CPUtime=0.12 cores=4,6
/proc/1290/stat : 1290 (python) S 1259 1259 1193 0 -1 4202560 1139 0 0 0 7 5 0 0 19 0 2 0 886301302 299307008 6485 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1290/statm: 73073 6485 415 364 0 8991 0
[pid=1292] ppid=1290 vsize=1018800 CPUtime=100.01 cores=4,6
/proc/1292/stat : 1292 (gnovelty+2) T 1290 1292 1292 0 -1 4202496 867 0 0 0 10001 0 0 0 25 0 1 0 886301303 1043251200 603 33554432000 134512640 135663704 4292809008 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1292/statm: 254700 603 113 282 0 254416 0
[pid=1290/tid=1309] ppid=1259 vsize=292292 CPUtime=0 cores=4,6
/proc/1290/task/1309/stat : 1309 (python) S 1259 1259 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886311316 299307008 6485 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604440278544768 0 0 -1 6 0 0 0
[pid=1310] ppid=1259 vsize=292304 CPUtime=0.07 cores=4,6
/proc/1310/stat : 1310 (python) S 1259 1259 1193 0 -1 4202560 904 0 0 0 4 3 0 0 18 0 1 0 886311317 299319296 6440 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473987654 0 0 16781312 514 3548203187670319363 0 0 17 6 0 0 0
/proc/1310/statm: 73076 6440 371 364 0 8991 0
[pid=1312] ppid=1310 vsize=1018800 CPUtime=58.48 cores=4,6
/proc/1312/stat : 1312 (gnovelty+2) R 1310 1312 1312 0 -1 4202496 868 0 0 0 5848 0 0 0 25 0 1 0 886311317 1043251200 603 33554432000 134512640 135663704 4289951568 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1312/statm: 254700 603 113 282 0 254416 0
[pid=1259/tid=1291] ppid=1254 vsize=302548 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 3 0 886301303 309809152 7945 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1311] ppid=1254 vsize=302548 CPUtime=0 cores=4,6
/proc/1259/task/1311/stat : 1311 (python) S 1254 1259 1193 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 3 0 886311317 309809152 7945 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 160.35
Current children cumulated vsize (KiB) 2924744

[startup+222.301 s]
/proc/loadavg: 3.99 2.15 0.89 7/234 1339
/proc/meminfo: memFree=31407956/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=312956 CPUtime=1.69 cores=4,6

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

/proc/1310/statm: 73076 6470 400 364 0 8991 0
[pid=1312] ppid=1310 vsize=1018800 CPUtime=99.15 cores=4,6
/proc/1312/stat : 1312 (gnovelty+2) T 1310 1312 1312 0 -1 4202496 868 0 0 0 9915 0 0 0 25 0 1 0 886311317 1043251200 603 33554432000 134512640 135663704 4289951568 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1312/statm: 254700 603 113 282 0 254416 0
[pid=1310/tid=1324] ppid=1259 vsize=292304 CPUtime=0 cores=4,6
/proc/1310/task/1324/stat : 1324 (python) S 1259 1259 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886321233 299319296 6470 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453868164096 0 0 -1 6 0 0 0
[pid=1325] ppid=1259 vsize=302712 CPUtime=0.14 cores=4,6
/proc/1325/stat : 1325 (python) S 1259 1259 1193 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 886321234 309977088 6512 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1325/statm: 75678 6512 400 364 0 11590 0
[pid=1327] ppid=1325 vsize=420484 CPUtime=99.13 cores=4,6
/proc/1327/stat : 1327 (adaptg2wsat2009) T 1325 1327 1327 0 -1 4202496 1760 0 0 0 9913 0 0 0 25 0 1 0 886321234 430575616 1493 33554432000 134512640 135107411 4294006864 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1327/statm: 105121 1493 59 146 0 103997 0
[pid=1325/tid=1342] ppid=1259 vsize=302712 CPUtime=0 cores=4,6
/proc/1325/task/1342/stat : 1342 (python) S 1259 1259 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886331148 309977088 6512 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453875219392 0 0 -1 6 0 0 0
[pid=1343] ppid=1259 vsize=312968 CPUtime=0.14 cores=4,6
/proc/1343/stat : 1343 (python) S 1259 1259 1193 0 -1 4202560 1074 0 0 0 8 6 0 0 19 0 2 0 886331149 320479232 6537 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1343/statm: 78242 6537 400 364 0 14151 0
[pid=1345] ppid=1343 vsize=420484 CPUtime=99.14 cores=4,6
/proc/1345/stat : 1345 (adaptg2wsat2009) T 1343 1345 1345 0 -1 4202496 1758 0 0 0 9914 0 0 0 25 0 1 0 886331149 430575616 1492 33554432000 134512640 135107411 4287507776 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1345/statm: 105121 1492 59 146 0 103997 0
[pid=1343/tid=1358] ppid=1259 vsize=312968 CPUtime=0 cores=4,6
/proc/1343/task/1358/stat : 1358 (python) S 1259 1259 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886341063 320479232 6537 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453882629056 0 0 -1 6 0 0 0
[pid=1359] ppid=1259 vsize=323224 CPUtime=0.15 cores=4,6
/proc/1359/stat : 1359 (python) S 1259 1259 1193 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 886341064 330981376 6541 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1359/statm: 80806 6541 400 364 0 16712 0
[pid=1361] ppid=1359 vsize=420484 CPUtime=100.14 cores=4,6
/proc/1361/stat : 1361 (adaptg2wsat2009) T 1359 1361 1361 0 -1 4202496 1758 0 0 0 10014 0 0 0 25 0 1 0 886341065 430575616 1492 33554432000 134512640 135107411 4293824144 18446744073709551615 134531523 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1361/statm: 105121 1492 59 146 0 103997 0
[pid=1359/tid=1417] ppid=1259 vsize=323224 CPUtime=0 cores=4,6
/proc/1359/task/1417/stat : 1417 (python) S 1259 1259 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886351079 330981376 6541 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453862224192 0 0 -1 6 0 0 0
[pid=1418] ppid=1259 vsize=333616 CPUtime=0.14 cores=4,6
/proc/1418/stat : 1418 (python) S 1259 1259 1193 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 886351080 341622784 6558 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1418/statm: 83404 6558 400 364 0 19307 0
[pid=1420] ppid=1418 vsize=1018800 CPUtime=100.03 cores=4,6
/proc/1420/stat : 1420 (gnovelty+2) T 1418 1420 1420 0 -1 4202496 865 0 0 0 10003 0 0 0 25 0 1 0 886351081 1043251200 603 33554432000 134512640 135663704 4292822208 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1420/statm: 254700 603 113 282 0 254416 0
[pid=1418/tid=1436] ppid=1259 vsize=333616 CPUtime=0 cores=4,6
/proc/1418/task/1436/stat : 1436 (python) S 1259 1259 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886361097 341622784 6558 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453869693824 0 0 -1 4 0 0 0
[pid=1437] ppid=1259 vsize=343872 CPUtime=0.15 cores=4,6
/proc/1437/stat : 1437 (python) S 1259 1259 1193 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 886361098 352124928 6588 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1437/statm: 85968 6588 400 364 0 21868 0
[pid=1439] ppid=1437 vsize=250368 CPUtime=100.14 cores=4,6
/proc/1439/stat : 1439 (FH) T 1437 1439 1439 0 -1 4202496 1673 0 0 0 10014 0 0 0 25 0 1 0 886361099 256376832 1408 33554432000 134512640 134936988 4291245280 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1439/statm: 62592 1408 41 104 0 62096 0
[pid=1259/tid=1291] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 9 0 886301303 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1311] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1311/stat : 1311 (python) S 1254 1259 1193 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886311317 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1326] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1326/stat : 1326 (python) S 1254 1259 1193 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886321234 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1344] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1344/stat : 1344 (python) S 1254 1259 1193 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 886331149 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1360] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1360/stat : 1360 (python) S 1254 1259 1193 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886341064 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1419] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1419/stat : 1419 (python) S 1254 1259 1193 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886351080 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 6 0 0 0
[pid=1259/tid=1438] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1438/stat : 1438 (python) S 1254 1259 1193 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886361099 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 700.44
Current children cumulated vsize (KiB) 7133580



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.09 3.64 2.13 8/286 1458
/proc/meminfo: memFree=31368912/32950928 swapFree=67079488/67111528
[pid=1259] ppid=1254 vsize=364372 CPUtime=1.73 cores=4,6
/proc/1259/stat : 1259 (python) S 1254 1259 1193 0 -1 4202496 18381 935 1 0 150 23 0 0 20 0 9 0 886300936 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1259/statm: 91093 8079 1884 364 0 26990 0
[pid=1290] ppid=1259 vsize=292292 CPUtime=0.12 cores=4,6
/proc/1290/stat : 1290 (python) S 1259 1259 1193 0 -1 4202560 1139 0 0 0 7 5 0 0 19 0 2 0 886301302 299307008 6485 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1290/statm: 73073 6485 415 364 0 8991 0
[pid=1292] ppid=1290 vsize=1018800 CPUtime=100.01 cores=4,6
/proc/1292/stat : 1292 (gnovelty+2) T 1290 1292 1292 0 -1 4202496 867 0 0 0 10001 0 0 0 25 0 1 0 886301303 1043251200 603 33554432000 134512640 135663704 4292809008 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1292/statm: 254700 603 113 282 0 254416 0
[pid=1290/tid=1309] ppid=1259 vsize=292292 CPUtime=0 cores=4,6
/proc/1290/task/1309/stat : 1309 (python) S 1259 1259 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886311316 299307008 6485 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604440278544768 0 0 -1 6 0 0 0
[pid=1310] ppid=1259 vsize=292304 CPUtime=0.13 cores=4,6
/proc/1310/stat : 1310 (python) S 1259 1259 1193 0 -1 4202560 1074 0 0 0 7 6 0 0 19 0 2 0 886311317 299319296 6470 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1310/statm: 73076 6470 400 364 0 8991 0
[pid=1312] ppid=1310 vsize=1018800 CPUtime=99.15 cores=4,6
/proc/1312/stat : 1312 (gnovelty+2) T 1310 1312 1312 0 -1 4202496 868 0 0 0 9915 0 0 0 25 0 1 0 886311317 1043251200 603 33554432000 134512640 135663704 4289951568 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1312/statm: 254700 603 113 282 0 254416 0
[pid=1310/tid=1324] ppid=1259 vsize=292304 CPUtime=0 cores=4,6
/proc/1310/task/1324/stat : 1324 (python) S 1259 1259 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886321233 299319296 6470 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453868164096 0 0 -1 6 0 0 0
[pid=1325] ppid=1259 vsize=302712 CPUtime=0.14 cores=4,6
/proc/1325/stat : 1325 (python) S 1259 1259 1193 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 886321234 309977088 6512 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1325/statm: 75678 6512 400 364 0 11590 0
[pid=1327] ppid=1325 vsize=420484 CPUtime=99.13 cores=4,6
/proc/1327/stat : 1327 (adaptg2wsat2009) T 1325 1327 1327 0 -1 4202496 1760 0 0 0 9913 0 0 0 25 0 1 0 886321234 430575616 1493 33554432000 134512640 135107411 4294006864 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1327/statm: 105121 1493 59 146 0 103997 0
[pid=1325/tid=1342] ppid=1259 vsize=302712 CPUtime=0 cores=4,6
/proc/1325/task/1342/stat : 1342 (python) S 1259 1259 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886331148 309977088 6512 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453875219392 0 0 -1 6 0 0 0
[pid=1343] ppid=1259 vsize=312968 CPUtime=0.14 cores=4,6
/proc/1343/stat : 1343 (python) S 1259 1259 1193 0 -1 4202560 1074 0 0 0 8 6 0 0 19 0 2 0 886331149 320479232 6537 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1343/statm: 78242 6537 400 364 0 14151 0
[pid=1345] ppid=1343 vsize=420484 CPUtime=99.14 cores=4,6
/proc/1345/stat : 1345 (adaptg2wsat2009) T 1343 1345 1345 0 -1 4202496 1758 0 0 0 9914 0 0 0 25 0 1 0 886331149 430575616 1492 33554432000 134512640 135107411 4287507776 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1345/statm: 105121 1492 59 146 0 103997 0
[pid=1343/tid=1358] ppid=1259 vsize=312968 CPUtime=0 cores=4,6
/proc/1343/task/1358/stat : 1358 (python) S 1259 1259 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886341063 320479232 6537 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453882629056 0 0 -1 6 0 0 0
[pid=1359] ppid=1259 vsize=323224 CPUtime=0.15 cores=4,6
/proc/1359/stat : 1359 (python) S 1259 1259 1193 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 886341064 330981376 6541 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1359/statm: 80806 6541 400 364 0 16712 0
[pid=1361] ppid=1359 vsize=420484 CPUtime=100.14 cores=4,6
/proc/1361/stat : 1361 (adaptg2wsat2009) T 1359 1361 1361 0 -1 4202496 1758 0 0 0 10014 0 0 0 25 0 1 0 886341065 430575616 1492 33554432000 134512640 135107411 4293824144 18446744073709551615 134531523 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1361/statm: 105121 1492 59 146 0 103997 0
[pid=1359/tid=1417] ppid=1259 vsize=323224 CPUtime=0 cores=4,6
/proc/1359/task/1417/stat : 1417 (python) S 1259 1259 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886351079 330981376 6541 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453862224192 0 0 -1 6 0 0 0
[pid=1418] ppid=1259 vsize=333616 CPUtime=0.14 cores=4,6
/proc/1418/stat : 1418 (python) S 1259 1259 1193 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 886351080 341622784 6558 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1418/statm: 83404 6558 400 364 0 19307 0
[pid=1420] ppid=1418 vsize=1018800 CPUtime=100.03 cores=4,6
/proc/1420/stat : 1420 (gnovelty+2) T 1418 1420 1420 0 -1 4202496 865 0 0 0 10003 0 0 0 25 0 1 0 886351081 1043251200 603 33554432000 134512640 135663704 4292822208 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1420/statm: 254700 603 113 282 0 254416 0
[pid=1418/tid=1436] ppid=1259 vsize=333616 CPUtime=0 cores=4,6
/proc/1418/task/1436/stat : 1436 (python) S 1259 1259 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886361097 341622784 6558 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453869693824 0 0 -1 4 0 0 0
[pid=1437] ppid=1259 vsize=343872 CPUtime=0.15 cores=4,6
/proc/1437/stat : 1437 (python) S 1259 1259 1193 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 886361098 352124928 6588 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1437/statm: 85968 6588 400 364 0 21868 0
[pid=1439] ppid=1437 vsize=250368 CPUtime=100.14 cores=4,6
/proc/1439/stat : 1439 (FH) T 1437 1439 1439 0 -1 4202496 1673 0 0 0 10014 0 0 0 25 0 1 0 886361099 256376832 1408 33554432000 134512640 134936988 4291245280 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1439/statm: 62592 1408 41 104 0 62096 0
[pid=1437/tid=1455] ppid=1259 vsize=343872 CPUtime=0 cores=4,6
/proc/1437/task/1455/stat : 1455 (python) S 1259 1259 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886371113 352124928 6588 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 514 18446604453892854976 0 0 -1 4 0 0 0
[pid=1456] ppid=1259 vsize=354128 CPUtime=0 cores=4,6
/proc/1456/stat : 1456 (python) S 1259 1259 1193 0 -1 4202560 844 0 0 0 0 0 0 0 18 0 1 0 886371114 362627072 6545 33554432000 4194304 5683644 140733215556928 18446744073709551615 274473987654 0 0 16781312 514 4078215900187066367 0 0 17 6 0 0 0
/proc/1456/statm: 88532 6545 354 364 0 24429 0
[pid=1458] ppid=1456 vsize=420484 CPUtime=1.02 cores=4,6
/proc/1458/stat : 1458 (adaptg2wsat2009) R 1456 1458 1458 0 -1 4202496 1758 0 0 0 102 0 0 0 24 0 1 0 886371114 430575616 1493 33554432000 134512640 135107411 4292580688 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1458/statm: 105121 1493 59 146 0 103997 0
[pid=1259/tid=1291] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1291/stat : 1291 (python) S 1254 1259 1193 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 9 0 886301303 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1311] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1311/stat : 1311 (python) S 1254 1259 1193 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886311317 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1326] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1326/stat : 1326 (python) S 1254 1259 1193 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886321234 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1344] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1344/stat : 1344 (python) S 1254 1259 1193 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 886331149 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1360] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1360/stat : 1360 (python) S 1254 1259 1193 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886341064 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1419] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1419/stat : 1419 (python) S 1254 1259 1193 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886351080 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 6 0 0 0
[pid=1259/tid=1438] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1438/stat : 1438 (python) S 1254 1259 1193 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886361099 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
[pid=1259/tid=1457] ppid=1254 vsize=364372 CPUtime=0 cores=4,6
/proc/1259/task/1457/stat : 1457 (python) S 1254 1259 1193 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886371114 373116928 8079 33554432000 4194304 5683644 140733215556928 18446744073709551615 274485791153 0 0 16781312 2 18446604453840504768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.46
Current children cumulated vsize (KiB) 7908192

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

Real time (s): 702.865
CPU time (s): 701.46
CPU user time (s): 700.8
CPU system time (s): 0.66
CPU usage (%): 99.8001
Max. virtual memory (cumulated for all children) (KiB): 7908192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.51877
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19939
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= 13565
involuntary context switches= 39

runsolver used 1.54776 second user time and 3.3215 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:03:29
IDJOB=3484048
IDBENCH=82559
IDSOLVER=1975
FILE ID=node125/3484048-1307747009
RUNJOBID= node125-1307747008-1212
PBS_JOBID= 13550832
Free space on /tmp= 74028 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S935783783-069-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-3484048-1307747009/watcher-3484048-1307747009 -o /tmp/evaluation-result-3484048-1307747009/solver-3484048-1307747009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484048-1307747009.cnf -seed 5039089 -budget 1200

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

MD5SUM BENCH= 4ba3e8e19a6d9aec4bc2bd0594f1360a
RANDOM SEED=5039089

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:      31682492 kB
Buffers:        242812 kB
Cached:         786868 kB
SwapCached:       3400 kB
Active:         542928 kB
Inactive:       524068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31682492 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:          131056 kB
Writeback:           0 kB
AnonPages:       35392 kB
Mapped:          13564 kB
Slab:           136196 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192316 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= 73900 MiB
End job on node125 at 2011-06-11 01:15:18