Trace number 3377221

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) 704.05 705.075

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S381985918-018-UNKNOWN.cnf
MD5SUM13d193ddef22075908d36a7c0d4a2be1
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.62/2.29	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.62/2.29	c INFO: solving HOME/instance-3377221-1305451373.cnf
0.62/2.29	c INFO: computing task features
0.76/2.44	c INFO: computed variable-clause graph statistics
0.76/2.45	c INFO: computed clause balance statistics
1.46/3.21	c INFO: computed variable balance statistics
1.86/3.51	c INFO: computed small-clause counts
1.86/3.51	c INFO: computed Horn-clause counts
1.86/3.53	c INFO: computed variable graph statistics
1.86/3.53	c INFO: collected features for HOME/instance-3377221-1305451373.cnf in 1.24 s
1.86/3.55	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
102.35/103.81	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.59/204.07	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.12/303.32	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
402.31/403.56	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.62/503.82	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
603.15/604.12	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.35/704.38	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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-3377221-1305451373/watcher-3377221-1305451373 -o /tmp/evaluation-result-3377221-1305451373/solver-3377221-1305451373 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377221-1305451373.cnf -seed 2130640440 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.58 3.41 3.59 5/294 15093
/proc/meminfo: memFree=15614196/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=14252 CPUtime=0 cores=5,7
/proc/15093/stat : 15093 (python) R 15091 15093 14075 0 -1 4194304 191 0 2 0 0 0 0 0 18 0 1 0 112746774 14594048 130 33554432000 4194304 5683644 140736291128272 18446744073709551615 5398816 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15093/statm: 3563 130 102 364 0 50 0

[startup+0.0836359 s]
/proc/loadavg: 2.58 3.41 3.59 5/294 15093
/proc/meminfo: memFree=15614196/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=16404 CPUtime=0.02 cores=5,7
/proc/15093/stat : 15093 (python) D 15091 15093 14075 0 -1 4202496 1116 0 6 0 1 1 0 0 17 0 1 0 112746774 16797696 990 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880564992 0 0 16781312 2 18446744071562234166 0 0 17 5 0 0 2
/proc/15093/statm: 4101 990 413 364 0 588 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16404

[startup+0.100628 s]
/proc/loadavg: 2.58 3.41 3.59 5/294 15093
/proc/meminfo: memFree=15614196/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=16816 CPUtime=0.02 cores=5,7
/proc/15093/stat : 15093 (python) R 15091 15093 14075 0 -1 4202496 1218 0 6 0 1 1 0 0 17 0 1 0 112746774 17219584 1083 33554432000 4194304 5683644 140736291128272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 2
/proc/15093/statm: 4204 1083 417 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16816

[startup+0.300609 s]
/proc/loadavg: 2.58 3.41 3.59 5/294 15093
/proc/meminfo: memFree=15614196/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=47888 CPUtime=0.08 cores=5,7
/proc/15093/stat : 15093 (python) D 15091 15093 14075 0 -1 4202496 1915 0 12 0 4 4 0 0 16 0 1 0 112746774 49037312 1701 33554432000 4194304 5683644 140736291128272 18446744073709551615 218875644830 0 0 16781312 2 18446744071562234166 0 0 17 5 0 0 3
/proc/15093/statm: 11972 1701 470 364 0 1204 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47888

[startup+0.700511 s]
/proc/loadavg: 2.58 3.41 3.59 5/294 15093
/proc/meminfo: memFree=15614196/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=115432 CPUtime=0.17 cores=5,7
/proc/15093/stat : 15093 (python) D 15091 15093 14075 0 -1 4202496 3575 0 21 0 7 10 0 0 16 0 1 0 112746774 118202368 3237 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 5 0 0 7
/proc/15093/statm: 28858 3237 889 364 0 2359 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 115432

[startup+1.50038 s]
/proc/loadavg: 2.58 3.41 3.59 1/308 15125
/proc/meminfo: memFree=15538732/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=163656 CPUtime=0.44 cores=5,7
/proc/15093/stat : 15093 (python) D 15091 15093 14075 0 -1 4202496 6640 922 32 9 18 26 0 0 16 0 1 0 112746774 167583744 4756 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880564992 0 0 16781312 2 18446744071562234166 0 0 17 5 0 0 13
/proc/15093/statm: 40914 4756 1311 364 0 3455 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 163656

