Trace number 3386244

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
SArTagnan 2011-05-15 (fixed)? (TO) 4800.44 1204.67

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_29.renamed-as.sat05-1916.cnf
MD5SUMf874c09c5787bb3c6a16f7a5f9ea0ad4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.544
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

Solver Data


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-3386244-1305583353/watcher-3386244-1305583353 -o /tmp/evaluation-result-3386244-1305583353/solver-3386244-1305583353 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386244-1305583353.cnf -threads=4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.47 7.81 5.94 5/459 24306
/proc/meminfo: memFree=17825968/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=23540 CPUtime=0.01 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 1465 0 0 0 1 0 0 0 25 0 1 0 650750874 24104960 974 33554432000 4194304 4625164 140735295346656 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24306/statm: 5885 974 296 106 0 1388 0

[startup+0.0731311 s]
/proc/loadavg: 7.47 7.81 5.94 5/459 24306
/proc/meminfo: memFree=17825968/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=144408 CPUtime=0.1 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 8890 0 0 0 10 0 0 0 25 0 4 0 650750874 147873792 6594 33554432000 4194304 4625164 140735295346656 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 36102 6594 338 106 0 31605 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 144408

[startup+0.162658 s]
/proc/loadavg: 7.47 7.81 5.94 5/459 24306
/proc/meminfo: memFree=17825968/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=212228 CPUtime=0.47 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 11086 0 0 0 46 1 0 0 25 0 4 0 650750874 217321472 7458 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 53057 7458 339 106 0 48560 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 212228

[startup+0.300632 s]
/proc/loadavg: 7.47 7.81 5.94 5/459 24306
/proc/meminfo: memFree=17825968/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=212228 CPUtime=1.02 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 12997 0 0 0 101 1 0 0 25 0 4 0 650750874 217321472 8036 33554432000 4194304 4625164 140735295346656 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 53057 8036 339 106 0 48560 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 212228

[startup+0.700557 s]
/proc/loadavg: 7.47 7.81 5.94 5/459 24306
/proc/meminfo: memFree=17825968/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=214824 CPUtime=2.62 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 19190 0 0 0 260 2 0 0 25 0 4 0 650750874 219979776 8553 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 53706 8553 339 106 0 49209 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 214824

[startup+1.50041 s]
/proc/loadavg: 7.52 7.81 5.95 9/463 24310
/proc/meminfo: memFree=17788620/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=214824 CPUtime=5.81 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 28303 0 0 0 577 4 0 0 25 0 4 0 650750874 219979776 9807 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 53706 9807 339 106 0 49209 0
[pid=24306/tid=24308] ppid=24304 vsize=214824 CPUtime=1.43 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 1583 0 0 0 143 0 0 0 25 0 4 0 650750879 219979776 9807 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=214824 CPUtime=1.43 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 1563 0 0 0 143 0 0 0 25 0 4 0 650750879 219979776 9807 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=214824 CPUtime=1.42 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 17446 0 0 0 140 2 0 0 25 0 4 0 650750879 219979776 9807 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334731 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 214824

[startup+3.1011 s]
/proc/loadavg: 7.52 7.81 5.95 9/463 24310
/proc/meminfo: memFree=17778460/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=220232 CPUtime=12.19 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 49287 0 0 0 1212 7 0 0 25 0 4 0 650750874 225517568 11653 33554432000 4194304 4625164 140735295346656 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 55058 11653 340 106 0 50561 0
[pid=24306/tid=24308] ppid=24304 vsize=220232 CPUtime=3.04 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 2872 0 0 0 304 0 0 0 25 0 4 0 650750879 225517568 11653 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=220232 CPUtime=3.04 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 2814 0 0 0 303 1 0 0 25 0 4 0 650750879 225517568 11653 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=220232 CPUtime=3 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 35861 0 0 0 296 4 0 0 25 0 4 0 650750879 225517568 11653 33554432000 4194304 4625164 140735295346656 18446744073709551615 264726102094 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 220232

[startup+6.3005 s]
/proc/loadavg: 7.52 7.81 5.95 9/463 24310
/proc/meminfo: memFree=17750868/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=234080 CPUtime=24.94 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 86169 0 0 0 2481 13 0 0 25 0 4 0 650750874 239697920 17168 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 58520 17168 344 106 0 54023 0
[pid=24306/tid=24308] ppid=24304 vsize=234080 CPUtime=6.23 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 4915 0 0 0 623 0 0 0 25 0 4 0 650750879 239697920 17168 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=234080 CPUtime=6.23 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 4905 0 0 0 622 1 0 0 25 0 4 0 650750879 239697920 17168 33554432000 4194304 4625164 140735295346656 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=234080 CPUtime=6.15 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 66562 0 0 0 606 9 0 0 25 0 4 0 650750879 239697920 17168 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 234080

