Trace number 3377324

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) 701.94 702.87

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S335550727-070-UNKNOWN.cnf
MD5SUMbe984e6bbe5620bf919456b943096fcf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark836.998
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.90/2.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.90/2.51	c INFO: solving HOME/instance-3377324-1305452312.cnf
0.90/2.51	c INFO: computing task features
0.90/2.58	c INFO: computed variable-clause graph statistics
0.90/2.58	c INFO: computed clause balance statistics
1.50/3.19	c INFO: computed variable balance statistics
1.80/3.42	c INFO: computed small-clause counts
1.80/3.42	c INFO: computed Horn-clause counts
1.80/3.44	c INFO: computed variable graph statistics
1.80/3.44	c INFO: collected features for HOME/instance-3377324-1305452312.cnf in 0.98 s
1.80/3.46	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.36)
102.02/103.66	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
202.37/203.87	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
301.73/303.07	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
401.10/402.27	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
500.51/501.49	c INFO: running gnovelty+2@0 for 97 with 1901 remaining (b = 0.04)
600.80/601.72	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.03)
701.02/701.94	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 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-3377324-1305452312/watcher-3377324-1305452312 -o /tmp/evaluation-result-3377324-1305452312/solver-3377324-1305452312 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377324-1305452312.cnf -seed 31274089 -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: 1.70 2.09 2.72 5/230 15720
/proc/meminfo: memFree=19019640/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=11796 CPUtime=0 cores=0,2
/proc/15720/stat : 15720 (runsolver) R 15716 15720 14954 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 1 0 656831011 12079104 52 33554432000 4194304 5432360 140734858733104 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/15720/statm: 2949 52 33 303 0 2643 0

[startup+0.0769031 s]
/proc/loadavg: 1.70 2.09 2.72 5/230 15720
/proc/meminfo: memFree=19019640/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=16392 CPUtime=0.01 cores=0,2
/proc/15720/stat : 15720 (python) R 15716 15720 14954 0 -1 4202496 1107 0 8 0 1 0 0 0 17 0 1 0 656831011 16785408 984 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 0 0 0 2
/proc/15720/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100844 s]
/proc/loadavg: 1.70 2.09 2.72 5/230 15720
/proc/meminfo: memFree=19019640/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=16532 CPUtime=0.02 cores=0,2
/proc/15720/stat : 15720 (python) R 15716 15720 14954 0 -1 4202496 1175 0 8 0 1 1 0 0 17 0 1 0 656831011 16928768 1045 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 0 0 0 2
/proc/15720/statm: 4133 1045 417 364 0 620 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16532

[startup+0.300879 s]
/proc/loadavg: 1.70 2.09 2.72 5/230 15720
/proc/meminfo: memFree=19019640/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=38900 CPUtime=0.11 cores=0,2
/proc/15720/stat : 15720 (python) R 15716 15720 14954 0 -1 4202496 1647 0 15 0 4 7 0 0 17 0 1 0 656831011 39833600 1490 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089694053 0 0 16781312 2 0 0 0 17 0 0 0 3
/proc/15720/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 38900

[startup+0.700797 s]
/proc/loadavg: 1.70 2.09 2.72 5/230 15720
/proc/meminfo: memFree=19019640/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=107428 CPUtime=0.25 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 3374 0 27 0 6 19 0 0 16 0 1 0 656831011 110006272 3058 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089694132 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 7
/proc/15720/statm: 26857 3058 871 364 0 2088 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 107428

[startup+1.50066 s]
/proc/loadavg: 1.70 2.09 2.72 2/250 15740
/proc/meminfo: memFree=18951520/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=146724 CPUtime=0.66 cores=0,2
/proc/15720/stat : 15720 (python) D 15716 15720 14954 0 -1 4202496 6228 923 35 9 18 48 0 0 17 0 1 0 656831011 150245376 4385 33554432000 4194304 5683644 140737428480288 18446744073709551615 248084775952 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 11
/proc/15720/statm: 36681 4385 1186 364 0 3180 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 146724

