Trace number 3377351

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
MD5SUM98486271f2f72889c040eabfd36ebd13
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.44/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.44/0.70	c INFO: solving HOME/instance-3377351-1305452625.cnf
0.44/0.70	c INFO: computing task features
0.54/0.83	c INFO: computed variable-clause graph statistics
0.54/0.83	c INFO: computed clause balance statistics
1.45/1.77	c INFO: computed variable balance statistics
1.85/2.16	c INFO: computed small-clause counts
1.85/2.16	c INFO: computed Horn-clause counts
1.85/2.19	c INFO: computed variable graph statistics
1.85/2.19	c INFO: collected features for HOME/instance-3377351-1305452625.cnf in 1.53 s
1.85/2.20	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.23/102.53	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.51/202.88	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.81/303.18	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.10/403.49	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.45/503.81	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.85/604.17	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.15/704.48	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377351-1305452625/watcher-3377351-1305452625 -o /tmp/evaluation-result-3377351-1305452625/solver-3377351-1305452625 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377351-1305452625.cnf -seed 864281616 -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.16 4.05 3.93 4/399 1053
/proc/meminfo: memFree=23224704/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=15184 CPUtime=0 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 710 0 0 0 0 0 0 0 17 0 1 0 656859184 15548416 603 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/1053/statm: 3796 603 319 364 0 283 0

[startup+0.0288931 s]
/proc/loadavg: 4.16 4.05 3.93 4/399 1053
/proc/meminfo: memFree=23224704/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=16392 CPUtime=0.01 cores=1,3
/proc/1053/stat : 1053 (python) R 1051 1053 32005 0 -1 4202496 1121 0 0 0 1 0 0 0 17 0 1 0 656859184 16785408 989 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1053/statm: 4098 989 413 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100878 s]
/proc/loadavg: 4.16 4.05 3.93 4/399 1053
/proc/meminfo: memFree=23224704/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=89768 CPUtime=0.06 cores=1,3
/proc/1053/stat : 1053 (python) R 1051 1053 32005 0 -1 4202496 2642 0 0 0 5 1 0 0 17 0 1 0 656859184 91922432 2359 33554432000 4194304 5683644 140734610222144 18446744073709551615 46975998517424 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1053/statm: 22442 2363 725 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300836 s]
/proc/loadavg: 4.16 4.05 3.93 4/399 1053
/proc/meminfo: memFree=23224704/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=135748 CPUtime=0.18 cores=1,3
/proc/1053/stat : 1053 (python) R 1051 1053 32005 0 -1 4202496 5970 934 1 0 14 4 0 0 17 0 1 0 656859184 139005952 4149 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500687877 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/1053/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700751 s]
/proc/loadavg: 4.16 4.05 3.93 4/399 1053
/proc/meminfo: memFree=23224704/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=280156 CPUtime=0.44 cores=1,3
/proc/1053/stat : 1053 (python) R 1051 1053 32005 0 -1 4202496 9832 934 1 0 34 10 0 0 15 0 1 0 656859184 286879744 7369 33554432000 4194304 5683644 140734610222144 18446744073709551615 4602370 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1053/statm: 70039 7369 1761 364 0 5963 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280156

[startup+1.5006 s]
/proc/loadavg: 4.16 4.05 3.93 5/404 1062
/proc/meminfo: memFree=23188580/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=285632 CPUtime=1.25 cores=1,3
/proc/1053/stat : 1053 (python) R 1051 1053 32005 0 -1 4202496 12510 934 1 0 114 11 0 0 16 0 1 0 656859184 292487168 8793 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500359045 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1053/statm: 71408 8793 1826 364 0 7332 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 285632

[startup+3.10021 s]
/proc/loadavg: 4.14 4.05 3.93 5/404 1062
/proc/meminfo: memFree=23188204/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 12840 934 1 0 184 11 0 0 19 0 2 0 656859184 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 72629 7494 1869 364 0 8547 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 290516
heavy processes:

