Trace number 3250518

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-03-24? (TO) 4800.25 1201.77

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

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: 935)

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-3250518-1304094031/watcher-3250518-1304094031 -o /tmp/evaluation-result-3250518-1304094031/solver-3250518-1304094031 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3250518-1304094031.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: 4.59 7.09 7.71 6/180 425
/proc/meminfo: memFree=22145852/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=19296 CPUtime=0 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 456 0 0 0 0 0 0 0 25 0 1 0 521001905 19759104 394 33554432000 4194304 4623224 140736249504304 18446744073709551615 268272386256 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/425/statm: 4824 394 296 105 0 328 0

[startup+0.136096 s]
/proc/loadavg: 4.59 7.09 7.71 6/180 425
/proc/meminfo: memFree=22145852/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=194036 CPUtime=0.45 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 6112 0 0 0 45 0 0 0 25 0 4 0 521001905 198692864 3585 33554432000 4194304 4623224 140736249504304 18446744073709551615 4354519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 48509 3585 337 105 0 44013 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 194036

[startup+0.201085 s]
/proc/loadavg: 4.59 7.09 7.71 6/180 425
/proc/meminfo: memFree=22145852/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=194036 CPUtime=0.71 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 6303 0 0 0 71 0 0 0 25 0 4 0 521001905 198692864 3727 33554432000 4194304 4623224 140736249504304 18446744073709551615 4355931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 48509 3727 337 105 0 44013 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 194036

[startup+0.301068 s]
/proc/loadavg: 4.59 7.09 7.71 6/180 425
/proc/meminfo: memFree=22145852/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=194036 CPUtime=1.11 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 7554 0 0 0 111 0 0 0 25 0 4 0 521001905 198692864 3904 33554432000 4194304 4623224 140736249504304 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 48509 3904 337 105 0 44013 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 194036

[startup+0.700996 s]
/proc/loadavg: 4.59 7.09 7.71 6/180 425
/proc/meminfo: memFree=22145852/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=196572 CPUtime=2.71 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 11973 0 0 0 270 1 0 0 25 0 4 0 521001905 201289728 4745 33554432000 4194304 4623224 140736249504304 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 49143 4745 337 105 0 44647 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 196572

[startup+1.50085 s]
/proc/loadavg: 4.59 7.09 7.71 8/184 429
/proc/meminfo: memFree=22111232/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=199416 CPUtime=5.91 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 18590 0 0 0 588 3 0 0 25 0 4 0 521001905 204201984 6357 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 49854 6357 337 105 0 45358 0
[pid=425/tid=427] ppid=423 vsize=199416 CPUtime=1.46 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 2070 0 0 0 146 0 0 0 25 0 4 0 521001908 204201984 6357 33554432000 4194304 4623224 140736249504304 18446744073709551615 4366381 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=199416 CPUtime=1.47 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 1348 0 0 0 147 0 0 0 25 0 4 0 521001908 204201984 6357 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=199416 CPUtime=1.46 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 10942 0 0 0 145 1 0 0 25 0 4 0 521001908 204201984 6357 33554432000 4194304 4623224 140736249504304 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 199416

[startup+3.10057 s]
/proc/loadavg: 4.86 7.10 7.71 9/184 429
/proc/meminfo: memFree=22095876/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=207212 CPUtime=12.3 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 32448 0 0 0 1226 4 0 0 25 0 4 0 521001905 212185088 9177 33554432000 4194304 4623224 140736249504304 18446744073709551615 4508336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 51803 9177 342 105 0 47307 0
[pid=425/tid=427] ppid=423 vsize=207212 CPUtime=3.06 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 3458 0 0 0 306 0 0 0 25 0 4 0 521001908 212185088 9177 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=207212 CPUtime=3.07 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 2268 0 0 0 307 0 0 0 25 0 4 0 521001908 212185088 9177 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=207212 CPUtime=3.05 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 22397 0 0 0 302 3 0 0 25 0 4 0 521001908 212185088 9177 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 207212

[startup+6.301 s]
/proc/loadavg: 4.86 7.10 7.71 9/184 429
/proc/meminfo: memFree=22059316/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=213564 CPUtime=25.09 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 60077 0 0 0 2501 8 0 0 25 0 4 0 521001905 218689536 13778 33554432000 4194304 4623224 140736249504304 18446744073709551615 4517483 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 53391 13778 342 105 0 48895 0
[pid=425/tid=427] ppid=423 vsize=213564 CPUtime=6.26 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 5555 0 0 0 626 0 0 0 25 0 4 0 521001908 218689536 13778 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=213564 CPUtime=6.27 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 3716 0 0 0 627 0 0 0 25 0 4 0 521001908 218689536 13778 33554432000 4194304 4623224 140736249504304 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=213564 CPUtime=6.24 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 45659 0 0 0 618 6 0 0 25 0 4 0 521001908 218689536 13778 33554432000 4194304 4623224 140736249504304 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 213564

