Trace number 3484081

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) 702.64 702.863

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S949556727-080-UNKNOWN.cnf
MD5SUM274f6c2fc3e630d8716a09f7c87233f2
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.37/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.64	c INFO: solving HOME/instance-3484081-1307747091.cnf
0.37/0.64	c INFO: computing task features
0.45/0.75	c INFO: computed variable-clause graph statistics
0.45/0.75	c INFO: computed clause balance statistics
1.05/1.35	c INFO: computed variable balance statistics
1.25/1.59	c INFO: computed small-clause counts
1.25/1.59	c INFO: computed Horn-clause counts
1.35/1.61	c INFO: computed variable graph statistics
1.35/1.61	c INFO: collected features for HOME/instance-3484081-1307747091.cnf in 0.97 s
1.35/1.62	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.35)
101.43/101.77	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.12)
201.62/201.93	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.71/302.06	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.06)
401.93/402.21	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.01/502.36	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
602.21/602.53	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.45/702.67	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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-3484081-1307747091/watcher-3484081-1307747091 -o /tmp/evaluation-result-3484081-1307747091/solver-3484081-1307747091 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484081-1307747091.cnf -seed 693387542 -budget 1200 

running on 2 cores: 1,3

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: 2.97 0.95 0.33 5/198 31527
/proc/meminfo: memFree=31356052/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=15188 CPUtime=0 cores=1,3
/proc/31527/stat : 31527 (python) R 31525 31527 31379 0 -1 4202496 723 0 0 0 0 0 0 0 19 0 1 0 886308811 15552512 613 33554432000 4194304 5683644 140735176844224 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31527/statm: 3796 613 321 364 0 283 0

[startup+0.0852161 s]
/proc/loadavg: 2.97 0.95 0.33 5/198 31527
/proc/meminfo: memFree=31356052/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=54540 CPUtime=0.05 cores=1,3
/proc/31527/stat : 31527 (python) R 31525 31527 31379 0 -1 4202496 2058 0 0 0 4 1 0 0 19 0 1 0 886308811 55848960 1814 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080228197 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31527/statm: 13635 1814 492 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54540

[startup+0.100213 s]
/proc/loadavg: 2.97 0.95 0.33 5/198 31527
/proc/meminfo: memFree=31356052/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=91832 CPUtime=0.06 cores=1,3
/proc/31527/stat : 31527 (python) R 31525 31527 31379 0 -1 4202496 2679 0 0 0 4 2 0 0 19 0 1 0 886308811 94035968 2393 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059024 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31527/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.300239 s]
/proc/loadavg: 2.97 0.95 0.33 5/198 31527
/proc/meminfo: memFree=31356052/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=135752 CPUtime=0.17 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 5975 931 1 0 13 4 0 0 17 0 1 0 886308811 139010048 4149 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/31527/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700098 s]
/proc/loadavg: 2.97 0.95 0.33 5/198 31527
/proc/meminfo: memFree=31356052/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=280860 CPUtime=0.45 cores=1,3
/proc/31527/stat : 31527 (python) R 31525 31527 31379 0 -1 4202496 9886 931 1 0 35 10 0 0 16 0 1 0 886308811 287600640 7556 33554432000 4194304 5683644 140735176844224 18446744073709551615 47596117207997 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31527/statm: 70215 7556 1761 364 0 6139 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280860

[startup+1.50094 s]
/proc/loadavg: 2.97 0.95 0.33 5/199 31532
/proc/meminfo: memFree=31330144/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=282560 CPUtime=1.25 cores=1,3
/proc/31527/stat : 31527 (python) R 31525 31527 31379 0 -1 4202496 11220 931 1 0 115 10 0 0 16 0 1 0 886308811 289341440 8053 33554432000 4194304 5683644 140735176844224 18446744073709551615 47595946425952 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31527/statm: 70640 8053 1827 364 0 6564 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 282560