[startup+3.10032 s]
/proc/loadavg: 1.70 2.09 2.72 4/242 15748
/proc/meminfo: memFree=18904120/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=282556 CPUtime=1.5 cores=0,2
/proc/15720/stat : 15720 (python) R 15716 15720 14954 0 -1 4202496 11134 923 80 9 94 56 0 0 16 0 1 0 656831011 289337344 8052 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089356041 0 0 16781312 2 0 0 0 17 0 0 0 41
/proc/15720/statm: 70639 8052 1826 364 0 6563 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 282556
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 1.88 2.12 2.72 6/254 15760
/proc/meminfo: memFree=18857280/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=289436 CPUtime=1.87 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 11504 923 80 9 130 57 0 0 19 0 2 0 656831011 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15720/statm: 72359 7232 1877 364 0 8277 0
[pid=15752] ppid=15720 vsize=279192 CPUtime=0 cores=0,2
/proc/15752/stat : 15752 (python) S 15720 15720 14954 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656831357 285892608 5705 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089718287 0 0 16781312 514 3983891821297107204 0 0 17 0 0 0 0
/proc/15752/statm: 69798 5705 354 364 0 5716 0
[pid=15754] ppid=15752 vsize=1018616 CPUtime=2.82 cores=0,2
/proc/15754/stat : 15754 (gnovelty+2) R 15752 15754 15754 0 -1 4202496 765 0 0 0 282 0 0 0 25 0 1 0 656831357 1043062784 500 33554432000 134512640 135663704 4286962016 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15754/statm: 254654 500 113 282 0 254370 0
[pid=15720/tid=15753] ppid=15716 vsize=289436 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656831357 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 1587244
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 2.05 2.15 2.73 6/254 15760
/proc/meminfo: memFree=18855860/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=289436 CPUtime=1.87 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 11504 923 80 9 130 57 0 0 19 0 2 0 656831011 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15720/statm: 72359 7232 1877 364 0 8277 0
[pid=15752] ppid=15720 vsize=279192 CPUtime=0 cores=0,2
/proc/15752/stat : 15752 (python) S 15720 15720 14954 0 -1 4202560 963 0 0 0 0 0 0 0 18 0 1 0 656831357 285892608 5733 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089718287 0 0 16781312 514 3983891821297107204 0 0 17 0 0 0 0
/proc/15752/statm: 69798 5733 382 364 0 5716 0
[pid=15754] ppid=15752 vsize=1018616 CPUtime=9.21 cores=0,2
/proc/15754/stat : 15754 (gnovelty+2) R 15752 15754 15754 0 -1 4202496 765 0 0 0 921 0 0 0 25 0 1 0 656831357 1043062784 500 33554432000 134512640 135663704 4286962016 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15754/statm: 254654 500 113 282 0 254370 0
[pid=15720/tid=15753] ppid=15716 vsize=289436 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656831357 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (KiB) 1587244

[startup+25.5004 s]
/proc/loadavg: 2.48 2.24 2.75 6/254 15760
/proc/meminfo: memFree=18857964/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=289436 CPUtime=1.87 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 11504 923 80 9 130 57 0 0 19 0 2 0 656831011 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15720/statm: 72359 7232 1877 364 0 8277 0
[pid=15752] ppid=15720 vsize=279192 CPUtime=0.02 cores=0,2
/proc/15752/stat : 15752 (python) S 15720 15720 14954 0 -1 4202560 968 0 0 0 1 1 0 0 18 0 1 0 656831357 285892608 5733 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089718287 0 0 16781312 514 4002099179802296580 0 0 17 0 0 0 0
/proc/15752/statm: 69798 5733 382 364 0 5716 0
[pid=15754] ppid=15752 vsize=1018616 CPUtime=21.99 cores=0,2
/proc/15754/stat : 15754 (gnovelty+2) R 15752 15754 15754 0 -1 4202496 765 0 0 0 2199 0 0 0 25 0 1 0 656831357 1043062784 500 33554432000 134512640 135663704 4286962016 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15754/statm: 254654 500 113 282 0 254370 0
[pid=15720/tid=15753] ppid=15716 vsize=289436 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656831357 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 1587244