[startup+3.10101 s]
/proc/loadavg: 2.45 3.37 3.57 1/308 15125
/proc/meminfo: memFree=15493668/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=283976 CPUtime=1.46 cores=5,7
/proc/15093/stat : 15093 (python) R 15091 15093 14075 0 -1 4202496 11674 922 80 9 110 36 0 0 16 0 1 0 112746774 290791424 8378 33554432000 4194304 5683644 140736291128272 18446744073709551615 47582925523393 0 0 16781312 2 0 0 0 17 7 0 0 43
/proc/15093/statm: 70994 8378 1826 364 0 6918 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 283976
heavy processes:

[startup+6.30051 s]
/proc/loadavg: 2.45 3.37 3.57 5/320 15137
/proc/meminfo: memFree=15423880/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=289868 CPUtime=1.9 cores=5,7
/proc/15093/stat : 15093 (python) S 15091 15093 14075 0 -1 4202496 12025 922 80 9 154 36 0 0 19 0 2 0 112746774 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 43
/proc/15093/statm: 72467 7339 1877 364 0 8385 0
[pid=15129] ppid=15093 vsize=280108 CPUtime=0 cores=5,7
/proc/15129/stat : 15129 (python) S 15093 15093 14075 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 112747129 286830592 5814 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585231 0 0 16781312 514 3397129469675143431 0 0 17 7 0 0 0
/proc/15129/statm: 70027 5814 355 364 0 5945 0
[pid=15131] ppid=15129 vsize=1018820 CPUtime=2.74 cores=5,7
/proc/15131/stat : 15131 (gnovelty+2) R 15129 15131 15131 0 -1 4202496 860 0 0 0 274 0 0 0 25 0 1 0 112747129 1043271680 595 33554432000 134512640 135663704 4290520224 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15131/statm: 254705 595 113 282 0 254421 0
[pid=15093/tid=15130] ppid=15091 vsize=289868 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 2 0 112747129 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1588796
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 2.76 3.41 3.58 5/320 15137
/proc/meminfo: memFree=15414700/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=289868 CPUtime=1.9 cores=5,7
/proc/15093/stat : 15093 (python) S 15091 15093 14075 0 -1 4202496 12025 922 80 9 154 36 0 0 19 0 2 0 112746774 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 43
/proc/15093/statm: 72467 7339 1877 364 0 8385 0
[pid=15129] ppid=15093 vsize=280108 CPUtime=0 cores=5,7
/proc/15129/stat : 15129 (python) S 15093 15093 14075 0 -1 4202560 964 0 0 0 0 0 0 0 18 0 1 0 112747129 286830592 5842 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585231 0 0 16781312 514 3397129469675143431 0 0 17 7 0 0 0
/proc/15129/statm: 70027 5842 383 364 0 5945 0
[pid=15131] ppid=15129 vsize=1018820 CPUtime=9.14 cores=5,7
/proc/15131/stat : 15131 (gnovelty+2) R 15129 15131 15131 0 -1 4202496 860 0 0 0 914 0 0 0 25 0 1 0 112747129 1043271680 595 33554432000 134512640 135663704 4290520224 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15131/statm: 254705 595 113 282 0 254421 0
[pid=15093/tid=15130] ppid=15091 vsize=289868 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 2 0 112747129 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 1588796

[startup+25.5011 s]
/proc/loadavg: 2.95 3.43 3.59 5/320 15172
/proc/meminfo: memFree=15444968/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=289868 CPUtime=1.9 cores=5,7
/proc/15093/stat : 15093 (python) S 15091 15093 14075 0 -1 4202496 12025 922 80 9 154 36 0 0 19 0 2 0 112746774 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 43
/proc/15093/statm: 72467 7339 1877 364 0 8385 0
[pid=15129] ppid=15093 vsize=280108 CPUtime=0.03 cores=5,7
/proc/15129/stat : 15129 (python) S 15093 15093 14075 0 -1 4202560 969 0 0 0 1 2 0 0 18 0 1 0 112747129 286830592 5842 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585231 0 0 16781312 514 13858279740860760327 0 0 17 7 0 0 0
/proc/15129/statm: 70027 5842 383 364 0 5945 0
[pid=15131] ppid=15129 vsize=1018820 CPUtime=21.94 cores=5,7
/proc/15131/stat : 15131 (gnovelty+2) R 15129 15131 15131 0 -1 4202496 860 0 0 0 2194 0 0 0 25 0 1 0 112747129 1043271680 595 33554432000 134512640 135663704 4290520224 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15131/statm: 254705 595 113 282 0 254421 0
[pid=15093/tid=15130] ppid=15091 vsize=289868 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 2 0 112747129 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 1588796

