Trace number 3385988

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.37 1205.1

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark590.41
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 4 cores: 1,3,5,7

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.17 7.90 7.89 6/491 2205
/proc/meminfo: memFree=16063188/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=19424 CPUtime=0 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 569 0 0 0 0 0 0 0 21 0 1 0 669887532 19890176 507 33554432000 4194304 4625164 140736099945072 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2205/statm: 4856 507 295 106 0 359 0
[pid=2205/tid=2206] ppid=2203 vsize=55620 CPUtime=0 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 669887534 56954880 1729 33554432000 4194304 4625164 140736099945072 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=55620 CPUtime=0 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 669887534 56954880 1729 33554432000 4194304 4625164 140736099945072 18446744073709551615 46980708345778 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=55620 CPUtime=0 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 669887534 56954880 1729 33554432000 4194304 4625164 140736099945072 18446744073709551615 46980708345778 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0336979 s]
/proc/loadavg: 7.17 7.90 7.89 6/491 2205
/proc/meminfo: memFree=16063188/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=187932 CPUtime=0.08 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 2841 0 0 0 8 0 0 0 23 0 4 0 669887532 192442368 2344 33554432000 4194304 4625164 140736099945072 18446744073709551615 4530653 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 46983 2344 337 106 0 42486 0
[pid=2205/tid=2206] ppid=2203 vsize=187932 CPUtime=0.01 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 126 0 0 0 1 0 0 0 24 0 4 0 669887534 192442368 2344 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=187932 CPUtime=0.01 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 123 0 0 0 1 0 0 0 24 0 4 0 669887534 192442368 2344 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352539 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=187932 CPUtime=0.01 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 340 0 0 0 1 0 0 0 24 0 4 0 669887534 192442368 2344 33554432000 4194304 4625164 140736099945072 18446744073709551615 4562840 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 187932

[startup+0.100688 s]
/proc/loadavg: 7.17 7.90 7.89 6/491 2205
/proc/meminfo: memFree=16063188/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=269700 CPUtime=0.34 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 13415 0 0 0 33 1 0 0 23 0 4 0 669887532 276172800 6765 33554432000 4194304 4625164 140736099945072 18446744073709551615 218905387015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 67425 6767 342 106 0 62928 0
[pid=2205/tid=2206] ppid=2203 vsize=269700 CPUtime=0.07 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 2021 0 0 0 7 0 0 0 24 0 4 0 669887534 276172800 6769 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=269700 CPUtime=0.08 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 995 0 0 0 8 0 0 0 24 0 4 0 669887534 276172800 6772 33554432000 4194304 4625164 140736099945072 18446744073709551615 4339865 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=269700 CPUtime=0.08 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 2738 0 0 0 8 0 0 0 24 0 4 0 669887534 276172800 6772 33554432000 4194304 4625164 140736099945072 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 269700

[startup+0.300652 s]
/proc/loadavg: 7.17 7.90 7.89 6/491 2205
/proc/meminfo: memFree=16063188/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=271856 CPUtime=1.14 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 14637 0 0 0 112 2 0 0 24 0 4 0 669887532 278380544 7215 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 67964 7215 345 106 0 63467 0
[pid=2205/tid=2206] ppid=2203 vsize=271856 CPUtime=0.27 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 2063 0 0 0 27 0 0 0 25 0 4 0 669887534 278380544 7215 33554432000 4194304 4625164 140736099945072 18446744073709551615 4288847 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=271856 CPUtime=0.28 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 1630 0 0 0 28 0 0 0 25 0 4 0 669887534 278380544 7215 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=271856 CPUtime=0.27 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 3274 0 0 0 27 0 0 0 25 0 4 0 669887534 278380544 7215 33554432000 4194304 4625164 140736099945072 18446744073709551615 4552452 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 271856

[startup+0.700581 s]
/proc/loadavg: 7.17 7.90 7.89 6/491 2205
/proc/meminfo: memFree=16063188/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=271856 CPUtime=2.74 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 15137 0 0 0 272 2 0 0 25 0 4 0 669887532 278380544 7715 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 67964 7715 346 106 0 63467 0
[pid=2205/tid=2206] ppid=2203 vsize=271856 CPUtime=0.67 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 2151 0 0 0 67 0 0 0 25 0 4 0 669887534 278380544 7715 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=271856 CPUtime=0.68 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 1850 0 0 0 68 0 0 0 25 0 4 0 669887534 278380544 7715 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=271856 CPUtime=0.67 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 3357 0 0 0 67 0 0 0 25 0 4 0 669887534 278380544 7715 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 271856