[startup+6.30063 s]
/proc/loadavg: 4.14 4.05 3.93 5/411 1069
/proc/meminfo: memFree=23158032/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 12840 934 1 0 184 11 0 0 19 0 2 0 656859184 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 72629 7494 1869 364 0 8547 0
[pid=1063] ppid=1053 vsize=280756 CPUtime=0.01 cores=1,3
/proc/1063/stat : 1063 (python) S 1053 1053 32005 0 -1 4202560 972 0 0 0 1 0 0 0 18 0 1 0 656859405 287494144 6005 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500711951 0 0 16781312 514 14811003821844562183 0 0 17 1 0 0 0
/proc/1063/statm: 70189 6005 383 364 0 6107 0
[pid=1065] ppid=1063 vsize=1019708 CPUtime=4.05 cores=1,3
/proc/1065/stat : 1065 (gnovelty+2) R 1063 1065 1065 0 -1 4202496 956 0 0 0 404 1 0 0 25 0 1 0 656859405 1044180992 689 33554432000 134512640 135663704 4291243264 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1065/statm: 254927 689 113 282 0 254643 0
[pid=1053/tid=1064] ppid=1051 vsize=290516 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656859405 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1590980

[startup+12.7004 s]
/proc/loadavg: 4.12 4.05 3.93 5/415 1074
/proc/meminfo: memFree=23150956/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 12840 934 1 0 184 11 0 0 19 0 2 0 656859184 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 72629 7494 1869 364 0 8547 0
[pid=1063] ppid=1053 vsize=280756 CPUtime=0.02 cores=1,3
/proc/1063/stat : 1063 (python) S 1053 1053 32005 0 -1 4202560 974 0 0 0 1 1 0 0 18 0 1 0 656859405 287494144 6005 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500711951 0 0 16781312 514 8146624697820217607 0 0 17 1 0 0 0
/proc/1063/statm: 70189 6005 383 364 0 6107 0
[pid=1065] ppid=1063 vsize=1019708 CPUtime=10.44 cores=1,3
/proc/1065/stat : 1065 (gnovelty+2) R 1063 1065 1065 0 -1 4202496 956 0 0 0 1043 1 0 0 25 0 1 0 656859405 1044180992 689 33554432000 134512640 135663704 4291243264 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1065/statm: 254927 689 113 282 0 254643 0
[pid=1053/tid=1064] ppid=1051 vsize=290516 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656859405 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1590980

[startup+25.5008 s]
/proc/loadavg: 4.18 4.06 3.93 5/415 1074
/proc/meminfo: memFree=23151972/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 12840 934 1 0 184 11 0 0 19 0 2 0 656859184 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 72629 7494 1869 364 0 8547 0
[pid=1063] ppid=1053 vsize=280756 CPUtime=0.06 cores=1,3
/proc/1063/stat : 1063 (python) S 1053 1053 32005 0 -1 4202560 978 0 0 0 3 3 0 0 18 0 1 0 656859405 287494144 6005 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500711951 0 0 16781312 514 8146624697820217607 0 0 17 1 0 0 0
/proc/1063/statm: 70189 6005 383 364 0 6107 0
[pid=1065] ppid=1063 vsize=1019708 CPUtime=23.2 cores=1,3
/proc/1065/stat : 1065 (gnovelty+2) R 1063 1065 1065 0 -1 4202496 956 0 0 0 2319 1 0 0 25 0 1 0 656859405 1044180992 689 33554432000 134512640 135663704 4291243264 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1065/statm: 254927 689 113 282 0 254643 0
[pid=1053/tid=1064] ppid=1051 vsize=290516 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656859405 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1590980

[startup+51.1007 s]
/proc/loadavg: 4.26 4.09 3.94 5/415 1075
/proc/meminfo: memFree=23150060/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 12840 934 1 0 184 11 0 0 19 0 2 0 656859184 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 72629 7494 1869 364 0 8547 0
[pid=1063] ppid=1053 vsize=280756 CPUtime=0.13 cores=1,3
/proc/1063/stat : 1063 (python) S 1053 1053 32005 0 -1 4202560 991 0 0 0 6 7 0 0 18 0 1 0 656859405 287494144 6005 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500711951 0 0 16781312 514 8146624697820217607 0 0 17 1 0 0 0
/proc/1063/statm: 70189 6005 383 364 0 6107 0
[pid=1065] ppid=1063 vsize=1019708 CPUtime=48.74 cores=1,3
/proc/1065/stat : 1065 (gnovelty+2) R 1063 1065 1065 0 -1 4202496 956 0 0 0 4873 1 0 0 25 0 1 0 656859405 1044180992 689 33554432000 134512640 135663704 4291243264 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1065/statm: 254927 689 113 282 0 254643 0
[pid=1053/tid=1064] ppid=1051 vsize=290516 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656859405 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1590980

