Trace number 3377237

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.02 705.079

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1286362348-008-UNKNOWN.cnf
MD5SUM63b66954174098a654eacd27832fcf38
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.68/2.22	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.68/2.22	c INFO: solving HOME/instance-3377237-1305451495.cnf
0.68/2.22	c INFO: computing task features
0.77/2.39	c INFO: computed variable-clause graph statistics
0.86/2.40	c INFO: computed clause balance statistics
1.77/3.37	c INFO: computed variable balance statistics
2.16/3.79	c INFO: computed small-clause counts
2.16/3.79	c INFO: computed Horn-clause counts
2.26/3.82	c INFO: computed variable graph statistics
2.26/3.82	c INFO: collected features for HOME/instance-3377237-1305451495.cnf in 1.60 s
2.26/3.85	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.56/104.19	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
203.23/204.53	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.51/304.84	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.83/405.16	c INFO: running adaptg2wsat2009++@0 for 97 with 1997 remaining (b = 0.05)
502.39/503.48	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.81/603.85	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.11/704.18	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-3377237-1305451495/watcher-3377237-1305451495 -o /tmp/evaluation-result-3377237-1305451495/solver-3377237-1305451495 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377237-1305451495.cnf -seed 1540076203 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.60 3.06 3.53 6/358 29044
/proc/meminfo: memFree=24513548/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=15776 CPUtime=0 cores=0,2
/proc/29044/stat : 29044 (python) R 29042 29044 28260 0 -1 4202496 934 0 0 0 0 0 0 0 17 0 1 0 656746613 16154624 814 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29044/statm: 3944 814 356 364 0 431 0

[startup+0.020826 s]
/proc/loadavg: 1.60 3.06 3.53 6/358 29044
/proc/meminfo: memFree=24513548/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=16244 CPUtime=0 cores=0,2
/proc/29044/stat : 29044 (python) R 29042 29044 28260 0 -1 4202496 1050 0 0 0 0 0 0 0 17 0 1 0 656746613 16633856 923 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476694784 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29044/statm: 4061 923 381 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100802 s]
/proc/loadavg: 1.60 3.06 3.53 6/358 29044
/proc/meminfo: memFree=24513548/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=29792 CPUtime=0.04 cores=0,2
/proc/29044/stat : 29044 (python) R 29042 29044 28260 0 -1 4202496 1448 0 3 0 3 1 0 0 17 0 1 0 656746613 30507008 1294 33554432000 4194304 5683644 140734384211440 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29044/statm: 7448 1294 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.300826 s]
/proc/loadavg: 1.60 3.06 3.53 6/358 29044
/proc/meminfo: memFree=24513548/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=85356 CPUtime=0.11 cores=0,2
/proc/29044/stat : 29044 (python) R 29042 29044 28260 0 -1 4202496 2571 0 9 0 5 6 0 0 17 0 1 0 656746613 87404544 2307 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/29044/statm: 21339 2307 707 364 0 1556 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 85356

[startup+0.7007 s]
/proc/loadavg: 1.60 3.06 3.53 6/358 29044
/proc/meminfo: memFree=24513548/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=121636 CPUtime=0.23 cores=0,2
/proc/29044/stat : 29044 (python) R 29042 29044 28260 0 -1 4202496 4062 0 27 0 9 14 0 0 16 0 1 0 656746613 124555264 3716 33554432000 4194304 5683644 140734384211440 18446744073709551615 4619772 0 0 16781312 2 0 0 0 17 0 0 0 7
/proc/29044/statm: 30409 3716 986 364 0 2739 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 121636

[startup+1.50055 s]
/proc/loadavg: 1.60 3.06 3.53 4/365 29067
/proc/meminfo: memFree=24449424/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=202004 CPUtime=0.54 cores=0,2
/proc/29044/stat : 29044 (python) D 29042 29044 28260 0 -1 4202496 7217 928 58 8 22 32 0 0 16 0 1 0 656746613 206852096 5291 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476690789 0 0 16781312 2 0 0 0 17 2 0 0 15
/proc/29044/statm: 50501 5291 1490 364 0 4010 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 202004