[startup+1.50043 s]
/proc/loadavg: 7.24 7.91 7.89 10/495 2209
/proc/meminfo: memFree=16020928/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=279328 CPUtime=5.92 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 19320 0 0 0 589 3 0 0 25 0 4 0 669887532 286031872 9383 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512872 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 69832 9383 346 106 0 65335 0
[pid=2205/tid=2206] ppid=2203 vsize=279328 CPUtime=1.45 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 3253 0 0 0 145 0 0 0 25 0 4 0 669887534 286031872 9383 33554432000 4194304 4625164 140736099945072 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=279328 CPUtime=1.47 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 2926 0 0 0 147 0 0 0 25 0 4 0 669887534 286031872 9383 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=279328 CPUtime=1.48 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 4630 0 0 0 147 1 0 0 25 0 4 0 669887534 286031872 9383 33554432000 4194304 4625164 140736099945072 18446744073709551615 4547847 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 279328

[startup+3.10114 s]
/proc/loadavg: 7.24 7.91 7.89 10/495 2209
/proc/meminfo: memFree=16005428/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=281764 CPUtime=12.31 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 22475 0 0 0 1227 4 0 0 25 0 4 0 669887532 288526336 12266 33554432000 4194304 4625164 140736099945072 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 70441 12266 347 106 0 65944 0
[pid=2205/tid=2206] ppid=2203 vsize=281764 CPUtime=3.03 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 4187 0 0 0 303 0 0 0 25 0 4 0 669887534 288526336 12266 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=281764 CPUtime=3.08 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 4054 0 0 0 307 1 0 0 25 0 4 0 669887534 288526336 12266 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=281764 CPUtime=3.07 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 5629 0 0 0 306 1 0 0 25 0 4 0 669887534 288526336 12266 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351887 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 281764

[startup+6.30057 s]
/proc/loadavg: 7.24 7.91 7.89 9/495 2209
/proc/meminfo: memFree=15969076/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=295148 CPUtime=25.05 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 31665 0 0 0 2498 7 0 0 25 0 4 0 669887532 302231552 17872 33554432000 4194304 4625164 140736099945072 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 73787 17872 347 106 0 69290 0
[pid=2205/tid=2206] ppid=2203 vsize=295148 CPUtime=6.18 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 6844 0 0 0 617 1 0 0 25 0 4 0 669887534 302231552 17872 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=295148 CPUtime=6.28 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 6730 0 0 0 626 2 0 0 25 0 4 0 669887534 302231552 17872 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=295148 CPUtime=6.28 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 8292 0 0 0 626 2 0 0 25 0 4 0 669887534 302231552 17872 33554432000 4194304 4625164 140736099945072 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 295148

[startup+12.7004 s]
/proc/loadavg: 7.35 7.91 7.89 9/495 2209
/proc/meminfo: memFree=15911668/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=311980 CPUtime=50.55 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 81754 0 0 0 5037 18 0 0 25 0 4 0 669887532 319467520 27241 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 77995 27241 347 106 0 73498 0
[pid=2205/tid=2206] ppid=2203 vsize=311980 CPUtime=12.47 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 11559 0 0 0 1244 3 0 0 25 0 4 0 669887534 319467520 27241 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=311980 CPUtime=12.67 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 11129 0 0 0 1264 3 0 0 25 0 4 0 669887534 319467520 27241 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=311980 CPUtime=12.68 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 47695 0 0 0 1259 9 0 0 25 0 4 0 669887534 319467520 27241 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 311980

[startup+25.5011 s]
/proc/loadavg: 7.53 7.93 7.90 9/495 2209
/proc/meminfo: memFree=15833184/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=340116 CPUtime=101.53 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 200714 0 0 0 10110 43 0 0 25 0 4 0 669887532 348278784 41610 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 85029 41610 348 106 0 80532 0
[pid=2205/tid=2206] ppid=2203 vsize=340116 CPUtime=25.06 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 17826 0 0 0 2498 8 0 0 25 0 4 0 669887534 348278784 41610 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=340116 CPUtime=25.48 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 21243 0 0 0 2542 6 0 0 25 0 4 0 669887534 348278784 41610 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=340116 CPUtime=25.47 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 146162 0 0 0 2522 25 0 0 25 0 4 0 669887534 348278784 41610 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 340116