[startup+12.7009 s]
/proc/loadavg: 5.35 7.13 7.71 9/184 429
/proc/meminfo: memFree=22005132/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=224480 CPUtime=50.65 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 96764 0 0 0 5050 15 0 0 25 0 4 0 521001905 229867520 21923 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510066 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 56120 21923 352 105 0 51624 0
[pid=425/tid=427] ppid=423 vsize=224480 CPUtime=12.67 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 9493 0 0 0 1266 1 0 0 25 0 4 0 521001908 229867520 21923 33554432000 4194304 4623224 140736249504304 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=224480 CPUtime=12.66 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 6301 0 0 0 1266 0 0 0 25 0 4 0 521001908 229867520 21923 33554432000 4194304 4623224 140736249504304 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=224480 CPUtime=12.6 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 74999 0 0 0 1249 11 0 0 25 0 4 0 521001908 229867520 21923 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 224480

[startup+25.5006 s]
/proc/loadavg: 5.75 7.16 7.72 9/184 429
/proc/meminfo: memFree=21940104/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=241040 CPUtime=101.78 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 166962 0 0 0 10152 26 0 0 25 0 4 0 521001905 246824960 31033 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 60260 31033 342 105 0 55764 0
[pid=425/tid=427] ppid=423 vsize=241040 CPUtime=25.45 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 13965 0 0 0 2544 1 0 0 25 0 4 0 521001908 246824960 31033 33554432000 4194304 4623224 140736249504304 18446744073709551615 4485442 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=241040 CPUtime=25.46 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 9764 0 0 0 2545 1 0 0 25 0 4 0 521001908 246824960 31033 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=241040 CPUtime=25.34 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 135438 0 0 0 2513 21 0 0 25 0 4 0 521001908 246824960 31033 33554432000 4194304 4623224 140736249504304 18446744073709551615 4545674 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 241040

[startup+51.101 s]
/proc/loadavg: 6.60 7.24 7.73 9/184 430
/proc/meminfo: memFree=21852140/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=278460 CPUtime=204.05 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 250389 0 0 0 20367 38 0 0 25 0 4 0 521001905 285143040 47154 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 69615 47154 342 105 0 65119 0
[pid=425/tid=427] ppid=423 vsize=278460 CPUtime=51.06 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 22269 0 0 0 5103 3 0 0 25 0 4 0 521001908 285143040 47154 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=278460 CPUtime=51.06 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 15852 0 0 0 5104 2 0 0 25 0 4 0 521001908 285143040 47154 33554432000 4194304 4623224 140736249504304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=278460 CPUtime=50.81 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 203140 0 0 0 5051 30 0 0 25 0 4 0 521001908 285143040 47154 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 278460

[startup+102.301 s]
/proc/loadavg: 7.58 7.40 7.75 9/184 471
/proc/meminfo: memFree=21759004/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=471012 CPUtime=408.57 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 492878 0 0 0 40782 75 0 0 25 0 4 0 521001905 482316288 72823 33554432000 4194304 4623224 140736249504304 18446744073709551615 4414829 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 117753 72823 631 105 0 113257 0
[pid=425/tid=427] ppid=423 vsize=471012 CPUtime=102.26 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 33098 0 0 0 10222 4 0 0 25 0 4 0 521001908 482316288 72823 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=471012 CPUtime=102.27 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 23452 0 0 0 10223 4 0 0 25 0 4 0 521001908 482316288 72823 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=471012 CPUtime=101.73 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 419162 0 0 0 10111 62 0 0 25 0 4 0 521001908 482316288 72823 33554432000 4194304 4623224 140736249504304 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 471012

[startup+162.3 s]
/proc/loadavg: 7.90 7.52 7.77 9/184 473
/proc/meminfo: memFree=21526740/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=527624 CPUtime=648.23 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 657985 0 0 0 64721 102 0 0 25 0 4 0 521001905 540286976 100516 33554432000 4194304 4623224 140736249504304 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 131906 100516 741 105 0 127410 0
[pid=425/tid=427] ppid=423 vsize=527624 CPUtime=162.25 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 51904 0 0 0 16217 8 0 0 25 0 4 0 521001908 540286976 100516 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=527624 CPUtime=162.26 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 35786 0 0 0 16220 6 0 0 25 0 4 0 521001908 540286976 100516 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=527624 CPUtime=161.4 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 544910 0 0 0 16058 82 0 0 25 0 4 0 521001908 540286976 100516 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 527624

