Trace number 3377320

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1275797759-041-UNKNOWN.cnf
MD5SUM374e3ba6783d13d6d478972802d8dba0
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 variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3377320-1305452275.cnf
0.30/0.46	c INFO: computing task features
0.49/0.69	c INFO: computed variable-clause graph statistics
0.49/0.69	c INFO: computed clause balance statistics
1.79/1.91	c INFO: computed variable balance statistics
2.19/2.38	c INFO: computed small-clause counts
2.19/2.38	c INFO: computed Horn-clause counts
2.29/2.42	c INFO: computed variable graph statistics
2.29/2.42	c INFO: collected features for HOME/instance-3377320-1305452275.cnf in 1.95 s
2.29/2.44	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.61/102.75	c INFO: running gnovelty+2@0 for 97 with 2297 remaining (b = 0.13)
202.89/203.06	c INFO: running adaptg2wsat2009++@0 for 97 with 2197 remaining (b = 0.08)
303.18/303.31	c INFO: running adaptg2wsat2009++@0 for 97 with 2097 remaining (b = 0.07)
403.38/403.57	c INFO: running adaptg2wsat2009++@0 for 97 with 1997 remaining (b = 0.05)
503.66/503.84	c INFO: running gnovelty+2@0 for 97 with 1897 remaining (b = 0.04)
603.96/604.17	c INFO: running FH@0 for 97 with 1797 remaining (b = 0.03)
702.49/702.44	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377320-1305452275/watcher-3377320-1305452275 -o /tmp/evaluation-result-3377320-1305452275/solver-3377320-1305452275 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377320-1305452275.cnf -seed 272115918 -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.00 4.00 3.84 4/352 15633
/proc/meminfo: memFree=15148332/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=16240 CPUtime=0 cores=1,3
/proc/15633/stat : 15633 (python) R 15631 15633 14075 0 -1 4202496 996 0 0 0 0 0 0 0 17 0 1 0 112836908 16629760 870 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15633/statm: 4060 870 368 364 0 547 0

[startup+0.0276891 s]
/proc/loadavg: 4.00 4.00 3.84 4/352 15633
/proc/meminfo: memFree=15148332/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=18884 CPUtime=0.01 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 1237 0 0 0 1 0 0 0 17 0 1 0 112836908 19337216 1094 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/15633/statm: 4722 1095 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100696 s]
/proc/loadavg: 4.00 4.00 3.84 4/352 15633
/proc/meminfo: memFree=15148332/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=104232 CPUtime=0.06 cores=1,3
/proc/15633/stat : 15633 (python) R 15631 15633 14075 0 -1 4202496 3086 0 0 0 5 1 0 0 17 0 1 0 112836908 106733568 2768 33554432000 4194304 5683644 140733399027408 18446744073709551615 5114063 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15633/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300657 s]
/proc/loadavg: 4.00 4.00 3.84 4/352 15633
/proc/meminfo: memFree=15148332/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=194552 CPUtime=0.22 cores=1,3
/proc/15633/stat : 15633 (python) R 15631 15633 14075 0 -1 4202496 6918 930 1 0 16 6 0 0 17 0 1 0 112836908 199221248 4966 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15633/statm: 48638 4966 1431 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 194552

[startup+0.700573 s]
/proc/loadavg: 4.00 4.00 3.84 4/352 15633
/proc/meminfo: memFree=15148332/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=289496 CPUtime=0.59 cores=1,3
/proc/15633/stat : 15633 (python) R 15631 15633 14075 0 -1 4202496 13887 930 1 0 50 9 0 0 17 0 1 0 112836908 296443904 9756 33554432000 4194304 5683644 140733399027408 18446744073709551615 46925244461616 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15633/statm: 72374 9756 1823 364 0 8298 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 289496