[startup+51.1004 s]
/proc/loadavg: 7.69 7.93 7.90 6/489 2231
/proc/meminfo: memFree=15696376/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=402352 CPUtime=203.51 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 285164 0 0 0 20283 68 0 0 25 0 4 0 669887532 412008448 66860 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 100588 66860 544 106 0 96091 0
[pid=2205/tid=2206] ppid=2203 vsize=402352 CPUtime=50.25 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 27345 0 0 0 5011 14 0 0 25 0 4 0 669887534 412008448 66860 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=402352 CPUtime=51.07 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 34425 0 0 0 5092 15 0 0 25 0 4 0 669887534 412008448 66860 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=402352 CPUtime=51.07 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 194164 0 0 0 5074 33 0 0 25 0 4 0 669887534 412008448 66860 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352061 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.51
Current children cumulated vsize (KiB) 402352

[startup+102.319 s]
/proc/loadavg: 7.81 7.91 7.90 9/495 2242
/proc/meminfo: memFree=14769552/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=710392 CPUtime=407.49 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 548382 0 0 0 40616 133 0 0 25 0 4 0 669887532 727441408 113303 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 177598 113303 1214 106 0 173101 0
[pid=2205/tid=2206] ppid=2203 vsize=710392 CPUtime=100.6 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 39773 0 0 0 10032 28 0 0 25 0 4 0 669887534 727441408 113303 33554432000 4194304 4625164 140736099945072 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=710392 CPUtime=102.29 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 50890 0 0 0 10206 23 0 0 25 0 4 0 669887534 727441408 113303 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=710392 CPUtime=102.29 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 399141 0 0 0 10157 72 0 0 25 0 4 0 669887534 727441408 113303 33554432000 4194304 4625164 140736099945072 18446744073709551615 4469375 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.49
Current children cumulated vsize (KiB) 710392

[startup+162.3 s]

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

[pid=2205] ppid=2203 vsize=1622504 CPUtime=2558.59 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 3144867 0 0 0 255232 627 0 0 25 0 4 0 669887532 1661444096 317517 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 405626 317517 392 106 0 401129 0
[pid=2205/tid=2206] ppid=2203 vsize=1622504 CPUtime=631.72 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 105354 0 0 0 63099 73 0 0 25 0 4 0 669887534 1661444096 317542 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=1622504 CPUtime=642.31 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 160816 0 0 0 64155 76 0 0 25 0 4 0 669887534 1661444096 317542 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=1622504 CPUtime=642.29 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 2685496 0 0 0 63784 445 0 0 25 0 4 0 669887534 1661444096 317542 33554432000 4194304 4625164 140736099945072 18446744073709551615 218905774439 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2558.59
Current children cumulated vsize (KiB) 1622504

[startup+702.301 s]
/proc/loadavg: 8.24 8.18 8.03 9/495 2279
/proc/meminfo: memFree=9813664/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=1633196 CPUtime=2797.59 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 3454811 0 0 0 279070 689 0 0 25 0 4 0 669887532 1672392704 335423 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 408299 335423 391 106 0 403802 0
[pid=2205/tid=2206] ppid=2203 vsize=1633196 CPUtime=690.74 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 108400 0 0 0 68999 75 0 0 25 0 4 0 669887534 1672392704 335423 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=1633196 CPUtime=702.29 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 165746 0 0 0 70144 85 0 0 25 0 4 0 669887534 1672392704 335423 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=1633196 CPUtime=702.27 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 2981457 0 0 0 69733 494 0 0 25 0 4 0 669887534 1672392704 335423 33554432000 4194304 4625164 140736099945072 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2797.59
Current children cumulated vsize (KiB) 1633196

[startup+762.319 s]
/proc/loadavg: 8.21 8.17 8.03 9/495 2280
/proc/meminfo: memFree=9518308/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=1709424 CPUtime=3036.68 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 3760943 0 0 0 302919 749 0 0 25 0 4 0 669887532 1750450176 353543 33554432000 4194304 4625164 140736099945072 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 427356 353543 389 106 0 422859 0
[pid=2205/tid=2206] ppid=2203 vsize=1709424 CPUtime=749.77 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 112113 0 0 0 74899 78 0 0 25 0 4 0 669887534 1750450176 353543 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=1709424 CPUtime=762.31 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 171082 0 0 0 76139 92 0 0 25 0 4 0 669887534 1750450176 353543 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=1709424 CPUtime=762.29 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 3274283 0 0 0 75684 545 0 0 25 0 4 0 669887534 1750450176 353543 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3036.68
Current children cumulated vsize (KiB) 1709424