[startup+3.10022 s]
/proc/loadavg: 1.60 3.06 3.53 1/365 29067
/proc/meminfo: memFree=24400864/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=285636 CPUtime=1.56 cores=0,2
/proc/29044/stat : 29044 (python) R 29042 29044 28260 0 -1 4202496 12440 928 75 8 119 37 0 0 16 0 1 0 656746613 292491264 8794 33554432000 4194304 5683644 140734384211440 18446744073709551615 46948773355685 0 0 16781312 2 0 0 0 17 2 0 0 40
/proc/29044/statm: 71409 8794 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 285636
heavy processes:

[startup+6.30067 s]
/proc/loadavg: 1.80 3.08 3.53 5/374 29076
/proc/meminfo: memFree=24306604/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=290520 CPUtime=2.3 cores=0,2
/proc/29044/stat : 29044 (python) S 29042 29044 28260 0 -1 4202496 12773 928 75 8 193 37 0 0 18 0 2 0 656746613 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 40
/proc/29044/statm: 72630 7495 1869 364 0 8548 0
[pid=29068] ppid=29044 vsize=280760 CPUtime=0 cores=0,2
/proc/29068/stat : 29068 (python) S 29044 29044 28260 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 656746998 287498240 5978 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715023 0 0 16781312 514 7539495271978205442 0 0 17 0 0 0 0
/proc/29068/statm: 70190 5978 355 364 0 6108 0
[pid=29070] ppid=29068 vsize=1019708 CPUtime=2.43 cores=0,2
/proc/29070/stat : 29070 (gnovelty+2) R 29068 29070 29070 0 -1 4202496 957 0 0 0 243 0 0 0 25 0 1 0 656746998 1044180992 690 33554432000 134512640 135663704 4293961904 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29070/statm: 254927 690 113 282 0 254643 0
[pid=29044/tid=29069] ppid=29042 vsize=290520 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 2 0 656746998 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1590988
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.97 3.09 3.53 5/377 29079
/proc/meminfo: memFree=24274868/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=290520 CPUtime=2.3 cores=0,2
/proc/29044/stat : 29044 (python) S 29042 29044 28260 0 -1 4202496 12773 928 75 8 193 37 0 0 18 0 2 0 656746613 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 40
/proc/29044/statm: 72630 7495 1869 364 0 8548 0
[pid=29068] ppid=29044 vsize=280760 CPUtime=0.01 cores=0,2
/proc/29068/stat : 29068 (python) S 29044 29044 28260 0 -1 4202560 972 0 0 0 0 1 0 0 18 0 1 0 656746998 287498240 6006 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715023 0 0 16781312 514 7539495271978205442 0 0 17 0 0 0 0
/proc/29068/statm: 70190 6006 383 364 0 6108 0
[pid=29070] ppid=29068 vsize=1019708 CPUtime=8.81 cores=0,2
/proc/29070/stat : 29070 (gnovelty+2) R 29068 29070 29070 0 -1 4202496 957 0 0 0 881 0 0 0 25 0 1 0 656746998 1044180992 690 33554432000 134512640 135663704 4293961904 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29070/statm: 254927 690 113 282 0 254643 0
[pid=29044/tid=29069] ppid=29042 vsize=290520 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 2 0 656746998 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 1590988

[startup+25.501 s]
/proc/loadavg: 2.42 3.14 3.54 5/377 29079
/proc/meminfo: memFree=24275884/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=290520 CPUtime=2.3 cores=0,2
/proc/29044/stat : 29044 (python) S 29042 29044 28260 0 -1 4202496 12773 928 75 8 193 37 0 0 18 0 2 0 656746613 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 40
/proc/29044/statm: 72630 7495 1869 364 0 8548 0
[pid=29068] ppid=29044 vsize=280760 CPUtime=0.04 cores=0,2
/proc/29068/stat : 29068 (python) S 29044 29044 28260 0 -1 4202560 977 0 0 0 2 2 0 0 18 0 1 0 656746998 287498240 6006 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715023 0 0 16781312 514 1836008496525443330 0 0 17 0 0 0 0
/proc/29068/statm: 70190 6006 383 364 0 6108 0
[pid=29070] ppid=29068 vsize=1019708 CPUtime=21.59 cores=0,2
/proc/29070/stat : 29070 (gnovelty+2) R 29068 29070 29070 0 -1 4202496 957 0 0 0 2159 0 0 0 25 0 1 0 656746998 1044180992 690 33554432000 134512640 135663704 4293961904 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29070/statm: 254927 690 113 282 0 254643 0
[pid=29044/tid=29069] ppid=29042 vsize=290520 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 2 0 656746998 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.93
Current children cumulated vsize (KiB) 1590988