[startup+1.50043 s]
/proc/loadavg: 4.00 4.00 3.84 5/353 15638
/proc/meminfo: memFree=15115032/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=289496 CPUtime=1.39 cores=1,3
/proc/15633/stat : 15633 (python) R 15631 15633 14075 0 -1 4202496 13890 930 1 0 130 9 0 0 18 0 1 0 112836908 296443904 9759 33554432000 4194304 5683644 140733399027408 18446744073709551615 5005921 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15633/statm: 72374 9759 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 289496

[startup+3.10009 s]
/proc/loadavg: 4.00 4.00 3.84 5/353 15638
/proc/meminfo: memFree=15114536/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=291932 CPUtime=2.33 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 14210 930 1 0 224 9 0 0 22 0 2 0 112836908 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 72983 7848 1869 364 0 8901 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 291932
heavy processes:

[startup+6.3006 s]
/proc/loadavg: 4.08 4.01 3.85 5/356 15641
/proc/meminfo: memFree=15116252/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=291932 CPUtime=2.33 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 14210 930 1 0 224 9 0 0 22 0 2 0 112836908 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 72983 7848 1869 364 0 8901 0
[pid=15639] ppid=15633 vsize=282240 CPUtime=0 cores=1,3
/proc/15639/stat : 15639 (python) S 15633 15633 14075 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 112837152 289013760 6331 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585231 0 0 16781312 514 5430976941677052165 0 0 17 1 0 0 0
/proc/15639/statm: 70560 6331 355 364 0 6478 0
[pid=15641] ppid=15639 vsize=1020188 CPUtime=3.85 cores=1,3
/proc/15641/stat : 15641 (gnovelty+2) R 15639 15641 15641 0 -1 4202496 1144 0 0 0 385 0 0 0 25 0 1 0 112837152 1044672512 877 33554432000 134512640 135663704 4293249040 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15641/statm: 255047 877 113 282 0 254763 0
[pid=15633/tid=15640] ppid=15631 vsize=291932 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 2 0 112837152 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1594360

[startup+12.7004 s]
/proc/loadavg: 4.07 4.01 3.85 5/364 15649
/proc/meminfo: memFree=15071348/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=291932 CPUtime=2.33 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 14210 930 1 0 224 9 0 0 22 0 2 0 112836908 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 72983 7848 1869 364 0 8901 0
[pid=15639] ppid=15633 vsize=282240 CPUtime=0.02 cores=1,3
/proc/15639/stat : 15639 (python) S 15633 15633 14075 0 -1 4202560 975 0 0 0 1 1 0 0 18 0 1 0 112837152 289013760 6359 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585231 0 0 16781312 514 11492130717886808325 0 0 17 1 0 0 0
/proc/15639/statm: 70560 6359 383 364 0 6478 0
[pid=15641] ppid=15639 vsize=1020188 CPUtime=10.23 cores=1,3
/proc/15641/stat : 15641 (gnovelty+2) R 15639 15641 15641 0 -1 4202496 1144 0 0 0 1023 0 0 0 25 0 1 0 112837152 1044672512 877 33554432000 134512640 135663704 4293249040 18446744073709551615 134524925 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15641/statm: 255047 877 113 282 0 254763 0
[pid=15633/tid=15640] ppid=15631 vsize=291932 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 2 0 112837152 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1594360

[startup+25.5012 s]
/proc/loadavg: 4.06 4.01 3.85 5/364 15650
/proc/meminfo: memFree=15054732/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=291932 CPUtime=2.33 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 14210 930 1 0 224 9 0 0 22 0 2 0 112836908 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 72983 7848 1869 364 0 8901 0
[pid=15639] ppid=15633 vsize=282240 CPUtime=0.05 cores=1,3
/proc/15639/stat : 15639 (python) S 15633 15633 14075 0 -1 4202560 980 0 0 0 2 3 0 0 18 0 1 0 112837152 289013760 6359 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585231 0 0 16781312 514 11492130717886808325 0 0 17 1 0 0 0
/proc/15639/statm: 70560 6359 383 364 0 6478 0
[pid=15641] ppid=15639 vsize=1020188 CPUtime=23.01 cores=1,3
/proc/15641/stat : 15641 (gnovelty+2) R 15639 15641 15641 0 -1 4202496 1144 0 0 0 2301 0 0 0 25 0 1 0 112837152 1044672512 877 33554432000 134512640 135663704 4293249040 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15641/statm: 255047 877 113 282 0 254763 0
[pid=15633/tid=15640] ppid=15631 vsize=291932 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 2 0 112837152 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1594360