[startup+51.1008 s]
/proc/loadavg: 3.00 2.38 2.78 6/254 15761
/proc/meminfo: memFree=18858808/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=289436 CPUtime=1.87 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 11504 923 80 9 130 57 0 0 19 0 2 0 656831011 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15720/statm: 72359 7232 1877 364 0 8277 0
[pid=15752] ppid=15720 vsize=279192 CPUtime=0.07 cores=0,2
/proc/15752/stat : 15752 (python) S 15720 15720 14954 0 -1 4202560 982 0 0 0 4 3 0 0 18 0 1 0 656831357 285892608 5733 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089718287 0 0 16781312 514 4002099179802296580 0 0 17 0 0 0 0
/proc/15752/statm: 69798 5733 382 364 0 5716 0
[pid=15754] ppid=15752 vsize=1018616 CPUtime=47.54 cores=0,2
/proc/15754/stat : 15754 (gnovelty+2) R 15752 15754 15754 0 -1 4202496 765 0 0 0 4754 0 0 0 25 0 1 0 656831357 1043062784 500 33554432000 134512640 135663704 4286962016 18446744073709551615 134524984 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15754/statm: 254654 500 113 282 0 254370 0
[pid=15720/tid=15753] ppid=15716 vsize=289436 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656831357 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 1587244

[startup+102.309 s]
/proc/loadavg: 3.56 2.63 2.84 5/254 15797
/proc/meminfo: memFree=18860416/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=289436 CPUtime=1.87 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 11504 923 80 9 130 57 0 0 19 0 2 0 656831011 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15720/statm: 72359 7232 1877 364 0 8277 0
[pid=15752] ppid=15720 vsize=279192 CPUtime=0.16 cores=0,2
/proc/15752/stat : 15752 (python) S 15720 15720 14954 0 -1 4202560 1005 0 0 0 9 7 0 0 18 0 1 0 656831357 285892608 5733 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089718287 0 0 16781312 514 4002099179802296580 0 0 17 0 0 0 0
/proc/15752/statm: 69798 5733 382 364 0 5716 0
[pid=15754] ppid=15752 vsize=1018616 CPUtime=98.7 cores=0,2
/proc/15754/stat : 15754 (gnovelty+2) R 15752 15754 15754 0 -1 4202496 765 0 0 0 9870 0 0 0 25 0 1 0 656831357 1043062784 500 33554432000 134512640 135663704 4286962016 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15754/statm: 254654 500 113 282 0 254370 0
[pid=15720/tid=15753] ppid=15716 vsize=289436 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656831357 296382464 7232 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.73
Current children cumulated vsize (KiB) 1587244

[startup+162.301 s]
/proc/loadavg: 3.87 2.89 2.92 5/270 15815
/proc/meminfo: memFree=18833244/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=299864 CPUtime=1.88 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 12381 923 80 9 131 57 0 0 20 0 3 0 656831011 307060736 7298 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 41
/proc/15720/statm: 74966 7298 1880 364 0 10881 0
[pid=15752] ppid=15720 vsize=289436 CPUtime=0.16 cores=0,2
/proc/15752/stat : 15752 (python) S 15720 15720 14954 0 -1 4202560 1148 0 0 0 9 7 0 0 19 0 2 0 656831357 296382464 5771 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15752/statm: 72359 5771 415 364 0 8277 0
[pid=15754] ppid=15752 vsize=1018616 CPUtime=100.04 cores=0,2
/proc/15754/stat : 15754 (gnovelty+2) T 15752 15754 15754 0 -1 4202496 765 0 0 0 10004 0 0 0 25 0 1 0 656831357 1043062784 500 33554432000 134512640 135663704 4286962016 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15754/statm: 254654 500 113 282 0 254370 0
[pid=15752/tid=15798] ppid=15720 vsize=289436 CPUtime=0 cores=0,2
/proc/15752/task/15798/stat : 15798 (python) S 15720 15720 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656841376 296382464 5771 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453840265344 0 0 -1 2 0 0 0
[pid=15799] ppid=15720 vsize=289620 CPUtime=0.09 cores=0,2
/proc/15799/stat : 15799 (python) S 15720 15720 14954 0 -1 4202560 903 0 0 0 4 5 0 0 18 0 1 0 656841377 296570880 5785 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089718342 0 0 16781312 514 4002099179802296578 0 0 17 2 0 0 0
/proc/15799/statm: 72405 5785 371 364 0 8320 0
[pid=15801] ppid=15799 vsize=1018616 CPUtime=58.63 cores=0,2
/proc/15801/stat : 15801 (gnovelty+2) R 15799 15801 15801 0 -1 4202496 763 0 0 0 5863 0 0 0 25 0 1 0 656841377 1043062784 501 33554432000 134512640 135663704 4287596640 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15801/statm: 254654 501 113 282 0 254370 0
[pid=15720/tid=15753] ppid=15716 vsize=299864 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 3 0 656831357 307060736 7298 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=15720/tid=15800] ppid=15716 vsize=299864 CPUtime=0 cores=0,2
/proc/15720/task/15800/stat : 15800 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 3 0 656841377 307060736 7298 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 2916152