[startup+51.1006 s]
/proc/loadavg: 3.31 3.47 3.60 5/320 15208
/proc/meminfo: memFree=15442004/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=289868 CPUtime=1.9 cores=5,7
/proc/15093/stat : 15093 (python) S 15091 15093 14075 0 -1 4202496 12025 922 80 9 154 36 0 0 19 0 2 0 112746774 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 43
/proc/15093/statm: 72467 7339 1877 364 0 8385 0
[pid=15129] ppid=15093 vsize=280108 CPUtime=0.09 cores=5,7
/proc/15129/stat : 15129 (python) S 15093 15093 14075 0 -1 4202560 984 0 0 0 5 4 0 0 18 0 1 0 112747129 286830592 5842 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585231 0 0 16781312 514 13858279740860760327 0 0 17 7 0 0 0
/proc/15129/statm: 70027 5842 383 364 0 5945 0
[pid=15131] ppid=15129 vsize=1018820 CPUtime=47.54 cores=5,7
/proc/15131/stat : 15131 (gnovelty+2) R 15129 15131 15131 0 -1 4202496 860 0 0 0 4754 0 0 0 25 0 1 0 112747129 1043271680 595 33554432000 134512640 135663704 4290520224 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15131/statm: 254705 595 113 282 0 254421 0
[pid=15093/tid=15130] ppid=15091 vsize=289868 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 2 0 112747129 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.53
Current children cumulated vsize (KiB) 1588796

[startup+102.312 s]
/proc/loadavg: 3.80 3.59 3.63 5/320 15210
/proc/meminfo: memFree=15443408/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=289868 CPUtime=1.9 cores=5,7
/proc/15093/stat : 15093 (python) S 15091 15093 14075 0 -1 4202496 12025 922 80 9 154 36 0 0 19 0 2 0 112746774 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 43
/proc/15093/statm: 72467 7339 1877 364 0 8385 0
[pid=15129] ppid=15093 vsize=280108 CPUtime=0.2 cores=5,7
/proc/15129/stat : 15129 (python) S 15093 15093 14075 0 -1 4202560 1007 0 0 0 11 9 0 0 18 0 1 0 112747129 286830592 5842 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585231 0 0 16781312 514 13858279740860760327 0 0 17 7 0 0 0
/proc/15129/statm: 70027 5842 383 364 0 5945 0
[pid=15131] ppid=15129 vsize=1018820 CPUtime=98.75 cores=5,7
/proc/15131/stat : 15131 (gnovelty+2) R 15129 15131 15131 0 -1 4202496 860 0 0 0 9875 0 0 0 25 0 1 0 112747129 1043271680 595 33554432000 134512640 135663704 4290520224 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15131/statm: 254705 595 113 282 0 254421 0
[pid=15093/tid=15130] ppid=15091 vsize=289868 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 2 0 112747129 296824832 7339 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 1588796

