Trace number 3377475

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) 700.9 700.67

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S764895749-094.UNKNOWN.cnf
MD5SUM86d70d98b4a1fa931b287202356d4839
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3377475-1305453405.cnf
0.32/0.45	c INFO: computing task features
0.40/0.51	c INFO: computed variable-clause graph statistics
0.40/0.51	c INFO: computed clause balance statistics
0.60/0.79	c INFO: computed variable balance statistics
0.80/0.90	c INFO: computed small-clause counts
0.80/0.90	c INFO: computed Horn-clause counts
0.80/0.91	c INFO: computed variable graph statistics
0.80/0.91	c INFO: collected features for HOME/instance-3377475-1305453405.cnf in 0.46 s
0.80/0.92	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.46)
101.02/101.14	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
200.37/200.36	c INFO: running adaptg2wsat2009++@0 for 97 with 2200 remaining (b = 0.06)
300.58/300.57	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.05)
400.77/400.78	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.04)
500.94/500.98	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.03)
601.29/601.20	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
700.67/700.43	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.02)

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-3377475-1305453405/watcher-3377475-1305453405 -o /tmp/evaluation-result-3377475-1305453405/solver-3377475-1305453405 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377475-1305453405.cnf -seed 1087591403 -budget 2400 

running on 2 cores: 1,3

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: 4.01 3.97 3.59 6/307 16285
/proc/meminfo: memFree=18640644/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=15772 CPUtime=0 cores=1,3
/proc/16285/stat : 16285 (python) R 16283 16285 14954 0 -1 4202496 893 0 0 0 0 0 0 0 17 0 1 0 656940347 16150528 776 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/16285/statm: 3943 776 343 364 0 430 0

[startup+0.040135 s]
/proc/loadavg: 4.01 3.97 3.59 6/307 16285
/proc/meminfo: memFree=18640644/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=18880 CPUtime=0.02 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 1286 0 0 0 2 0 0 0 17 0 1 0 656940347 19333120 1140 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/16285/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100127 s]
/proc/loadavg: 4.01 3.97 3.59 6/307 16285
/proc/meminfo: memFree=18640644/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=104612 CPUtime=0.07 cores=1,3
/proc/16285/stat : 16285 (python) R 16283 16285 14954 0 -1 4202496 3097 0 0 0 5 2 0 0 17 0 1 0 656940347 107122688 2778 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089694053 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16285/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.30009 s]
/proc/loadavg: 4.01 3.97 3.59 6/307 16285
/proc/meminfo: memFree=18640644/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=198912 CPUtime=0.23 cores=1,3
/proc/16285/stat : 16285 (python) R 16283 16285 14954 0 -1 4202496 7029 933 1 0 16 7 0 0 18 0 1 0 656940347 203685888 5052 33554432000 4194304 5683644 140733829222960 18446744073709551615 48010719055671 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16285/statm: 49728 5052 1466 364 0 3755 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198912

[startup+0.701018 s]
/proc/loadavg: 4.01 3.97 3.59 6/307 16285
/proc/meminfo: memFree=18640644/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=280204 CPUtime=0.6 cores=1,3
/proc/16285/stat : 16285 (python) R 16283 16285 14954 0 -1 4202496 10016 933 1 0 51 9 0 0 18 0 1 0 656940347 286928896 7452 33554432000 4194304 5683644 140733829222960 18446744073709551615 48010719055524 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16285/statm: 70051 7452 1826 364 0 5975 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 280204

[startup+1.50088 s]
/proc/loadavg: 4.09 3.99 3.60 5/311 16293
/proc/meminfo: memFree=18614448/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=289596 CPUtime=0.82 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 10438 933 1 0 73 9 0 0 21 0 2 0 656940347 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16285/statm: 72399 7296 1869 364 0 8317 0
[pid=16291] ppid=16285 vsize=279352 CPUtime=0 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 728 0 0 0 0 0 0 0 20 0 1 0 656940440 286056448 5777 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718287 0 0 16781312 514 4613604120757010431 0 0 17 1 0 0 0
/proc/16291/statm: 69838 5777 354 364 0 5756 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=0.56 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) R 16291 16293 16293 0 -1 4202496 571 0 0 0 56 0 0 0 23 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16285/tid=16292] ppid=16283 vsize=289596 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 2 0 656940440 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1587036

