Trace number 3377219

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 702.06 702.875

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
MD5SUM79bb5af0297560cf515e2461b267e196
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark235.781
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.66/2.29	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.66/2.29	c INFO: solving HOME/instance-3377219-1305451373.cnf
0.66/2.29	c INFO: computing task features
0.79/2.41	c INFO: computed variable-clause graph statistics
0.79/2.42	c INFO: computed clause balance statistics
1.39/3.06	c INFO: computed variable balance statistics
1.78/3.44	c INFO: computed small-clause counts
1.78/3.44	c INFO: computed Horn-clause counts
1.78/3.47	c INFO: computed variable graph statistics
1.78/3.47	c INFO: collected features for HOME/instance-3377219-1305451373.cnf in 1.17 s
1.78/3.49	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.26/103.76	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.53/204.05	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.04/303.32	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
402.28/403.59	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.06)
502.57/503.87	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.05)
602.07/603.18	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.04)
701.63/702.48	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.58 3.41 3.59 5/297 15096
/proc/meminfo: memFree=15613924/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=14252 CPUtime=0 cores=0,2
/proc/15096/stat : 15096 (python) D 15094 15096 14075 0 -1 4194304 196 0 1 0 0 0 0 0 20 0 1 0 112746774 14594048 133 33554432000 4194304 5683644 140735462755376 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/15096/statm: 3563 133 105 364 0 50 0

[startup+0.087661 s]
/proc/loadavg: 2.58 3.41 3.59 5/297 15096
/proc/meminfo: memFree=15613924/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=16396 CPUtime=0.01 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 1160 0 4 0 1 0 0 0 17 0 1 0 112746774 16789504 1029 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 1
/proc/15096/statm: 4099 1029 414 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100872 s]
/proc/loadavg: 2.58 3.41 3.59 5/297 15096
/proc/meminfo: memFree=15613924/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=16812 CPUtime=0.02 cores=0,2
/proc/15096/stat : 15096 (python) D 15094 15096 14075 0 -1 4202496 1223 0 4 0 2 0 0 0 17 0 1 0 112746774 17215488 1085 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880560997 0 0 16781312 2 0 0 0 17 2 0 0 1
/proc/15096/statm: 4203 1085 417 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16812

[startup+0.300677 s]
/proc/loadavg: 2.58 3.41 3.59 5/297 15096
/proc/meminfo: memFree=15613924/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=50016 CPUtime=0.09 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 1935 0 13 0 7 2 0 0 17 0 1 0 112746774 51216384 1713 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880560997 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 3
/proc/15096/statm: 12504 1713 476 364 0 1204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50016

[startup+0.700604 s]
/proc/loadavg: 2.58 3.41 3.59 5/297 15096
/proc/meminfo: memFree=15613924/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=115432 CPUtime=0.2 cores=0,2
/proc/15096/stat : 15096 (python) R 15094 15096 14075 0 -1 4202496 3570 0 27 0 14 6 0 0 16 0 1 0 112746774 118202368 3237 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/15096/statm: 28858 3237 889 364 0 2359 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 115432

[startup+1.50052 s]
/proc/loadavg: 2.58 3.41 3.59 4/308 15125
/proc/meminfo: memFree=15538672/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=163652 CPUtime=0.47 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 6621 922 44 9 28 19 0 0 17 0 1 0 112746774 167579648 4755 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 14
/proc/15096/statm: 40913 4755 1311 364 0 3454 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 163652

[startup+3.10011 s]
/proc/loadavg: 2.45 3.37 3.57 3/308 15125
/proc/meminfo: memFree=15493544/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=285816 CPUtime=1.49 cores=0,2
/proc/15096/stat : 15096 (python) R 15094 15096 14075 0 -1 4202496 11981 922 84 9 124 25 0 0 16 0 1 0 112746774 292675584 8839 33554432000 4194304 5683644 140735462755376 18446744073709551615 47599545200801 0 0 16781312 2 0 0 0 17 2 0 0 23
/proc/15096/statm: 71454 8839 1827 364 0 7378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 285816
heavy processes:

[startup+6.30061 s]
/proc/loadavg: 2.45 3.37 3.57 6/320 15137
/proc/meminfo: memFree=15423880/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=292296 CPUtime=1.87 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 12343 922 84 9 162 25 0 0 19 0 2 0 112746774 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/15096/statm: 73074 7946 1877 364 0 8992 0
[pid=15126] ppid=15096 vsize=282052 CPUtime=0 cores=0,2
/proc/15126/stat : 15126 (python) S 15096 15096 14075 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 112747124 288821248 6419 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585231 0 0 16781312 514 15716973640463384836 0 0 17 2 0 0 0
/proc/15126/statm: 70513 6419 354 364 0 6431 0
[pid=15128] ppid=15126 vsize=1018800 CPUtime=2.79 cores=0,2
/proc/15128/stat : 15128 (gnovelty+2) R 15126 15128 15128 0 -1 4202496 867 0 0 0 279 0 0 0 25 0 1 0 112747124 1043251200 602 33554432000 134512640 135663704 4292542272 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15128/statm: 254700 602 113 282 0 254416 0
[pid=15096/tid=15127] ppid=15094 vsize=292296 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 2 0 112747124 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1593148
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 2.76 3.41 3.58 6/320 15137
/proc/meminfo: memFree=15414700/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=292296 CPUtime=1.87 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 12343 922 84 9 162 25 0 0 19 0 2 0 112746774 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/15096/statm: 73074 7946 1877 364 0 8992 0
[pid=15126] ppid=15096 vsize=282052 CPUtime=0 cores=0,2
/proc/15126/stat : 15126 (python) S 15096 15096 14075 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 112747124 288821248 6447 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585231 0 0 16781312 514 15716973640463384836 0 0 17 2 0 0 0
/proc/15126/statm: 70513 6447 382 364 0 6431 0
[pid=15128] ppid=15126 vsize=1018800 CPUtime=9.19 cores=0,2
/proc/15128/stat : 15128 (gnovelty+2) R 15126 15128 15128 0 -1 4202496 867 0 0 0 919 0 0 0 25 0 1 0 112747124 1043251200 602 33554432000 134512640 135663704 4292542272 18446744073709551615 134544279 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15128/statm: 254700 602 113 282 0 254416 0
[pid=15096/tid=15127] ppid=15094 vsize=292296 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 2 0 112747124 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 1593148

[startup+25.5012 s]
/proc/loadavg: 2.95 3.43 3.59 6/320 15172
/proc/meminfo: memFree=15444968/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=292296 CPUtime=1.87 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 12343 922 84 9 162 25 0 0 19 0 2 0 112746774 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/15096/statm: 73074 7946 1877 364 0 8992 0
[pid=15126] ppid=15096 vsize=282052 CPUtime=0.03 cores=0,2
/proc/15126/stat : 15126 (python) S 15096 15096 14075 0 -1 4202560 982 0 0 0 1 2 0 0 18 0 1 0 112747124 288821248 6447 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585231 0 0 16781312 514 12424745276659433732 0 0 17 2 0 0 0
/proc/15126/statm: 70513 6447 382 364 0 6431 0
[pid=15128] ppid=15126 vsize=1018800 CPUtime=21.99 cores=0,2
/proc/15128/stat : 15128 (gnovelty+2) R 15126 15128 15128 0 -1 4202496 867 0 0 0 2199 0 0 0 25 0 1 0 112747124 1043251200 602 33554432000 134512640 135663704 4292542272 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15128/statm: 254700 602 113 282 0 254416 0
[pid=15096/tid=15127] ppid=15094 vsize=292296 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 2 0 112747124 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 1593148