[startup+51.1011 s]
/proc/loadavg: 3.03 3.22 3.56 5/377 29080
/proc/meminfo: memFree=24277064/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=290520 CPUtime=2.3 cores=0,2
/proc/29044/stat : 29044 (python) S 29042 29044 28260 0 -1 4202496 12773 928 75 8 193 37 0 0 18 0 2 0 656746613 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 40
/proc/29044/statm: 72630 7495 1869 364 0 8548 0
[pid=29068] ppid=29044 vsize=280760 CPUtime=0.13 cores=0,2
/proc/29068/stat : 29068 (python) S 29044 29044 28260 0 -1 4202560 992 0 0 0 7 6 0 0 18 0 1 0 656746998 287498240 6006 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715023 0 0 16781312 514 1836008496525443330 0 0 17 0 0 0 0
/proc/29068/statm: 70190 6006 383 364 0 6108 0
[pid=29070] ppid=29068 vsize=1019708 CPUtime=47.11 cores=0,2
/proc/29070/stat : 29070 (gnovelty+2) R 29068 29070 29070 0 -1 4202496 957 0 0 0 4711 0 0 0 25 0 1 0 656746998 1044180992 690 33554432000 134512640 135663704 4293961904 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29070/statm: 254927 690 113 282 0 254643 0
[pid=29044/tid=29069] ppid=29042 vsize=290520 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 2 0 656746998 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.54
Current children cumulated vsize (KiB) 1590988

[startup+102.313 s]
/proc/loadavg: 3.58 3.34 3.58 5/377 29116
/proc/meminfo: memFree=24249876/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=290520 CPUtime=2.3 cores=0,2
/proc/29044/stat : 29044 (python) S 29042 29044 28260 0 -1 4202496 12773 928 75 8 193 37 0 0 18 0 2 0 656746613 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 40
/proc/29044/statm: 72630 7495 1869 364 0 8548 0
[pid=29068] ppid=29044 vsize=280760 CPUtime=0.27 cores=0,2
/proc/29068/stat : 29068 (python) S 29044 29044 28260 0 -1 4202560 1014 0 0 0 14 13 0 0 18 0 1 0 656746998 287498240 6006 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715023 0 0 16781312 514 1836008496525443330 0 0 17 0 0 0 0
/proc/29068/statm: 70190 6006 383 364 0 6108 0
[pid=29070] ppid=29068 vsize=1019708 CPUtime=98.21 cores=0,2
/proc/29070/stat : 29070 (gnovelty+2) R 29068 29070 29070 0 -1 4202496 957 0 0 0 9821 0 0 0 25 0 1 0 656746998 1044180992 690 33554432000 134512640 135663704 4293961904 18446744073709551615 134544279 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29070/statm: 254927 690 113 282 0 254643 0
[pid=29044/tid=29069] ppid=29042 vsize=290520 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 2 0 656746998 297492480 7495 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 1590988