[startup+3.10059 s]
/proc/loadavg: 4.09 3.99 3.60 5/311 16293
/proc/meminfo: memFree=18613456/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=289596 CPUtime=0.82 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 10438 933 1 0 73 9 0 0 21 0 2 0 656940347 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16285/statm: 72399 7296 1869 364 0 8317 0
[pid=16291] ppid=16285 vsize=279352 CPUtime=0 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 656940440 286056448 5777 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718287 0 0 16781312 514 4613604120756977925 0 0 17 1 0 0 0
/proc/16291/statm: 69838 5777 354 364 0 5756 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=2.16 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) R 16291 16293 16293 0 -1 4202496 571 0 0 0 216 0 0 0 25 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134525172 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16285/tid=16292] ppid=16283 vsize=289596 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 2 0 656940440 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1587036

[startup+6.30103 s]
/proc/loadavg: 4.08 3.99 3.60 5/311 16293
/proc/meminfo: memFree=18611480/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=289596 CPUtime=0.82 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 10438 933 1 0 73 9 0 0 21 0 2 0 656940347 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16285/statm: 72399 7296 1869 364 0 8317 0
[pid=16291] ppid=16285 vsize=279352 CPUtime=0 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 962 0 0 0 0 0 0 0 18 0 1 0 656940440 286056448 5804 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718287 0 0 16781312 514 4613604120756977925 0 0 17 1 0 0 0
/proc/16291/statm: 69838 5804 381 364 0 5756 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=5.35 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) R 16291 16293 16293 0 -1 4202496 571 0 0 0 535 0 0 0 25 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134524921 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16285/tid=16292] ppid=16283 vsize=289596 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 2 0 656940440 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1587036

[startup+12.7009 s]
/proc/loadavg: 4.08 3.99 3.61 5/311 16293
/proc/meminfo: memFree=18609344/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=289596 CPUtime=0.82 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 10438 933 1 0 73 9 0 0 21 0 2 0 656940347 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16285/statm: 72399 7296 1869 364 0 8317 0
[pid=16291] ppid=16285 vsize=279352 CPUtime=0.02 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 968 0 0 0 1 1 0 0 18 0 1 0 656940440 286056448 5805 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718287 0 0 16781312 514 7516296671848792325 0 0 17 1 0 0 0
/proc/16291/statm: 69838 5805 382 364 0 5756 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=11.74 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) R 16291 16293 16293 0 -1 4202496 571 0 0 0 1174 0 0 0 25 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16285/tid=16292] ppid=16283 vsize=289596 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 2 0 656940440 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1587036

[startup+25.5006 s]
/proc/loadavg: 4.06 3.99 3.61 5/315 16297
/proc/meminfo: memFree=18600136/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=289596 CPUtime=0.82 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 10438 933 1 0 73 9 0 0 21 0 2 0 656940347 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16285/statm: 72399 7296 1869 364 0 8317 0
[pid=16291] ppid=16285 vsize=279352 CPUtime=0.04 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 974 0 0 0 2 2 0 0 18 0 1 0 656940440 286056448 5805 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718287 0 0 16781312 514 7516296671848792325 0 0 17 1 0 0 0
/proc/16291/statm: 69838 5805 382 364 0 5756 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=24.53 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) R 16291 16293 16293 0 -1 4202496 571 0 0 0 2453 0 0 0 25 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16285/tid=16292] ppid=16283 vsize=289596 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 2 0 656940440 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1587036

[startup+51.1011 s]
/proc/loadavg: 4.04 3.99 3.62 5/315 16298
/proc/meminfo: memFree=18592528/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=289596 CPUtime=0.82 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 10438 933 1 0 73 9 0 0 21 0 2 0 656940347 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16285/statm: 72399 7296 1869 364 0 8317 0
[pid=16291] ppid=16285 vsize=279352 CPUtime=0.09 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 985 0 0 0 5 4 0 0 18 0 1 0 656940440 286056448 5805 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718287 0 0 16781312 514 7516296671848792325 0 0 17 1 0 0 0
/proc/16291/statm: 69838 5805 382 364 0 5756 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=50.08 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) R 16291 16293 16293 0 -1 4202496 571 0 0 0 5008 0 0 0 25 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134524923 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16285/tid=16292] ppid=16283 vsize=289596 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 2 0 656940440 296546304 7296 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1587036