[startup+162.301 s]
/proc/loadavg: 4.00 3.68 3.65 5/336 15227
/proc/meminfo: memFree=15415848/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=300124 CPUtime=1.93 cores=5,7
/proc/15093/stat : 15093 (python) S 15091 15093 14075 0 -1 4202496 12909 922 80 9 156 37 0 0 20 0 3 0 112746774 307326976 7346 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 43
/proc/15093/statm: 75031 7346 1880 364 0 10946 0
[pid=15129] ppid=15093 vsize=290352 CPUtime=0.21 cores=5,7
/proc/15129/stat : 15129 (python) S 15093 15093 14075 0 -1 4202560 1144 0 0 0 11 10 0 0 19 0 2 0 112747129 297320448 5879 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15129/statm: 72588 5879 415 364 0 8506 0
[pid=15131] ppid=15129 vsize=1018820 CPUtime=100.25 cores=5,7
/proc/15131/stat : 15131 (gnovelty+2) T 15129 15131 15131 0 -1 4202496 860 0 0 0 10025 0 0 0 25 0 1 0 112747129 1043271680 595 33554432000 134512640 135663704 4290520224 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15131/statm: 254705 595 113 282 0 254421 0
[pid=15129/tid=15215] ppid=15093 vsize=290352 CPUtime=0 cores=5,7
/proc/15129/task/15215/stat : 15215 (python) S 15093 15093 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112757155 297320448 5879 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604462293583680 0 0 -1 5 0 0 0
[pid=15216] ppid=15093 vsize=290364 CPUtime=0.12 cores=5,7
/proc/15216/stat : 15216 (python) S 15093 15093 14075 0 -1 4202560 902 0 0 0 6 6 0 0 18 0 1 0 112757156 297332736 5835 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585286 0 0 16781312 514 13858279740860760328 0 0 17 5 0 0 0
/proc/15216/statm: 72591 5835 372 364 0 8506 0
[pid=15218] ppid=15216 vsize=1018820 CPUtime=58.35 cores=5,7
/proc/15218/stat : 15218 (gnovelty+2) R 15216 15218 15218 0 -1 4202496 857 0 0 0 5835 0 0 0 25 0 1 0 112757156 1043271680 595 33554432000 134512640 135663704 4290349904 18446744073709551615 134525101 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15218/statm: 254705 595 113 282 0 254421 0
[pid=15093/tid=15130] ppid=15091 vsize=300124 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 3 0 112747129 307326976 7346 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15217] ppid=15091 vsize=300124 CPUtime=0 cores=5,7
/proc/15093/task/15217/stat : 15217 (python) S 15091 15093 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 3 0 112757156 307326976 7346 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 2918480

[startup+222.301 s]
/proc/loadavg: 4.00 3.73 3.67 5/348 15240
/proc/meminfo: memFree=15382232/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=310380 CPUtime=1.94 cores=5,7

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