[startup+222.307 s]
/proc/loadavg: 8.01 7.62 7.79 9/184 475
/proc/meminfo: memFree=21326584/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=581836 CPUtime=887.93 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 864413 0 0 0 88658 135 0 0 25 0 4 0 521001905 595800064 120741 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 145459 120741 1218 105 0 140963 0
[pid=425/tid=427] ppid=423 vsize=581836 CPUtime=222.25 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 54282 0 0 0 22217 8 0 0 25 0 4 0 521001908 595800064 120741 33554432000 4194304 4623224 140736249504304 18446744073709551615 4366446 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=581836 CPUtime=222.27 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 38163 0 0 0 22220 7 0 0 25 0 4 0 521001908 595800064 120741 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=581836 CPUtime=221.08 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 733424 0 0 0 21997 111 0 0 25 0 4 0 521001908 595800064 120741 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 581836

[startup+282.301 s]

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

[pid=425] ppid=423 vsize=1119212 CPUtime=2565.61 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 2129002 0 0 0 256231 330 0 0 25 0 4 0 521001905 1146073088 219895 33554432000 4194304 4623224 140736249504304 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 279803 219895 653 105 0 275307 0
[pid=425/tid=427] ppid=423 vsize=1119212 CPUtime=642.22 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 119741 0 0 0 64204 18 0 0 25 0 4 0 521001908 1146073088 219895 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1119212 CPUtime=642.26 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 82948 0 0 0 64211 15 0 0 25 0 4 0 521001908 1146073088 219895 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1119212 CPUtime=638.79 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 1825326 0 0 0 63601 278 0 0 25 0 4 0 521001908 1146073088 219895 33554432000 4194304 4623224 140736249504304 18446744073709551615 4577392 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.61
Current children cumulated vsize (KiB) 1119212

[startup+702.301 s]
/proc/loadavg: 8.05 7.97 7.89 9/184 517
/proc/meminfo: memFree=21126048/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1126964 CPUtime=2805.28 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 2399501 0 0 0 280155 373 0 0 25 0 4 0 521001905 1154011136 230304 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 281741 230304 658 105 0 277245 0
[pid=425/tid=427] ppid=423 vsize=1126964 CPUtime=702.21 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 121924 0 0 0 70203 18 0 0 25 0 4 0 521001908 1154011136 230304 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1126964 CPUtime=702.27 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 84678 0 0 0 70211 16 0 0 25 0 4 0 521001908 1154011136 230304 33554432000 4194304 4623224 140736249504304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1126964 CPUtime=698.47 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 2083572 0 0 0 69528 319 0 0 25 0 4 0 521001908 1154011136 230304 33554432000 4194304 4623224 140736249504304 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.28
Current children cumulated vsize (KiB) 1126964

[startup+762.3 s]
/proc/loadavg: 8.10 8.00 7.90 9/184 519
/proc/meminfo: memFree=20966932/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1136512 CPUtime=3044.96 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 2690052 0 0 0 304079 417 0 0 25 0 4 0 521001905 1163788288 239232 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 284128 239232 607 105 0 279632 0
[pid=425/tid=427] ppid=423 vsize=1136512 CPUtime=762.21 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 123933 0 0 0 76202 19 0 0 25 0 4 0 521001908 1163788288 239232 33554432000 4194304 4623224 140736249504304 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1136512 CPUtime=762.28 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 85196 0 0 0 76211 17 0 0 25 0 4 0 521001908 1163788288 239232 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1136512 CPUtime=758.15 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 2359461 0 0 0 75456 359 0 0 25 0 4 0 521001908 1163788288 239232 33554432000 4194304 4623224 140736249504304 18446744073709551615 4550498 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.96
Current children cumulated vsize (KiB) 1136512