[startup+51.1008 s]
/proc/loadavg: 3.31 3.47 3.60 6/320 15208
/proc/meminfo: memFree=15442004/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=292296 CPUtime=1.87 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 12343 922 84 9 162 25 0 0 19 0 2 0 112746774 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/15096/statm: 73074 7946 1877 364 0 8992 0
[pid=15126] ppid=15096 vsize=282052 CPUtime=0.1 cores=0,2
/proc/15126/stat : 15126 (python) S 15096 15096 14075 0 -1 4202560 996 0 0 0 5 5 0 0 18 0 1 0 112747124 288821248 6447 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585231 0 0 16781312 514 12424745276659433732 0 0 17 2 0 0 0
/proc/15126/statm: 70513 6447 382 364 0 6431 0
[pid=15128] ppid=15126 vsize=1018800 CPUtime=47.59 cores=0,2
/proc/15128/stat : 15128 (gnovelty+2) R 15126 15128 15128 0 -1 4202496 867 0 0 0 4759 0 0 0 25 0 1 0 112747124 1043251200 602 33554432000 134512640 135663704 4292542272 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15128/statm: 254700 602 113 282 0 254416 0
[pid=15096/tid=15127] ppid=15094 vsize=292296 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 2 0 112747124 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 1593148

[startup+102.312 s]
/proc/loadavg: 3.80 3.59 3.63 6/320 15210
/proc/meminfo: memFree=15443408/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=292296 CPUtime=1.87 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 12343 922 84 9 162 25 0 0 19 0 2 0 112746774 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/15096/statm: 73074 7946 1877 364 0 8992 0
[pid=15126] ppid=15096 vsize=282052 CPUtime=0.2 cores=0,2
/proc/15126/stat : 15126 (python) S 15096 15096 14075 0 -1 4202560 1016 0 0 0 9 11 0 0 18 0 1 0 112747124 288821248 6447 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585231 0 0 16781312 514 12424745276659433732 0 0 17 2 0 0 0
/proc/15126/statm: 70513 6447 382 364 0 6431 0
[pid=15128] ppid=15126 vsize=1018800 CPUtime=98.81 cores=0,2
/proc/15128/stat : 15128 (gnovelty+2) R 15126 15128 15128 0 -1 4202496 867 0 0 0 9881 0 0 0 25 0 1 0 112747124 1043251200 602 33554432000 134512640 135663704 4292542272 18446744073709551615 134525178 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15128/statm: 254700 602 113 282 0 254416 0
[pid=15096/tid=15127] ppid=15094 vsize=292296 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 2 0 112747124 299311104 7946 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 1593148

[startup+162.301 s]
/proc/loadavg: 4.00 3.68 3.65 6/336 15227
/proc/meminfo: memFree=15415848/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=302552 CPUtime=1.88 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 13218 922 84 9 163 25 0 0 19 0 3 0 112746774 309813248 7953 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/15096/statm: 75638 7953 1880 364 0 11553 0
[pid=15126] ppid=15096 vsize=292296 CPUtime=0.21 cores=0,2
/proc/15126/stat : 15126 (python) S 15096 15096 14075 0 -1 4202560 1157 0 0 0 10 11 0 0 19 0 2 0 112747124 299311104 6485 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15126/statm: 73074 6485 415 364 0 8992 0
[pid=15128] ppid=15126 vsize=1018800 CPUtime=100.25 cores=0,2
/proc/15128/stat : 15128 (gnovelty+2) T 15126 15128 15128 0 -1 4202496 867 0 0 0 10025 0 0 0 25 0 1 0 112747124 1043251200 602 33554432000 134512640 135663704 4292542272 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15128/statm: 254700 602 113 282 0 254416 0
[pid=15126/tid=15211] ppid=15096 vsize=292296 CPUtime=0 cores=0,2
/proc/15126/task/15211/stat : 15211 (python) S 15096 15096 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112757150 299311104 6485 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604452277119040 0 0 -1 2 0 0 0
[pid=15212] ppid=15096 vsize=292308 CPUtime=0.14 cores=0,2
/proc/15212/stat : 15212 (python) S 15096 15096 14075 0 -1 4202560 926 0 0 0 7 7 0 0 18 0 1 0 112757151 299323392 6440 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585286 0 0 16781312 514 12424745276659433730 0 0 17 0 0 0 0
/proc/15212/statm: 73077 6440 371 364 0 8992 0
[pid=15214] ppid=15212 vsize=1018800 CPUtime=58.35 cores=0,2
/proc/15214/stat : 15214 (gnovelty+2) R 15212 15214 15214 0 -1 4202496 866 0 0 0 5835 0 0 0 25 0 1 0 112757151 1043251200 603 33554432000 134512640 135663704 4294538192 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15214/statm: 254700 603 113 282 0 254416 0
[pid=15096/tid=15127] ppid=15094 vsize=302552 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 3 0 112747124 309813248 7953 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15213] ppid=15094 vsize=302552 CPUtime=0 cores=0,2
/proc/15096/task/15213/stat : 15213 (python) S 15094 15096 14075 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 3 0 112757151 309813248 7953 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.83
Current children cumulated vsize (KiB) 2924756