[startup+51.1007 s]
/proc/loadavg: 4.04 4.01 3.85 5/368 15654
/proc/meminfo: memFree=15048820/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=291932 CPUtime=2.33 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 14210 930 1 0 224 9 0 0 22 0 2 0 112836908 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 72983 7848 1869 364 0 8901 0
[pid=15639] ppid=15633 vsize=282240 CPUtime=0.11 cores=1,3
/proc/15639/stat : 15639 (python) S 15633 15633 14075 0 -1 4202560 993 0 0 0 5 6 0 0 18 0 1 0 112837152 289013760 6359 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585231 0 0 16781312 514 11492130717886808325 0 0 17 1 0 0 0
/proc/15639/statm: 70560 6359 383 364 0 6478 0
[pid=15641] ppid=15639 vsize=1020188 CPUtime=48.55 cores=1,3
/proc/15641/stat : 15641 (gnovelty+2) R 15639 15641 15641 0 -1 4202496 1144 0 0 0 4855 0 0 0 25 0 1 0 112837152 1044672512 877 33554432000 134512640 135663704 4293249040 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15641/statm: 255047 877 113 282 0 254763 0
[pid=15633/tid=15640] ppid=15631 vsize=291932 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 2 0 112837152 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1594360

[startup+102.313 s]
/proc/loadavg: 4.01 4.00 3.85 5/368 15656
/proc/meminfo: memFree=15047568/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=291932 CPUtime=2.33 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 14210 930 1 0 224 9 0 0 22 0 2 0 112836908 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 72983 7848 1869 364 0 8901 0
[pid=15639] ppid=15633 vsize=282240 CPUtime=0.23 cores=1,3
/proc/15639/stat : 15639 (python) S 15633 15633 14075 0 -1 4202560 1014 0 0 0 12 11 0 0 18 0 1 0 112837152 289013760 6359 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585231 0 0 16781312 514 11492130717886808325 0 0 17 1 0 0 0
/proc/15639/statm: 70560 6359 383 364 0 6478 0
[pid=15641] ppid=15639 vsize=1020188 CPUtime=99.66 cores=1,3
/proc/15641/stat : 15641 (gnovelty+2) R 15639 15641 15641 0 -1 4202496 1144 0 0 0 9966 0 0 0 25 0 1 0 112837152 1044672512 877 33554432000 134512640 135663704 4293249040 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15641/statm: 255047 877 113 282 0 254763 0
[pid=15633/tid=15640] ppid=15631 vsize=291932 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 2 0 112837152 298938368 7848 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1594360