[startup+822.301 s]
/proc/loadavg: 8.08 8.01 7.91 9/184 521
/proc/meminfo: memFree=20845392/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1146296 CPUtime=3284.62 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 2802579 0 0 0 328028 434 0 0 25 0 4 0 521001905 1173807104 245135 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 286574 245135 601 105 0 282078 0
[pid=425/tid=427] ppid=423 vsize=1146296 CPUtime=822.21 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 124247 0 0 0 82201 20 0 0 25 0 4 0 521001908 1173807104 245135 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1146296 CPUtime=822.27 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 85490 0 0 0 82210 17 0 0 25 0 4 0 521001908 1173807104 245135 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1146296 CPUtime=817.82 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 2468347 0 0 0 81407 375 0 0 25 0 4 0 521001908 1173807104 245135 33554432000 4194304 4623224 140736249504304 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 1146296

[startup+882.307 s]
/proc/loadavg: 8.06 8.02 7.92 9/184 522
/proc/meminfo: memFree=20757336/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1175600 CPUtime=3524.32 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 3092753 0 0 0 351955 477 0 0 25 0 4 0 521001905 1203814400 250553 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 293900 250553 559 105 0 289404 0
[pid=425/tid=427] ppid=423 vsize=1175600 CPUtime=882.21 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 124570 0 0 0 88201 20 0 0 25 0 4 0 521001908 1203814400 250553 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1175600 CPUtime=882.28 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 85737 0 0 0 88211 17 0 0 25 0 4 0 521001908 1203814400 250553 33554432000 4194304 4623224 140736249504304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1175600 CPUtime=877.5 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 2743854 0 0 0 87335 415 0 0 25 0 4 0 521001908 1203814400 250553 33554432000 4194304 4623224 140736249504304 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 1175600

[startup+942.3 s]
/proc/loadavg: 8.02 8.02 7.92 9/184 524
/proc/meminfo: memFree=20628596/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1183684 CPUtime=3763.97 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 3240052 0 0 0 375897 500 0 0 25 0 4 0 521001905 1212092416 259463 33554432000 4194304 4623224 140736249504304 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 295921 259463 347 105 0 291425 0
[pid=425/tid=427] ppid=423 vsize=1183684 CPUtime=942.2 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 125080 0 0 0 94200 20 0 0 25 0 4 0 521001908 1212092416 259463 33554432000 4194304 4623224 140736249504304 18446744073709551615 4461309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1183684 CPUtime=942.27 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 87511 0 0 0 94210 17 0 0 25 0 4 0 521001908 1212092416 259463 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1183684 CPUtime=937.17 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 2883329 0 0 0 93281 436 0 0 25 0 4 0 521001908 1212092416 259463 33554432000 4194304 4623224 140736249504304 18446744073709551615 4364672 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1183684

[startup+1002.3 s]
/proc/loadavg: 8.09 8.03 7.92 9/184 525
/proc/meminfo: memFree=20514724/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1278676 CPUtime=4003.64 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 3469201 0 0 0 399828 536 0 0 25 0 4 0 521001905 1309364224 265343 33554432000 4194304 4623224 140736249504304 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 319669 265343 356 105 0 315173 0
[pid=425/tid=427] ppid=423 vsize=1278676 CPUtime=1002.19 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 125825 0 0 0 100199 20 0 0 25 0 4 0 521001908 1309364224 265343 33554432000 4194304 4623224 140736249504304 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1278676 CPUtime=1002.28 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 88017 0 0 0 100210 18 0 0 25 0 4 0 521001908 1309364224 265343 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1278676 CPUtime=996.84 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 3109010 0 0 0 99213 471 0 0 25 0 4 0 521001908 1309364224 265343 33554432000 4194304 4623224 140736249504304 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 1278676

[startup+1062.3 s]
/proc/loadavg: 8.14 8.05 7.93 9/184 527
/proc/meminfo: memFree=20449856/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1351272 CPUtime=4243.32 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 3894572 0 0 0 423731 601 0 0 25 0 4 0 521001905 1383702528 275363 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 337818 275363 408 105 0 333322 0
[pid=425/tid=427] ppid=423 vsize=1351272 CPUtime=1062.18 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 126958 0 0 0 106197 21 0 0 25 0 4 0 521001908 1383702528 275363 33554432000 4194304 4623224 140736249504304 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1351272 CPUtime=1062.28 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 88836 0 0 0 106210 18 0 0 25 0 4 0 521001908 1383702528 275363 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1351272 CPUtime=1056.52 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 3529963 0 0 0 105118 534 0 0 25 0 4 0 521001908 1383702528 275363 33554432000 4194304 4623224 140736249504304 18446744073709551615 4366341 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 1351272