[startup+102.311 s]
/proc/loadavg: 4.02 3.99 3.64 5/319 16303
/proc/meminfo: memFree=18573172/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=300116 CPUtime=0.83 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 11347 933 1 0 74 9 0 0 20 0 3 0 656940347 307318784 7345 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16285/statm: 75029 7345 1880 364 0 10944 0
[pid=16291] ppid=16285 vsize=289596 CPUtime=0.19 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 1149 0 0 0 11 8 0 0 19 0 2 0 656940440 296546304 5843 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16291/statm: 72399 5843 415 364 0 8317 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) T 16291 16293 16293 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16291/tid=16300] ppid=16285 vsize=289596 CPUtime=0 cores=1,3
/proc/16291/task/16300/stat : 16300 (python) S 16285 16285 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656950460 296546304 5843 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604453986881664 0 0 -1 1 0 0 0
[pid=16301] ppid=16285 vsize=289872 CPUtime=0 cores=1,3
/proc/16301/stat : 16301 (python) S 16285 16285 14954 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 656950461 296828928 5809 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718342 0 0 16781312 514 8619933121791361287 0 0 17 3 0 0 0
/proc/16301/statm: 72468 5809 348 364 0 8383 0
[pid=16303] ppid=16301 vsize=1018088 CPUtime=1.16 cores=1,3
/proc/16303/stat : 16303 (gnovelty+2) R 16301 16303 16303 0 -1 4202496 571 0 0 0 116 0 0 0 25 0 1 0 656950462 1042522112 307 33554432000 134512640 135663704 4288627088 18446744073709551615 134524923 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16303/statm: 254522 307 113 282 0 254238 0
[pid=16285/tid=16292] ppid=16283 vsize=300116 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 3 0 656940440 307318784 7345 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
[pid=16285/tid=16302] ppid=16283 vsize=300116 CPUtime=0 cores=1,3
/proc/16285/task/16302/stat : 16302 (python) S 16283 16285 14954 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 656950461 307318784 7345 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 2915760

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.66 5/323 16309
/proc/meminfo: memFree=18549296/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=300116 CPUtime=0.83 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 11347 933 1 0 74 9 0 0 20 0 3 0 656940347 307318784 7345 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16285/statm: 75029 7345 1880 364 0 10944 0
[pid=16291] ppid=16285 vsize=289596 CPUtime=0.19 cores=1,3

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