[startup+12.7003 s]
/proc/loadavg: 7.66 7.83 5.98 9/463 24310
/proc/meminfo: memFree=17704912/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=246236 CPUtime=50.44 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 167795 0 0 0 5020 24 0 0 25 0 4 0 650750874 252145664 23482 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512035 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 61559 23482 344 106 0 57062 0
[pid=24306/tid=24308] ppid=24304 vsize=246236 CPUtime=12.64 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 8573 0 0 0 1263 1 0 0 25 0 4 0 650750879 252145664 23482 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=246236 CPUtime=12.64 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 8069 0 0 0 1262 2 0 0 25 0 4 0 650750879 252145664 23482 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=246236 CPUtime=12.45 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 138662 0 0 0 1227 18 0 0 25 0 4 0 650750879 252145664 23482 33554432000 4194304 4625164 140735295346656 18446744073709551615 264726102475 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 246236

[startup+25.5009 s]
/proc/loadavg: 7.71 7.84 6.00 9/463 24310
/proc/meminfo: memFree=17646376/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=267412 CPUtime=101.44 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 291756 0 0 0 10103 41 0 0 25 0 4 0 650750874 273829888 33417 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 66853 33417 344 106 0 62356 0
[pid=24306/tid=24308] ppid=24304 vsize=267412 CPUtime=25.43 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 13132 0 0 0 2542 1 0 0 25 0 4 0 650750879 273829888 33417 33554432000 4194304 4625164 140735295346656 18446744073709551615 4288548 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=267412 CPUtime=25.42 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 12762 0 0 0 2539 3 0 0 25 0 4 0 650750879 273829888 33417 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=267412 CPUtime=25.07 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 248494 0 0 0 2474 33 0 0 25 0 4 0 650750879 273829888 33417 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334458 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 267412

[startup+51.101 s]
/proc/loadavg: 7.83 7.85 6.06 9/463 24311
/proc/meminfo: memFree=17528888/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=311232 CPUtime=203.48 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 410780 0 0 0 20287 61 0 0 25 0 4 0 650750874 318701568 49582 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 77808 49582 344 106 0 73311 0
[pid=24306/tid=24308] ppid=24304 vsize=311232 CPUtime=51.03 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 15026 0 0 0 5101 2 0 0 25 0 4 0 650750879 318701568 49582 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=311232 CPUtime=51.02 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 20303 0 0 0 5098 4 0 0 25 0 4 0 650750879 318701568 49582 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=311232 CPUtime=50.3 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 351431 0 0 0 4981 49 0 0 25 0 4 0 650750879 318701568 49582 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.48
Current children cumulated vsize (KiB) 311232

[startup+102.317 s]
/proc/loadavg: 8.06 7.92 6.18 9/463 24312
/proc/meminfo: memFree=17321044/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=456932 CPUtime=407.58 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 685431 0 0 0 40655 103 0 0 25 0 4 0 650750874 467898368 78382 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 114233 78382 676 106 0 109736 0
[pid=24306/tid=24308] ppid=24304 vsize=456932 CPUtime=102.24 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 31561 0 0 0 10219 5 0 0 25 0 4 0 650750879 467898368 78382 33554432000 4194304 4625164 140735295346656 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=456932 CPUtime=102.23 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 31749 0 0 0 10217 6 0 0 25 0 4 0 650750879 467898368 78382 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=456932 CPUtime=100.77 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 574229 0 0 0 9994 83 0 0 25 0 4 0 650750879 467898368 78382 33554432000 4194304 4625164 140735295346656 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.58
Current children cumulated vsize (KiB) 456932

[startup+162.301 s]
/proc/loadavg: 8.16 7.97 6.30 9/463 24314
/proc/meminfo: memFree=17198360/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=457304 CPUtime=646.62 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 890950 0 0 0 64529 133 0 0 25 0 4 0 650750874 468279296 89982 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 114326 89982 924 106 0 109829 0
[pid=24306/tid=24308] ppid=24304 vsize=457304 CPUtime=162.22 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 33097 0 0 0 16217 5 0 0 25 0 4 0 650750879 468279296 89982 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=457304 CPUtime=162.18 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 32965 0 0 0 16212 6 0 0 25 0 4 0 650750879 468279296 89982 33554432000 4194304 4625164 140735295346656 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=457304 CPUtime=159.88 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 768628 0 0 0 15877 111 0 0 25 0 4 0 650750879 468279296 89982 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.62
Current children cumulated vsize (KiB) 457304