[startup+162.301 s]
/proc/loadavg: 3.84 3.46 3.60 5/389 29130
/proc/meminfo: memFree=24207340/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=300776 CPUtime=2.33 cores=0,2
/proc/29044/stat : 29044 (python) S 29042 29044 28260 0 -1 4202496 13651 928 75 8 195 38 0 0 19 0 3 0 656746613 307994624 7510 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 40
/proc/29044/statm: 75194 7510 1880 364 0 11109 0
[pid=29068] ppid=29044 vsize=291004 CPUtime=0.29 cores=0,2
/proc/29068/stat : 29068 (python) S 29044 29044 28260 0 -1 4202560 1155 0 0 0 15 14 0 0 19 0 2 0 656746998 297988096 6043 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29068/statm: 72751 6043 415 364 0 8669 0
[pid=29070] ppid=29068 vsize=1019708 CPUtime=100.06 cores=0,2
/proc/29070/stat : 29070 (gnovelty+2) T 29068 29070 29070 0 -1 4202496 957 0 0 0 10006 0 0 0 25 0 1 0 656746998 1044180992 690 33554432000 134512640 135663704 4293961904 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29070/statm: 254927 690 113 282 0 254643 0
[pid=29068/tid=29117] ppid=29044 vsize=291004 CPUtime=0 cores=0,2
/proc/29068/task/29117/stat : 29117 (python) S 29044 29044 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656757031 297988096 6043 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604450373151488 0 0 -1 0 0 0 0
[pid=29118] ppid=29044 vsize=291092 CPUtime=0.14 cores=0,2
/proc/29118/stat : 29118 (python) S 29044 29044 28260 0 -1 4202560 907 0 0 0 8 6 0 0 18 0 1 0 656757032 298078208 5999 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715078 0 0 16781312 514 1836008496525443332 0 0 17 2 0 0 0
/proc/29118/statm: 72773 5999 372 364 0 8688 0
[pid=29120] ppid=29118 vsize=1019708 CPUtime=58.08 cores=0,2
/proc/29120/stat : 29120 (gnovelty+2) R 29118 29120 29120 0 -1 4202496 954 0 0 0 5808 0 0 0 25 0 1 0 656757033 1044180992 690 33554432000 134512640 135663704 4287451728 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29120/statm: 254927 690 113 282 0 254643 0
[pid=29044/tid=29069] ppid=29042 vsize=300776 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 3 0 656746998 307994624 7510 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29119] ppid=29042 vsize=300776 CPUtime=0 cores=0,2
/proc/29044/task/29119/stat : 29119 (python) S 29042 29044 28260 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 3 0 656757033 307994624 7510 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 2922288

[startup+222.301 s]
/proc/loadavg: 3.94 3.55 3.62 5/405 29147
/proc/meminfo: memFree=24116420/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=311032 CPUtime=2.34 cores=0,2

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