[startup+3.10064 s]
/proc/loadavg: 3.05 1.00 0.35 5/202 31535
/proc/meminfo: memFree=31329624/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=289440 CPUtime=1.37 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 11587 931 1 0 127 10 0 0 19 0 2 0 886308811 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31527/statm: 72360 7232 1877 364 0 8278 0
[pid=31533] ppid=31527 vsize=279196 CPUtime=0 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886308974 285896704 5705 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252431 0 0 16781312 514 4520202532122755336 0 0 17 1 0 0 0
/proc/31533/statm: 69799 5705 354 364 0 5717 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=1.47 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) R 31533 31535 31535 0 -1 4202496 764 0 0 0 147 0 0 0 23 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31527/tid=31534] ppid=31525 vsize=289440 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 2 0 886308974 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1587252

[startup+6.30103 s]
/proc/loadavg: 3.05 1.00 0.35 5/202 31535
/proc/meminfo: memFree=31328440/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=289440 CPUtime=1.37 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 11587 931 1 0 127 10 0 0 19 0 2 0 886308811 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31527/statm: 72360 7232 1877 364 0 8278 0
[pid=31533] ppid=31527 vsize=279196 CPUtime=0 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 886308974 285896704 5728 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252431 0 0 16781312 514 4520202532122787839 0 0 17 1 0 0 0
/proc/31533/statm: 69799 5728 377 364 0 5717 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=4.66 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) R 31533 31535 31535 0 -1 4202496 764 0 0 0 466 0 0 0 25 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31527/tid=31534] ppid=31525 vsize=289440 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 2 0 886308974 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1587252

[startup+12.7008 s]
/proc/loadavg: 3.19 1.10 0.39 5/202 31535
/proc/meminfo: memFree=31328236/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=289440 CPUtime=1.37 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 11587 931 1 0 127 10 0 0 19 0 2 0 886308811 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31527/statm: 72360 7232 1877 364 0 8278 0
[pid=31533] ppid=31527 vsize=279196 CPUtime=0 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 886308974 285896704 5728 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252431 0 0 16781312 514 15415821524489175304 0 0 17 1 0 0 0
/proc/31533/statm: 69799 5728 377 364 0 5717 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=11.06 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) R 31533 31535 31535 0 -1 4202496 764 0 0 0 1106 0 0 0 25 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31527/tid=31534] ppid=31525 vsize=289440 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 2 0 886308974 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1587252

[startup+25.5004 s]
/proc/loadavg: 3.32 1.19 0.43 5/210 31543
/proc/meminfo: memFree=31318136/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=289440 CPUtime=1.37 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 11587 931 1 0 127 10 0 0 19 0 2 0 886308811 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31527/statm: 72360 7232 1877 364 0 8278 0
[pid=31533] ppid=31527 vsize=279196 CPUtime=0.02 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 871 0 0 0 1 1 0 0 18 0 1 0 886308974 285896704 5728 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252431 0 0 16781312 514 15415821524489175304 0 0 17 1 0 0 0
/proc/31533/statm: 69799 5728 377 364 0 5717 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=23.84 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) R 31533 31535 31535 0 -1 4202496 764 0 0 0 2384 0 0 0 25 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31527/tid=31534] ppid=31525 vsize=289440 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 2 0 886308974 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1587252

[startup+51.1005 s]
/proc/loadavg: 3.55 1.42 0.52 5/214 31548
/proc/meminfo: memFree=31284952/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=289440 CPUtime=1.37 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 11587 931 1 0 127 10 0 0 19 0 2 0 886308811 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31527/statm: 72360 7232 1877 364 0 8278 0
[pid=31533] ppid=31527 vsize=279196 CPUtime=0.05 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 884 0 0 0 2 3 0 0 18 0 1 0 886308974 285896704 5728 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252431 0 0 16781312 514 15415821524489175304 0 0 17 1 0 0 0
/proc/31533/statm: 69799 5728 377 364 0 5717 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=49.41 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) R 31533 31535 31535 0 -1 4202496 764 0 0 0 4941 0 0 0 25 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31527/tid=31534] ppid=31525 vsize=289440 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 2 0 886308974 296386560 7232 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1587252

