Trace number 3484183

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 703.94 705.062

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1116436500-050-UNKNOWN.cnf
MD5SUMcfa9ddae87a68697f7100e24d97d7728
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.37/1.92	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/1.92	c INFO: solving HOME/instance-3484183-1307748217.cnf
0.37/1.92	c INFO: computing task features
0.47/2.07	c INFO: computed variable-clause graph statistics
0.47/2.07	c INFO: computed clause balance statistics
1.27/2.84	c INFO: computed variable balance statistics
1.57/3.16	c INFO: computed small-clause counts
1.57/3.17	c INFO: computed Horn-clause counts
1.57/3.19	c INFO: computed variable graph statistics
1.57/3.19	c INFO: collected features for HOME/instance-3484183-1307748217.cnf in 1.26 s
1.57/3.20	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.88/103.37	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.11/203.55	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.21/303.69	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.43/403.84	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.67/503.99	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
603.02/604.18	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
703.25/704.34	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.93 3.93 2.89 5/223 31930
/proc/meminfo: memFree=31251860/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=11804 CPUtime=0 cores=0,2
/proc/31930/stat : 31930 (runsolver) S 31928 31930 31379 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 886421527 12087296 51 33554432000 4194304 5436572 140736445924048 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 2 0 0 0
/proc/31930/statm: 2951 51 31 304 0 2643 0

[startup+0.046006 s]
/proc/loadavg: 3.93 3.93 2.89 5/223 31930
/proc/meminfo: memFree=31251860/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=15080 CPUtime=0 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 617 0 0 0 0 0 0 0 23 0 1 0 886421527 15441920 513 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/31930/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.101028 s]
/proc/loadavg: 3.93 3.93 2.89 5/223 31930
/proc/meminfo: memFree=31251860/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=15184 CPUtime=0 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 724 0 0 0 0 0 0 0 23 0 1 0 886421527 15548416 614 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/31930/statm: 3796 614 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300985 s]
/proc/loadavg: 3.93 3.93 2.89 5/223 31930
/proc/meminfo: memFree=31251860/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=16236 CPUtime=0.01 cores=0,2
/proc/31930/stat : 31930 (python) R 31928 31930 31379 0 -1 4202496 997 0 0 0 1 0 0 0 21 0 1 0 886421527 16625664 869 33554432000 4194304 5683644 140735391374560 18446744073709551615 4881210 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31930/statm: 4059 869 368 364 0 546 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16236

[startup+0.700854 s]
/proc/loadavg: 3.93 3.93 2.89 5/223 31930
/proc/meminfo: memFree=31251860/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=104216 CPUtime=0.07 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 3036 0 0 0 6 1 0 0 17 0 1 0 886421527 106717184 2725 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/31930/statm: 26054 2725 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+1.50085 s]
/proc/loadavg: 3.93 3.93 2.89 4/224 31935
/proc/meminfo: memFree=31239040/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=151212 CPUtime=0.23 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 6326 934 1 0 18 5 0 0 15 0 1 0 886421527 154841088 4441 33554432000 4194304 5683644 140735391374560 18446744073709551615 208075308679 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/31930/statm: 37803 4441 1220 364 0 3214 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 151212