[startup+822.3 s]
/proc/loadavg: 8.18 8.17 8.04 9/495 2282
/proc/meminfo: memFree=9263488/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=1780540 CPUtime=3275.64 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 4042999 0 0 0 326757 807 0 0 25 0 4 0 669887532 1823272960 368323 33554432000 4194304 4625164 140736099945072 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 445135 368323 376 106 0 440638 0
[pid=2205/tid=2206] ppid=2203 vsize=1780540 CPUtime=808.78 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 115063 0 0 0 80796 82 0 0 25 0 4 0 669887534 1823272960 368323 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=1780540 CPUtime=822.3 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 175010 0 0 0 82131 99 0 0 25 0 4 0 669887534 1823272960 368323 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=1780540 CPUtime=822.28 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 3547512 0 0 0 81637 591 0 0 25 0 4 0 669887534 1823272960 368323 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3275.64
Current children cumulated vsize (KiB) 1780540

[startup+882.301 s]
/proc/loadavg: 8.16 8.17 8.04 9/495 2283
/proc/meminfo: memFree=9070356/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=1780540 CPUtime=3514.65 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 4337081 0 0 0 350595 870 0 0 25 0 4 0 669887532 1823272960 383940 33554432000 4194304 4625164 140736099945072 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 445135 383940 379 106 0 440638 0
[pid=2205/tid=2206] ppid=2203 vsize=1780540 CPUtime=867.79 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 117839 0 0 0 86692 87 0 0 25 0 4 0 669887534 1823272960 383940 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=1780540 CPUtime=882.29 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 178590 0 0 0 88125 104 0 0 25 0 4 0 669887534 1823272960 383940 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=1780540 CPUtime=882.28 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 3831426 0 0 0 87585 643 0 0 25 0 4 0 669887534 1823272960 383940 33554432000 4194304 4625164 140736099945072 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3514.65
Current children cumulated vsize (KiB) 1780540

[startup+942.301 s]
/proc/loadavg: 8.15 8.16 8.05 9/495 2285
/proc/meminfo: memFree=8903964/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=1818256 CPUtime=3753.69 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 4637173 0 0 0 374434 935 0 0 25 0 4 0 669887532 1861894144 398592 33554432000 4194304 4625164 140736099945072 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 454564 398594 372 106 0 450067 0
[pid=2205/tid=2206] ppid=2203 vsize=1818256 CPUtime=926.82 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 140524 0 0 0 92589 93 0 0 25 0 4 0 669887534 1861894144 398594 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=1818256 CPUtime=942.29 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 181763 0 0 0 94119 110 0 0 25 0 4 0 669887534 1861894144 398594 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=1818256 CPUtime=942.28 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 4103286 0 0 0 93534 694 0 0 25 0 4 0 669887534 1861894144 398595 33554432000 4194304 4625164 140736099945072 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3753.69
Current children cumulated vsize (KiB) 1818256

[startup+1002.3 s]
/proc/loadavg: 8.11 8.15 8.05 9/495 2287
/proc/meminfo: memFree=8714836/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=1913384 CPUtime=3992.71 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 4913183 0 0 0 398277 994 0 0 25 0 4 0 669887532 1959305216 415326 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2205/statm: 478346 415326 375 106 0 473849 0
[pid=2205/tid=2206] ppid=2203 vsize=1913384 CPUtime=985.83 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 142688 0 0 0 98488 95 0 0 25 0 4 0 669887534 1959305216 415326 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=1913384 CPUtime=1002.29 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 185234 0 0 0 100115 114 0 0 25 0 4 0 669887534 1959305216 415326 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=1913384 CPUtime=1002.27 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 4368560 0 0 0 99481 746 0 0 25 0 4 0 669887534 1959305216 415326 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3992.71
Current children cumulated vsize (KiB) 1913384

[startup+1062.3 s]
/proc/loadavg: 8.04 8.12 8.04 9/495 2288
/proc/meminfo: memFree=8533528/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=2185100 CPUtime=4231.73 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 5251484 0 0 0 422112 1061 0 0 25 0 4 0 669887532 2237542400 434286 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2205/statm: 546275 434286 369 106 0 541778 0
[pid=2205/tid=2206] ppid=2203 vsize=2185100 CPUtime=1045.55 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 144967 0 0 0 104457 98 0 0 25 0 4 0 669887534 2237542400 434286 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=2185100 CPUtime=1062.29 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 188336 0 0 0 106109 120 0 0 25 0 4 0 669887534 2237542400 434286 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=2185100 CPUtime=1062.27 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 4625534 0 0 0 105434 793 0 0 25 0 4 0 669887534 2237542400 434286 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4231.73
Current children cumulated vsize (KiB) 2185100