[startup+222.301 s]
/proc/loadavg: 4.00 3.73 3.67 6/348 15240
/proc/meminfo: memFree=15382232/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=312960 CPUtime=1.9 cores=0,2

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

/proc/15212/statm: 73077 6470 400 364 0 8992 0
[pid=15214] ppid=15212 vsize=1018800 CPUtime=99.99 cores=0,2
/proc/15214/stat : 15214 (gnovelty+2) T 15212 15214 15214 0 -1 4202496 866 0 0 0 9999 0 0 0 25 0 1 0 112757151 1043251200 603 33554432000 134512640 135663704 4294538192 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15214/statm: 254700 603 113 282 0 254416 0
[pid=15212/tid=15229] ppid=15096 vsize=292308 CPUtime=0 cores=0,2
/proc/15212/task/15229/stat : 15229 (python) S 15096 15096 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112767179 299323392 6470 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604453871766272 0 0 -1 2 0 0 0
[pid=15230] ppid=15096 vsize=302716 CPUtime=0.24 cores=0,2
/proc/15230/stat : 15230 (python) S 15096 15096 14075 0 -1 4202560 1100 0 0 0 13 11 0 0 19 0 2 0 112767180 309981184 6512 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15230/statm: 75679 6512 400 364 0 11591 0
[pid=15232] ppid=15230 vsize=420484 CPUtime=99.24 cores=0,2
/proc/15232/stat : 15232 (adaptg2wsat2009) T 15230 15232 15232 0 -1 4202496 1756 0 0 0 9924 0 0 0 25 0 1 0 112767180 430575616 1491 33554432000 134512640 135107411 4291128208 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15232/statm: 105121 1491 59 146 0 103997 0
[pid=15230/tid=15249] ppid=15096 vsize=302716 CPUtime=0 cores=0,2
/proc/15230/task/15249/stat : 15249 (python) S 15096 15096 14075 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 112777105 309981184 6512 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604451080139200 0 0 -1 2 0 0 0
[pid=15252] ppid=15096 vsize=312972 CPUtime=0.26 cores=0,2
/proc/15252/stat : 15252 (python) S 15096 15096 14075 0 -1 4202560 1104 0 0 0 14 12 0 0 19 0 2 0 112777106 320483328 6536 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 78243 6536 400 364 0 14152 0
[pid=15255] ppid=15252 vsize=420484 CPUtime=100 cores=0,2
/proc/15255/stat : 15255 (adaptg2wsat2009) T 15252 15255 15255 0 -1 4202496 1760 0 0 0 10000 0 0 0 25 0 1 0 112777107 430575616 1493 33554432000 134512640 135107411 4286922848 18446744073709551615 134539223 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15255/statm: 105121 1493 59 146 0 103997 0
[pid=15252/tid=15271] ppid=15096 vsize=312972 CPUtime=0 cores=0,2
/proc/15252/task/15271/stat : 15271 (python) S 15096 15096 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112787132 320483328 6536 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604445102038080 0 0 -1 2 0 0 0
[pid=15272] ppid=15096 vsize=323228 CPUtime=0.27 cores=0,2
/proc/15272/stat : 15272 (python) S 15096 15096 14075 0 -1 4202560 1102 0 0 0 16 11 0 0 19 0 2 0 112787134 330985472 6540 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15272/statm: 80807 6540 400 364 0 16713 0
[pid=15274] ppid=15272 vsize=420484 CPUtime=99.99 cores=0,2
/proc/15274/stat : 15274 (adaptg2wsat2009) T 15272 15274 15274 0 -1 4202496 1759 0 0 0 9998 1 0 0 25 0 1 0 112787134 430575616 1491 33554432000 134512640 135107411 4289846640 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15274/statm: 105121 1491 59 146 0 103997 0
[pid=15272/tid=15289] ppid=15096 vsize=323228 CPUtime=0 cores=0,2
/proc/15272/task/15289/stat : 15289 (python) S 15096 15096 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112797161 330985472 6540 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870080 0 0 -1 0 0 0 0
[pid=15290] ppid=15096 vsize=333620 CPUtime=0.25 cores=0,2
/proc/15290/stat : 15290 (python) S 15096 15096 14075 0 -1 4202560 1107 0 0 0 14 11 0 0 19 0 2 0 112797162 341626880 6558 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15290/statm: 83405 6558 400 364 0 19308 0
[pid=15292] ppid=15290 vsize=1018800 CPUtime=99.28 cores=0,2
/proc/15292/stat : 15292 (gnovelty+2) T 15290 15292 15292 0 -1 4202496 866 0 0 0 9928 0 0 0 25 0 1 0 112797162 1043251200 602 33554432000 134512640 135663704 4294263920 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15292/statm: 254700 602 113 282 0 254416 0
[pid=15290/tid=15304] ppid=15096 vsize=333620 CPUtime=0 cores=0,2
/proc/15290/task/15304/stat : 15304 (python) S 15096 15096 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112807091 341626880 6558 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604453920483200 0 0 -1 2 0 0 0
[pid=15305] ppid=15096 vsize=343876 CPUtime=0.25 cores=0,2
/proc/15305/stat : 15305 (python) S 15096 15096 14075 0 -1 4202560 949 0 0 0 14 11 0 0 18 0 1 0 112807093 352129024 6558 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585286 0 0 16781312 514 12424745276659433731 0 0 17 2 0 0 0
/proc/15305/statm: 85969 6558 371 364 0 21869 0
[pid=15307] ppid=15305 vsize=250368 CPUtime=99.1 cores=0,2
/proc/15307/stat : 15307 (FH) R 15305 15307 15307 0 -1 4202496 1675 0 0 0 9910 0 0 0 25 0 1 0 112807093 256376832 1408 33554432000 134512640 134936988 4294926080 18446744073709551615 134552472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15307/statm: 62592 1408 41 104 0 62096 0
[pid=15096/tid=15127] ppid=15094 vsize=354120 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 8 0 112747124 362618880 8081 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15213] ppid=15094 vsize=354120 CPUtime=0 cores=0,2
/proc/15096/task/15213/stat : 15213 (python) S 15094 15096 14075 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 8 0 112757151 362618880 8081 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15231] ppid=15094 vsize=354120 CPUtime=0 cores=0,2
/proc/15096/task/15231/stat : 15231 (python) S 15094 15096 14075 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 8 0 112767180 362618880 8081 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15254] ppid=15094 vsize=354120 CPUtime=0 cores=0,2
/proc/15096/task/15254/stat : 15254 (python) S 15094 15096 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 8 0 112777107 362618880 8081 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15273] ppid=15094 vsize=354120 CPUtime=0 cores=0,2
/proc/15096/task/15273/stat : 15273 (python) S 15094 15096 14075 0 -1 4202560 32 922 0 9 0 0 0 0 20 0 8 0 112787134 362618880 8081 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 2 0 0 0
[pid=15096/tid=15291] ppid=15094 vsize=354120 CPUtime=0 cores=0,2
/proc/15096/task/15291/stat : 15291 (python) S 15094 15096 14075 0 -1 4202560 32 922 0 9 0 0 0 0 20 0 8 0 112797162 362618880 8081 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15306] ppid=15094 vsize=354120 CPUtime=0 cores=0,2
/proc/15096/task/15306/stat : 15306 (python) S 15094 15096 14075 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 8 0 112807093 362618880 8081 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.53
Current children cumulated vsize (KiB) 7123356



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.17 4.03 3.83 5/420 15326
/proc/meminfo: memFree=15190432/32950928 swapFree=67111364/67111528
[pid=15096] ppid=15094 vsize=364376 CPUtime=1.97 cores=0,2
/proc/15096/stat : 15096 (python) S 15094 15096 14075 0 -1 4202496 18554 922 84 9 171 26 0 0 20 0 9 0 112746774 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/15096/statm: 91094 8087 1892 364 0 26991 0
[pid=15126] ppid=15096 vsize=292296 CPUtime=0.21 cores=0,2
/proc/15126/stat : 15126 (python) S 15096 15096 14075 0 -1 4202560 1157 0 0 0 10 11 0 0 19 0 2 0 112747124 299311104 6485 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15126/statm: 73074 6485 415 364 0 8992 0
[pid=15128] ppid=15126 vsize=1018800 CPUtime=100.25 cores=0,2
/proc/15128/stat : 15128 (gnovelty+2) T 15126 15128 15128 0 -1 4202496 867 0 0 0 10025 0 0 0 25 0 1 0 112747124 1043251200 602 33554432000 134512640 135663704 4292542272 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15128/statm: 254700 602 113 282 0 254416 0
[pid=15126/tid=15211] ppid=15096 vsize=292296 CPUtime=0 cores=0,2
/proc/15126/task/15211/stat : 15211 (python) S 15096 15096 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112757150 299311104 6485 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604452277119040 0 0 -1 2 0 0 0
[pid=15212] ppid=15096 vsize=292308 CPUtime=0.24 cores=0,2
/proc/15212/stat : 15212 (python) S 15096 15096 14075 0 -1 4202560 1092 0 0 0 13 11 0 0 19 0 2 0 112757151 299323392 6470 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15212/statm: 73077 6470 400 364 0 8992 0
[pid=15214] ppid=15212 vsize=1018800 CPUtime=99.99 cores=0,2
/proc/15214/stat : 15214 (gnovelty+2) T 15212 15214 15214 0 -1 4202496 866 0 0 0 9999 0 0 0 25 0 1 0 112757151 1043251200 603 33554432000 134512640 135663704 4294538192 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15214/statm: 254700 603 113 282 0 254416 0
[pid=15212/tid=15229] ppid=15096 vsize=292308 CPUtime=0 cores=0,2
/proc/15212/task/15229/stat : 15229 (python) S 15096 15096 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112767179 299323392 6470 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604453871766272 0 0 -1 2 0 0 0
[pid=15230] ppid=15096 vsize=302716 CPUtime=0.24 cores=0,2
/proc/15230/stat : 15230 (python) S 15096 15096 14075 0 -1 4202560 1100 0 0 0 13 11 0 0 19 0 2 0 112767180 309981184 6512 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15230/statm: 75679 6512 400 364 0 11591 0
[pid=15232] ppid=15230 vsize=420484 CPUtime=99.24 cores=0,2
/proc/15232/stat : 15232 (adaptg2wsat2009) T 15230 15232 15232 0 -1 4202496 1756 0 0 0 9924 0 0 0 25 0 1 0 112767180 430575616 1491 33554432000 134512640 135107411 4291128208 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15232/statm: 105121 1491 59 146 0 103997 0
[pid=15230/tid=15249] ppid=15096 vsize=302716 CPUtime=0 cores=0,2
/proc/15230/task/15249/stat : 15249 (python) S 15096 15096 14075 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 112777105 309981184 6512 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604451080139200 0 0 -1 2 0 0 0
[pid=15252] ppid=15096 vsize=312972 CPUtime=0.26 cores=0,2
/proc/15252/stat : 15252 (python) S 15096 15096 14075 0 -1 4202560 1104 0 0 0 14 12 0 0 19 0 2 0 112777106 320483328 6536 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 78243 6536 400 364 0 14152 0
[pid=15255] ppid=15252 vsize=420484 CPUtime=100 cores=0,2
/proc/15255/stat : 15255 (adaptg2wsat2009) T 15252 15255 15255 0 -1 4202496 1760 0 0 0 10000 0 0 0 25 0 1 0 112777107 430575616 1493 33554432000 134512640 135107411 4286922848 18446744073709551615 134539223 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15255/statm: 105121 1493 59 146 0 103997 0
[pid=15252/tid=15271] ppid=15096 vsize=312972 CPUtime=0 cores=0,2
/proc/15252/task/15271/stat : 15271 (python) S 15096 15096 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112787132 320483328 6536 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604445102038080 0 0 -1 2 0 0 0
[pid=15272] ppid=15096 vsize=323228 CPUtime=0.27 cores=0,2
/proc/15272/stat : 15272 (python) S 15096 15096 14075 0 -1 4202560 1102 0 0 0 16 11 0 0 19 0 2 0 112787134 330985472 6540 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15272/statm: 80807 6540 400 364 0 16713 0
[pid=15274] ppid=15272 vsize=420484 CPUtime=99.99 cores=0,2
/proc/15274/stat : 15274 (adaptg2wsat2009) T 15272 15274 15274 0 -1 4202496 1759 0 0 0 9998 1 0 0 25 0 1 0 112787134 430575616 1491 33554432000 134512640 135107411 4289846640 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15274/statm: 105121 1491 59 146 0 103997 0
[pid=15272/tid=15289] ppid=15096 vsize=323228 CPUtime=0 cores=0,2
/proc/15272/task/15289/stat : 15289 (python) S 15096 15096 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112797161 330985472 6540 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870080 0 0 -1 0 0 0 0
[pid=15290] ppid=15096 vsize=333620 CPUtime=0.25 cores=0,2
/proc/15290/stat : 15290 (python) S 15096 15096 14075 0 -1 4202560 1107 0 0 0 14 11 0 0 19 0 2 0 112797162 341626880 6558 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15290/statm: 83405 6558 400 364 0 19308 0
[pid=15292] ppid=15290 vsize=1018800 CPUtime=99.28 cores=0,2
/proc/15292/stat : 15292 (gnovelty+2) T 15290 15292 15292 0 -1 4202496 866 0 0 0 9928 0 0 0 25 0 1 0 112797162 1043251200 602 33554432000 134512640 135663704 4294263920 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15292/statm: 254700 602 113 282 0 254416 0
[pid=15290/tid=15304] ppid=15096 vsize=333620 CPUtime=0 cores=0,2
/proc/15290/task/15304/stat : 15304 (python) S 15096 15096 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112807091 341626880 6558 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604453920483200 0 0 -1 2 0 0 0
[pid=15305] ppid=15096 vsize=343876 CPUtime=0.27 cores=0,2
/proc/15305/stat : 15305 (python) S 15096 15096 14075 0 -1 4202560 1107 0 0 0 16 11 0 0 19 0 2 0 112807093 352129024 6588 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15305/statm: 85969 6588 400 364 0 21869 0
[pid=15307] ppid=15305 vsize=250368 CPUtime=99.27 cores=0,2
/proc/15307/stat : 15307 (FH) T 15305 15307 15307 0 -1 4202496 1675 0 0 0 9927 0 0 0 25 0 1 0 112807093 256376832 1408 33554432000 134512640 134936988 4294926080 18446744073709551615 134544749 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15307/statm: 62592 1408 41 104 0 62096 0
[pid=15305/tid=15323] ppid=15096 vsize=343876 CPUtime=0 cores=0,2
/proc/15305/task/15323/stat : 15323 (python) S 15096 15096 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112817021 352129024 6588 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 514 18446604453905834432 0 0 -1 2 0 0 0
[pid=15324] ppid=15096 vsize=354132 CPUtime=0 cores=0,2
/proc/15324/stat : 15324 (python) S 15096 15096 14075 0 -1 4202560 783 0 0 0 0 0 0 0 19 0 1 0 112817023 362631168 6541 33554432000 4194304 5683644 140735462755376 18446744073709551615 218880585286 0 0 16781312 514 4119175731978698751 0 0 17 2 0 0 0
/proc/15324/statm: 88533 6541 350 364 0 24430 0
[pid=15326] ppid=15324 vsize=418764 CPUtime=0.33 cores=0,2
/proc/15326/stat : 15326 (adaptg2wsat2009) R 15324 15326 15326 0 -1 4202496 1187 0 0 0 33 0 0 0 21 0 1 0 112817023 428814336 917 33554432000 134512640 135107411 4294691200 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15326/statm: 104691 917 49 146 0 103567 0
[pid=15096/tid=15127] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15127/stat : 15127 (python) S 15094 15096 14075 0 -1 4202560 25 922 0 9 0 0 0 0 19 0 9 0 112747124 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15213] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15213/stat : 15213 (python) S 15094 15096 14075 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 9 0 112757151 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15231] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15231/stat : 15231 (python) S 15094 15096 14075 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 9 0 112767180 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15254] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15254/stat : 15254 (python) S 15094 15096 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 9 0 112777107 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15273] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15273/stat : 15273 (python) S 15094 15096 14075 0 -1 4202560 32 922 0 9 0 0 0 0 20 0 9 0 112787134 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 2 0 0 0
[pid=15096/tid=15291] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15291/stat : 15291 (python) S 15094 15096 14075 0 -1 4202560 32 922 0 9 0 0 0 0 20 0 9 0 112797162 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15306] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15306/stat : 15306 (python) S 15094 15096 14075 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 9 0 112807093 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
[pid=15096/tid=15325] ppid=15094 vsize=364376 CPUtime=0 cores=0,2
/proc/15096/task/15325/stat : 15325 (python) S 15094 15096 14075 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 9 0 112817023 373121024 8087 33554432000 4194304 5683644 140735462755376 18446744073709551615 218892388785 0 0 16781312 2 18446604444765000064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 7906508

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

Real time (s): 702.875
CPU time (s): 702.06
CPU user time (s): 701.01
CPU system time (s): 1.05
CPU usage (%): 99.884
Max. virtual memory (cumulated for all children) (KiB): 7906508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.72974
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19977
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41791
involuntary context switches= 215

runsolver used 2.82057 second user time and 5.75212 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 11:22:53
IDJOB=3377219
IDBENCH=82528
IDSOLVER=1857
FILE ID=node112/3377219-1305451373
RUNJOBID= node112-1305451373-15065
PBS_JOBID= 13324849
Free space on /tmp= 73588 MiB

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

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

MD5SUM BENCH= 79bb5af0297560cf515e2461b267e196
RANDOM SEED=2130640440

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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:      15615220 kB
Buffers:        299620 kB
Cached:        3034896 kB
SwapCached:          0 kB
Active:       15254244 kB
Inactive:      1836384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15615220 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          125140 kB
Writeback:           0 kB
AnonPages:    13756132 kB
Mapped:          20852 kB
Slab:           138776 kB
PageTables:      43392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 34990596 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= 73460 MiB
End job on node112 at 2011-05-15 11:34:39