[startup+1122.3 s]
/proc/loadavg: 8.23 8.09 7.95 9/184 529
/proc/meminfo: memFree=20355712/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1398556 CPUtime=4482.98 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 4329364 0 0 0 447637 661 0 0 25 0 4 0 521001905 1432121344 284441 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 349639 284441 378 105 0 345143 0
[pid=425/tid=427] ppid=423 vsize=1398556 CPUtime=1122.18 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 127310 0 0 0 112197 21 0 0 25 0 4 0 521001908 1432121344 284441 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1398556 CPUtime=1122.28 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 89180 0 0 0 112210 18 0 0 25 0 4 0 521001908 1432121344 284441 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=425/tid=429] ppid=423 vsize=1398556 CPUtime=1116.19 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 3913778 0 0 0 111030 589 0 0 25 0 4 0 521001908 1432121344 284441 33554432000 4194304 4623224 140736249504304 18446744073709551615 4365056 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 1398556

[startup+1182.3 s]
/proc/loadavg: 8.22 8.10 7.96 9/184 530
/proc/meminfo: memFree=20279684/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1401136 CPUtime=4722.66 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 4718985 0 0 0 471544 722 0 0 25 0 4 0 521001905 1434763264 292172 33554432000 4194304 4623224 140736249504304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 350284 292172 351 105 0 345788 0
[pid=425/tid=427] ppid=423 vsize=1401136 CPUtime=1182.18 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 128535 0 0 0 118197 21 0 0 25 0 4 0 521001908 1434763264 292172 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1401136 CPUtime=1182.1 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 89694 0 0 0 118192 18 0 0 25 0 4 0 521001908 1434763264 292172 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=425/tid=429] ppid=423 vsize=1401136 CPUtime=1176.03 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 4273148 0 0 0 116959 644 0 0 25 0 4 0 521001908 1434763264 292172 33554432000 4194304 4623224 140736249504304 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 1401136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.09 7.96 9/184 531
/proc/meminfo: memFree=20251784/32950928 swapFree=67111524/67111528
[pid=425] ppid=423 vsize=1401136 CPUtime=4800.15 cores=0,2,4,6
/proc/425/stat : 425 (SArTagnan) R 423 425 384 0 -1 4202496 4816880 0 0 0 479278 737 0 0 25 0 4 0 521001905 1434763264 296126 33554432000 4194304 4623224 140736249504304 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/425/statm: 350284 296126 395 105 0 345788 0
[pid=425/tid=427] ppid=423 vsize=1401136 CPUtime=1201.58 cores=0,2,4,6
/proc/425/task/427/stat : 427 (SArTagnan) R 423 425 384 0 -1 4202560 128918 0 0 0 120137 21 0 0 25 0 4 0 521001908 1434763264 296126 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=425/tid=428] ppid=423 vsize=1401136 CPUtime=1201.4 cores=0,2,4,6
/proc/425/task/428/stat : 428 (SArTagnan) R 423 425 384 0 -1 4202560 89787 0 0 0 120122 18 0 0 25 0 4 0 521001908 1434763264 296126 33554432000 4194304 4623224 140736249504304 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=425/tid=429] ppid=423 vsize=1401136 CPUtime=1195.44 cores=0,2,4,6
/proc/425/task/429/stat : 429 (SArTagnan) R 423 425 384 0 -1 4202560 4360038 0 0 0 118887 657 0 0 25 0 4 0 521001908 1434763264 296126 33554432000 4194304 4623224 140736249504304 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1401136

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): 1201.77
CPU time (s): 4800.25
CPU user time (s): 4792.82
CPU system time (s): 7.42787
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 1478644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.82
system time used= 7.42787
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4816880
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= 1070
involuntary context switches= 34618

runsolver used 2.06569 second user time and 4.47832 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 18:20:31
IDJOB=3250518
IDBENCH=83275
IDSOLVER=1656
FILE ID=node122/3250518-1304094031
RUNJOBID= node122-1304094031-402
PBS_JOBID= 13170588
Free space on /tmp= 71664 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250518-1304094031/watcher-3250518-1304094031 -o /tmp/evaluation-result-3250518-1304094031/solver-3250518-1304094031 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250518-1304094031.cnf -threads=4

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=1420375414

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22146024 kB
Buffers:       1629380 kB
Cached:        8553120 kB
SwapCached:          4 kB
Active:        1101480 kB
Inactive:      9152036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22146024 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2040 kB
Writeback:           0 kB
AnonPages:       70504 kB
Mapped:          15364 kB
Slab:           486208 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   244912 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= 71664 MiB
End job on node122 at 2011-04-29 18:40:35