[startup+102.315 s]
/proc/loadavg: 4.25 4.10 3.95 5/419 1080
/proc/meminfo: memFree=23140212/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 12840 934 1 0 184 11 0 0 19 0 2 0 656859184 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 72629 7494 1869 364 0 8547 0
[pid=1063] ppid=1053 vsize=280756 CPUtime=0.27 cores=1,3
/proc/1063/stat : 1063 (python) S 1053 1053 32005 0 -1 4202560 1011 0 0 0 13 14 0 0 18 0 1 0 656859405 287494144 6005 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500711951 0 0 16781312 514 8146624697820217607 0 0 17 1 0 0 0
/proc/1063/statm: 70189 6005 383 364 0 6107 0
[pid=1065] ppid=1063 vsize=1019708 CPUtime=99.82 cores=1,3
/proc/1065/stat : 1065 (gnovelty+2) R 1063 1065 1065 0 -1 4202496 956 0 0 0 9981 1 0 0 25 0 1 0 656859405 1044180992 689 33554432000 134512640 135663704 4291243264 18446744073709551615 134524594 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1065/statm: 254927 689 113 282 0 254643 0
[pid=1053/tid=1064] ppid=1051 vsize=290516 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656859405 297488384 7494 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1590980

[startup+162.301 s]
/proc/loadavg: 4.20 4.11 3.96 5/431 1093
/proc/meminfo: memFree=23091708/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=300772 CPUtime=1.96 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 13735 934 1 0 185 11 0 0 20 0 3 0 656859184 307990528 7526 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 75193 7526 1880 364 0 11108 0
[pid=1063] ppid=1053 vsize=291000 CPUtime=0.28 cores=1,3
/proc/1063/stat : 1063 (python) S 1053 1053 32005 0 -1 4202560 1153 0 0 0 14 14 0 0 19 0 2 0 656859405 297984000 6042 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1063/statm: 72750 6042 415 364 0 8668 0
[pid=1065] ppid=1063 vsize=1019708 CPUtime=100.01 cores=1,3
/proc/1065/stat : 1065 (gnovelty+2) T 1063 1065 1065 0 -1 4202496 956 0 0 0 10000 1 0 0 25 0 1 0 656859405 1044180992 689 33554432000 134512640 135663704 4291243264 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1065/statm: 254927 689 113 282 0 254643 0
[pid=1063/tid=1081] ppid=1053 vsize=291000 CPUtime=0 cores=1,3
/proc/1063/task/1081/stat : 1081 (python) S 1053 1053 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656869437 297984000 6042 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604464951083392 0 0 -1 3 0 0 0
[pid=1082] ppid=1053 vsize=291620 CPUtime=0.17 cores=1,3
/proc/1082/stat : 1082 (python) S 1053 1053 32005 0 -1 4202560 901 0 0 0 10 7 0 0 18 0 1 0 656869438 298618880 6015 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500712006 0 0 16781312 514 8146624697820217605 0 0 17 1 0 0 0
/proc/1082/statm: 72905 6015 372 364 0 8820 0
[pid=1084] ppid=1082 vsize=1019708 CPUtime=59.59 cores=1,3
/proc/1084/stat : 1084 (gnovelty+2) R 1082 1084 1084 0 -1 4202496 953 0 0 0 5959 0 0 0 25 0 1 0 656869438 1044180992 690 33554432000 134512640 135663704 4291499888 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1084/statm: 254927 690 113 282 0 254643 0
[pid=1053/tid=1064] ppid=1051 vsize=300772 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 656859405 307990528 7526 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1083] ppid=1051 vsize=300772 CPUtime=0 cores=1,3
/proc/1053/task/1083/stat : 1083 (python) S 1051 1053 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 656869438 307990528 7526 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 2922808

[startup+222.301 s]
/proc/loadavg: 4.07 4.09 3.96 5/444 1108
/proc/meminfo: memFree=23057192/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=311636 CPUtime=1.98 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 14581 934 1 0 186 12 0 0 20 0 4 0 656859184 319115264 7667 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