/proc/15216/statm: 72591 5864 400 364 0 8506 0
[pid=15218] ppid=15216 vsize=1018820 CPUtime=100.06 cores=5,7
/proc/15218/stat : 15218 (gnovelty+2) T 15216 15218 15218 0 -1 4202496 857 0 0 0 10006 0 0 0 25 0 1 0 112757156 1043271680 595 33554432000 134512640 135663704 4290349904 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15218/statm: 254705 595 113 282 0 254421 0
[pid=15216/tid=15233] ppid=15093 vsize=290364 CPUtime=0 cores=5,7
/proc/15216/task/15233/stat : 15233 (python) S 15093 15093 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112767180 297332736 5864 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604471120794688 0 0 -1 7 0 0 0
[pid=15234] ppid=15093 vsize=300700 CPUtime=0.23 cores=5,7
/proc/15234/stat : 15234 (python) S 15093 15093 14075 0 -1 4202560 1075 0 0 0 12 11 0 0 19 0 2 0 112767182 307916800 5868 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15234/statm: 75175 5868 400 364 0 11087 0
[pid=15236] ppid=15234 vsize=419428 CPUtime=99.22 cores=5,7
/proc/15236/stat : 15236 (adaptg2wsat2009) T 15234 15236 15236 0 -1 4202496 1438 0 0 0 9922 0 0 0 25 0 1 0 112767182 429494272 1175 33554432000 134512640 135107411 4289665920 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15236/statm: 104857 1175 59 146 0 103733 0
[pid=15234/tid=15248] ppid=15093 vsize=300700 CPUtime=0 cores=5,7
/proc/15234/task/15248/stat : 15248 (python) S 15093 15093 14075 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 112777105 307916800 5868 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604454224051008 0 0 -1 7 0 0 0
[pid=15250] ppid=15093 vsize=311048 CPUtime=0.23 cores=5,7
/proc/15250/stat : 15250 (python) S 15093 15093 14075 0 -1 4202560 1088 0 0 0 12 11 0 0 16 0 2 0 112777106 318513152 5892 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15250/statm: 77762 5892 400 364 0 13671 0
[pid=15253] ppid=15250 vsize=419428 CPUtime=100 cores=5,7
/proc/15253/stat : 15253 (adaptg2wsat2009) T 15250 15253 15253 0 -1 4202496 1444 0 0 0 10000 0 0 0 25 0 1 0 112777106 429494272 1176 33554432000 134512640 135107411 4292756384 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15253/statm: 104857 1176 59 146 0 103733 0
[pid=15250/tid=15267] ppid=15093 vsize=311048 CPUtime=0 cores=5,7
/proc/15250/task/15267/stat : 15267 (python) S 15093 15093 14075 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 112787129 318513152 5892 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604471120796480 0 0 -1 5 0 0 0
[pid=15268] ppid=15093 vsize=321400 CPUtime=0.24 cores=5,7
/proc/15268/stat : 15268 (python) S 15093 15093 14075 0 -1 4202560 1092 0 0 0 13 11 0 0 19 0 2 0 112787130 329113600 5919 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15268/statm: 80350 5919 400 364 0 16256 0
[pid=15270] ppid=15268 vsize=419428 CPUtime=100 cores=5,7
/proc/15270/stat : 15270 (adaptg2wsat2009) T 15268 15270 15270 0 -1 4202496 1439 0 0 0 10000 0 0 0 25 0 1 0 112787131 429494272 1175 33554432000 134512640 135107411 4291587392 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15270/statm: 104857 1175 59 146 0 103733 0
[pid=15268/tid=15285] ppid=15093 vsize=321400 CPUtime=0 cores=5,7
/proc/15268/task/15285/stat : 15285 (python) S 15093 15093 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112797155 329113600 5919 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604470227259456 0 0 -1 7 0 0 0
[pid=15286] ppid=15093 vsize=331656 CPUtime=0.25 cores=5,7
/proc/15286/stat : 15286 (python) S 15093 15093 14075 0 -1 4202560 1102 0 0 0 12 13 0 0 19 0 2 0 112797156 339615744 5947 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15286/statm: 82914 5947 400 364 0 18817 0
[pid=15288] ppid=15286 vsize=1018820 CPUtime=100.28 cores=5,7
/proc/15288/stat : 15288 (gnovelty+2) T 15286 15288 15288 0 -1 4202496 860 0 0 0 10028 0 0 0 25 0 1 0 112797156 1043271680 596 33554432000 134512640 135663704 4286693824 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15288/statm: 254705 596 113 282 0 254421 0
[pid=15286/tid=15308] ppid=15093 vsize=331656 CPUtime=0 cores=5,7
/proc/15286/task/15308/stat : 15308 (python) S 15093 15093 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112807185 339615744 5947 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604470227260352 0 0 -1 7 0 0 0
[pid=15309] ppid=15093 vsize=342024 CPUtime=0.23 cores=5,7
/proc/15309/stat : 15309 (python) S 15093 15093 14075 0 -1 4202560 941 0 0 0 13 10 0 0 18 0 1 0 112807187 350232576 5922 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585286 0 0 16781312 514 13858279740860760325 0 0 17 5 0 0 0
/proc/15309/statm: 85506 5922 372 364 0 21406 0
[pid=15311] ppid=15309 vsize=249196 CPUtime=97.94 cores=5,7
/proc/15311/stat : 15311 (FH) R 15309 15311 15311 0 -1 4202496 1320 0 0 0 9794 0 0 0 25 0 1 0 112807187 255176704 1058 33554432000 134512640 134936988 4287556576 18446744073709551615 134554229 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15311/statm: 62299 1058 41 104 0 61803 0
[pid=15093/tid=15130] ppid=15091 vsize=351576 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 8 0 112747129 360013824 7443 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15217] ppid=15091 vsize=351576 CPUtime=0 cores=5,7
/proc/15093/task/15217/stat : 15217 (python) S 15091 15093 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 8 0 112757156 360013824 7443 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15235] ppid=15091 vsize=351576 CPUtime=0 cores=5,7
/proc/15093/task/15235/stat : 15235 (python) S 15091 15093 14075 0 -1 4202560 30 922 0 9 0 0 0 0 20 0 8 0 112767182 360013824 7443 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 7 0 0 0
[pid=15093/tid=15251] ppid=15091 vsize=351576 CPUtime=0 cores=5,7
/proc/15093/task/15251/stat : 15251 (python) S 15091 15093 14075 0 -1 4202560 25 922 0 9 0 0 0 0 20 0 8 0 112777106 360013824 7443 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15269] ppid=15091 vsize=351576 CPUtime=0 cores=5,7
/proc/15093/task/15269/stat : 15269 (python) S 15091 15093 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 8 0 112787131 360013824 7443 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15287] ppid=15091 vsize=351576 CPUtime=0 cores=5,7
/proc/15093/task/15287/stat : 15287 (python) S 15091 15093 14075 0 -1 4202560 30 922 0 9 0 0 0 0 20 0 8 0 112797156 360013824 7443 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15310] ppid=15091 vsize=351576 CPUtime=0 cores=5,7
/proc/15093/task/15310/stat : 15310 (python) S 15091 15093 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 8 0 112807187 360013824 7443 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.35
Current children cumulated vsize (KiB) 7103060



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 4.17 4.03 3.83 5/399 15353
/proc/meminfo: memFree=15259636/32950928 swapFree=67111364/67111528
[pid=15093] ppid=15091 vsize=362040 CPUtime=2.01 cores=5,7
/proc/15093/stat : 15093 (python) S 15091 15093 14075 0 -1 4202496 18046 922 80 9 163 38 0 0 19 0 9 0 112746774 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 43
/proc/15093/statm: 90510 7477 1892 364 0 26407 0
[pid=15129] ppid=15093 vsize=290352 CPUtime=0.21 cores=5,7
/proc/15129/stat : 15129 (python) S 15093 15093 14075 0 -1 4202560 1144 0 0 0 11 10 0 0 19 0 2 0 112747129 297320448 5879 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15129/statm: 72588 5879 415 364 0 8506 0
[pid=15131] ppid=15129 vsize=1018820 CPUtime=100.25 cores=5,7
/proc/15131/stat : 15131 (gnovelty+2) T 15129 15131 15131 0 -1 4202496 860 0 0 0 10025 0 0 0 25 0 1 0 112747129 1043271680 595 33554432000 134512640 135663704 4290520224 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15131/statm: 254705 595 113 282 0 254421 0
[pid=15129/tid=15215] ppid=15093 vsize=290352 CPUtime=0 cores=5,7
/proc/15129/task/15215/stat : 15215 (python) S 15093 15093 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112757155 297320448 5879 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604462293583680 0 0 -1 5 0 0 0
[pid=15216] ppid=15093 vsize=290364 CPUtime=0.21 cores=5,7
/proc/15216/stat : 15216 (python) S 15093 15093 14075 0 -1 4202560 1066 0 0 0 11 10 0 0 19 0 2 0 112757156 297332736 5864 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15216/statm: 72591 5864 400 364 0 8506 0
[pid=15218] ppid=15216 vsize=1018820 CPUtime=100.06 cores=5,7
/proc/15218/stat : 15218 (gnovelty+2) T 15216 15218 15218 0 -1 4202496 857 0 0 0 10006 0 0 0 25 0 1 0 112757156 1043271680 595 33554432000 134512640 135663704 4290349904 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15218/statm: 254705 595 113 282 0 254421 0
[pid=15216/tid=15233] ppid=15093 vsize=290364 CPUtime=0 cores=5,7
/proc/15216/task/15233/stat : 15233 (python) S 15093 15093 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112767180 297332736 5864 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604471120794688 0 0 -1 7 0 0 0
[pid=15234] ppid=15093 vsize=300700 CPUtime=0.23 cores=5,7
/proc/15234/stat : 15234 (python) S 15093 15093 14075 0 -1 4202560 1075 0 0 0 12 11 0 0 19 0 2 0 112767182 307916800 5868 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15234/statm: 75175 5868 400 364 0 11087 0
[pid=15236] ppid=15234 vsize=419428 CPUtime=99.22 cores=5,7
/proc/15236/stat : 15236 (adaptg2wsat2009) T 15234 15236 15236 0 -1 4202496 1438 0 0 0 9922 0 0 0 25 0 1 0 112767182 429494272 1175 33554432000 134512640 135107411 4289665920 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15236/statm: 104857 1175 59 146 0 103733 0
[pid=15234/tid=15248] ppid=15093 vsize=300700 CPUtime=0 cores=5,7
/proc/15234/task/15248/stat : 15248 (python) S 15093 15093 14075 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 112777105 307916800 5868 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604454224051008 0 0 -1 7 0 0 0
[pid=15250] ppid=15093 vsize=311048 CPUtime=0.23 cores=5,7
/proc/15250/stat : 15250 (python) S 15093 15093 14075 0 -1 4202560 1088 0 0 0 12 11 0 0 16 0 2 0 112777106 318513152 5892 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15250/statm: 77762 5892 400 364 0 13671 0
[pid=15253] ppid=15250 vsize=419428 CPUtime=100 cores=5,7
/proc/15253/stat : 15253 (adaptg2wsat2009) T 15250 15253 15253 0 -1 4202496 1444 0 0 0 10000 0 0 0 25 0 1 0 112777106 429494272 1176 33554432000 134512640 135107411 4292756384 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15253/statm: 104857 1176 59 146 0 103733 0
[pid=15250/tid=15267] ppid=15093 vsize=311048 CPUtime=0 cores=5,7
/proc/15250/task/15267/stat : 15267 (python) S 15093 15093 14075 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 112787129 318513152 5892 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604471120796480 0 0 -1 5 0 0 0
[pid=15268] ppid=15093 vsize=321400 CPUtime=0.24 cores=5,7
/proc/15268/stat : 15268 (python) S 15093 15093 14075 0 -1 4202560 1092 0 0 0 13 11 0 0 19 0 2 0 112787130 329113600 5919 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15268/statm: 80350 5919 400 364 0 16256 0
[pid=15270] ppid=15268 vsize=419428 CPUtime=100 cores=5,7
/proc/15270/stat : 15270 (adaptg2wsat2009) T 15268 15270 15270 0 -1 4202496 1439 0 0 0 10000 0 0 0 25 0 1 0 112787131 429494272 1175 33554432000 134512640 135107411 4291587392 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15270/statm: 104857 1175 59 146 0 103733 0
[pid=15268/tid=15285] ppid=15093 vsize=321400 CPUtime=0 cores=5,7
/proc/15268/task/15285/stat : 15285 (python) S 15093 15093 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112797155 329113600 5919 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604470227259456 0 0 -1 7 0 0 0
[pid=15286] ppid=15093 vsize=331656 CPUtime=0.25 cores=5,7
/proc/15286/stat : 15286 (python) S 15093 15093 14075 0 -1 4202560 1102 0 0 0 12 13 0 0 19 0 2 0 112797156 339615744 5947 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15286/statm: 82914 5947 400 364 0 18817 0
[pid=15288] ppid=15286 vsize=1018820 CPUtime=100.28 cores=5,7
/proc/15288/stat : 15288 (gnovelty+2) T 15286 15288 15288 0 -1 4202496 860 0 0 0 10028 0 0 0 25 0 1 0 112797156 1043271680 596 33554432000 134512640 135663704 4286693824 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15288/statm: 254705 596 113 282 0 254421 0
[pid=15286/tid=15308] ppid=15093 vsize=331656 CPUtime=0 cores=5,7
/proc/15286/task/15308/stat : 15308 (python) S 15093 15093 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112807185 339615744 5947 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604470227260352 0 0 -1 7 0 0 0
[pid=15309] ppid=15093 vsize=342024 CPUtime=0.24 cores=5,7
/proc/15309/stat : 15309 (python) S 15093 15093 14075 0 -1 4202560 1099 0 0 0 14 10 0 0 19 0 2 0 112807187 350232576 5951 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15309/statm: 85506 5951 400 364 0 21406 0
[pid=15311] ppid=15309 vsize=249196 CPUtime=99.99 cores=5,7
/proc/15311/stat : 15311 (FH) T 15309 15311 15311 0 -1 4202496 1320 0 0 0 9999 0 0 0 25 0 1 0 112807187 255176704 1058 33554432000 134512640 134936988 4287556576 18446744073709551615 134545189 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15311/statm: 62299 1058 41 104 0 61803 0
[pid=15309/tid=15333] ppid=15093 vsize=342024 CPUtime=0 cores=5,7
/proc/15309/task/15333/stat : 15333 (python) S 15093 15093 14075 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 112817211 350232576 5951 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 514 18446604462336223168 0 0 -1 5 0 0 0
[pid=15334] ppid=15093 vsize=352520 CPUtime=0 cores=5,7
/proc/15334/stat : 15334 (python) S 15093 15093 14075 0 -1 4202560 777 0 0 0 0 0 0 0 19 0 1 0 112817213 360980480 5933 33554432000 4194304 5683644 140736291128272 18446744073709551615 218880585286 0 0 16781312 514 13402871374779777023 0 0 17 5 0 0 0
/proc/15334/statm: 88130 5933 351 364 0 24027 0
[pid=15336] ppid=15334 vsize=419160 CPUtime=0.63 cores=5,7
/proc/15336/stat : 15336 (adaptg2wsat2009) R 15334 15336 15336 0 -1 4202496 1260 0 0 0 63 0 0 0 22 0 1 0 112817213 429219840 990 33554432000 134512640 135107411 4291090624 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15336/statm: 104790 990 49 146 0 103666 0
[pid=15093/tid=15130] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15130/stat : 15130 (python) S 15091 15093 14075 0 -1 4202560 26 922 0 9 0 0 0 0 19 0 9 0 112747129 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15217] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15217/stat : 15217 (python) S 15091 15093 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 9 0 112757156 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15235] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15235/stat : 15235 (python) S 15091 15093 14075 0 -1 4202560 30 922 0 9 0 0 0 0 20 0 9 0 112767182 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 7 0 0 0
[pid=15093/tid=15251] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15251/stat : 15251 (python) S 15091 15093 14075 0 -1 4202560 25 922 0 9 0 0 0 0 20 0 9 0 112777106 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15269] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15269/stat : 15269 (python) S 15091 15093 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 9 0 112787131 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15287] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15287/stat : 15287 (python) S 15091 15093 14075 0 -1 4202560 30 922 0 9 0 0 0 0 20 0 9 0 112797156 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15310] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15310/stat : 15310 (python) S 15091 15093 14075 0 -1 4202560 27 922 0 9 0 0 0 0 20 0 9 0 112807187 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
[pid=15093/tid=15335] ppid=15091 vsize=362040 CPUtime=0 cores=5,7
/proc/15093/task/15335/stat : 15335 (python) S 15091 15093 14075 0 -1 4202560 25 922 0 9 0 0 0 0 20 0 9 0 112817213 370728960 7477 33554432000 4194304 5683644 140736291128272 18446744073709551615 218892388785 0 0 16781312 2 18446604469646255360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.05
Current children cumulated vsize (KiB) 7885204

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