[startup+162.301 s]
/proc/loadavg: 4.06 4.01 3.87 5/378 15667
/proc/meminfo: memFree=15013120/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=302324 CPUtime=2.34 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 15064 930 1 0 225 9 0 0 19 0 3 0 112836908 309579776 7914 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 75581 7914 1880 364 0 11496 0
[pid=15639] ppid=15633 vsize=292484 CPUtime=0.25 cores=1,3
/proc/15639/stat : 15639 (python) S 15633 15633 14075 0 -1 4202560 1147 0 0 0 13 12 0 0 19 0 2 0 112837152 299503616 6396 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15639/statm: 73121 6396 415 364 0 9039 0
[pid=15641] ppid=15639 vsize=1020188 CPUtime=100.07 cores=1,3
/proc/15641/stat : 15641 (gnovelty+2) T 15639 15641 15641 0 -1 4202496 1144 0 0 0 10007 0 0 0 25 0 1 0 112837152 1044672512 877 33554432000 134512640 135663704 4293249040 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15641/statm: 255047 877 113 282 0 254763 0
[pid=15639/tid=15657] ppid=15633 vsize=292484 CPUtime=0 cores=1,3
/proc/15639/task/15657/stat : 15657 (python) S 15633 15633 14075 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 112847182 299503616 6396 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604467062092992 0 0 -1 1 0 0 0
[pid=15658] ppid=15633 vsize=293172 CPUtime=0.14 cores=1,3
/proc/15658/stat : 15658 (python) S 15633 15633 14075 0 -1 4202560 906 0 0 0 7 7 0 0 18 0 1 0 112847183 300208128 6403 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585286 0 0 16781312 514 11492130717886808327 0 0 17 1 0 0 0
/proc/15658/statm: 73293 6403 372 364 0 9208 0
[pid=15660] ppid=15658 vsize=1020188 CPUtime=59.39 cores=1,3
/proc/15660/stat : 15660 (gnovelty+2) R 15658 15660 15660 0 -1 4202496 1142 0 0 0 5939 0 0 0 25 0 1 0 112847184 1044672512 876 33554432000 134512640 135663704 4288998592 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15660/statm: 255047 876 113 282 0 254763 0
[pid=15633/tid=15640] ppid=15631 vsize=302324 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 3 0 112837152 309579776 7914 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
[pid=15633/tid=15659] ppid=15631 vsize=302324 CPUtime=0 cores=1,3
/proc/15633/task/15659/stat : 15659 (python) S 15631 15633 14075 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 3 0 112847183 309579776 7914 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 2928356

[startup+222.301 s]
/proc/loadavg: 4.15 4.04 3.88 5/382 15672
/proc/meminfo: memFree=15001032/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=313188 CPUtime=2.35 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 15920 930 1 0 226 9 0 0 19 0 4 0 112836908 320704512 8055 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