/proc/16301/statm: 72468 5862 400 364 0 8383 0
[pid=16303] ppid=16301 vsize=1018088 CPUtime=99.2 cores=1,3
/proc/16303/stat : 16303 (gnovelty+2) T 16301 16303 16303 0 -1 4202496 571 0 0 0 9920 0 0 0 25 0 1 0 656950462 1042522112 307 33554432000 134512640 135663704 4288627088 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16303/statm: 254522 307 113 282 0 254238 0
[pid=16301/tid=16311] ppid=16285 vsize=289872 CPUtime=0 cores=1,3
/proc/16301/task/16311/stat : 16311 (python) S 16285 16285 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656960383 296828928 5862 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604463509612416 0 0 -1 3 0 0 0
[pid=16312] ppid=16285 vsize=300128 CPUtime=0.2 cores=1,3
/proc/16312/stat : 16312 (python) S 16285 16285 14954 0 -1 4202560 1081 0 0 0 10 10 0 0 19 0 2 0 656960384 307331072 5866 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16312/statm: 75032 5866 400 364 0 10944 0
[pid=16314] ppid=16312 vsize=417192 CPUtime=99.98 cores=1,3
/proc/16314/stat : 16314 (adaptg2wsat2009) T 16312 16314 16314 0 -1 4202496 763 0 0 0 9998 0 0 0 25 0 1 0 656960384 427204608 497 33554432000 134512640 135107411 4292382752 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16314/statm: 104298 497 59 146 0 103174 0
[pid=16312/tid=16331] ppid=16285 vsize=300128 CPUtime=0 cores=1,3
/proc/16312/task/16331/stat : 16331 (python) S 16285 16285 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656970403 307331072 5866 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604471134454848 0 0 -1 3 0 0 0
[pid=16332] ppid=16285 vsize=310384 CPUtime=0.2 cores=1,3
/proc/16332/stat : 16332 (python) S 16285 16285 14954 0 -1 4202560 1088 0 0 0 9 11 0 0 19 0 2 0 656970404 317833216 5870 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16332/statm: 77596 5870 400 364 0 13505 0
[pid=16334] ppid=16332 vsize=417192 CPUtime=99.97 cores=1,3
/proc/16334/stat : 16334 (adaptg2wsat2009) T 16332 16334 16334 0 -1 4202496 761 0 0 0 9997 0 0 0 25 0 1 0 656970405 427204608 495 33554432000 134512640 135107411 4289406704 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16334/statm: 104298 495 59 146 0 103174 0
[pid=16332/tid=16341] ppid=16285 vsize=310384 CPUtime=0 cores=1,3
/proc/16332/task/16341/stat : 16341 (python) S 16285 16285 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656980424 317833216 5870 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604471149065152 0 0 -1 3 0 0 0
[pid=16342] ppid=16285 vsize=320640 CPUtime=0.2 cores=1,3
/proc/16342/stat : 16342 (python) S 16285 16285 14954 0 -1 4202560 1084 0 0 0 10 10 0 0 19 0 2 0 656980425 328335360 5874 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16342/statm: 80160 5874 400 364 0 16066 0
[pid=16344] ppid=16342 vsize=417192 CPUtime=99.97 cores=1,3
/proc/16344/stat : 16344 (adaptg2wsat2009) T 16342 16344 16344 0 -1 4202496 764 0 0 0 9997 0 0 0 25 0 1 0 656980426 427204608 495 33554432000 134512640 135107411 4289710592 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16344/statm: 104298 495 59 146 0 103174 0
[pid=16342/tid=16425] ppid=16285 vsize=320640 CPUtime=0 cores=1,3
/proc/16342/task/16425/stat : 16425 (python) S 16285 16285 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656990445 328335360 5874 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604459823372288 0 0 -1 3 0 0 0
[pid=16426] ppid=16285 vsize=330896 CPUtime=0.2 cores=1,3
/proc/16426/stat : 16426 (python) S 16285 16285 14954 0 -1 4202560 1093 0 0 0 11 9 0 0 19 0 2 0 656990446 338837504 5878 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16426/statm: 82724 5878 400 364 0 18627 0
[pid=16428] ppid=16426 vsize=1018088 CPUtime=100.06 cores=1,3
/proc/16428/stat : 16428 (gnovelty+2) T 16426 16428 16428 0 -1 4202496 571 0 0 0 10006 0 0 0 25 0 1 0 656990446 1042522112 306 33554432000 134512640 135663704 4292348320 18446744073709551615 134545576 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16428/statm: 254522 306 113 282 0 254238 0
[pid=16426/tid=16471] ppid=16285 vsize=330896 CPUtime=0 cores=1,3
/proc/16426/task/16471/stat : 16471 (python) S 16285 16285 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657000467 338837504 5878 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604455982416320 0 0 -1 3 0 0 0
[pid=16472] ppid=16285 vsize=341152 CPUtime=0.08 cores=1,3
/proc/16472/stat : 16472 (python) S 16285 16285 14954 0 -1 4202560 908 0 0 0 4 4 0 0 18 0 1 0 657000468 349339648 5852 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718342 0 0 16781312 514 7516296671848792328 0 0 17 3 0 0 0
/proc/16472/statm: 85288 5852 371 364 0 21188 0
[pid=16474] ppid=16472 vsize=247352 CPUtime=41.09 cores=1,3
/proc/16474/stat : 16474 (FH) R 16472 16474 16474 0 -1 4202496 708 0 0 0 4109 0 0 0 25 0 1 0 657000468 253288448 444 33554432000 134512640 134936988 4292562256 18446744073709551615 134553445 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16474/statm: 61838 444 41 104 0 61342 0
[pid=16285/tid=16292] ppid=16283 vsize=351396 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 8 0 656940440 359829504 7375 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
[pid=16285/tid=16302] ppid=16283 vsize=351396 CPUtime=0 cores=1,3
/proc/16285/task/16302/stat : 16302 (python) S 16283 16285 14954 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 656950461 359829504 7375 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16313] ppid=16283 vsize=351396 CPUtime=0 cores=1,3
/proc/16285/task/16313/stat : 16313 (python) S 16283 16285 14954 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 656960384 359829504 7375 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16333] ppid=16283 vsize=351396 CPUtime=0 cores=1,3
/proc/16285/task/16333/stat : 16333 (python) S 16283 16285 14954 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 656970405 359829504 7375 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16343] ppid=16283 vsize=351396 CPUtime=0 cores=1,3
/proc/16285/task/16343/stat : 16343 (python) S 16283 16285 14954 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 656980425 359829504 7375 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16427] ppid=16283 vsize=351396 CPUtime=0 cores=1,3
/proc/16285/task/16427/stat : 16427 (python) S 16283 16285 14954 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 656990446 359829504 7375 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16473] ppid=16283 vsize=351396 CPUtime=0 cores=1,3
/proc/16285/task/16473/stat : 16473 (python) S 16283 16285 14954 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 657000468 359829504 7375 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 7087256



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.601 s]
/proc/loadavg: 4.02 4.05 3.82 7/339 16484
/proc/meminfo: memFree=18367396/32950928 swapFree=64721848/67111528
[pid=16285] ppid=16283 vsize=361652 CPUtime=0.93 cores=1,3
/proc/16285/stat : 16285 (python) S 16283 16285 14954 0 -1 4202496 16659 933 1 0 82 11 0 0 19 0 9 0 656940347 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16285/statm: 90413 7381 1892 364 0 26310 0
[pid=16291] ppid=16285 vsize=289596 CPUtime=0.19 cores=1,3
/proc/16291/stat : 16291 (python) S 16285 16285 14954 0 -1 4202560 1149 0 0 0 11 8 0 0 19 0 2 0 656940440 296546304 5843 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16291/statm: 72399 5843 415 364 0 8317 0
[pid=16293] ppid=16291 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/16293/stat : 16293 (gnovelty+2) T 16291 16293 16293 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 656940440 1042522112 307 33554432000 134512640 135663704 4292139216 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16293/statm: 254522 307 113 282 0 254238 0
[pid=16291/tid=16300] ppid=16285 vsize=289596 CPUtime=0 cores=1,3
/proc/16291/task/16300/stat : 16300 (python) S 16285 16285 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656950460 296546304 5843 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604453986881664 0 0 -1 1 0 0 0
[pid=16301] ppid=16285 vsize=289872 CPUtime=0.2 cores=1,3
/proc/16301/stat : 16301 (python) S 16285 16285 14954 0 -1 4202560 1075 0 0 0 11 9 0 0 19 0 2 0 656950461 296828928 5862 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16301/statm: 72468 5862 400 364 0 8383 0
[pid=16303] ppid=16301 vsize=1018088 CPUtime=99.2 cores=1,3
/proc/16303/stat : 16303 (gnovelty+2) T 16301 16303 16303 0 -1 4202496 571 0 0 0 9920 0 0 0 25 0 1 0 656950462 1042522112 307 33554432000 134512640 135663704 4288627088 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16303/statm: 254522 307 113 282 0 254238 0
[pid=16301/tid=16311] ppid=16285 vsize=289872 CPUtime=0 cores=1,3
/proc/16301/task/16311/stat : 16311 (python) S 16285 16285 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656960383 296828928 5862 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604463509612416 0 0 -1 3 0 0 0
[pid=16312] ppid=16285 vsize=300128 CPUtime=0.2 cores=1,3
/proc/16312/stat : 16312 (python) S 16285 16285 14954 0 -1 4202560 1081 0 0 0 10 10 0 0 19 0 2 0 656960384 307331072 5866 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16312/statm: 75032 5866 400 364 0 10944 0
[pid=16314] ppid=16312 vsize=417192 CPUtime=99.98 cores=1,3
/proc/16314/stat : 16314 (adaptg2wsat2009) T 16312 16314 16314 0 -1 4202496 763 0 0 0 9998 0 0 0 25 0 1 0 656960384 427204608 497 33554432000 134512640 135107411 4292382752 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16314/statm: 104298 497 59 146 0 103174 0
[pid=16312/tid=16331] ppid=16285 vsize=300128 CPUtime=0 cores=1,3
/proc/16312/task/16331/stat : 16331 (python) S 16285 16285 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656970403 307331072 5866 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604471134454848 0 0 -1 3 0 0 0
[pid=16332] ppid=16285 vsize=310384 CPUtime=0.2 cores=1,3
/proc/16332/stat : 16332 (python) S 16285 16285 14954 0 -1 4202560 1088 0 0 0 9 11 0 0 19 0 2 0 656970404 317833216 5870 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16332/statm: 77596 5870 400 364 0 13505 0
[pid=16334] ppid=16332 vsize=417192 CPUtime=99.97 cores=1,3
/proc/16334/stat : 16334 (adaptg2wsat2009) T 16332 16334 16334 0 -1 4202496 761 0 0 0 9997 0 0 0 25 0 1 0 656970405 427204608 495 33554432000 134512640 135107411 4289406704 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16334/statm: 104298 495 59 146 0 103174 0
[pid=16332/tid=16341] ppid=16285 vsize=310384 CPUtime=0 cores=1,3
/proc/16332/task/16341/stat : 16341 (python) S 16285 16285 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656980424 317833216 5870 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604471149065152 0 0 -1 3 0 0 0
[pid=16342] ppid=16285 vsize=320640 CPUtime=0.2 cores=1,3
/proc/16342/stat : 16342 (python) S 16285 16285 14954 0 -1 4202560 1084 0 0 0 10 10 0 0 19 0 2 0 656980425 328335360 5874 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16342/statm: 80160 5874 400 364 0 16066 0
[pid=16344] ppid=16342 vsize=417192 CPUtime=99.97 cores=1,3
/proc/16344/stat : 16344 (adaptg2wsat2009) T 16342 16344 16344 0 -1 4202496 764 0 0 0 9997 0 0 0 25 0 1 0 656980426 427204608 495 33554432000 134512640 135107411 4289710592 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16344/statm: 104298 495 59 146 0 103174 0
[pid=16342/tid=16425] ppid=16285 vsize=320640 CPUtime=0 cores=1,3
/proc/16342/task/16425/stat : 16425 (python) S 16285 16285 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656990445 328335360 5874 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604459823372288 0 0 -1 3 0 0 0
[pid=16426] ppid=16285 vsize=330896 CPUtime=0.2 cores=1,3
/proc/16426/stat : 16426 (python) S 16285 16285 14954 0 -1 4202560 1093 0 0 0 11 9 0 0 19 0 2 0 656990446 338837504 5878 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16426/statm: 82724 5878 400 364 0 18627 0
[pid=16428] ppid=16426 vsize=1018088 CPUtime=100.06 cores=1,3
/proc/16428/stat : 16428 (gnovelty+2) T 16426 16428 16428 0 -1 4202496 571 0 0 0 10006 0 0 0 25 0 1 0 656990446 1042522112 306 33554432000 134512640 135663704 4292348320 18446744073709551615 134545576 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16428/statm: 254522 306 113 282 0 254238 0
[pid=16426/tid=16471] ppid=16285 vsize=330896 CPUtime=0 cores=1,3
/proc/16426/task/16471/stat : 16471 (python) S 16285 16285 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657000467 338837504 5878 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604455982416320 0 0 -1 3 0 0 0
[pid=16472] ppid=16285 vsize=341152 CPUtime=0.2 cores=1,3
/proc/16472/stat : 16472 (python) S 16285 16285 14954 0 -1 4202560 1086 0 0 0 9 11 0 0 19 0 2 0 657000468 349339648 5882 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16472/statm: 85288 5882 400 364 0 21188 0
[pid=16474] ppid=16472 vsize=247352 CPUtime=99.21 cores=1,3
/proc/16474/stat : 16474 (FH) T 16472 16474 16474 0 -1 4202496 708 0 0 0 9921 0 0 0 25 0 1 0 657000468 253288448 444 33554432000 134512640 134936988 4292562256 18446744073709551615 134545109 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16474/statm: 61838 444 41 104 0 61342 0
[pid=16472/tid=16481] ppid=16285 vsize=341152 CPUtime=0 cores=1,3
/proc/16472/task/16481/stat : 16481 (python) S 16285 16285 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657010390 349339648 5882 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 514 18446604464849333248 0 0 -1 3 0 0 0
[pid=16482] ppid=16285 vsize=351408 CPUtime=0 cores=1,3
/proc/16482/stat : 16482 (python) S 16285 16285 14954 0 -1 4202560 778 0 0 0 0 0 0 0 19 0 1 0 657010391 359841792 5835 33554432000 4194304 5683644 140733829222960 18446744073709551615 248089718342 0 0 16781312 514 4493810129887559679 0 0 17 1 0 0 0
/proc/16482/statm: 87852 5835 350 364 0 23749 0
[pid=16484] ppid=16482 vsize=417048 CPUtime=0.17 cores=1,3
/proc/16484/stat : 16484 (adaptg2wsat2009) R 16482 16484 16484 0 -1 4202496 686 0 0 0 17 0 0 0 21 0 1 0 657010391 427057152 418 33554432000 134512640 135107411 4290111328 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16484/statm: 104262 418 49 146 0 103138 0
[pid=16285/tid=16292] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16292/stat : 16292 (python) S 16283 16285 14954 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 9 0 656940440 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
[pid=16285/tid=16302] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16302/stat : 16302 (python) S 16283 16285 14954 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656950461 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16313] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16313/stat : 16313 (python) S 16283 16285 14954 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656960384 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16333] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16333/stat : 16333 (python) S 16283 16285 14954 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 656970405 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16343] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16343/stat : 16343 (python) S 16283 16285 14954 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656980425 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16427] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16427/stat : 16427 (python) S 16283 16285 14954 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 656990446 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16473] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16473/stat : 16473 (python) S 16283 16285 14954 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 657000468 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=16285/tid=16483] ppid=16283 vsize=361652 CPUtime=0 cores=1,3
/proc/16285/task/16483/stat : 16483 (python) S 16283 16285 14954 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 657010391 370331648 7381 33554432000 4194304 5683644 140733829222960 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 700.9
Current children cumulated vsize (KiB) 7865968

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