[startup+3.10047 s]
/proc/loadavg: 3.93 3.93 2.89 5/227 31938
/proc/meminfo: memFree=31209124/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=283908 CPUtime=1.57 cores=0,2
/proc/31930/stat : 31930 (python) R 31928 31930 31379 0 -1 4202496 11855 934 1 0 149 8 0 0 17 0 1 0 886421527 290721792 8363 33554432000 4194304 5683644 140735391374560 18446744073709551615 208079899666 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31930/statm: 70977 8363 1827 364 0 6901 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 283908
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 3.93 3.93 2.90 5/234 31945
/proc/meminfo: memFree=31201416/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=289680 CPUtime=1.67 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 12167 934 1 0 159 8 0 0 18 0 2 0 886421527 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31930/statm: 72420 7285 1869 364 0 8338 0
[pid=31943] ppid=31930 vsize=279920 CPUtime=0 cores=0,2
/proc/31943/stat : 31943 (python) S 31930 31930 31379 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 886421848 286638080 5768 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252431 0 0 16781312 514 4073500919449223426 0 0 17 2 0 0 0
/proc/31943/statm: 69980 5768 355 364 0 5898 0
[pid=31945] ppid=31943 vsize=1018820 CPUtime=3.09 cores=0,2
/proc/31945/stat : 31945 (gnovelty+2) R 31943 31945 31945 0 -1 4202496 860 0 0 0 309 0 0 0 25 0 1 0 886421848 1043271680 596 33554432000 134512640 135663704 4289808256 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31945/statm: 254705 596 113 282 0 254421 0
[pid=31930/tid=31944] ppid=31928 vsize=289680 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 2 0 886421848 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1588420
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 3.94 3.93 2.91 5/234 31945
/proc/meminfo: memFree=31200204/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=289680 CPUtime=1.67 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 12167 934 1 0 159 8 0 0 18 0 2 0 886421527 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31930/statm: 72420 7285 1869 364 0 8338 0
[pid=31943] ppid=31930 vsize=279920 CPUtime=0 cores=0,2
/proc/31943/stat : 31943 (python) S 31930 31930 31379 0 -1 4202560 858 0 0 0 0 0 0 0 18 0 1 0 886421848 286638080 5791 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252431 0 0 16781312 514 4073500919449223426 0 0 17 2 0 0 0
/proc/31943/statm: 69980 5791 378 364 0 5898 0
[pid=31945] ppid=31943 vsize=1018820 CPUtime=9.49 cores=0,2
/proc/31945/stat : 31945 (gnovelty+2) R 31943 31945 31945 0 -1 4202496 860 0 0 0 949 0 0 0 25 0 1 0 886421848 1043271680 596 33554432000 134512640 135663704 4289808256 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31945/statm: 254705 596 113 282 0 254421 0
[pid=31930/tid=31944] ppid=31928 vsize=289680 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 2 0 886421848 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 1588420

[startup+25.5011 s]
/proc/loadavg: 4.02 3.95 2.93 5/234 31946
/proc/meminfo: memFree=31201200/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=289680 CPUtime=1.67 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 12167 934 1 0 159 8 0 0 18 0 2 0 886421527 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31930/statm: 72420 7285 1869 364 0 8338 0
[pid=31943] ppid=31930 vsize=279920 CPUtime=0.02 cores=0,2
/proc/31943/stat : 31943 (python) S 31930 31930 31379 0 -1 4202560 868 0 0 0 1 1 0 0 18 0 1 0 886421848 286638080 5791 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252431 0 0 16781312 514 9163048430908440834 0 0 17 2 0 0 0
/proc/31943/statm: 69980 5791 378 364 0 5898 0
[pid=31945] ppid=31943 vsize=1018820 CPUtime=22.29 cores=0,2
/proc/31945/stat : 31945 (gnovelty+2) R 31943 31945 31945 0 -1 4202496 860 0 0 0 2229 0 0 0 25 0 1 0 886421848 1043271680 596 33554432000 134512640 135663704 4289808256 18446744073709551615 134524526 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31945/statm: 254705 596 113 282 0 254421 0
[pid=31930/tid=31944] ppid=31928 vsize=289680 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 2 0 886421848 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 1588420

[startup+51.1002 s]
/proc/loadavg: 4.01 3.95 2.96 5/234 31946
/proc/meminfo: memFree=31201408/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=289680 CPUtime=1.67 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 12167 934 1 0 159 8 0 0 18 0 2 0 886421527 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31930/statm: 72420 7285 1869 364 0 8338 0
[pid=31943] ppid=31930 vsize=279920 CPUtime=0.06 cores=0,2
/proc/31943/stat : 31943 (python) S 31930 31930 31379 0 -1 4202560 880 0 0 0 3 3 0 0 18 0 1 0 886421848 286638080 5791 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252431 0 0 16781312 514 9163048430908440834 0 0 17 2 0 0 0
/proc/31943/statm: 69980 5791 378 364 0 5898 0
[pid=31945] ppid=31943 vsize=1018820 CPUtime=47.89 cores=0,2
/proc/31945/stat : 31945 (gnovelty+2) R 31943 31945 31945 0 -1 4202496 860 0 0 0 4789 0 0 0 25 0 1 0 886421848 1043271680 596 33554432000 134512640 135663704 4289808256 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31945/statm: 254705 596 113 282 0 254421 0
[pid=31930/tid=31944] ppid=31928 vsize=289680 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 2 0 886421848 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.62
Current children cumulated vsize (KiB) 1588420