[startup+102.308 s]
/proc/loadavg: 3.82 1.85 0.72 5/218 31554
/proc/meminfo: memFree=31277664/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=299868 CPUtime=1.37 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 12441 931 1 0 127 10 0 0 19 0 3 0 886308811 307064832 7298 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31527/statm: 74967 7298 1880 364 0 10882 0
[pid=31533] ppid=31527 vsize=289440 CPUtime=0.12 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 1140 0 0 0 6 6 0 0 19 0 2 0 886308974 296386560 5771 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31533/statm: 72360 5771 415 364 0 8278 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=100.01 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) T 31533 31535 31535 0 -1 4202496 764 0 0 0 10001 0 0 0 25 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31533/tid=31551] ppid=31527 vsize=289440 CPUtime=0 cores=1,3
/proc/31533/task/31551/stat : 31551 (python) S 31527 31527 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886318988 296386560 5771 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471145004096 0 0 -1 3 0 0 0
[pid=31552] ppid=31527 vsize=289624 CPUtime=0 cores=1,3
/proc/31552/stat : 31552 (python) S 31527 31527 31379 0 -1 4202560 741 0 0 0 0 0 0 0 19 0 1 0 886318989 296574976 5762 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252486 0 0 16781312 514 4450814827195006975 0 0 17 1 0 0 0
/proc/31552/statm: 72406 5762 348 364 0 8321 0
[pid=31554] ppid=31552 vsize=1018616 CPUtime=0.52 cores=1,3
/proc/31554/stat : 31554 (gnovelty+2) R 31552 31554 31554 0 -1 4202496 766 0 0 0 52 0 0 0 22 0 1 0 886318989 1043062784 500 33554432000 134512640 135663704 4287413536 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31554/statm: 254654 500 113 282 0 254370 0
[pid=31527/tid=31534] ppid=31525 vsize=299868 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 3 0 886308974 307064832 7298 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31553] ppid=31525 vsize=299868 CPUtime=0 cores=1,3
/proc/31527/task/31553/stat : 31553 (python) S 31525 31527 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886318989 307064832 7298 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 2916164

[startup+162.3 s]
/proc/loadavg: 3.93 2.24 0.92 5/230 31567
/proc/meminfo: memFree=31227172/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=299868 CPUtime=1.37 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 12441 931 1 0 127 10 0 0 19 0 3 0 886308811 307064832 7298 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31527/statm: 74967 7298 1880 364 0 10882 0
[pid=31533] ppid=31527 vsize=289440 CPUtime=0.12 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 1140 0 0 0 6 6 0 0 19 0 2 0 886308974 296386560 5771 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31533/statm: 72360 5771 415 364 0 8278 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=100.01 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) T 31533 31535 31535 0 -1 4202496 764 0 0 0 10001 0 0 0 25 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31533/tid=31551] ppid=31527 vsize=289440 CPUtime=0 cores=1,3
/proc/31533/task/31551/stat : 31551 (python) S 31527 31527 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886318988 296386560 5771 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471145004096 0 0 -1 3 0 0 0
[pid=31552] ppid=31527 vsize=289624 CPUtime=0.07 cores=1,3

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