[startup+222.301 s]
/proc/loadavg: 8.17 8.01 6.42 9/463 24316
/proc/meminfo: memFree=17061908/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=594712 CPUtime=885.68 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 966556 0 0 0 88424 144 0 0 25 0 4 0 650750874 608985088 108613 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 148678 108613 744 106 0 144181 0
[pid=24306/tid=24308] ppid=24304 vsize=594712 CPUtime=222.22 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 34768 0 0 0 22216 6 0 0 25 0 4 0 650750879 608985088 108613 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=594712 CPUtime=222.16 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 33380 0 0 0 22209 7 0 0 25 0 4 0 650750879 608985088 108613 33554432000 4194304 4625164 140735295346656 18446744073709551615 4339600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=594712 CPUtime=218.99 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 805226 0 0 0 21783 116 0 0 25 0 4 0 650750879 608985088 108613 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.68
Current children cumulated vsize (KiB) 594712

[startup+282.3 s]

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

[pid=24306] ppid=24304 vsize=900984 CPUtime=2559.51 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 2664141 0 0 0 255569 382 0 0 25 0 4 0 650750874 922607616 168677 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 225246 168677 344 106 0 220749 0
[pid=24306/tid=24308] ppid=24304 vsize=900984 CPUtime=642.24 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 76645 0 0 0 64210 14 0 0 25 0 4 0 650750879 922607616 168677 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=900984 CPUtime=642.07 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 49547 0 0 0 64196 11 0 0 25 0 4 0 650750879 922607616 168677 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=900984 CPUtime=632.87 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 2378077 0 0 0 62955 332 0 0 25 0 4 0 650750879 922607616 168677 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2559.51
Current children cumulated vsize (KiB) 900984

[startup+702.301 s]
/proc/loadavg: 8.13 8.10 7.09 9/463 24328
/proc/meminfo: memFree=16406096/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=900984 CPUtime=2798.56 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 2993997 0 0 0 279429 427 0 0 25 0 4 0 650750874 922607616 174031 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 225246 174031 344 106 0 220749 0
[pid=24306/tid=24308] ppid=24304 vsize=900984 CPUtime=702.22 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 77283 0 0 0 70208 14 0 0 25 0 4 0 650750879 922607616 174031 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=900984 CPUtime=702.03 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 50710 0 0 0 70192 11 0 0 25 0 4 0 650750879 922607616 174031 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=900984 CPUtime=691.99 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 2703772 0 0 0 68823 376 0 0 25 0 4 0 650750879 922607616 174031 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2798.56
Current children cumulated vsize (KiB) 900984

[startup+762.318 s]
/proc/loadavg: 8.09 8.10 7.15 9/463 24330
/proc/meminfo: memFree=16256388/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1012496 CPUtime=3037.73 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 3369718 0 0 0 303294 479 0 0 25 0 4 0 650750874 1036795904 186313 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511938 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 253124 186313 553 106 0 248627 0
[pid=24306/tid=24308] ppid=24304 vsize=1012496 CPUtime=762.23 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 77950 0 0 0 76209 14 0 0 25 0 4 0 650750879 1036795904 186313 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1012496 CPUtime=762.04 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 51285 0 0 0 76193 11 0 0 25 0 4 0 650750879 1036795904 186313 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1012496 CPUtime=751.12 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 3076218 0 0 0 74685 427 0 0 25 0 4 0 650750879 1036795904 186313 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3037.73
Current children cumulated vsize (KiB) 1012496

[startup+822.3 s]
/proc/loadavg: 8.07 8.09 7.21 9/463 24332
/proc/meminfo: memFree=16182068/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1023720 CPUtime=3276.79 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 3591700 0 0 0 327171 508 0 0 25 0 4 0 650750874 1048289280 195751 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 255930 195751 556 106 0 251433 0
[pid=24306/tid=24308] ppid=24304 vsize=1023720 CPUtime=822.22 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 78465 0 0 0 82208 14 0 0 25 0 4 0 650750879 1048289280 195751 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1023720 CPUtime=822.01 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 52449 0 0 0 82190 11 0 0 25 0 4 0 650750879 1048289280 195751 33554432000 4194304 4625164 140735295346656 18446744073709551615 264726061013 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1023720 CPUtime=810.24 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 3293916 0 0 0 80569 455 0 0 25 0 4 0 650750879 1048289280 195751 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352105 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3276.79
Current children cumulated vsize (KiB) 1023720