Real time (s): 700.67
CPU time (s): 700.9
CPU user time (s): 700.11
CPU system time (s): 0.79
CPU usage (%): 100.033
Max. virtual memory (cumulated for all children) (KiB): 7865968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.827874
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17597
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1005
involuntary context switches= 21

runsolver used 1.9487 second user time and 4.44232 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 11:56:45
IDJOB=3377475
IDBENCH=82784
IDSOLVER=1857
FILE ID=node123/3377475-1305453405
RUNJOBID= node123-1305452312-15691
PBS_JOBID= 13324867
Free space on /tmp= 73348 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S764895749-094.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-3377475-1305453405/watcher-3377475-1305453405 -o /tmp/evaluation-result-3377475-1305453405/solver-3377475-1305453405 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377475-1305453405.cnf -seed 1087591403 -budget 2400

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

MD5SUM BENCH= 86d70d98b4a1fa931b287202356d4839
RANDOM SEED=1087591403

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:      18641048 kB
Buffers:        313180 kB
Cached:        4348432 kB
SwapCached:      10528 kB
Active:       11084656 kB
Inactive:      2940112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18641048 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           31816 kB
Writeback:           0 kB
AnonPages:     9360820 kB
Mapped:          27972 kB
Slab:           180024 kB
PageTables:      43096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 38934648 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= 73308 MiB
End job on node123 at 2011-05-15 12:08:28