/proc/29118/statm: 72773 6028 400 364 0 8688 0
[pid=29120] ppid=29118 vsize=1019708 CPUtime=100.3 cores=0,2
/proc/29120/stat : 29120 (gnovelty+2) T 29118 29120 29120 0 -1 4202496 954 0 0 0 10030 0 0 0 25 0 1 0 656757033 1044180992 690 33554432000 134512640 135663704 4287451728 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29120/statm: 254927 690 113 282 0 254643 0
[pid=29118/tid=29136] ppid=29044 vsize=291092 CPUtime=0 cores=0,2
/proc/29118/task/29136/stat : 29136 (python) S 29044 29044 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656767064 298078208 6028 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604447276576960 0 0 -1 2 0 0 0
[pid=29137] ppid=29044 vsize=301356 CPUtime=0.3 cores=0,2
/proc/29137/stat : 29137 (python) S 29044 29044 28260 0 -1 4202560 1084 0 0 0 17 13 0 0 19 0 2 0 656767066 308588544 6051 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29137/statm: 75339 6051 400 364 0 11251 0
[pid=29139] ppid=29137 vsize=420220 CPUtime=99.98 cores=0,2
/proc/29139/stat : 29139 (adaptg2wsat2009) T 29137 29139 29139 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 656767066 430305280 1400 33554432000 134512640 135107411 4292851488 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29139/statm: 105055 1400 59 146 0 103931 0
[pid=29137/tid=29155] ppid=29044 vsize=301356 CPUtime=0 cores=0,2
/proc/29137/task/29155/stat : 29155 (python) S 29044 29044 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656777095 308588544 6051 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604447612879808 0 0 -1 0 0 0 0
[pid=29156] ppid=29044 vsize=311700 CPUtime=0.31 cores=0,2
/proc/29156/stat : 29156 (python) S 29044 29044 28260 0 -1 4202560 1097 0 0 0 17 14 0 0 19 0 2 0 656777097 319180800 6056 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29156/statm: 77925 6056 400 364 0 13834 0
[pid=29158] ppid=29156 vsize=420220 CPUtime=100.02 cores=0,2
/proc/29158/stat : 29158 (adaptg2wsat2009) T 29156 29158 29158 0 -1 4202496 1667 0 0 0 10002 0 0 0 25 0 1 0 656777097 430305280 1399 33554432000 134512640 135107411 4294266128 18446744073709551615 134539318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29158/statm: 105055 1399 59 146 0 103931 0
[pid=29156/tid=29170] ppid=29044 vsize=311700 CPUtime=0 cores=0,2
/proc/29156/task/29170/stat : 29170 (python) S 29044 29044 28260 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656787128 319180800 6056 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604453882343872 0 0 -1 2 0 0 0
[pid=29171] ppid=29044 vsize=322052 CPUtime=0.28 cores=0,2
/proc/29171/stat : 29171 (python) S 29044 29044 28260 0 -1 4202560 1094 0 0 0 16 12 0 0 19 0 2 0 656787129 329781248 6083 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29171/statm: 80513 6083 400 364 0 16419 0
[pid=29173] ppid=29171 vsize=420220 CPUtime=98.29 cores=0,2
/proc/29173/stat : 29173 (adaptg2wsat2009) T 29171 29173 29173 0 -1 4202496 1669 0 0 0 9829 0 0 0 25 0 1 0 656787130 430305280 1401 33554432000 134512640 135107411 4294705872 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29173/statm: 105055 1401 59 146 0 103931 0
[pid=29171/tid=29182] ppid=29044 vsize=322052 CPUtime=0 cores=0,2
/proc/29171/task/29182/stat : 29182 (python) S 29044 29044 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656796959 329781248 6083 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604448378750208 0 0 -1 2 0 0 0
[pid=29183] ppid=29044 vsize=332244 CPUtime=0.32 cores=0,2
/proc/29183/stat : 29183 (python) S 29044 29044 28260 0 -1 4202560 1088 0 0 0 18 14 0 0 19 0 2 0 656796961 340217856 6111 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29183/statm: 83061 6111 400 364 0 18964 0
[pid=29185] ppid=29183 vsize=1019708 CPUtime=100.04 cores=0,2
/proc/29185/stat : 29185 (gnovelty+2) T 29183 29185 29185 0 -1 4202496 953 0 0 0 10004 0 0 0 25 0 1 0 656796961 1044180992 689 33554432000 134512640 135663704 4289329888 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29185/statm: 254927 689 113 282 0 254643 0
[pid=29183/tid=29265] ppid=29044 vsize=332244 CPUtime=0 cores=0,2
/proc/29183/task/29265/stat : 29265 (python) S 29044 29044 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656806996 340217856 6111 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604447133938816 0 0 -1 2 0 0 0
[pid=29266] ppid=29044 vsize=342612 CPUtime=0.29 cores=0,2
/proc/29266/stat : 29266 (python) S 29044 29044 28260 0 -1 4202560 914 0 0 0 16 13 0 0 18 0 1 0 656806998 350834688 6086 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715078 0 0 16781312 514 1836008496525443329 0 0 17 0 0 0 0
/proc/29266/statm: 85653 6086 372 364 0 21553 0
[pid=29268] ppid=29266 vsize=249876 CPUtime=98.16 cores=0,2
/proc/29268/stat : 29268 (FH) R 29266 29268 29268 0 -1 4202496 1527 0 0 0 9816 0 0 0 25 0 1 0 656806998 255873024 1263 33554432000 134512640 134936988 4293876000 18446744073709551615 134544807 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29268/statm: 62469 1263 41 104 0 61973 0
[pid=29044/tid=29069] ppid=29042 vsize=352228 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 8 0 656746998 360681472 7607 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29119] ppid=29042 vsize=352228 CPUtime=0 cores=0,2
/proc/29044/task/29119/stat : 29119 (python) S 29042 29044 28260 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 656757033 360681472 7607 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 2 0 0 0
[pid=29044/tid=29138] ppid=29042 vsize=352228 CPUtime=0 cores=0,2
/proc/29044/task/29138/stat : 29138 (python) S 29042 29044 28260 0 -1 4202560 31 928 0 8 0 0 0 0 20 0 8 0 656767066 360681472 7607 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29157] ppid=29042 vsize=352228 CPUtime=0 cores=0,2
/proc/29044/task/29157/stat : 29157 (python) S 29042 29044 28260 0 -1 4202560 20 928 0 8 0 0 0 0 20 0 8 0 656777097 360681472 7607 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29172] ppid=29042 vsize=352228 CPUtime=0 cores=0,2
/proc/29044/task/29172/stat : 29172 (python) S 29042 29044 28260 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 656787130 360681472 7607 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29184] ppid=29042 vsize=352228 CPUtime=0 cores=0,2
/proc/29044/task/29184/stat : 29184 (python) S 29042 29044 28260 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 656796961 360681472 7607 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29267] ppid=29042 vsize=352228 CPUtime=0 cores=0,2
/proc/29044/task/29267/stat : 29267 (python) S 29042 29044 28260 0 -1 4202560 27 928 0 8 0 0 0 0 20 0 8 0 656806998 360681472 7607 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.31
Current children cumulated vsize (KiB) 7113948



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 4.02 3.97 3.80 6/446 29283
/proc/meminfo: memFree=23945408/32950928 swapFree=67056568/67111528
[pid=29044] ppid=29042 vsize=362628 CPUtime=2.42 cores=0,2
/proc/29044/stat : 29044 (python) S 29042 29044 28260 0 -1 4202496 18797 928 75 8 203 39 0 0 20 0 9 0 656746613 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 40
/proc/29044/statm: 90657 7625 1892 364 0 26554 0
[pid=29068] ppid=29044 vsize=291004 CPUtime=0.29 cores=0,2
/proc/29068/stat : 29068 (python) S 29044 29044 28260 0 -1 4202560 1155 0 0 0 15 14 0 0 19 0 2 0 656746998 297988096 6043 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29068/statm: 72751 6043 415 364 0 8669 0
[pid=29070] ppid=29068 vsize=1019708 CPUtime=100.06 cores=0,2
/proc/29070/stat : 29070 (gnovelty+2) T 29068 29070 29070 0 -1 4202496 957 0 0 0 10006 0 0 0 25 0 1 0 656746998 1044180992 690 33554432000 134512640 135663704 4293961904 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29070/statm: 254927 690 113 282 0 254643 0
[pid=29068/tid=29117] ppid=29044 vsize=291004 CPUtime=0 cores=0,2
/proc/29068/task/29117/stat : 29117 (python) S 29044 29044 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656757031 297988096 6043 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604450373151488 0 0 -1 0 0 0 0
[pid=29118] ppid=29044 vsize=291092 CPUtime=0.27 cores=0,2
/proc/29118/stat : 29118 (python) S 29044 29044 28260 0 -1 4202560 1073 0 0 0 16 11 0 0 19 0 2 0 656757032 298078208 6028 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29118/statm: 72773 6028 400 364 0 8688 0
[pid=29120] ppid=29118 vsize=1019708 CPUtime=100.3 cores=0,2
/proc/29120/stat : 29120 (gnovelty+2) T 29118 29120 29120 0 -1 4202496 954 0 0 0 10030 0 0 0 25 0 1 0 656757033 1044180992 690 33554432000 134512640 135663704 4287451728 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29120/statm: 254927 690 113 282 0 254643 0
[pid=29118/tid=29136] ppid=29044 vsize=291092 CPUtime=0 cores=0,2
/proc/29118/task/29136/stat : 29136 (python) S 29044 29044 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656767064 298078208 6028 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604447276576960 0 0 -1 2 0 0 0
[pid=29137] ppid=29044 vsize=301356 CPUtime=0.3 cores=0,2
/proc/29137/stat : 29137 (python) S 29044 29044 28260 0 -1 4202560 1084 0 0 0 17 13 0 0 19 0 2 0 656767066 308588544 6051 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29137/statm: 75339 6051 400 364 0 11251 0
[pid=29139] ppid=29137 vsize=420220 CPUtime=99.98 cores=0,2
/proc/29139/stat : 29139 (adaptg2wsat2009) T 29137 29139 29139 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 656767066 430305280 1400 33554432000 134512640 135107411 4292851488 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29139/statm: 105055 1400 59 146 0 103931 0
[pid=29137/tid=29155] ppid=29044 vsize=301356 CPUtime=0 cores=0,2
/proc/29137/task/29155/stat : 29155 (python) S 29044 29044 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656777095 308588544 6051 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604447612879808 0 0 -1 0 0 0 0
[pid=29156] ppid=29044 vsize=311700 CPUtime=0.31 cores=0,2
/proc/29156/stat : 29156 (python) S 29044 29044 28260 0 -1 4202560 1097 0 0 0 17 14 0 0 19 0 2 0 656777097 319180800 6056 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29156/statm: 77925 6056 400 364 0 13834 0
[pid=29158] ppid=29156 vsize=420220 CPUtime=100.02 cores=0,2
/proc/29158/stat : 29158 (adaptg2wsat2009) T 29156 29158 29158 0 -1 4202496 1667 0 0 0 10002 0 0 0 25 0 1 0 656777097 430305280 1399 33554432000 134512640 135107411 4294266128 18446744073709551615 134539318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29158/statm: 105055 1399 59 146 0 103931 0
[pid=29156/tid=29170] ppid=29044 vsize=311700 CPUtime=0 cores=0,2
/proc/29156/task/29170/stat : 29170 (python) S 29044 29044 28260 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656787128 319180800 6056 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604453882343872 0 0 -1 2 0 0 0
[pid=29171] ppid=29044 vsize=322052 CPUtime=0.28 cores=0,2
/proc/29171/stat : 29171 (python) S 29044 29044 28260 0 -1 4202560 1094 0 0 0 16 12 0 0 19 0 2 0 656787129 329781248 6083 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29171/statm: 80513 6083 400 364 0 16419 0
[pid=29173] ppid=29171 vsize=420220 CPUtime=98.29 cores=0,2
/proc/29173/stat : 29173 (adaptg2wsat2009) T 29171 29173 29173 0 -1 4202496 1669 0 0 0 9829 0 0 0 25 0 1 0 656787130 430305280 1401 33554432000 134512640 135107411 4294705872 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29173/statm: 105055 1401 59 146 0 103931 0
[pid=29171/tid=29182] ppid=29044 vsize=322052 CPUtime=0 cores=0,2
/proc/29171/task/29182/stat : 29182 (python) S 29044 29044 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656796959 329781248 6083 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604448378750208 0 0 -1 2 0 0 0
[pid=29183] ppid=29044 vsize=332244 CPUtime=0.32 cores=0,2
/proc/29183/stat : 29183 (python) S 29044 29044 28260 0 -1 4202560 1088 0 0 0 18 14 0 0 19 0 2 0 656796961 340217856 6111 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29183/statm: 83061 6111 400 364 0 18964 0
[pid=29185] ppid=29183 vsize=1019708 CPUtime=100.04 cores=0,2
/proc/29185/stat : 29185 (gnovelty+2) T 29183 29185 29185 0 -1 4202496 953 0 0 0 10004 0 0 0 25 0 1 0 656796961 1044180992 689 33554432000 134512640 135663704 4289329888 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29185/statm: 254927 689 113 282 0 254643 0
[pid=29183/tid=29265] ppid=29044 vsize=332244 CPUtime=0 cores=0,2
/proc/29183/task/29265/stat : 29265 (python) S 29044 29044 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656806996 340217856 6111 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604447133938816 0 0 -1 2 0 0 0
[pid=29266] ppid=29044 vsize=342612 CPUtime=0.31 cores=0,2
/proc/29266/stat : 29266 (python) S 29044 29044 28260 0 -1 4202560 1073 0 0 0 17 14 0 0 19 0 2 0 656806998 350834688 6115 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29266/statm: 85653 6115 400 364 0 21553 0
[pid=29268] ppid=29266 vsize=249876 CPUtime=100 cores=0,2
/proc/29268/stat : 29268 (FH) T 29266 29268 29268 0 -1 4202496 1527 0 0 0 10000 0 0 0 25 0 1 0 656806998 255873024 1263 33554432000 134512640 134936988 4293876000 18446744073709551615 134553238 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29268/statm: 62469 1263 41 104 0 61973 0
[pid=29266/tid=29280] ppid=29044 vsize=342612 CPUtime=0 cores=0,2
/proc/29266/task/29280/stat : 29280 (python) S 29044 29044 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656817029 350834688 6115 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 514 18446604453951806528 0 0 -1 2 0 0 0
[pid=29281] ppid=29044 vsize=352988 CPUtime=0 cores=0,2
/proc/29281/stat : 29281 (python) S 29044 29044 28260 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656817031 361459712 6081 33554432000 4194304 5683644 140734384211440 18446744073709551615 239476715078 0 0 16781312 514 4316782710501670911 0 0 17 2 0 0 0
/proc/29281/statm: 88247 6081 351 364 0 24144 0
[pid=29283] ppid=29281 vsize=419820 CPUtime=0.83 cores=0,2
/proc/29283/stat : 29283 (adaptg2wsat2009) R 29281 29283 29283 0 -1 4202496 1441 0 0 0 83 0 0 0 23 0 1 0 656817031 429895680 1172 33554432000 134512640 135107411 4290131952 18446744073709551615 134523257 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29283/statm: 104955 1172 49 146 0 103831 0
[pid=29044/tid=29069] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29069/stat : 29069 (python) S 29042 29044 28260 0 -1 4202560 28 928 0 8 0 0 0 0 19 0 9 0 656746998 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29119] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29119/stat : 29119 (python) S 29042 29044 28260 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 9 0 656757033 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 2 0 0 0
[pid=29044/tid=29138] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29138/stat : 29138 (python) S 29042 29044 28260 0 -1 4202560 31 928 0 8 0 0 0 0 20 0 9 0 656767066 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29157] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29157/stat : 29157 (python) S 29042 29044 28260 0 -1 4202560 20 928 0 8 0 0 0 0 20 0 9 0 656777097 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29172] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29172/stat : 29172 (python) S 29042 29044 28260 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 9 0 656787130 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29184] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29184/stat : 29184 (python) S 29042 29044 28260 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 9 0 656796961 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29267] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29267/stat : 29267 (python) S 29042 29044 28260 0 -1 4202560 27 928 0 8 0 0 0 0 20 0 9 0 656806998 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
[pid=29044/tid=29282] ppid=29042 vsize=362628 CPUtime=0 cores=0,2
/proc/29044/task/29282/stat : 29282 (python) S 29042 29044 28260 0 -1 4202560 27 928 0 8 0 0 0 0 20 0 9 0 656817031 371331072 7625 33554432000 4194304 5683644 140734384211440 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.02
Current children cumulated vsize (KiB) 7897156

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 29044 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=42689
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=406938
# CPU time returned by wait4() is 2.44963
# while last known CPU time is 704.02
#
# 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.02
CPU user time (s): 702.71
CPU system time (s): 1.31
CPU usage (%): 99.8498
Max. virtual memory (cumulated for all children) (KiB): 7897156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.04269
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20220
page faults= 83
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42381
involuntary context switches= 82

runsolver used 3.2835 second user time and 6.50601 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 11:24:55
IDJOB=3377237
IDBENCH=82546
IDSOLVER=1857
FILE ID=node148/3377237-1305451495
RUNJOBID= node148-1305451495-29007
PBS_JOBID= 13324858
Free space on /tmp= 72888 MiB

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

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

MD5SUM BENCH= 63b66954174098a654eacd27832fcf38
RANDOM SEED=1540076203

node148.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.854
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.70
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.854
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.75
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.854
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.854
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.75
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24514084 kB
Buffers:        328060 kB
Cached:        4817048 kB
SwapCached:       8488 kB
Active:        4865016 kB
Inactive:      3220964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24514084 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          131804 kB
Writeback:           0 kB
AnonPages:     2938812 kB
Mapped:          28376 kB
Slab:           258312 kB
PageTables:      29332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84684084 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= 72764 MiB
End job on node148 at 2011-05-15 11:36:43