[startup+102.308 s]
/proc/loadavg: 4.05 3.97 3.01 5/239 31953
/proc/meminfo: memFree=31192232/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=289680 CPUtime=1.67 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 12167 934 1 0 159 8 0 0 18 0 2 0 886421527 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31930/statm: 72420 7285 1869 364 0 8338 0
[pid=31943] ppid=31930 vsize=279920 CPUtime=0.12 cores=0,2
/proc/31943/stat : 31943 (python) S 31930 31930 31379 0 -1 4202560 902 0 0 0 6 6 0 0 18 0 1 0 886421848 286638080 5791 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252431 0 0 16781312 514 9163048430908440834 0 0 17 2 0 0 0
/proc/31943/statm: 69980 5791 378 364 0 5898 0
[pid=31945] ppid=31943 vsize=1018820 CPUtime=99.1 cores=0,2
/proc/31945/stat : 31945 (gnovelty+2) R 31943 31945 31945 0 -1 4202496 860 0 0 0 9910 0 0 0 25 0 1 0 886421848 1043271680 596 33554432000 134512640 135663704 4289808256 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31945/statm: 254705 596 113 282 0 254421 0
[pid=31930/tid=31944] ppid=31928 vsize=289680 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 2 0 886421848 296632320 7285 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 1588420

[startup+162.301 s]
/proc/loadavg: 4.02 3.97 3.07 5/247 31962
/proc/meminfo: memFree=31172272/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=299936 CPUtime=1.68 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 13014 934 1 0 160 8 0 0 20 0 3 0 886421527 307134464 7317 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31930/statm: 74984 7317 1872 364 0 10899 0
[pid=31943] ppid=31930 vsize=290164 CPUtime=0.13 cores=0,2
/proc/31943/stat : 31943 (python) S 31930 31930 31379 0 -1 4202560 1137 0 0 0 6 7 0 0 19 0 2 0 886421848 297127936 5833 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31943/statm: 72541 5833 415 364 0 8459 0
[pid=31945] ppid=31943 vsize=1018820 CPUtime=100.16 cores=0,2
/proc/31945/stat : 31945 (gnovelty+2) T 31943 31945 31945 0 -1 4202496 860 0 0 0 10016 0 0 0 25 0 1 0 886421848 1043271680 596 33554432000 134512640 135663704 4289808256 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31945/statm: 254705 596 113 282 0 254421 0
[pid=31943/tid=31958] ppid=31930 vsize=290164 CPUtime=0 cores=0,2
/proc/31943/task/31958/stat : 31958 (python) S 31930 31930 31379 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886431864 297127936 5833 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453861129088 0 0 -1 2 0 0 0
[pid=31959] ppid=31930 vsize=290816 CPUtime=0.09 cores=0,2
/proc/31959/stat : 31959 (python) S 31930 31930 31379 0 -1 4202560 914 0 0 0 5 4 0 0 18 0 1 0 886431865 297795584 5814 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252486 0 0 16781312 514 9163048430908440834 0 0 17 0 0 0 0
/proc/31959/statm: 72704 5814 372 364 0 8619 0
[pid=31961] ppid=31959 vsize=1018820 CPUtime=58.83 cores=0,2
/proc/31961/stat : 31961 (gnovelty+2) R 31959 31961 31961 0 -1 4202496 859 0 0 0 5883 0 0 0 25 0 1 0 886431865 1043271680 596 33554432000 134512640 135663704 4290459200 18446744073709551615 134546070 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31961/statm: 254705 596 113 282 0 254421 0
[pid=31930/tid=31944] ppid=31928 vsize=299936 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 3 0 886421848 307134464 7317 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=31960] ppid=31928 vsize=299936 CPUtime=0 cores=0,2
/proc/31930/task/31960/stat : 31960 (python) S 31928 31930 31379 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 886431865 307134464 7317 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 2918556

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.13 5/234 32021
/proc/meminfo: memFree=31191852/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=310832 CPUtime=1.69 cores=0,2

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