/proc/1082/statm: 72905 6044 400 364 0 8820 0
[pid=1084] ppid=1082 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/1084/stat : 1084 (gnovelty+2) T 1082 1084 1084 0 -1 4202496 953 0 0 0 10003 0 0 0 25 0 1 0 656869438 1044180992 690 33554432000 134512640 135663704 4291499888 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1084/statm: 254927 690 113 282 0 254643 0
[pid=1082/tid=1100] ppid=1053 vsize=291620 CPUtime=0 cores=1,3
/proc/1082/task/1100/stat : 1100 (python) S 1053 1053 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656879471 298618880 6044 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604464951086080 0 0 -1 3 0 0 0
[pid=1101] ppid=1053 vsize=301392 CPUtime=0.29 cores=1,3
/proc/1101/stat : 1101 (python) S 1053 1053 32005 0 -1 4202560 1084 0 0 0 15 14 0 0 19 0 2 0 656879473 308625408 6182 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1101/statm: 75348 6182 399 364 0 11260 0
[pid=1103] ppid=1101 vsize=420220 CPUtime=99.98 cores=1,3
/proc/1103/stat : 1103 (adaptg2wsat2009) T 1101 1103 1103 0 -1 4202496 1665 0 0 0 9998 0 0 0 25 0 1 0 656879473 430305280 1400 33554432000 134512640 135107411 4287100480 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1103/statm: 105055 1400 59 146 0 103931 0
[pid=1101/tid=1115] ppid=1053 vsize=301392 CPUtime=0 cores=1,3
/proc/1101/task/1115/stat : 1115 (python) S 1053 1053 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656889502 308625408 6182 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604458565279808 0 0 -1 3 0 0 0
[pid=1116] ppid=1053 vsize=311648 CPUtime=0.3 cores=1,3
/proc/1116/stat : 1116 (python) S 1053 1053 32005 0 -1 4202560 1088 0 0 0 15 15 0 0 19 0 2 0 656889503 319127552 6185 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1116/statm: 77912 6185 399 364 0 13821 0
[pid=1118] ppid=1116 vsize=420220 CPUtime=100 cores=1,3
/proc/1118/stat : 1118 (adaptg2wsat2009) T 1116 1118 1118 0 -1 4202496 1668 0 0 0 10000 0 0 0 25 0 1 0 656889503 430305280 1401 33554432000 134512640 135107411 4289057856 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1118/statm: 105055 1401 59 146 0 103931 0
[pid=1116/tid=1133] ppid=1053 vsize=311648 CPUtime=0 cores=1,3
/proc/1116/task/1133/stat : 1133 (python) S 1053 1053 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656899532 319127552 6185 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604462095558464 0 0 -1 3 0 0 0
[pid=1134] ppid=1053 vsize=322456 CPUtime=0.31 cores=1,3
/proc/1134/stat : 1134 (python) S 1053 1053 32005 0 -1 4202560 1094 0 0 0 17 14 0 0 18 0 2 0 656899534 330194944 6191 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1134/statm: 80614 6191 400 364 0 16520 0
[pid=1136] ppid=1134 vsize=420220 CPUtime=100.04 cores=1,3
/proc/1136/stat : 1136 (adaptg2wsat2009) T 1134 1136 1136 0 -1 4202496 1670 0 0 0 10004 0 0 0 25 0 1 0 656899534 430305280 1401 33554432000 134512640 135107411 4290474816 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1136/statm: 105055 1401 59 146 0 103931 0
[pid=1134/tid=1149] ppid=1053 vsize=322456 CPUtime=0 cores=1,3
/proc/1134/task/1149/stat : 1149 (python) S 1053 1053 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656909564 330194944 6191 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604471153500416 0 0 -1 3 0 0 0
[pid=1150] ppid=1053 vsize=332336 CPUtime=0.31 cores=1,3
/proc/1150/stat : 1150 (python) S 1053 1053 32005 0 -1 4202560 1105 0 0 0 16 15 0 0 19 0 2 0 656909566 340312064 6212 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1150/statm: 83084 6212 400 364 0 18987 0
[pid=1152] ppid=1150 vsize=1019708 CPUtime=100.05 cores=1,3
/proc/1152/stat : 1152 (gnovelty+2) T 1150 1152 1152 0 -1 4202496 957 0 0 0 10005 0 0 0 25 0 1 0 656909566 1044180992 689 33554432000 134512640 135663704 4287932960 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1152/statm: 254927 689 113 282 0 254643 0
[pid=1150/tid=1168] ppid=1053 vsize=332336 CPUtime=0 cores=1,3
/proc/1150/task/1168/stat : 1168 (python) S 1053 1053 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656919601 340312064 6212 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604456192233600 0 0 -1 1 0 0 0
[pid=1169] ppid=1053 vsize=342416 CPUtime=0.28 cores=1,3
/proc/1169/stat : 1169 (python) S 1053 1053 32005 0 -1 4202560 936 0 0 0 13 15 0 0 18 0 1 0 656919602 350633984 6184 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500712006 0 0 16781312 514 8146624697820217605 0 0 17 1 0 0 0
/proc/1169/statm: 85604 6184 370 364 0 21504 0
[pid=1171] ppid=1169 vsize=249868 CPUtime=97.84 cores=1,3
/proc/1171/stat : 1171 (FH) R 1169 1171 1171 0 -1 4202496 1525 0 0 0 9784 0 0 0 25 0 1 0 656919602 255864832 1263 33554432000 134512640 134936988 4289470144 18446744073709551615 134552073 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1171/statm: 62467 1263 41 104 0 61971 0
[pid=1053/tid=1064] ppid=1051 vsize=352660 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 8 0 656859405 361123840 7708 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1083] ppid=1051 vsize=352660 CPUtime=0 cores=1,3
/proc/1053/task/1083/stat : 1083 (python) S 1051 1053 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 656869438 361123840 7708 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1102] ppid=1051 vsize=352660 CPUtime=0 cores=1,3
/proc/1053/task/1102/stat : 1102 (python) S 1051 1053 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 656879473 361123840 7708 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1117] ppid=1051 vsize=352660 CPUtime=0 cores=1,3
/proc/1053/task/1117/stat : 1117 (python) S 1051 1053 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 656889503 361123840 7708 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1135] ppid=1051 vsize=352660 CPUtime=0 cores=1,3
/proc/1053/task/1135/stat : 1135 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 656899534 361123840 7708 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1151] ppid=1051 vsize=352660 CPUtime=0 cores=1,3
/proc/1053/task/1151/stat : 1151 (python) S 1051 1053 32005 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 8 0 656909566 361123840 7708 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1170] ppid=1051 vsize=352660 CPUtime=0 cores=1,3
/proc/1053/task/1170/stat : 1170 (python) S 1051 1053 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 656919602 361123840 7708 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 7115180



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.001 s]
/proc/loadavg: 4.14 4.13 4.02 6/461 1251
/proc/meminfo: memFree=22945424/32950928 swapFree=45937192/67111528
[pid=1053] ppid=1051 vsize=362916 CPUtime=2.06 cores=1,3
/proc/1053/stat : 1053 (python) S 1051 1053 32005 0 -1 4202496 18927 934 1 0 193 13 0 0 19 0 9 0 656859184 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1053/statm: 90729 7714 1892 364 0 26626 0
[pid=1063] ppid=1053 vsize=291000 CPUtime=0.28 cores=1,3
/proc/1063/stat : 1063 (python) S 1053 1053 32005 0 -1 4202560 1153 0 0 0 14 14 0 0 19 0 2 0 656859405 297984000 6042 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1063/statm: 72750 6042 415 364 0 8668 0
[pid=1065] ppid=1063 vsize=1019708 CPUtime=100.01 cores=1,3
/proc/1065/stat : 1065 (gnovelty+2) T 1063 1065 1065 0 -1 4202496 956 0 0 0 10000 1 0 0 25 0 1 0 656859405 1044180992 689 33554432000 134512640 135663704 4291243264 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1065/statm: 254927 689 113 282 0 254643 0
[pid=1063/tid=1081] ppid=1053 vsize=291000 CPUtime=0 cores=1,3
/proc/1063/task/1081/stat : 1081 (python) S 1053 1053 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656869437 297984000 6042 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604464951083392 0 0 -1 3 0 0 0
[pid=1082] ppid=1053 vsize=291620 CPUtime=0.3 cores=1,3
/proc/1082/stat : 1082 (python) S 1053 1053 32005 0 -1 4202560 1063 0 0 0 16 14 0 0 19 0 2 0 656869438 298618880 6044 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1082/statm: 72905 6044 400 364 0 8820 0
[pid=1084] ppid=1082 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/1084/stat : 1084 (gnovelty+2) T 1082 1084 1084 0 -1 4202496 953 0 0 0 10003 0 0 0 25 0 1 0 656869438 1044180992 690 33554432000 134512640 135663704 4291499888 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1084/statm: 254927 690 113 282 0 254643 0
[pid=1082/tid=1100] ppid=1053 vsize=291620 CPUtime=0 cores=1,3
/proc/1082/task/1100/stat : 1100 (python) S 1053 1053 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656879471 298618880 6044 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604464951086080 0 0 -1 3 0 0 0
[pid=1101] ppid=1053 vsize=301392 CPUtime=0.29 cores=1,3
/proc/1101/stat : 1101 (python) S 1053 1053 32005 0 -1 4202560 1084 0 0 0 15 14 0 0 19 0 2 0 656879473 308625408 6182 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1101/statm: 75348 6182 399 364 0 11260 0
[pid=1103] ppid=1101 vsize=420220 CPUtime=99.98 cores=1,3
/proc/1103/stat : 1103 (adaptg2wsat2009) T 1101 1103 1103 0 -1 4202496 1665 0 0 0 9998 0 0 0 25 0 1 0 656879473 430305280 1400 33554432000 134512640 135107411 4287100480 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1103/statm: 105055 1400 59 146 0 103931 0
[pid=1101/tid=1115] ppid=1053 vsize=301392 CPUtime=0 cores=1,3
/proc/1101/task/1115/stat : 1115 (python) S 1053 1053 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656889502 308625408 6182 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604458565279808 0 0 -1 3 0 0 0
[pid=1116] ppid=1053 vsize=311648 CPUtime=0.3 cores=1,3
/proc/1116/stat : 1116 (python) S 1053 1053 32005 0 -1 4202560 1088 0 0 0 15 15 0 0 19 0 2 0 656889503 319127552 6185 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1116/statm: 77912 6185 399 364 0 13821 0
[pid=1118] ppid=1116 vsize=420220 CPUtime=100 cores=1,3
/proc/1118/stat : 1118 (adaptg2wsat2009) T 1116 1118 1118 0 -1 4202496 1668 0 0 0 10000 0 0 0 25 0 1 0 656889503 430305280 1401 33554432000 134512640 135107411 4289057856 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1118/statm: 105055 1401 59 146 0 103931 0
[pid=1116/tid=1133] ppid=1053 vsize=311648 CPUtime=0 cores=1,3
/proc/1116/task/1133/stat : 1133 (python) S 1053 1053 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656899532 319127552 6185 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604462095558464 0 0 -1 3 0 0 0
[pid=1134] ppid=1053 vsize=322456 CPUtime=0.31 cores=1,3
/proc/1134/stat : 1134 (python) S 1053 1053 32005 0 -1 4202560 1094 0 0 0 17 14 0 0 18 0 2 0 656899534 330194944 6191 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1134/statm: 80614 6191 400 364 0 16520 0
[pid=1136] ppid=1134 vsize=420220 CPUtime=100.04 cores=1,3
/proc/1136/stat : 1136 (adaptg2wsat2009) T 1134 1136 1136 0 -1 4202496 1670 0 0 0 10004 0 0 0 25 0 1 0 656899534 430305280 1401 33554432000 134512640 135107411 4290474816 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1136/statm: 105055 1401 59 146 0 103931 0
[pid=1134/tid=1149] ppid=1053 vsize=322456 CPUtime=0 cores=1,3
/proc/1134/task/1149/stat : 1149 (python) S 1053 1053 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656909564 330194944 6191 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604471153500416 0 0 -1 3 0 0 0
[pid=1150] ppid=1053 vsize=332336 CPUtime=0.31 cores=1,3
/proc/1150/stat : 1150 (python) S 1053 1053 32005 0 -1 4202560 1105 0 0 0 16 15 0 0 19 0 2 0 656909566 340312064 6212 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1150/statm: 83084 6212 400 364 0 18987 0
[pid=1152] ppid=1150 vsize=1019708 CPUtime=100.05 cores=1,3
/proc/1152/stat : 1152 (gnovelty+2) T 1150 1152 1152 0 -1 4202496 957 0 0 0 10005 0 0 0 25 0 1 0 656909566 1044180992 689 33554432000 134512640 135663704 4287932960 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1152/statm: 254927 689 113 282 0 254643 0
[pid=1150/tid=1168] ppid=1053 vsize=332336 CPUtime=0 cores=1,3
/proc/1150/task/1168/stat : 1168 (python) S 1053 1053 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656919601 340312064 6212 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604456192233600 0 0 -1 1 0 0 0
[pid=1169] ppid=1053 vsize=342416 CPUtime=0.3 cores=1,3
/proc/1169/stat : 1169 (python) S 1053 1053 32005 0 -1 4202560 1094 0 0 0 14 16 0 0 19 0 2 0 656919602 350633984 6214 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1169/statm: 85604 6214 399 364 0 21504 0
[pid=1171] ppid=1169 vsize=249868 CPUtime=99.99 cores=1,3
/proc/1171/stat : 1171 (FH) T 1169 1171 1171 0 -1 4202496 1525 0 0 0 9999 0 0 0 25 0 1 0 656919602 255864832 1263 33554432000 134512640 134936988 4289470144 18446744073709551615 134553304 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1171/statm: 62467 1263 41 104 0 61971 0
[pid=1169/tid=1248] ppid=1053 vsize=342416 CPUtime=0 cores=1,3
/proc/1169/task/1248/stat : 1248 (python) S 1053 1053 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656929631 350633984 6214 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 3 0 0 0
[pid=1249] ppid=1053 vsize=353340 CPUtime=0 cores=1,3
/proc/1249/stat : 1249 (python) S 1053 1053 32005 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656929633 361820160 6170 33554432000 4194304 5683644 140734610222144 18446744073709551615 254500712006 0 0 16781312 514 16453642857660547071 0 0 17 1 0 0 0
/proc/1249/statm: 88335 6170 351 364 0 24232 0
[pid=1251] ppid=1249 vsize=419820 CPUtime=0.51 cores=1,3
/proc/1251/stat : 1251 (adaptg2wsat2009) R 1249 1251 1251 0 -1 4202496 1442 0 0 0 51 0 0 0 22 0 1 0 656929633 429895680 1173 33554432000 134512640 135107411 4292309616 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1251/statm: 104955 1173 49 146 0 103831 0
[pid=1053/tid=1064] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1064/stat : 1064 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 9 0 656859405 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1083] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1083/stat : 1083 (python) S 1051 1053 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656869438 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1102] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1102/stat : 1102 (python) S 1051 1053 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656879473 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1117] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1117/stat : 1117 (python) S 1051 1053 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656889503 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1135] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1135/stat : 1135 (python) S 1051 1053 32005 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656899534 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1151] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1151/stat : 1151 (python) S 1051 1053 32005 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 656909566 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1170] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1170/stat : 1170 (python) S 1051 1053 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656919602 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
[pid=1053/tid=1250] ppid=1051 vsize=362916 CPUtime=0 cores=1,3
/proc/1053/task/1250/stat : 1250 (python) S 1051 1053 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656929633 371625984 7714 33554432000 4194304 5683644 140734610222144 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 704.76
Current children cumulated vsize (KiB) 7898596

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

Real time (s): 705.079
CPU time (s): 704.76
CPU user time (s): 703.6
CPU system time (s): 1.16
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 7898596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9367
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20212
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= 2873
involuntary context switches= 34

runsolver used 3.00654 second user time and 6.66899 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:43:45
IDJOB=3377351
IDBENCH=82660
IDSOLVER=1857
FILE ID=node149/3377351-1305452625
RUNJOBID= node149-1305451814-583
PBS_JOBID= 13324860
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S69399346-065-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-3377351-1305452625/watcher-3377351-1305452625 -o /tmp/evaluation-result-3377351-1305452625/solver-3377351-1305452625 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377351-1305452625.cnf -seed 864281616 -budget 2400

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

MD5SUM BENCH= 98486271f2f72889c040eabfd36ebd13
RANDOM SEED=864281616

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23224984 kB
Buffers:        324908 kB
Cached:        4529124 kB
SwapCached:      19984 kB
Active:        6825628 kB
Inactive:      2587072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23224984 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           32596 kB
Writeback:           0 kB
AnonPages:     4551148 kB
Mapped:          24696 kB
Slab:           166156 kB
PageTables:      79688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 101011968 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= 73448 MiB
End job on node149 at 2011-05-15 11:55:32