[startup+882.301 s]
/proc/loadavg: 8.10 8.10 7.26 9/463 24333
/proc/meminfo: memFree=16120888/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1060776 CPUtime=3515.89 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 3853244 0 0 0 351042 547 0 0 25 0 4 0 650750874 1086234624 202368 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 265194 202368 530 106 0 260697 0
[pid=24306/tid=24308] ppid=24304 vsize=1060776 CPUtime=882.23 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 79247 0 0 0 88208 15 0 0 25 0 4 0 650750879 1086234624 202368 33554432000 4194304 4625164 140735295346656 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1060776 CPUtime=881.98 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 73209 0 0 0 88184 14 0 0 25 0 4 0 650750879 1086234624 202368 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1060776 CPUtime=869.36 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 3531764 0 0 0 86445 491 0 0 25 0 4 0 650750879 1086234624 202368 33554432000 4194304 4625164 140735295346656 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3515.89
Current children cumulated vsize (KiB) 1060776

[startup+942.301 s]
/proc/loadavg: 8.07 8.09 7.31 9/463 24335
/proc/meminfo: memFree=16026600/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1125564 CPUtime=3755.02 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 4216035 0 0 0 374903 599 0 0 25 0 4 0 650750874 1152577536 213487 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 281391 213487 530 106 0 276894 0
[pid=24306/tid=24308] ppid=24304 vsize=1125564 CPUtime=942.22 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 81016 0 0 0 94207 15 0 0 25 0 4 0 650750879 1152577536 213487 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1125564 CPUtime=941.98 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 74080 0 0 0 94183 15 0 0 25 0 4 0 650750879 1152577536 213487 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1125564 CPUtime=928.49 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 3854239 0 0 0 92313 536 0 0 25 0 4 0 650750879 1152577536 213487 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3755.02
Current children cumulated vsize (KiB) 1125564

[startup+1002.3 s]
/proc/loadavg: 8.02 8.07 7.35 9/463 24336
/proc/meminfo: memFree=15911612/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1279496 CPUtime=3994.12 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 4479088 0 0 0 398776 636 0 0 25 0 4 0 650750874 1310203904 225484 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 319874 225484 493 106 0 315377 0
[pid=24306/tid=24308] ppid=24304 vsize=1279496 CPUtime=1002.22 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 114085 0 0 0 100203 19 0 0 25 0 4 0 650750879 1310203904 225484 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1279496 CPUtime=1001.97 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 74461 0 0 0 100182 15 0 0 25 0 4 0 650750879 1310203904 225484 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1279496 CPUtime=987.6 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 4081207 0 0 0 98192 568 0 0 25 0 4 0 650750879 1310203904 225484 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3994.12
Current children cumulated vsize (KiB) 1279496

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 7.40 9/463 24338
/proc/meminfo: memFree=15822280/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1324576 CPUtime=4233.22 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 4733738 0 0 0 422649 673 0 0 25 0 4 0 650750874 1356365824 235234 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 331144 235234 354 106 0 326647 0
[pid=24306/tid=24308] ppid=24304 vsize=1324576 CPUtime=1062.23 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 114578 0 0 0 106203 20 0 0 25 0 4 0 650750879 1356365824 235234 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1324576 CPUtime=1061.95 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 74781 0 0 0 106180 15 0 0 25 0 4 0 650750879 1356365824 235234 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1324576 CPUtime=1046.72 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 4313585 0 0 0 104069 603 0 0 25 0 4 0 650750879 1356365824 235234 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4233.22
Current children cumulated vsize (KiB) 1324576

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 7.45 9/463 24340
/proc/meminfo: memFree=15766048/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1330480 CPUtime=4472.33 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 4952102 0 0 0 446527 706 0 0 25 0 4 0 650750874 1362411520 240579 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 332620 240579 344 106 0 328123 0
[pid=24306/tid=24308] ppid=24304 vsize=1330480 CPUtime=1122.23 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 115330 0 0 0 112203 20 0 0 25 0 4 0 650750879 1362411520 240579 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1330480 CPUtime=1121.94 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 75421 0 0 0 112178 16 0 0 25 0 4 0 650750879 1362411520 240579 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1330480 CPUtime=1105.84 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 4528019 0 0 0 109949 635 0 0 25 0 4 0 650750879 1362411520 240579 33554432000 4194304 4625164 140735295346656 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4472.33
Current children cumulated vsize (KiB) 1330480