[startup+1122.3 s]
/proc/loadavg: 8.01 8.09 8.04 9/495 2290
/proc/meminfo: memFree=8326412/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=2185100 CPUtime=4470.74 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 5514028 0 0 0 445956 1118 0 0 25 0 4 0 669887532 2237542400 445783 33554432000 4194304 4625164 140736099945072 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2205/statm: 546275 445783 358 106 0 541778 0
[pid=2205/tid=2206] ppid=2203 vsize=2185100 CPUtime=1105.55 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 147344 0 0 0 110452 103 0 0 25 0 4 0 669887534 2237542400 445783 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=2185100 CPUtime=1122.29 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 191365 0 0 0 112104 125 0 0 25 0 4 0 669887534 2237542400 445783 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=2185100 CPUtime=1122.28 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 4881131 0 0 0 111387 841 0 0 25 0 4 0 669887534 2237542400 445783 33554432000 4194304 4625164 140736099945072 18446744073709551615 4335605 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4470.74
Current children cumulated vsize (KiB) 2185100

[startup+1182.3 s]
/proc/loadavg: 8.12 8.10 8.04 9/495 2291
/proc/meminfo: memFree=8122848/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=2255388 CPUtime=4709.78 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 5784646 0 0 0 469802 1176 0 0 25 0 4 0 669887532 2309517312 459439 33554432000 4194304 4625164 140736099945072 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2205/statm: 563847 459439 361 106 0 559350 0
[pid=2205/tid=2206] ppid=2203 vsize=2255388 CPUtime=1165.55 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 150126 0 0 0 116447 108 0 0 25 0 4 0 669887534 2309517312 459439 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=2255388 CPUtime=1182.3 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 194576 0 0 0 118101 129 0 0 25 0 4 0 669887534 2309517312 459439 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=2255388 CPUtime=1182.28 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 5143967 0 0 0 117339 889 0 0 25 0 4 0 669887534 2309517312 459439 33554432000 4194304 4625164 140736099945072 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4709.78
Current children cumulated vsize (KiB) 2255388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.09 8.10 8.04 9/495 2292
/proc/meminfo: memFree=8027744/32951124 swapFree=62248504/67111528
[pid=2205] ppid=2203 vsize=2256928 CPUtime=4800.21 cores=1,3,5,7
/proc/2205/stat : 2205 (SArTagnan) R 2203 2205 1492 0 -1 4202496 5886722 0 0 0 478824 1197 0 0 25 0 4 0 669887532 2311094272 463472 33554432000 4194304 4625164 140736099945072 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2205/statm: 564232 463472 348 106 0 559735 0
[pid=2205/tid=2206] ppid=2203 vsize=2256928 CPUtime=1188.27 cores=1,3,5,7
/proc/2205/task/2206/stat : 2206 (SArTagnan) R 2203 2205 1492 0 -1 4202560 150659 0 0 0 118719 108 0 0 25 0 4 0 669887534 2311094272 463474 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2205/tid=2207] ppid=2203 vsize=2256928 CPUtime=1205.02 cores=1,3,5,7
/proc/2205/task/2207/stat : 2207 (SArTagnan) R 2203 2205 1492 0 -1 4202560 195564 0 0 0 120371 131 0 0 25 0 4 0 669887534 2311094272 463474 33554432000 4194304 4625164 140736099945072 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2205/tid=2208] ppid=2203 vsize=2256928 CPUtime=1205 cores=1,3,5,7
/proc/2205/task/2208/stat : 2208 (SArTagnan) R 2203 2205 1492 0 -1 4202560 5243012 0 0 0 119592 908 0 0 25 0 4 0 669887534 2311094272 463474 33554432000 4194304 4625164 140736099945072 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2256928

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): 1205.1
CPU time (s): 4800.37
CPU user time (s): 4788.31
CPU system time (s): 12.0522
CPU usage (%): 398.337
Max. virtual memory (cumulated for all children) (KiB): 2256928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.32
system time used= 12.0522
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5886725
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= 2585
involuntary context switches= 31105

runsolver used 4.92225 second user time and 14.8947 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 23:54:58
IDJOB=3385988
IDBENCH=84761
IDSOLVER=1871
FILE ID=node137/3385988-1305582898
RUNJOBID= node137-1305582898-2183
PBS_JOBID= 13350207
Free space on /tmp= 73664 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385988-1305582898/watcher-3385988-1305582898 -o /tmp/evaluation-result-3385988-1305582898/solver-3385988-1305582898 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385988-1305582898.cnf -threads=4

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=1904569009

node137.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.844
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.68
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.844
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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      16063220 kB
Buffers:        330716 kB
Cached:        4368000 kB
SwapCached:      25020 kB
Active:        6910132 kB
Inactive:      9702764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16063220 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:            1708 kB
Writeback:           0 kB
AnonPages:    11898752 kB
Mapped:          31556 kB
Slab:           137816 kB
PageTables:      68520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146980876 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= 73512 MiB
End job on node137 at 2011-05-17 00:15:05