/proc/31959/statm: 72704 5843 400 364 0 8619 0
[pid=31961] ppid=31959 vsize=1018820 CPUtime=100.03 cores=0,2
/proc/31961/stat : 31961 (gnovelty+2) T 31959 31961 31961 0 -1 4202496 859 0 0 0 10003 0 0 0 25 0 1 0 886431865 1043271680 596 33554432000 134512640 135663704 4290459200 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31961/statm: 254705 596 113 282 0 254421 0
[pid=31959/tid=32017] ppid=31930 vsize=290816 CPUtime=0 cores=0,2
/proc/31959/task/32017/stat : 32017 (python) S 31930 31930 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886441882 297795584 5843 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453875684288 0 0 -1 2 0 0 0
[pid=32018] ppid=31930 vsize=300588 CPUtime=0.14 cores=0,2
/proc/32018/stat : 32018 (python) S 31930 31930 31379 0 -1 4202560 1074 0 0 0 8 6 0 0 19 0 2 0 886441883 307802112 5981 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32018/statm: 75147 5981 399 364 0 11059 0
[pid=32020] ppid=32018 vsize=419428 CPUtime=100.02 cores=0,2
/proc/32020/stat : 32020 (adaptg2wsat2009) T 32018 32020 32020 0 -1 4202496 1439 0 0 0 10002 0 0 0 25 0 1 0 886441883 429494272 1175 33554432000 134512640 135107411 4294728800 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32020/statm: 104857 1175 59 146 0 103733 0
[pid=32018/tid=32033] ppid=31930 vsize=300588 CPUtime=0 cores=0,2
/proc/32018/task/32033/stat : 32033 (python) S 31930 31930 31379 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886451896 307802112 5981 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453573333184 0 0 -1 2 0 0 0
[pid=32034] ppid=31930 vsize=310844 CPUtime=0.15 cores=0,2
/proc/32034/stat : 32034 (python) S 31930 31930 31379 0 -1 4202560 1085 0 0 0 7 8 0 0 19 0 2 0 886451897 318304256 5984 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32034/statm: 77711 5984 399 364 0 13620 0
[pid=32036] ppid=32034 vsize=419428 CPUtime=100.01 cores=0,2
/proc/32036/stat : 32036 (adaptg2wsat2009) T 32034 32036 32036 0 -1 4202496 1440 0 0 0 10001 0 0 0 25 0 1 0 886451898 429494272 1176 33554432000 134512640 135107411 4294379520 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32036/statm: 104857 1176 59 146 0 103733 0
[pid=32034/tid=32047] ppid=31930 vsize=310844 CPUtime=0 cores=0,2
/proc/32034/task/32047/stat : 32047 (python) S 31930 31930 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886461911 318304256 5984 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604451493851520 0 0 -1 2 0 0 0
[pid=32048] ppid=31930 vsize=321680 CPUtime=0.15 cores=0,2
/proc/32048/stat : 32048 (python) S 31930 31930 31379 0 -1 4202560 1081 0 0 0 8 7 0 0 19 0 2 0 886461912 329400320 5990 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32048/statm: 80420 5990 400 364 0 16326 0
[pid=32050] ppid=32048 vsize=419428 CPUtime=100.13 cores=0,2
/proc/32050/stat : 32050 (adaptg2wsat2009) T 32048 32050 32050 0 -1 4202496 1439 0 0 0 10013 0 0 0 25 0 1 0 886461912 429494272 1175 33554432000 134512640 135107411 4287487744 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32050/statm: 104857 1175 59 146 0 103733 0
[pid=32048/tid=32150] ppid=31930 vsize=321680 CPUtime=0 cores=0,2
/proc/32048/task/32150/stat : 32150 (python) S 31930 31930 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886471926 329400320 5990 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453861128192 0 0 -1 2 0 0 0
[pid=32151] ppid=31930 vsize=331564 CPUtime=0.15 cores=0,2
/proc/32151/stat : 32151 (python) S 31930 31930 31379 0 -1 4202560 1082 0 0 0 8 7 0 0 19 0 2 0 886471927 339521536 6018 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32151/statm: 82891 6018 400 364 0 18794 0
[pid=32153] ppid=32151 vsize=1018820 CPUtime=100.17 cores=0,2
/proc/32153/stat : 32153 (gnovelty+2) T 32151 32153 32153 0 -1 4202496 856 0 0 0 10017 0 0 0 25 0 1 0 886471927 1043271680 596 33554432000 134512640 135663704 4294866336 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32153/statm: 254705 596 113 282 0 254421 0
[pid=32151/tid=32168] ppid=31930 vsize=331564 CPUtime=0 cores=0,2
/proc/32151/task/32168/stat : 32168 (python) S 31930 31930 31379 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886481945 339521536 6018 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453842935872 0 0 -1 2 0 0 0
[pid=32169] ppid=31930 vsize=341936 CPUtime=0.15 cores=0,2
/proc/32169/stat : 32169 (python) S 31930 31930 31379 0 -1 4202560 933 0 0 0 8 7 0 0 18 0 1 0 886481946 350142464 6002 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252486 0 0 16781312 514 9163048430908440833 0 0 17 0 0 0 0
/proc/32169/statm: 85484 6002 381 364 0 21384 0
[pid=32171] ppid=32169 vsize=249192 CPUtime=97.99 cores=0,2
/proc/32171/stat : 32171 (FH) R 32169 32171 32171 0 -1 4202496 1323 0 0 0 9797 2 0 0 25 0 1 0 886481946 255172608 1059 33554432000 134512640 134936988 4292392608 18446744073709551615 134553566 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32171/statm: 62298 1059 41 104 0 61802 0
[pid=31930/tid=31944] ppid=31928 vsize=351856 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 8 0 886421848 360300544 7514 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=31960] ppid=31928 vsize=351856 CPUtime=0 cores=0,2
/proc/31930/task/31960/stat : 31960 (python) S 31928 31930 31379 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 886431865 360300544 7514 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
[pid=31930/tid=32019] ppid=31928 vsize=351856 CPUtime=0 cores=0,2
/proc/31930/task/32019/stat : 32019 (python) S 31928 31930 31379 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 886441883 360300544 7514 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
[pid=31930/tid=32035] ppid=31928 vsize=351856 CPUtime=0 cores=0,2
/proc/31930/task/32035/stat : 32035 (python) S 31928 31930 31379 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 886451897 360300544 7514 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=32049] ppid=31928 vsize=351856 CPUtime=0 cores=0,2
/proc/31930/task/32049/stat : 32049 (python) S 31928 31930 31379 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 886461912 360300544 7514 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=32152] ppid=31928 vsize=351856 CPUtime=0 cores=0,2
/proc/31930/task/32152/stat : 32152 (python) S 31928 31930 31379 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 886471927 360300544 7514 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=32170] ppid=31928 vsize=351856 CPUtime=0 cores=0,2
/proc/31930/task/32170/stat : 32170 (python) S 31928 31930 31379 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 886481946 360300544 7514 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.25
Current children cumulated vsize (KiB) 7103384



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 4.01 4.00 3.47 6/230 32418
/proc/meminfo: memFree=31315172/32950928 swapFree=67055948/67111528
[pid=31930] ppid=31928 vsize=362112 CPUtime=1.74 cores=0,2
/proc/31930/stat : 31930 (python) S 31928 31930 31379 0 -1 4202496 18165 934 1 0 164 10 0 0 20 0 9 0 886421527 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31930/statm: 90528 7520 1892 364 0 26425 0
[pid=31943] ppid=31930 vsize=290164 CPUtime=0.13 cores=0,2
/proc/31943/stat : 31943 (python) S 31930 31930 31379 0 -1 4202560 1137 0 0 0 6 7 0 0 19 0 2 0 886421848 297127936 5833 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31943/statm: 72541 5833 415 364 0 8459 0
[pid=31945] ppid=31943 vsize=1018820 CPUtime=100.16 cores=0,2
/proc/31945/stat : 31945 (gnovelty+2) T 31943 31945 31945 0 -1 4202496 860 0 0 0 10016 0 0 0 25 0 1 0 886421848 1043271680 596 33554432000 134512640 135663704 4289808256 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31945/statm: 254705 596 113 282 0 254421 0
[pid=31943/tid=31958] ppid=31930 vsize=290164 CPUtime=0 cores=0,2
/proc/31943/task/31958/stat : 31958 (python) S 31930 31930 31379 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886431864 297127936 5833 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453861129088 0 0 -1 2 0 0 0
[pid=31959] ppid=31930 vsize=290816 CPUtime=0.14 cores=0,2
/proc/31959/stat : 31959 (python) S 31930 31930 31379 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 886431865 297795584 5843 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31959/statm: 72704 5843 400 364 0 8619 0
[pid=31961] ppid=31959 vsize=1018820 CPUtime=100.03 cores=0,2
/proc/31961/stat : 31961 (gnovelty+2) T 31959 31961 31961 0 -1 4202496 859 0 0 0 10003 0 0 0 25 0 1 0 886431865 1043271680 596 33554432000 134512640 135663704 4290459200 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31961/statm: 254705 596 113 282 0 254421 0
[pid=31959/tid=32017] ppid=31930 vsize=290816 CPUtime=0 cores=0,2
/proc/31959/task/32017/stat : 32017 (python) S 31930 31930 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886441882 297795584 5843 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453875684288 0 0 -1 2 0 0 0
[pid=32018] ppid=31930 vsize=300588 CPUtime=0.14 cores=0,2
/proc/32018/stat : 32018 (python) S 31930 31930 31379 0 -1 4202560 1074 0 0 0 8 6 0 0 19 0 2 0 886441883 307802112 5981 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32018/statm: 75147 5981 399 364 0 11059 0
[pid=32020] ppid=32018 vsize=419428 CPUtime=100.02 cores=0,2
/proc/32020/stat : 32020 (adaptg2wsat2009) T 32018 32020 32020 0 -1 4202496 1439 0 0 0 10002 0 0 0 25 0 1 0 886441883 429494272 1175 33554432000 134512640 135107411 4294728800 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32020/statm: 104857 1175 59 146 0 103733 0
[pid=32018/tid=32033] ppid=31930 vsize=300588 CPUtime=0 cores=0,2
/proc/32018/task/32033/stat : 32033 (python) S 31930 31930 31379 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886451896 307802112 5981 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453573333184 0 0 -1 2 0 0 0
[pid=32034] ppid=31930 vsize=310844 CPUtime=0.15 cores=0,2
/proc/32034/stat : 32034 (python) S 31930 31930 31379 0 -1 4202560 1085 0 0 0 7 8 0 0 19 0 2 0 886451897 318304256 5984 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32034/statm: 77711 5984 399 364 0 13620 0
[pid=32036] ppid=32034 vsize=419428 CPUtime=100.01 cores=0,2
/proc/32036/stat : 32036 (adaptg2wsat2009) T 32034 32036 32036 0 -1 4202496 1440 0 0 0 10001 0 0 0 25 0 1 0 886451898 429494272 1176 33554432000 134512640 135107411 4294379520 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32036/statm: 104857 1176 59 146 0 103733 0
[pid=32034/tid=32047] ppid=31930 vsize=310844 CPUtime=0 cores=0,2
/proc/32034/task/32047/stat : 32047 (python) S 31930 31930 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886461911 318304256 5984 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604451493851520 0 0 -1 2 0 0 0
[pid=32048] ppid=31930 vsize=321680 CPUtime=0.15 cores=0,2
/proc/32048/stat : 32048 (python) S 31930 31930 31379 0 -1 4202560 1081 0 0 0 8 7 0 0 19 0 2 0 886461912 329400320 5990 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32048/statm: 80420 5990 400 364 0 16326 0
[pid=32050] ppid=32048 vsize=419428 CPUtime=100.13 cores=0,2
/proc/32050/stat : 32050 (adaptg2wsat2009) T 32048 32050 32050 0 -1 4202496 1439 0 0 0 10013 0 0 0 25 0 1 0 886461912 429494272 1175 33554432000 134512640 135107411 4287487744 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32050/statm: 104857 1175 59 146 0 103733 0
[pid=32048/tid=32150] ppid=31930 vsize=321680 CPUtime=0 cores=0,2
/proc/32048/task/32150/stat : 32150 (python) S 31930 31930 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886471926 329400320 5990 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453861128192 0 0 -1 2 0 0 0
[pid=32151] ppid=31930 vsize=331564 CPUtime=0.15 cores=0,2
/proc/32151/stat : 32151 (python) S 31930 31930 31379 0 -1 4202560 1082 0 0 0 8 7 0 0 19 0 2 0 886471927 339521536 6018 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32151/statm: 82891 6018 400 364 0 18794 0
[pid=32153] ppid=32151 vsize=1018820 CPUtime=100.17 cores=0,2
/proc/32153/stat : 32153 (gnovelty+2) T 32151 32153 32153 0 -1 4202496 856 0 0 0 10017 0 0 0 25 0 1 0 886471927 1043271680 596 33554432000 134512640 135663704 4294866336 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32153/statm: 254705 596 113 282 0 254421 0
[pid=32151/tid=32168] ppid=31930 vsize=331564 CPUtime=0 cores=0,2
/proc/32151/task/32168/stat : 32168 (python) S 31930 31930 31379 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886481945 339521536 6018 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453842935872 0 0 -1 2 0 0 0
[pid=32169] ppid=31930 vsize=341936 CPUtime=0.15 cores=0,2
/proc/32169/stat : 32169 (python) S 31930 31930 31379 0 -1 4202560 1087 0 0 0 8 7 0 0 19 0 2 0 886481946 350142464 6031 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32169/statm: 85484 6031 409 364 0 21384 0
[pid=32171] ppid=32169 vsize=249192 CPUtime=100.02 cores=0,2
/proc/32171/stat : 32171 (FH) T 32169 32171 32171 0 -1 4202496 1323 0 0 0 10000 2 0 0 25 0 1 0 886481946 255172608 1059 33554432000 134512640 134936988 4292392608 18446744073709551615 134552472 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32171/statm: 62298 1059 41 104 0 61802 0
[pid=32169/tid=32415] ppid=31930 vsize=341936 CPUtime=0 cores=0,2
/proc/32169/task/32415/stat : 32415 (python) S 31930 31930 31379 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886491961 350142464 6031 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 514 18446604453861126400 0 0 -1 2 0 0 0
[pid=32416] ppid=31930 vsize=352132 CPUtime=0 cores=0,2
/proc/32416/stat : 32416 (python) S 31930 31930 31379 0 -1 4202560 835 0 0 0 0 0 0 0 19 0 1 0 886491962 360583168 5976 33554432000 4194304 5683644 140735391374560 18446744073709551615 208080252486 0 0 16781312 514 4606953999554314239 0 0 17 0 0 0 0
/proc/32416/statm: 88033 5976 351 364 0 23930 0
[pid=32418] ppid=32416 vsize=419160 CPUtime=0.65 cores=0,2
/proc/32418/stat : 32418 (adaptg2wsat2009) R 32416 32418 32418 0 -1 4202496 1258 0 0 0 65 0 0 0 22 0 1 0 886491962 429219840 992 33554432000 134512640 135107411 4289442064 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32418/statm: 104790 992 49 146 0 103666 0
[pid=31930/tid=31944] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/31944/stat : 31944 (python) S 31928 31930 31379 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 886421848 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=31960] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/31960/stat : 31960 (python) S 31928 31930 31379 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886431865 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
[pid=31930/tid=32019] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/32019/stat : 32019 (python) S 31928 31930 31379 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 886441883 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
[pid=31930/tid=32035] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/32035/stat : 32035 (python) S 31928 31930 31379 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 886451897 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=32049] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/32049/stat : 32049 (python) S 31928 31930 31379 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 886461912 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=32152] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/32152/stat : 32152 (python) S 31928 31930 31379 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 886471927 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 2 0 0 0
[pid=31930/tid=32170] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/32170/stat : 32170 (python) S 31928 31930 31379 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 886481946 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
[pid=31930/tid=32417] ppid=31928 vsize=362112 CPUtime=0 cores=0,2
/proc/31930/task/32417/stat : 32417 (python) S 31928 31930 31379 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886491962 370802688 7520 33554432000 4194304 5683644 140735391374560 18446744073709551615 208092055985 0 0 16781312 2 18446604453870745664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.94
Current children cumulated vsize (KiB) 7884932

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

Real time (s): 705.062
CPU time (s): 703.94
CPU user time (s): 703.34
CPU system time (s): 0.6
CPU usage (%): 99.8408
Max. virtual memory (cumulated for all children) (KiB): 7884932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.64675
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19104
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= 1004
involuntary context switches= 35

runsolver used 1.67474 second user time and 3.59845 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:23:37
IDJOB=3484183
IDBENCH=82694
IDSOLVER=1975
FILE ID=node127/3484183-1307748217
RUNJOBID= node127-1307747008-31397
PBS_JOBID= 13550830
Free space on /tmp= 73996 MiB

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

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

MD5SUM BENCH= cfa9ddae87a68697f7100e24d97d7728
RANDOM SEED=693387542

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31252512 kB
Buffers:        271008 kB
Cached:         979236 kB
SwapCached:       9372 kB
Active:         835512 kB
Inactive:       655068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31252512 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           65688 kB
Writeback:           0 kB
AnonPages:      237992 kB
Mapped:          20752 kB
Slab:           134000 kB
PageTables:      13136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5978136 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= 73968 MiB
End job on node127 at 2011-06-11 01:35:26