/proc/15658/statm: 73293 6432 400 364 0 9208 0
[pid=15660] ppid=15658 vsize=1020188 CPUtime=100.03 cores=1,3
/proc/15660/stat : 15660 (gnovelty+2) T 15658 15660 15660 0 -1 4202496 1142 0 0 0 10003 0 0 0 25 0 1 0 112847184 1044672512 876 33554432000 134512640 135663704 4288998592 18446744073709551615 134525701 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15660/statm: 255047 876 113 282 0 254763 0
[pid=15658/tid=15669] ppid=15633 vsize=293172 CPUtime=0 cores=1,3
/proc/15658/task/15669/stat : 15669 (python) S 15633 15633 14075 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 112857213 300208128 6432 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 3 0 0 0
[pid=15670] ppid=15633 vsize=302944 CPUtime=0.24 cores=1,3
/proc/15670/stat : 15670 (python) S 15633 15633 14075 0 -1 4202560 1079 0 0 0 14 10 0 0 16 0 2 0 112857214 310214656 6570 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15670/statm: 75736 6570 399 364 0 11648 0
[pid=15672] ppid=15670 vsize=421804 CPUtime=100 cores=1,3
/proc/15672/stat : 15672 (adaptg2wsat2009) T 15670 15672 15672 0 -1 4202496 2138 0 0 0 10000 0 0 0 25 0 1 0 112857215 431927296 1872 33554432000 134512640 135107411 4286783968 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15672/statm: 105451 1872 59 146 0 104327 0
[pid=15670/tid=15680] ppid=15633 vsize=302944 CPUtime=0 cores=1,3
/proc/15670/task/15680/stat : 15680 (python) S 15633 15633 14075 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 112867239 310214656 6570 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604470227260352 0 0 -1 1 0 0 0
[pid=15681] ppid=15633 vsize=313416 CPUtime=0.24 cores=1,3
/proc/15681/stat : 15681 (python) S 15633 15633 14075 0 -1 4202560 1086 0 0 0 13 11 0 0 19 0 2 0 112867240 320937984 6575 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15681/statm: 78354 6575 400 364 0 14263 0
[pid=15683] ppid=15681 vsize=421804 CPUtime=99.97 cores=1,3
/proc/15683/stat : 15683 (adaptg2wsat2009) T 15681 15683 15683 0 -1 4202496 2137 0 0 0 9997 0 0 0 25 0 1 0 112867241 431927296 1872 33554432000 134512640 135107411 4288488416 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15683/statm: 105451 1872 59 146 0 104327 0
[pid=15681/tid=15732] ppid=15633 vsize=313416 CPUtime=0 cores=1,3
/proc/15681/task/15732/stat : 15732 (python) S 15633 15633 14075 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 112877265 320937984 6575 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604454518559872 0 0 -1 3 0 0 0
[pid=15733] ppid=15633 vsize=323616 CPUtime=0.26 cores=1,3
/proc/15733/stat : 15733 (python) S 15633 15633 14075 0 -1 4202560 1099 0 0 0 13 13 0 0 19 0 2 0 112877266 331382784 6579 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15733/statm: 80904 6579 400 364 0 16810 0
[pid=15735] ppid=15733 vsize=421804 CPUtime=99.98 cores=1,3
/proc/15735/stat : 15735 (adaptg2wsat2009) T 15733 15735 15735 0 -1 4202496 2139 0 0 0 9998 0 0 0 25 0 1 0 112877266 431927296 1871 33554432000 134512640 135107411 4289133344 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15735/statm: 105451 1871 59 146 0 104327 0
[pid=15733/tid=15747] ppid=15633 vsize=323616 CPUtime=0 cores=1,3
/proc/15733/task/15747/stat : 15747 (python) S 15633 15633 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112887291 331382784 6579 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604460328259712 0 0 -1 3 0 0 0
[pid=15751] ppid=15633 vsize=333980 CPUtime=0.26 cores=1,3
/proc/15751/stat : 15751 (python) S 15633 15633 14075 0 -1 4202560 1092 0 0 0 14 12 0 0 19 0 2 0 112887293 341995520 6583 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15751/statm: 83495 6583 400 364 0 19398 0
[pid=15753] ppid=15751 vsize=1020188 CPUtime=100.07 cores=1,3
/proc/15753/stat : 15753 (gnovelty+2) T 15751 15753 15753 0 -1 4202496 1140 0 0 0 10007 0 0 0 25 0 1 0 112887293 1044672512 876 33554432000 134512640 135663704 4291763600 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15753/statm: 255047 876 113 282 0 254763 0
[pid=15751/tid=15775] ppid=15633 vsize=333980 CPUtime=0 cores=1,3
/proc/15751/task/15775/stat : 15775 (python) S 15633 15633 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112897324 341995520 6583 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604454224051008 0 0 -1 3 0 0 0
[pid=15776] ppid=15633 vsize=344128 CPUtime=0.23 cores=1,3
/proc/15776/stat : 15776 (python) S 15633 15633 14075 0 -1 4202560 931 0 0 0 10 13 0 0 18 0 1 0 112897325 352387072 6558 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585286 0 0 16781312 514 11492130717886808325 0 0 17 3 0 0 0
/proc/15776/statm: 86032 6558 372 364 0 21932 0
[pid=15778] ppid=15776 vsize=251292 CPUtime=98.12 cores=1,3
/proc/15778/stat : 15778 (FH) R 15776 15778 15778 0 -1 4202496 1955 0 0 0 9812 0 0 0 25 0 1 0 112897326 257323008 1693 33554432000 134512640 134936988 4290481632 18446744073709551615 134544958 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15778/statm: 62823 1693 41 104 0 62327 0
[pid=15633/tid=15640] ppid=15631 vsize=354212 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 8 0 112837152 362713088 8079 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
[pid=15633/tid=15659] ppid=15631 vsize=354212 CPUtime=0 cores=1,3
/proc/15633/task/15659/stat : 15659 (python) S 15631 15633 14075 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 112847183 362713088 8079 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15671] ppid=15631 vsize=354212 CPUtime=0 cores=1,3
/proc/15633/task/15671/stat : 15671 (python) S 15631 15633 14075 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 112857215 362713088 8079 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15682] ppid=15631 vsize=354212 CPUtime=0 cores=1,3
/proc/15633/task/15682/stat : 15682 (python) S 15631 15633 14075 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 8 0 112867240 362713088 8079 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15734] ppid=15631 vsize=354212 CPUtime=0 cores=1,3
/proc/15633/task/15734/stat : 15734 (python) S 15631 15633 14075 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 112877266 362713088 8079 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15752] ppid=15631 vsize=354212 CPUtime=0 cores=1,3
/proc/15633/task/15752/stat : 15752 (python) S 15631 15633 14075 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 8 0 112887293 362713088 8079 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15777] ppid=15631 vsize=354212 CPUtime=0 cores=1,3
/proc/15633/task/15777/stat : 15777 (python) S 15631 15633 14075 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 112897325 362713088 8079 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 7135220



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 3.22 3.69 3.80 4/407 15793
/proc/meminfo: memFree=14882552/32950928 swapFree=67111364/67111528
[pid=15633] ppid=15631 vsize=364468 CPUtime=2.43 cores=1,3
/proc/15633/stat : 15633 (python) S 15631 15633 14075 0 -1 4202496 20220 930 1 0 233 10 0 0 20 0 9 0 112836908 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15633/statm: 91117 8085 1892 364 0 27014 0
[pid=15639] ppid=15633 vsize=292484 CPUtime=0.25 cores=1,3
/proc/15639/stat : 15639 (python) S 15633 15633 14075 0 -1 4202560 1147 0 0 0 13 12 0 0 19 0 2 0 112837152 299503616 6396 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15639/statm: 73121 6396 415 364 0 9039 0
[pid=15641] ppid=15639 vsize=1020188 CPUtime=100.07 cores=1,3
/proc/15641/stat : 15641 (gnovelty+2) T 15639 15641 15641 0 -1 4202496 1144 0 0 0 10007 0 0 0 25 0 1 0 112837152 1044672512 877 33554432000 134512640 135663704 4293249040 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15641/statm: 255047 877 113 282 0 254763 0
[pid=15639/tid=15657] ppid=15633 vsize=292484 CPUtime=0 cores=1,3
/proc/15639/task/15657/stat : 15657 (python) S 15633 15633 14075 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 112847182 299503616 6396 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604467062092992 0 0 -1 1 0 0 0
[pid=15658] ppid=15633 vsize=293172 CPUtime=0.25 cores=1,3
/proc/15658/stat : 15658 (python) S 15633 15633 14075 0 -1 4202560 1071 0 0 0 13 12 0 0 19 0 2 0 112847183 300208128 6432 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15658/statm: 73293 6432 400 364 0 9208 0
[pid=15660] ppid=15658 vsize=1020188 CPUtime=100.03 cores=1,3
/proc/15660/stat : 15660 (gnovelty+2) T 15658 15660 15660 0 -1 4202496 1142 0 0 0 10003 0 0 0 25 0 1 0 112847184 1044672512 876 33554432000 134512640 135663704 4288998592 18446744073709551615 134525701 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15660/statm: 255047 876 113 282 0 254763 0
[pid=15658/tid=15669] ppid=15633 vsize=293172 CPUtime=0 cores=1,3
/proc/15658/task/15669/stat : 15669 (python) S 15633 15633 14075 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 112857213 300208128 6432 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 3 0 0 0
[pid=15670] ppid=15633 vsize=302944 CPUtime=0.24 cores=1,3
/proc/15670/stat : 15670 (python) S 15633 15633 14075 0 -1 4202560 1079 0 0 0 14 10 0 0 16 0 2 0 112857214 310214656 6570 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15670/statm: 75736 6570 399 364 0 11648 0
[pid=15672] ppid=15670 vsize=421804 CPUtime=100 cores=1,3
/proc/15672/stat : 15672 (adaptg2wsat2009) T 15670 15672 15672 0 -1 4202496 2138 0 0 0 10000 0 0 0 25 0 1 0 112857215 431927296 1872 33554432000 134512640 135107411 4286783968 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15672/statm: 105451 1872 59 146 0 104327 0
[pid=15670/tid=15680] ppid=15633 vsize=302944 CPUtime=0 cores=1,3
/proc/15670/task/15680/stat : 15680 (python) S 15633 15633 14075 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 112867239 310214656 6570 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604470227260352 0 0 -1 1 0 0 0
[pid=15681] ppid=15633 vsize=313416 CPUtime=0.24 cores=1,3
/proc/15681/stat : 15681 (python) S 15633 15633 14075 0 -1 4202560 1086 0 0 0 13 11 0 0 19 0 2 0 112867240 320937984 6575 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15681/statm: 78354 6575 400 364 0 14263 0
[pid=15683] ppid=15681 vsize=421804 CPUtime=99.97 cores=1,3
/proc/15683/stat : 15683 (adaptg2wsat2009) T 15681 15683 15683 0 -1 4202496 2137 0 0 0 9997 0 0 0 25 0 1 0 112867241 431927296 1872 33554432000 134512640 135107411 4288488416 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15683/statm: 105451 1872 59 146 0 104327 0
[pid=15681/tid=15732] ppid=15633 vsize=313416 CPUtime=0 cores=1,3
/proc/15681/task/15732/stat : 15732 (python) S 15633 15633 14075 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 112877265 320937984 6575 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604454518559872 0 0 -1 3 0 0 0
[pid=15733] ppid=15633 vsize=323616 CPUtime=0.26 cores=1,3
/proc/15733/stat : 15733 (python) S 15633 15633 14075 0 -1 4202560 1099 0 0 0 13 13 0 0 19 0 2 0 112877266 331382784 6579 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15733/statm: 80904 6579 400 364 0 16810 0
[pid=15735] ppid=15733 vsize=421804 CPUtime=99.98 cores=1,3
/proc/15735/stat : 15735 (adaptg2wsat2009) T 15733 15735 15735 0 -1 4202496 2139 0 0 0 9998 0 0 0 25 0 1 0 112877266 431927296 1871 33554432000 134512640 135107411 4289133344 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15735/statm: 105451 1871 59 146 0 104327 0
[pid=15733/tid=15747] ppid=15633 vsize=323616 CPUtime=0 cores=1,3
/proc/15733/task/15747/stat : 15747 (python) S 15633 15633 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112887291 331382784 6579 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604460328259712 0 0 -1 3 0 0 0
[pid=15751] ppid=15633 vsize=333980 CPUtime=0.26 cores=1,3
/proc/15751/stat : 15751 (python) S 15633 15633 14075 0 -1 4202560 1092 0 0 0 14 12 0 0 19 0 2 0 112887293 341995520 6583 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15751/statm: 83495 6583 400 364 0 19398 0
[pid=15753] ppid=15751 vsize=1020188 CPUtime=100.07 cores=1,3
/proc/15753/stat : 15753 (gnovelty+2) T 15751 15753 15753 0 -1 4202496 1140 0 0 0 10007 0 0 0 25 0 1 0 112887293 1044672512 876 33554432000 134512640 135663704 4291763600 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15753/statm: 255047 876 113 282 0 254763 0
[pid=15751/tid=15775] ppid=15633 vsize=333980 CPUtime=0 cores=1,3
/proc/15751/task/15775/stat : 15775 (python) S 15633 15633 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112897324 341995520 6583 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604454224051008 0 0 -1 3 0 0 0
[pid=15776] ppid=15633 vsize=344128 CPUtime=0.25 cores=1,3
/proc/15776/stat : 15776 (python) S 15633 15633 14075 0 -1 4202560 1092 0 0 0 11 14 0 0 19 0 2 0 112897325 352387072 6587 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15776/statm: 86032 6587 400 364 0 21932 0
[pid=15778] ppid=15776 vsize=251292 CPUtime=98.25 cores=1,3
/proc/15778/stat : 15778 (FH) T 15776 15778 15778 0 -1 4202496 1955 0 0 0 9825 0 0 0 25 0 1 0 112897326 257323008 1693 33554432000 134512640 134936988 4290481632 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15778/statm: 62823 1693 41 104 0 62327 0
[pid=15776/tid=15790] ppid=15633 vsize=344128 CPUtime=0 cores=1,3
/proc/15776/task/15790/stat : 15790 (python) S 15633 15633 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112907151 352387072 6587 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 514 18446604460328260608 0 0 -1 3 0 0 0
[pid=15791] ppid=15633 vsize=354624 CPUtime=0 cores=1,3
/proc/15791/stat : 15791 (python) S 15633 15633 14075 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 112907153 363134976 6541 33554432000 4194304 5683644 140733399027408 18446744073709551615 218880585286 0 0 16781312 514 3580264676153360383 0 0 17 1 0 0 0
/proc/15791/statm: 88656 6541 351 364 0 24553 0
[pid=15793] ppid=15791 vsize=421140 CPUtime=0.36 cores=1,3
/proc/15793/stat : 15793 (adaptg2wsat2009) R 15791 15793 15793 0 -1 4202496 1807 0 0 0 36 0 0 0 21 0 1 0 112907153 431247360 1538 33554432000 134512640 135107411 4292243184 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15793/statm: 105285 1538 49 146 0 104161 0
[pid=15633/tid=15640] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 22 0 9 0 112837152 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 3 0 0 0
[pid=15633/tid=15659] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15659/stat : 15659 (python) S 15631 15633 14075 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 112847183 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15671] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15671/stat : 15671 (python) S 15631 15633 14075 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 112857215 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15682] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15682/stat : 15682 (python) S 15631 15633 14075 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 112867240 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15734] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15734/stat : 15734 (python) S 15631 15633 14075 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 112877266 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15752] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15752/stat : 15752 (python) S 15631 15633 14075 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 112887293 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15777] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15777/stat : 15777 (python) S 15631 15633 14075 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 112897325 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
[pid=15633/tid=15792] ppid=15631 vsize=364468 CPUtime=0 cores=1,3
/proc/15633/task/15792/stat : 15792 (python) S 15631 15633 14075 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 112907153 373215232 8085 33554432000 4194304 5683644 140733399027408 18446744073709551615 218892388785 0 0 16781312 2 18446604466729531584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.91
Current children cumulated vsize (KiB) 7921240

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

Real time (s): 702.875
CPU time (s): 702.91
CPU user time (s): 701.97
CPU system time (s): 0.94
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 7921240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.34564
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21638
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= 35

runsolver used 2.6136 second user time and 5.64014 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 11:37:55
IDJOB=3377320
IDBENCH=82629
IDSOLVER=1857
FILE ID=node112/3377320-1305452275
RUNJOBID= node112-1305451373-15067
PBS_JOBID= 13324849
Free space on /tmp= 73460 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1275797759-041-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-3377320-1305452275/watcher-3377320-1305452275 -o /tmp/evaluation-result-3377320-1305452275/solver-3377320-1305452275 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377320-1305452275.cnf -seed 272115918 -budget 2400

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

MD5SUM BENCH= 374e3ba6783d13d6d478972802d8dba0
RANDOM SEED=272115918

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15148612 kB
Buffers:        302696 kB
Cached:        3109548 kB
SwapCached:          0 kB
Active:       15737100 kB
Inactive:      1805432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15148612 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           41900 kB
Writeback:           0 kB
AnonPages:    14130324 kB
Mapped:          31712 kB
Slab:           141936 kB
PageTables:      51612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 55043824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73460 MiB
End job on node112 at 2011-05-15 11:49:40