[startup+1182.3 s]
/proc/loadavg: 8.24 8.12 7.49 9/463 24341
/proc/meminfo: memFree=15702160/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1334096 CPUtime=4711.46 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 5231337 0 0 0 470404 742 0 0 25 0 4 0 650750874 1366114304 247751 33554432000 4194304 4625164 140735295346656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 333524 247751 344 106 0 329027 0
[pid=24306/tid=24308] ppid=24304 vsize=1334096 CPUtime=1182.23 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 116679 0 0 0 118203 20 0 0 25 0 4 0 650750879 1366114304 247751 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1334096 CPUtime=1181.93 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 76068 0 0 0 118177 16 0 0 25 0 4 0 650750879 1366114304 247751 33554432000 4194304 4625164 140735295346656 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1334096 CPUtime=1164.98 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 4801399 0 0 0 115829 669 0 0 25 0 4 0 650750879 1366114304 247751 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4711.46
Current children cumulated vsize (KiB) 1334096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.6 s]
/proc/loadavg: 7.55 7.98 7.46 5/454 24360
/proc/meminfo: memFree=16885568/32951124 swapFree=63083192/67111528
[pid=24306] ppid=24304 vsize=1339412 CPUtime=4800.36 cores=0,2,4,6
/proc/24306/stat : 24306 (SArTagnan) R 24304 24306 24071 0 -1 4202496 5325055 0 0 0 479280 756 0 0 25 0 4 0 650750874 1371557888 251765 33554432000 4194304 4625164 140735295346656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24306/statm: 334853 251765 344 106 0 330356 0
[pid=24306/tid=24308] ppid=24304 vsize=1339412 CPUtime=1204.54 cores=0,2,4,6
/proc/24306/task/24308/stat : 24308 (SArTagnan) R 24304 24306 24071 0 -1 4202560 116709 0 0 0 120434 20 0 0 25 0 4 0 650750879 1371557888 251765 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24306/tid=24309] ppid=24304 vsize=1339412 CPUtime=1204.23 cores=0,2,4,6
/proc/24306/task/24309/stat : 24309 (SArTagnan) R 24304 24306 24071 0 -1 4202560 76085 0 0 0 120407 16 0 0 25 0 4 0 650750879 1371557888 251765 33554432000 4194304 4625164 140735295346656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24306/tid=24310] ppid=24304 vsize=1339412 CPUtime=1186.94 cores=0,2,4,6
/proc/24306/task/24310/stat : 24310 (SArTagnan) R 24304 24306 24071 0 -1 4202560 4893648 0 0 0 118012 682 0 0 25 0 4 0 650750879 1371557888 251765 33554432000 4194304 4625164 140735295346656 18446744073709551615 4327632 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1339412

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)
Real time (s): 1204.67
CPU time (s): 4800.44
CPU user time (s): 4792.83
CPU system time (s): 7.61084
CPU usage (%): 398.486
Max. virtual memory (cumulated for all children) (KiB): 1383216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.83
system time used= 7.61084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5325055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3766
involuntary context switches= 23214

runsolver used 4.98724 second user time and 12.6801 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-17 00:02:33
IDJOB=3386244
IDBENCH=85973
IDSOLVER=1871
FILE ID=node141/3386244-1305583353
RUNJOBID= node141-1305582131-24089
PBS_JOBID= 13350292
Free space on /tmp= 73256 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_29.renamed-as.sat05-1916.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386244-1305583353/watcher-3386244-1305583353 -o /tmp/evaluation-result-3386244-1305583353/solver-3386244-1305583353 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386244-1305583353.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f874c09c5787bb3c6a16f7a5f9ea0ad4
RANDOM SEED=1907902762

node141.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	: 5362.96
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.82
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.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.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.84
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.75
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:     32951124 kB
MemFree:      17826124 kB
Buffers:        296376 kB
Cached:        5665972 kB
SwapCached:      15708 kB
Active:        9463460 kB
Inactive:      5383936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17826124 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:            3196 kB
Writeback:           0 kB
AnonPages:     8875656 kB
Mapped:          20316 kB
Slab:           148520 kB
PageTables:      62468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125074000 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= 73256 MiB
End job on node141 at 2011-05-17 00:22:39