[startup+222.301 s]
/proc/loadavg: 3.95 3.09 2.98 5/282 15829
/proc/meminfo: memFree=18796788/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=310724 CPUtime=1.89 cores=0,2

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

/proc/15799/statm: 72405 5815 400 364 0 8320 0
[pid=15801] ppid=15799 vsize=1018616 CPUtime=100.18 cores=0,2
/proc/15801/stat : 15801 (gnovelty+2) T 15799 15801 15801 0 -1 4202496 763 0 0 0 10018 0 0 0 25 0 1 0 656841377 1043062784 501 33554432000 134512640 135663704 4287596640 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15801/statm: 254654 501 113 282 0 254370 0
[pid=15799/tid=15817] ppid=15720 vsize=289620 CPUtime=0 cores=0,2
/proc/15799/task/15817/stat : 15817 (python) S 15720 15720 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656851397 296570880 5815 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453837947328 0 0 -1 0 0 0 0
[pid=15818] ppid=15720 vsize=300480 CPUtime=0.18 cores=0,2
/proc/15818/stat : 15818 (python) S 15720 15720 14954 0 -1 4202560 1079 0 0 0 10 8 0 0 19 0 2 0 656851398 307691520 5954 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15818/statm: 75120 5954 399 364 0 11032 0
[pid=15820] ppid=15818 vsize=418636 CPUtime=99.18 cores=0,2
/proc/15820/stat : 15820 (adaptg2wsat2009) T 15818 15820 15820 0 -1 4202496 1222 0 0 0 9918 0 0 0 25 0 1 0 656851399 428683264 955 33554432000 134512640 135107411 4292565200 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15820/statm: 104659 955 59 146 0 103535 0
[pid=15818/tid=15836] ppid=15720 vsize=300480 CPUtime=0 cores=0,2
/proc/15818/task/15836/stat : 15836 (python) S 15720 15720 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656861317 307691520 5954 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604443473381504 0 0 -1 0 0 0 0
[pid=15837] ppid=15720 vsize=310736 CPUtime=0.19 cores=0,2
/proc/15837/stat : 15837 (python) S 15720 15720 14954 0 -1 4202560 1078 0 0 0 10 9 0 0 19 0 2 0 656861318 318193664 5958 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15837/statm: 77684 5958 400 364 0 13593 0
[pid=15839] ppid=15837 vsize=418636 CPUtime=99.18 cores=0,2
/proc/15839/stat : 15839 (adaptg2wsat2009) T 15837 15839 15839 0 -1 4202496 1223 0 0 0 9918 0 0 0 25 0 1 0 656861319 428683264 955 33554432000 134512640 135107411 4287195680 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15839/statm: 104659 955 59 146 0 103535 0
[pid=15837/tid=15854] ppid=15720 vsize=310736 CPUtime=0 cores=0,2
/proc/15837/task/15854/stat : 15854 (python) S 15720 15720 14954 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656871237 318193664 5958 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453846581696 0 0 -1 0 0 0 0
[pid=15855] ppid=15720 vsize=320992 CPUtime=0.2 cores=0,2
/proc/15855/stat : 15855 (python) S 15720 15720 14954 0 -1 4202560 1091 0 0 0 10 10 0 0 19 0 2 0 656871238 328695808 5962 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15855/statm: 80248 5962 400 364 0 16154 0
[pid=15857] ppid=15855 vsize=418636 CPUtime=99.19 cores=0,2
/proc/15857/stat : 15857 (adaptg2wsat2009) T 15855 15857 15857 0 -1 4202496 1223 0 0 0 9919 0 0 0 25 0 1 0 656871239 428683264 956 33554432000 134512640 135107411 4287072336 18446744073709551615 134531959 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15857/statm: 104659 956 59 146 0 103535 0
[pid=15855/tid=15873] ppid=15720 vsize=320992 CPUtime=0 cores=0,2
/proc/15855/task/15873/stat : 15873 (python) S 15720 15720 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656881159 328695808 5962 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604447536558400 0 0 -1 0 0 0 0
[pid=15874] ppid=15720 vsize=331248 CPUtime=0.19 cores=0,2
/proc/15874/stat : 15874 (python) S 15720 15720 14954 0 -1 4202560 1089 0 0 0 10 9 0 0 19 0 2 0 656881160 339197952 5966 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15874/statm: 82812 5966 400 364 0 18715 0
[pid=15876] ppid=15874 vsize=1018616 CPUtime=100.01 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) T 15874 15876 15876 0 -1 4202496 763 0 0 0 10001 0 0 0 25 0 1 0 656881160 1043062784 500 33554432000 134512640 135663704 4293065520 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15876/statm: 254654 500 113 282 0 254370 0
[pid=15874/tid=15892] ppid=15720 vsize=331248 CPUtime=0 cores=0,2
/proc/15874/task/15892/stat : 15892 (python) S 15720 15720 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656891182 339197952 5966 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453976158528 0 0 -1 0 0 0 0
[pid=15893] ppid=15720 vsize=341504 CPUtime=0.21 cores=0,2
/proc/15893/stat : 15893 (python) S 15720 15720 14954 0 -1 4202560 1083 0 0 0 11 10 0 0 19 0 2 0 656891184 349700096 5970 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 85376 5970 400 364 0 21276 0
[pid=15895] ppid=15893 vsize=248652 CPUtime=100.03 cores=0,2
/proc/15895/stat : 15895 (FH) T 15893 15895 15895 0 -1 4202496 1118 0 0 0 10003 0 0 0 25 0 1 0 656891184 254619648 857 33554432000 134512640 134936988 4287243344 18446744073709551615 134552304 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15895/statm: 62163 857 41 104 0 61667 0
[pid=15720/tid=15753] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 9 0 656831357 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=15720/tid=15800] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15800/stat : 15800 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656841377 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15819] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15819/stat : 15819 (python) S 15716 15720 14954 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 656851398 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15838] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15838/stat : 15838 (python) S 15716 15720 14954 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 656861318 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15856] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15856/stat : 15856 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656871239 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15875] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15875/stat : 15875 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656881160 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15894] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15894/stat : 15894 (python) S 15716 15720 14954 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 656891184 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 701.08
Current children cumulated vsize (KiB) 7106428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.05 3.84 3.39 5/354 15913
/proc/meminfo: memFree=18609124/32950928 swapFree=64721848/67111528
[pid=15720] ppid=15716 vsize=362004 CPUtime=1.97 cores=0,2
/proc/15720/stat : 15720 (python) S 15716 15720 14954 0 -1 4202496 17493 923 80 9 139 58 0 0 19 0 9 0 656831011 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 41
/proc/15720/statm: 90501 7469 1892 364 0 26398 0
[pid=15752] ppid=15720 vsize=289436 CPUtime=0.16 cores=0,2
/proc/15752/stat : 15752 (python) S 15720 15720 14954 0 -1 4202560 1148 0 0 0 9 7 0 0 19 0 2 0 656831357 296382464 5771 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15752/statm: 72359 5771 415 364 0 8277 0
[pid=15754] ppid=15752 vsize=1018616 CPUtime=100.04 cores=0,2
/proc/15754/stat : 15754 (gnovelty+2) T 15752 15754 15754 0 -1 4202496 765 0 0 0 10004 0 0 0 25 0 1 0 656831357 1043062784 500 33554432000 134512640 135663704 4286962016 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15754/statm: 254654 500 113 282 0 254370 0
[pid=15752/tid=15798] ppid=15720 vsize=289436 CPUtime=0 cores=0,2
/proc/15752/task/15798/stat : 15798 (python) S 15720 15720 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656841376 296382464 5771 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453840265344 0 0 -1 2 0 0 0
[pid=15799] ppid=15720 vsize=289620 CPUtime=0.17 cores=0,2
/proc/15799/stat : 15799 (python) S 15720 15720 14954 0 -1 4202560 1069 0 0 0 8 9 0 0 19 0 2 0 656841377 296570880 5815 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15799/statm: 72405 5815 400 364 0 8320 0
[pid=15801] ppid=15799 vsize=1018616 CPUtime=100.18 cores=0,2
/proc/15801/stat : 15801 (gnovelty+2) T 15799 15801 15801 0 -1 4202496 763 0 0 0 10018 0 0 0 25 0 1 0 656841377 1043062784 501 33554432000 134512640 135663704 4287596640 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15801/statm: 254654 501 113 282 0 254370 0
[pid=15799/tid=15817] ppid=15720 vsize=289620 CPUtime=0 cores=0,2
/proc/15799/task/15817/stat : 15817 (python) S 15720 15720 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656851397 296570880 5815 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453837947328 0 0 -1 0 0 0 0
[pid=15818] ppid=15720 vsize=300480 CPUtime=0.18 cores=0,2
/proc/15818/stat : 15818 (python) S 15720 15720 14954 0 -1 4202560 1079 0 0 0 10 8 0 0 19 0 2 0 656851398 307691520 5954 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15818/statm: 75120 5954 399 364 0 11032 0
[pid=15820] ppid=15818 vsize=418636 CPUtime=99.18 cores=0,2
/proc/15820/stat : 15820 (adaptg2wsat2009) T 15818 15820 15820 0 -1 4202496 1222 0 0 0 9918 0 0 0 25 0 1 0 656851399 428683264 955 33554432000 134512640 135107411 4292565200 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15820/statm: 104659 955 59 146 0 103535 0
[pid=15818/tid=15836] ppid=15720 vsize=300480 CPUtime=0 cores=0,2
/proc/15818/task/15836/stat : 15836 (python) S 15720 15720 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656861317 307691520 5954 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604443473381504 0 0 -1 0 0 0 0
[pid=15837] ppid=15720 vsize=310736 CPUtime=0.19 cores=0,2
/proc/15837/stat : 15837 (python) S 15720 15720 14954 0 -1 4202560 1078 0 0 0 10 9 0 0 19 0 2 0 656861318 318193664 5958 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15837/statm: 77684 5958 400 364 0 13593 0
[pid=15839] ppid=15837 vsize=418636 CPUtime=99.18 cores=0,2
/proc/15839/stat : 15839 (adaptg2wsat2009) T 15837 15839 15839 0 -1 4202496 1223 0 0 0 9918 0 0 0 25 0 1 0 656861319 428683264 955 33554432000 134512640 135107411 4287195680 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15839/statm: 104659 955 59 146 0 103535 0
[pid=15837/tid=15854] ppid=15720 vsize=310736 CPUtime=0 cores=0,2
/proc/15837/task/15854/stat : 15854 (python) S 15720 15720 14954 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656871237 318193664 5958 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453846581696 0 0 -1 0 0 0 0
[pid=15855] ppid=15720 vsize=320992 CPUtime=0.2 cores=0,2
/proc/15855/stat : 15855 (python) S 15720 15720 14954 0 -1 4202560 1091 0 0 0 10 10 0 0 19 0 2 0 656871238 328695808 5962 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15855/statm: 80248 5962 400 364 0 16154 0
[pid=15857] ppid=15855 vsize=418636 CPUtime=99.19 cores=0,2
/proc/15857/stat : 15857 (adaptg2wsat2009) T 15855 15857 15857 0 -1 4202496 1223 0 0 0 9919 0 0 0 25 0 1 0 656871239 428683264 956 33554432000 134512640 135107411 4287072336 18446744073709551615 134531959 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15857/statm: 104659 956 59 146 0 103535 0
[pid=15855/tid=15873] ppid=15720 vsize=320992 CPUtime=0 cores=0,2
/proc/15855/task/15873/stat : 15873 (python) S 15720 15720 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656881159 328695808 5962 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604447536558400 0 0 -1 0 0 0 0
[pid=15874] ppid=15720 vsize=331248 CPUtime=0.19 cores=0,2
/proc/15874/stat : 15874 (python) S 15720 15720 14954 0 -1 4202560 1089 0 0 0 10 9 0 0 19 0 2 0 656881160 339197952 5966 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15874/statm: 82812 5966 400 364 0 18715 0
[pid=15876] ppid=15874 vsize=1018616 CPUtime=100.01 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) T 15874 15876 15876 0 -1 4202496 763 0 0 0 10001 0 0 0 25 0 1 0 656881160 1043062784 500 33554432000 134512640 135663704 4293065520 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15876/statm: 254654 500 113 282 0 254370 0
[pid=15874/tid=15892] ppid=15720 vsize=331248 CPUtime=0 cores=0,2
/proc/15874/task/15892/stat : 15892 (python) S 15720 15720 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656891182 339197952 5966 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453976158528 0 0 -1 0 0 0 0
[pid=15893] ppid=15720 vsize=341504 CPUtime=0.21 cores=0,2
/proc/15893/stat : 15893 (python) S 15720 15720 14954 0 -1 4202560 1083 0 0 0 11 10 0 0 19 0 2 0 656891184 349700096 5970 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 85376 5970 400 364 0 21276 0
[pid=15895] ppid=15893 vsize=248652 CPUtime=100.03 cores=0,2
/proc/15895/stat : 15895 (FH) T 15893 15895 15895 0 -1 4202496 1118 0 0 0 10003 0 0 0 25 0 1 0 656891184 254619648 857 33554432000 134512640 134936988 4287243344 18446744073709551615 134552304 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15895/statm: 62163 857 41 104 0 61667 0
[pid=15893/tid=15910] ppid=15720 vsize=341504 CPUtime=0 cores=0,2
/proc/15893/task/15910/stat : 15910 (python) S 15720 15720 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656901204 349700096 5970 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 514 18446604453871520704 0 0 -1 0 0 0 0
[pid=15911] ppid=15720 vsize=351760 CPUtime=0 cores=0,2
/proc/15911/stat : 15911 (python) S 15720 15720 14954 0 -1 4202560 770 0 0 0 0 0 0 0 19 0 1 0 656901206 360202240 5923 33554432000 4194304 5683644 140737428480288 18446744073709551615 248089718342 0 0 16781312 514 4827481397469904895 0 0 17 2 0 0 0
/proc/15911/statm: 87940 5923 350 364 0 23837 0
[pid=15913] ppid=15911 vsize=418500 CPUtime=0.86 cores=0,2
/proc/15913/stat : 15913 (adaptg2wsat2009) R 15911 15913 15913 0 -1 4202496 1076 0 0 0 86 0 0 0 23 0 1 0 656901206 428544000 808 33554432000 134512640 135107411 4290595504 18446744073709551615 134523304 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15913/statm: 104625 808 49 146 0 103501 0
[pid=15720/tid=15753] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15753/stat : 15753 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 9 0 656831357 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=15720/tid=15800] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15800/stat : 15800 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656841377 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15819] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15819/stat : 15819 (python) S 15716 15720 14954 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 656851398 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15838] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15838/stat : 15838 (python) S 15716 15720 14954 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 656861318 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15856] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15856/stat : 15856 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656871239 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15875] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15875/stat : 15875 (python) S 15716 15720 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656881160 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15894] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15894/stat : 15894 (python) S 15716 15720 14954 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 656891184 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 2 0 0 0
[pid=15720/tid=15912] ppid=15716 vsize=362004 CPUtime=0 cores=0,2
/proc/15720/task/15912/stat : 15912 (python) S 15716 15720 14954 0 -1 4202560 28 923 0 9 0 0 0 0 20 0 9 0 656901206 370692096 7469 33554432000 4194304 5683644 140737428480288 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 7876688

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