Real time (s): 705.075
CPU time (s): 704.05
CPU user time (s): 702.91
CPU system time (s): 1.14
CPU usage (%): 99.8547
Max. virtual memory (cumulated for all children) (KiB): 7885204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63775
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18973
page faults= 89
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40783
involuntary context switches= 117

runsolver used 2.71659 second user time and 5.57515 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 11:22:53
IDJOB=3377221
IDBENCH=82530
IDSOLVER=1857
FILE ID=node112/3377221-1305451373
RUNJOBID= node112-1305451373-15068
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-k7-r85-v250-c21250-S381985918-018-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-3377221-1305451373/watcher-3377221-1305451373 -o /tmp/evaluation-result-3377221-1305451373/solver-3377221-1305451373 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377221-1305451373.cnf -seed 2130640440 -budget 2400

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

MD5SUM BENCH= 13d193ddef22075908d36a7c0d4a2be1
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:      15615724 kB
Buffers:        299612 kB
Cached:        3034516 kB
SwapCached:          0 kB
Active:       15253408 kB
Inactive:      1836724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15615724 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          124752 kB
Writeback:           0 kB
AnonPages:    13755744 kB
Mapped:          20852 kB
Slab:           138776 kB
PageTables:      43780 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= 73452 MiB
End job on node112 at 2011-05-15 11:34:41