/proc/31552/statm: 72406 5815 400 364 0 8321 0
[pid=31554] ppid=31552 vsize=1018616 CPUtime=100.03 cores=1,3
/proc/31554/stat : 31554 (gnovelty+2) T 31552 31554 31554 0 -1 4202496 766 0 0 0 10003 0 0 0 25 0 1 0 886318989 1043062784 500 33554432000 134512640 135663704 4287413536 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31554/statm: 254654 500 113 282 0 254370 0
[pid=31552/tid=31569] ppid=31527 vsize=289624 CPUtime=0 cores=1,3
/proc/31552/task/31569/stat : 31569 (python) S 31527 31527 31379 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886329004 296574976 5815 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471128848512 0 0 -1 3 0 0 0
[pid=31570] ppid=31527 vsize=300484 CPUtime=0.13 cores=1,3
/proc/31570/stat : 31570 (python) S 31527 31527 31379 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 886329005 307695616 5954 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31570/statm: 75121 5954 399 364 0 11033 0
[pid=31572] ppid=31570 vsize=418636 CPUtime=99.96 cores=1,3
/proc/31572/stat : 31572 (adaptg2wsat2009) T 31570 31572 31572 0 -1 4202496 1223 0 0 0 9996 0 0 0 25 0 1 0 886329005 428683264 957 33554432000 134512640 135107411 4288963168 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31572/statm: 104659 957 59 146 0 103535 0
[pid=31570/tid=31585] ppid=31527 vsize=300484 CPUtime=0 cores=1,3
/proc/31570/task/31585/stat : 31585 (python) S 31527 31527 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886339017 307695616 5954 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471137367872 0 0 -1 3 0 0 0
[pid=31586] ppid=31527 vsize=310740 CPUtime=0.15 cores=1,3
/proc/31586/stat : 31586 (python) S 31527 31527 31379 0 -1 4202560 1088 0 0 0 8 7 0 0 19 0 2 0 886339018 318197760 5958 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31586/statm: 77685 5958 400 364 0 13594 0
[pid=31588] ppid=31586 vsize=418636 CPUtime=100 cores=1,3
/proc/31588/stat : 31588 (adaptg2wsat2009) T 31586 31588 31588 0 -1 4202496 1219 0 0 0 10000 0 0 0 25 0 1 0 886339018 428683264 955 33554432000 134512640 135107411 4288338272 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31588/statm: 104659 955 59 146 0 103535 0
[pid=31586/tid=31600] ppid=31527 vsize=310740 CPUtime=0 cores=1,3
/proc/31586/task/31600/stat : 31600 (python) S 31527 31527 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886349032 318197760 5958 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604463419652224 0 0 -1 3 0 0 0
[pid=31601] ppid=31527 vsize=320996 CPUtime=0.14 cores=1,3
/proc/31601/stat : 31601 (python) S 31527 31527 31379 0 -1 4202560 1085 0 0 0 8 6 0 0 19 0 2 0 886349033 328699904 5962 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31601/statm: 80249 5962 400 364 0 16155 0
[pid=31603] ppid=31601 vsize=418636 CPUtime=99.99 cores=1,3
/proc/31603/stat : 31603 (adaptg2wsat2009) T 31601 31603 31603 0 -1 4202496 1221 0 0 0 9999 0 0 0 25 0 1 0 886349033 428683264 955 33554432000 134512640 135107411 4294162480 18446744073709551615 134532100 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31603/statm: 104659 955 59 146 0 103535 0
[pid=31601/tid=31617] ppid=31527 vsize=320996 CPUtime=0 cores=1,3
/proc/31601/task/31617/stat : 31617 (python) S 31527 31527 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886359047 328699904 5962 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471105680448 0 0 -1 3 0 0 0
[pid=31618] ppid=31527 vsize=331252 CPUtime=0.15 cores=1,3
/proc/31618/stat : 31618 (python) S 31527 31527 31379 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886359047 339202048 5966 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31618/statm: 82813 5966 400 364 0 18716 0
[pid=31620] ppid=31618 vsize=1018616 CPUtime=100.02 cores=1,3
/proc/31620/stat : 31620 (gnovelty+2) T 31618 31620 31620 0 -1 4202496 761 0 0 0 10002 0 0 0 25 0 1 0 886359048 1043062784 501 33554432000 134512640 135663704 4292562976 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31620/statm: 254654 501 113 282 0 254370 0
[pid=31618/tid=31633] ppid=31527 vsize=331252 CPUtime=0 cores=1,3
/proc/31618/task/31633/stat : 31633 (python) S 31527 31527 31379 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886369064 339202048 5966 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 1 0 0 0
[pid=31634] ppid=31527 vsize=341508 CPUtime=0.13 cores=1,3
/proc/31634/stat : 31634 (python) S 31527 31527 31379 0 -1 4202560 919 0 0 0 7 6 0 0 18 0 1 0 886369065 349704192 5940 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252486 0 0 16781312 514 15415821524489175302 0 0 17 3 0 0 0
/proc/31634/statm: 85377 5940 371 364 0 21277 0
[pid=31636] ppid=31634 vsize=248652 CPUtime=99.76 cores=1,3
/proc/31636/stat : 31636 (FH) R 31634 31636 31636 0 -1 4202496 1120 0 0 0 9976 0 0 0 25 0 1 0 886369065 254619648 856 33554432000 134512640 134936988 4288297344 18446744073709551615 134545320 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31636/statm: 62163 856 41 104 0 61667 0
[pid=31527/tid=31534] ppid=31525 vsize=351752 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 8 0 886308974 360194048 7463 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31553] ppid=31525 vsize=351752 CPUtime=0 cores=1,3
/proc/31527/task/31553/stat : 31553 (python) S 31525 31527 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 886318989 360194048 7463 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31571] ppid=31525 vsize=351752 CPUtime=0 cores=1,3
/proc/31527/task/31571/stat : 31571 (python) S 31525 31527 31379 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 886329005 360194048 7463 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31587] ppid=31525 vsize=351752 CPUtime=0 cores=1,3
/proc/31527/task/31587/stat : 31587 (python) S 31525 31527 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 886339018 360194048 7463 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31602] ppid=31525 vsize=351752 CPUtime=0 cores=1,3
/proc/31527/task/31602/stat : 31602 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 886349033 360194048 7463 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31619] ppid=31525 vsize=351752 CPUtime=0 cores=1,3
/proc/31527/task/31619/stat : 31619 (python) S 31525 31527 31379 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 886359048 360194048 7463 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 3 0 0 0
[pid=31527/tid=31635] ppid=31525 vsize=351752 CPUtime=0 cores=1,3
/proc/31527/task/31635/stat : 31635 (python) S 31525 31527 31379 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 886369065 360194048 7463 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 702.15
Current children cumulated vsize (KiB) 7096204



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.08 3.73 2.28 5/246 31748
/proc/meminfo: memFree=31116728/32950928 swapFree=67055948/67111528
[pid=31527] ppid=31525 vsize=362008 CPUtime=1.44 cores=1,3
/proc/31527/stat : 31527 (python) S 31525 31527 31379 0 -1 4202496 17502 931 1 0 132 12 0 0 19 0 9 0 886308811 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31527/statm: 90502 7469 1892 364 0 26399 0
[pid=31533] ppid=31527 vsize=289440 CPUtime=0.12 cores=1,3
/proc/31533/stat : 31533 (python) S 31527 31527 31379 0 -1 4202560 1140 0 0 0 6 6 0 0 19 0 2 0 886308974 296386560 5771 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31533/statm: 72360 5771 415 364 0 8278 0
[pid=31535] ppid=31533 vsize=1018616 CPUtime=100.01 cores=1,3
/proc/31535/stat : 31535 (gnovelty+2) T 31533 31535 31535 0 -1 4202496 764 0 0 0 10001 0 0 0 25 0 1 0 886308974 1043062784 500 33554432000 134512640 135663704 4294505600 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31535/statm: 254654 500 113 282 0 254370 0
[pid=31533/tid=31551] ppid=31527 vsize=289440 CPUtime=0 cores=1,3
/proc/31533/task/31551/stat : 31551 (python) S 31527 31527 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886318988 296386560 5771 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471145004096 0 0 -1 3 0 0 0
[pid=31552] ppid=31527 vsize=289624 CPUtime=0.13 cores=1,3
/proc/31552/stat : 31552 (python) S 31527 31527 31379 0 -1 4202560 1085 0 0 0 7 6 0 0 19 0 2 0 886318989 296574976 5815 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31552/statm: 72406 5815 400 364 0 8321 0
[pid=31554] ppid=31552 vsize=1018616 CPUtime=100.03 cores=1,3
/proc/31554/stat : 31554 (gnovelty+2) T 31552 31554 31554 0 -1 4202496 766 0 0 0 10003 0 0 0 25 0 1 0 886318989 1043062784 500 33554432000 134512640 135663704 4287413536 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31554/statm: 254654 500 113 282 0 254370 0
[pid=31552/tid=31569] ppid=31527 vsize=289624 CPUtime=0 cores=1,3
/proc/31552/task/31569/stat : 31569 (python) S 31527 31527 31379 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886329004 296574976 5815 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471128848512 0 0 -1 3 0 0 0
[pid=31570] ppid=31527 vsize=300484 CPUtime=0.13 cores=1,3
/proc/31570/stat : 31570 (python) S 31527 31527 31379 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 886329005 307695616 5954 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31570/statm: 75121 5954 399 364 0 11033 0
[pid=31572] ppid=31570 vsize=418636 CPUtime=99.96 cores=1,3
/proc/31572/stat : 31572 (adaptg2wsat2009) T 31570 31572 31572 0 -1 4202496 1223 0 0 0 9996 0 0 0 25 0 1 0 886329005 428683264 957 33554432000 134512640 135107411 4288963168 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31572/statm: 104659 957 59 146 0 103535 0
[pid=31570/tid=31585] ppid=31527 vsize=300484 CPUtime=0 cores=1,3
/proc/31570/task/31585/stat : 31585 (python) S 31527 31527 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886339017 307695616 5954 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471137367872 0 0 -1 3 0 0 0
[pid=31586] ppid=31527 vsize=310740 CPUtime=0.15 cores=1,3
/proc/31586/stat : 31586 (python) S 31527 31527 31379 0 -1 4202560 1088 0 0 0 8 7 0 0 19 0 2 0 886339018 318197760 5958 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31586/statm: 77685 5958 400 364 0 13594 0
[pid=31588] ppid=31586 vsize=418636 CPUtime=100 cores=1,3
/proc/31588/stat : 31588 (adaptg2wsat2009) T 31586 31588 31588 0 -1 4202496 1219 0 0 0 10000 0 0 0 25 0 1 0 886339018 428683264 955 33554432000 134512640 135107411 4288338272 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31588/statm: 104659 955 59 146 0 103535 0
[pid=31586/tid=31600] ppid=31527 vsize=310740 CPUtime=0 cores=1,3
/proc/31586/task/31600/stat : 31600 (python) S 31527 31527 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886349032 318197760 5958 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604463419652224 0 0 -1 3 0 0 0
[pid=31601] ppid=31527 vsize=320996 CPUtime=0.14 cores=1,3
/proc/31601/stat : 31601 (python) S 31527 31527 31379 0 -1 4202560 1085 0 0 0 8 6 0 0 19 0 2 0 886349033 328699904 5962 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31601/statm: 80249 5962 400 364 0 16155 0
[pid=31603] ppid=31601 vsize=418636 CPUtime=99.99 cores=1,3
/proc/31603/stat : 31603 (adaptg2wsat2009) T 31601 31603 31603 0 -1 4202496 1221 0 0 0 9999 0 0 0 25 0 1 0 886349033 428683264 955 33554432000 134512640 135107411 4294162480 18446744073709551615 134532100 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31603/statm: 104659 955 59 146 0 103535 0
[pid=31601/tid=31617] ppid=31527 vsize=320996 CPUtime=0 cores=1,3
/proc/31601/task/31617/stat : 31617 (python) S 31527 31527 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886359047 328699904 5962 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604471105680448 0 0 -1 3 0 0 0
[pid=31618] ppid=31527 vsize=331252 CPUtime=0.15 cores=1,3
/proc/31618/stat : 31618 (python) S 31527 31527 31379 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886359047 339202048 5966 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31618/statm: 82813 5966 400 364 0 18716 0
[pid=31620] ppid=31618 vsize=1018616 CPUtime=100.02 cores=1,3
/proc/31620/stat : 31620 (gnovelty+2) T 31618 31620 31620 0 -1 4202496 761 0 0 0 10002 0 0 0 25 0 1 0 886359048 1043062784 501 33554432000 134512640 135663704 4292562976 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31620/statm: 254654 501 113 282 0 254370 0
[pid=31618/tid=31633] ppid=31527 vsize=331252 CPUtime=0 cores=1,3
/proc/31618/task/31633/stat : 31633 (python) S 31527 31527 31379 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886369064 339202048 5966 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 1 0 0 0
[pid=31634] ppid=31527 vsize=341508 CPUtime=0.13 cores=1,3
/proc/31634/stat : 31634 (python) S 31527 31527 31379 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 886369065 349704192 5970 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31634/statm: 85377 5970 400 364 0 21277 0
[pid=31636] ppid=31634 vsize=248652 CPUtime=100.12 cores=1,3
/proc/31636/stat : 31636 (FH) T 31634 31636 31636 0 -1 4202496 1120 0 0 0 10012 0 0 0 25 0 1 0 886369065 254619648 856 33554432000 134512640 134936988 4288297344 18446744073709551615 134553251 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31636/statm: 62163 856 41 104 0 61667 0
[pid=31634/tid=31745] ppid=31527 vsize=341508 CPUtime=0 cores=1,3
/proc/31634/task/31745/stat : 31745 (python) S 31527 31527 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886379078 349704192 5970 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 514 18446604455583125632 0 0 -1 1 0 0 0
[pid=31746] ppid=31527 vsize=351764 CPUtime=0 cores=1,3
/proc/31746/stat : 31746 (python) S 31527 31527 31379 0 -1 4202560 835 0 0 0 0 0 0 0 19 0 1 0 886379079 360206336 5923 33554432000 4194304 5683644 140735176844224 18446744073709551615 208080252486 0 0 16781312 514 8912913113297190911 0 0 17 1 0 0 0
/proc/31746/statm: 87941 5923 350 364 0 23838 0
[pid=31748] ppid=31746 vsize=418500 CPUtime=0.12 cores=1,3
/proc/31748/stat : 31748 (adaptg2wsat2009) R 31746 31748 31748 0 -1 4202496 1073 0 0 0 12 0 0 0 21 0 1 0 886379080 428544000 809 33554432000 134512640 135107411 4287627104 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31748/statm: 104625 809 49 146 0 103501 0
[pid=31527/tid=31534] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31534/stat : 31534 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 886308974 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31553] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31553/stat : 31553 (python) S 31525 31527 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886318989 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31571] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31571/stat : 31571 (python) S 31525 31527 31379 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886329005 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31587] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31587/stat : 31587 (python) S 31525 31527 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886339018 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31602] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31602/stat : 31602 (python) S 31525 31527 31379 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886349033 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 1 0 0 0
[pid=31527/tid=31619] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31619/stat : 31619 (python) S 31525 31527 31379 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 886359048 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 3 0 0 0
[pid=31527/tid=31635] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31635/stat : 31635 (python) S 31525 31527 31379 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886369065 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 3 0 0 0
[pid=31527/tid=31747] ppid=31525 vsize=362008 CPUtime=0 cores=1,3
/proc/31527/task/31747/stat : 31747 (python) S 31525 31527 31379 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886379079 370696192 7469 33554432000 4194304 5683644 140735176844224 18446744073709551615 208092055985 0 0 16781312 2 18446604471139877248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 702.64
Current children cumulated vsize (KiB) 7876724

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

Real time (s): 702.863
CPU time (s): 702.64
CPU user time (s): 702.08
CPU system time (s): 0.56
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 7876724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3258
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18439
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= 2865
involuntary context switches= 22

runsolver used 1.35979 second user time and 2.96355 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:04:51
IDJOB=3484081
IDBENCH=82592
IDSOLVER=1975
FILE ID=node127/3484081-1307747091
RUNJOBID= node127-1307747008-31399
PBS_JOBID= 13550830
Free space on /tmp= 74000 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S949556727-080-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-3484081-1307747091/watcher-3484081-1307747091 -o /tmp/evaluation-result-3484081-1307747091/solver-3484081-1307747091 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484081-1307747091.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= 274f6c2fc3e630d8716a09f7c87233f2
RANDOM SEED=693387542

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31356356 kB
Buffers:        268448 kB
Cached:         976004 kB
SwapCached:       9372 kB
Active:         741760 kB
Inactive:       651876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31356356 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           32392 kB
Writeback:          32 kB
AnonPages:      146472 kB
Mapped:          20280 kB
Slab:           131968 kB
PageTables:       9068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2786260 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= 73964 MiB
End job on node127 at 2011-06-11 01:16:36