Real time (s): 702.87
CPU time (s): 701.94
CPU user time (s): 700.74
CPU system time (s): 1.2
CPU usage (%): 99.8677
Max. virtual memory (cumulated for all children) (KiB): 7876688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.40379
system time used= 0.593909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18915
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= 55684
involuntary context switches= 94

runsolver used 1.79473 second user time and 4.02139 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 11:38:32
IDJOB=3377324
IDBENCH=82633
IDSOLVER=1857
FILE ID=node123/3377324-1305452312
RUNJOBID= node123-1305452312-15689
PBS_JOBID= 13324867
Free space on /tmp= 73472 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S335550727-070-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-3377324-1305452312/watcher-3377324-1305452312 -o /tmp/evaluation-result-3377324-1305452312/solver-3377324-1305452312 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377324-1305452312.cnf -seed 31274089 -budget 2400

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

MD5SUM BENCH= be984e6bbe5620bf919456b943096fcf
RANDOM SEED=31274089

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.838
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.74
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.838
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.80
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.838
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.838
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:      19019952 kB
Buffers:        309988 kB
Cached:        4284576 kB
SwapCached:      10528 kB
Active:       10686212 kB
Inactive:      2973256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19019952 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          129844 kB
Writeback:           8 kB
AnonPages:     9062496 kB
Mapped:          15456 kB
Slab:           179192 kB
PageTables:      31708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13026780 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= 73344 MiB
End job on node123 at 2011-05-15 11:50:17