Trace number 3283609

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.33 1202.56

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3283609-1304049005/watcher-3283609-1304049005 -o /tmp/evaluation-result-3283609-1304049005/solver-3283609-1304049005 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3283609-1304049005.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: 3.93 4.85 5.86 3/177 21425
/proc/meminfo: memFree=22549516/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=22596 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 1213 0 0 0 0 0 0 0 21 0 1 0 516497685 23138304 1151 33554432000 4194304 4623224 140733348279232 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21425/statm: 5649 1153 290 105 0 1153 0

[startup+0.0371939 s]
/proc/loadavg: 3.93 4.85 5.86 3/177 21425
/proc/meminfo: memFree=22549516/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=75024 CPUtime=0.02 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 6045 0 0 0 2 0 0 0 21 0 1 0 516497685 76824576 5504 33554432000 4194304 4623224 140733348279232 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21425/statm: 18756 5504 297 105 0 14260 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 75024

[startup+0.101193 s]
/proc/loadavg: 3.93 4.85 5.86 3/177 21425
/proc/meminfo: memFree=22549516/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=81332 CPUtime=0.09 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 9626 0 0 0 9 0 0 0 21 0 1 0 516497685 83283968 6858 33554432000 4194304 4623224 140733348279232 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21425/statm: 20333 6858 297 105 0 15837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81332

[startup+0.301141 s]
/proc/loadavg: 3.93 4.85 5.86 3/177 21425
/proc/meminfo: memFree=22549516/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=100012 CPUtime=0.29 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 16175 0 0 0 27 2 0 0 22 0 1 0 516497685 102412288 12020 33554432000 4194304 4623224 140733348279232 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21425/statm: 25003 12020 297 105 0 20507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100012

[startup+0.701005 s]
/proc/loadavg: 3.93 4.85 5.86 3/177 21425
/proc/meminfo: memFree=22549516/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=561960 CPUtime=0.73 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 71219 0 0 0 64 9 0 0 25 0 4 0 516497685 575447040 59126 33554432000 4194304 4623224 140733348279232 18446744073709551615 4388091 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 140490 59126 319 105 0 135994 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 561960

[startup+1.50085 s]
/proc/loadavg: 3.93 4.85 5.86 10/184 21432
/proc/meminfo: memFree=22114476/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=561960 CPUtime=3.93 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 73795 0 0 0 383 10 0 0 25 0 4 0 516497685 575447040 61500 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412464 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 140490 61500 335 105 0 135994 0
[pid=21425/tid=21430] ppid=21423 vsize=561960 CPUtime=0.81 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2445 0 0 0 81 0 0 0 25 0 4 0 516497753 575447040 61500 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=561960 CPUtime=0.8 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 3184 0 0 0 80 0 0 0 25 0 4 0 516497753 575447040 61501 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=561960 CPUtime=0.81 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 1067 0 0 0 81 0 0 0 25 0 4 0 516497753 575447040 61511 33554432000 4194304 4623224 140733348279232 18446744073709551615 4289735 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 561960

[startup+3.10054 s]
/proc/loadavg: 4.26 4.90 5.87 10/184 21432
/proc/meminfo: memFree=22102820/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=561960 CPUtime=10.33 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 82892 0 0 0 1022 11 0 0 25 0 4 0 516497685 575447040 63807 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 140490 63807 335 105 0 135994 0
[pid=21425/tid=21430] ppid=21423 vsize=561960 CPUtime=2.41 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 3009 0 0 0 241 0 0 0 25 0 4 0 516497753 575447040 63807 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=561960 CPUtime=2.4 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 4035 0 0 0 240 0 0 0 25 0 4 0 516497753 575447040 63807 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317148 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=561960 CPUtime=2.41 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 8742 0 0 0 240 1 0 0 25 0 4 0 516497753 575447040 63807 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 561960

[startup+6.30093 s]
/proc/loadavg: 4.26 4.90 5.87 9/184 21432
/proc/meminfo: memFree=22085812/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=561960 CPUtime=23.1 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 103119 0 0 0 2296 14 0 0 25 0 4 0 516497685 575447040 64416 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412535 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 140490 64416 335 105 0 135994 0
[pid=21425/tid=21430] ppid=21423 vsize=561960 CPUtime=5.61 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 3014 0 0 0 561 0 0 0 25 0 4 0 516497753 575447040 64416 33554432000 4194304 4623224 140733348279232 18446744073709551615 4364650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=561960 CPUtime=5.6 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 7447 0 0 0 559 1 0 0 25 0 4 0 516497753 575447040 64416 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=561960 CPUtime=5.6 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 25379 0 0 0 557 3 0 0 25 0 4 0 516497753 575447040 64416 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.1
Current children cumulated vsize (KiB) 561960

[startup+12.7007 s]
/proc/loadavg: 4.83 5.00 5.89 10/184 21432
/proc/meminfo: memFree=22058396/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=561960 CPUtime=48.67 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 149380 0 0 0 4843 24 0 0 25 0 4 0 516497685 575447040 69053 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412493 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 140490 69053 335 105 0 135994 0
[pid=21425/tid=21430] ppid=21423 vsize=561960 CPUtime=12.01 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 3711 0 0 0 1201 0 0 0 25 0 4 0 516497753 575447040 69053 33554432000 4194304 4623224 140733348279232 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=561960 CPUtime=12 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 18758 0 0 0 1196 4 0 0 25 0 4 0 516497753 575447040 69053 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=561960 CPUtime=12.01 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 58529 0 0 0 1192 9 0 0 25 0 4 0 516497753 575447040 69053 33554432000 4194304 4623224 140733348279232 18446744073709551615 4330936 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 561960

[startup+25.5003 s]
/proc/loadavg: 5.32 5.10 5.92 9/184 21433
/proc/meminfo: memFree=21991000/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=610944 CPUtime=99.79 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 238534 0 0 0 9940 39 0 0 25 0 4 0 516497685 625606656 79027 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 152736 79027 335 105 0 148240 0
[pid=21425/tid=21430] ppid=21423 vsize=610944 CPUtime=24.81 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 11580 0 0 0 2479 2 0 0 25 0 4 0 516497753 625606656 79027 33554432000 4194304 4623224 140733348279232 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=610944 CPUtime=24.81 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 28739 0 0 0 2474 7 0 0 25 0 4 0 516497753 625606656 79027 33554432000 4194304 4623224 140733348279232 18446744073709551615 4316616 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=610944 CPUtime=24.8 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 122594 0 0 0 2462 18 0 0 25 0 4 0 516497753 625606656 79027 33554432000 4194304 4623224 140733348279232 18446744073709551615 4552735 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.79
Current children cumulated vsize (KiB) 610944

[startup+51.1003 s]
/proc/loadavg: 6.30 5.35 5.98 10/184 21433
/proc/meminfo: memFree=21830940/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=623588 CPUtime=202.05 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 345824 0 0 0 20146 59 0 0 25 0 4 0 516497685 638554112 100364 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 155897 100364 335 105 0 151401 0
[pid=21425/tid=21430] ppid=21423 vsize=623588 CPUtime=50.41 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 21041 0 0 0 5037 4 0 0 25 0 4 0 516497753 638554112 100364 33554432000 4194304 4623224 140733348279232 18446744073709551615 4366336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=623588 CPUtime=50.41 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 44895 0 0 0 5031 10 0 0 25 0 4 0 516497753 638554112 100364 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=623588 CPUtime=50.4 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 197103 0 0 0 5009 31 0 0 25 0 4 0 516497753 638554112 100364 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.05
Current children cumulated vsize (KiB) 623588

[startup+102.307 s]
/proc/loadavg: 7.39 5.81 6.10 9/184 21435
/proc/meminfo: memFree=21498136/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=805072 CPUtime=406.6 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 608114 0 0 0 40552 108 0 0 25 0 4 0 516497685 824393728 150807 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 201268 150807 335 105 0 196772 0
[pid=21425/tid=21430] ppid=21423 vsize=805072 CPUtime=101.61 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 38756 0 0 0 10153 8 0 0 25 0 4 0 516497753 824393728 150808 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=805072 CPUtime=101.62 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 73563 0 0 0 10143 19 0 0 25 0 4 0 516497753 824393728 150808 33554432000 4194304 4623224 140733348279232 18446744073709551615 4316817 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=805072 CPUtime=101.6 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 374081 0 0 0 10100 60 0 0 25 0 4 0 516497753 824393728 150809 33554432000 4194304 4623224 140733348279232 18446744073709551615 4364529 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.6
Current children cumulated vsize (KiB) 805072

[startup+162.301 s]
/proc/loadavg: 7.84 6.22 6.22 9/184 21436
/proc/meminfo: memFree=21120180/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=1083164 CPUtime=646.25 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 885091 0 0 0 64466 159 0 0 25 0 4 0 516497685 1109159936 210631 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412516 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 270791 210631 335 105 0 266295 0
[pid=21425/tid=21430] ppid=21423 vsize=1083164 CPUtime=161.61 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 69929 0 0 0 16142 19 0 0 25 0 4 0 516497753 1109159936 210631 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=1083164 CPUtime=161.61 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 109602 0 0 0 16133 28 0 0 25 0 4 0 516497753 1109159936 210631 33554432000 4194304 4623224 140733348279232 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=1083164 CPUtime=161.59 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 527146 0 0 0 16075 84 0 0 25 0 4 0 516497753 1109159936 210631 33554432000 4194304 4623224 140733348279232 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.25
Current children cumulated vsize (KiB) 1083164

[startup+222.301 s]
/proc/loadavg: 7.99 6.56 6.33 10/184 21438
/proc/meminfo: memFree=20706516/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=1355976 CPUtime=885.93 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 1073772 0 0 0 88396 197 0 0 25 0 4 0 516497685 1388519424 269752 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 338994 269752 628 105 0 334498 0
[pid=21425/tid=21430] ppid=21423 vsize=1355976 CPUtime=221.61 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 83637 0 0 0 22138 23 0 0 25 0 4 0 516497753 1388519424 269752 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=1355976 CPUtime=221.62 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 142755 0 0 0 22125 37 0 0 25 0 4 0 516497753 1388519424 269752 33554432000 4194304 4623224 140733348279232 18446744073709551615 4316616 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=1355976 CPUtime=221.59 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 648441 0 0 0 22053 106 0 0 25 0 4 0 516497753 1388519424 269752 33554432000 4194304 4623224 140733348279232 18446744073709551615 4545564 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 885.93
Current children cumulated vsize (KiB) 1355976

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2563.67
Current children cumulated vsize (KiB) 2064960

[startup+702.301 s]
/proc/loadavg: 7.92 7.68 6.98 9/184 21580
/proc/meminfo: memFree=20575760/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=2083756 CPUtime=2803.33 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 2572601 0 0 0 279882 451 0 0 25 0 4 0 516497685 2133766144 460055 33554432000 4194304 4623224 140733348279232 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 520939 460055 344 105 0 516443 0
[pid=21425/tid=21430] ppid=21423 vsize=2083756 CPUtime=701.62 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 104614 0 0 0 70135 27 0 0 25 0 4 0 516497753 2133766144 460056 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=2083756 CPUtime=701.63 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 261550 0 0 0 70096 67 0 0 25 0 4 0 516497753 2133766144 460056 33554432000 4194304 4623224 140733348279232 18446744073709551615 4289700 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=2083756 CPUtime=701.55 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 1837674 0 0 0 69857 298 0 0 25 0 4 0 516497753 2133766144 460057 33554432000 4194304 4623224 140733348279232 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2803.33
Current children cumulated vsize (KiB) 2083756

[startup+762.306 s]
/proc/loadavg: 8.04 7.76 7.05 9/184 21581
/proc/meminfo: memFree=20246780/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=2450344 CPUtime=3043.02 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 2832977 0 0 0 303812 490 0 0 25 0 4 0 516497685 2509152256 508883 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412542 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 612586 508883 344 105 0 608090 0
[pid=21425/tid=21430] ppid=21423 vsize=2450344 CPUtime=761.63 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 116474 0 0 0 76135 28 0 0 25 0 4 0 516497753 2509152256 508883 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=2450344 CPUtime=761.64 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 288815 0 0 0 76091 73 0 0 25 0 4 0 516497753 2509152256 508883 33554432000 4194304 4623224 140733348279232 18446744073709551615 4465969 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=2450344 CPUtime=761.55 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 1961469 0 0 0 75839 316 0 0 25 0 4 0 516497753 2509152256 508883 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3043.02
Current children cumulated vsize (KiB) 2450344

[startup+822.301 s]
/proc/loadavg: 8.06 7.82 7.11 9/184 21583
/proc/meminfo: memFree=19861144/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=2612400 CPUtime=3282.67 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 2997975 0 0 0 327742 525 0 0 25 0 4 0 516497685 2675097600 571816 33554432000 4194304 4623224 140733348279232 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 653100 571816 344 105 0 648604 0
[pid=21425/tid=21430] ppid=21423 vsize=2612400 CPUtime=821.63 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 117799 0 0 0 82134 29 0 0 25 0 4 0 516497753 2675097600 571816 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=2612400 CPUtime=821.63 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 306802 0 0 0 82084 79 0 0 25 0 4 0 516497753 2675097600 571816 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=2612400 CPUtime=821.54 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2057877 0 0 0 81822 332 0 0 25 0 4 0 516497753 2675097600 571817 33554432000 4194304 4623224 140733348279232 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3282.67
Current children cumulated vsize (KiB) 2612400

[startup+882.301 s]
/proc/loadavg: 8.28 7.92 7.19 9/184 21588
/proc/meminfo: memFree=19508208/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=2961052 CPUtime=3521.49 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 3315216 0 0 0 351573 576 0 0 25 0 4 0 516497685 3032117248 628827 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412617 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 740263 628827 350 105 0 735767 0
[pid=21425/tid=21430] ppid=21423 vsize=2961052 CPUtime=881.63 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 119632 0 0 0 88134 29 0 0 25 0 4 0 516497753 3032117248 628827 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=2961052 CPUtime=881.6 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 320834 0 0 0 88078 82 0 0 25 0 4 0 516497753 3032117248 628827 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=2961052 CPUtime=881.54 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2199454 0 0 0 87799 355 0 0 25 0 4 0 516497753 3032117248 628827 33554432000 4194304 4623224 140733348279232 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3521.49
Current children cumulated vsize (KiB) 2961052

[startup+942.301 s]
/proc/loadavg: 8.13 7.95 7.25 9/184 21589
/proc/meminfo: memFree=19181312/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=3141268 CPUtime=3761.17 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 3610023 0 0 0 375489 628 0 0 25 0 4 0 516497685 3216658432 688128 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 785317 688128 344 105 0 780821 0
[pid=21425/tid=21430] ppid=21423 vsize=3141268 CPUtime=941.63 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 127908 0 0 0 94133 30 0 0 25 0 4 0 516497753 3216658432 688128 33554432000 4194304 4623224 140733348279232 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=3141268 CPUtime=941.6 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 337332 0 0 0 94073 87 0 0 25 0 4 0 516497753 3216658432 688128 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=3141268 CPUtime=941.54 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2428628 0 0 0 93762 392 0 0 25 0 4 0 516497753 3216658432 688128 33554432000 4194304 4623224 140733348279232 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3761.17
Current children cumulated vsize (KiB) 3141268

[startup+1002.3 s]
/proc/loadavg: 8.16 7.99 7.30 9/184 21591
/proc/meminfo: memFree=18968152/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=3333320 CPUtime=4000.84 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 3802990 0 0 0 399421 663 0 0 25 0 4 0 516497685 3413319680 723690 33554432000 4194304 4623224 140733348279232 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 833330 723690 344 105 0 828834 0
[pid=21425/tid=21430] ppid=21423 vsize=3333320 CPUtime=1001.63 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 146133 0 0 0 100130 33 0 0 25 0 4 0 516497753 3413319680 723690 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=3333320 CPUtime=1001.6 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 368828 0 0 0 100066 94 0 0 25 0 4 0 516497753 3413319680 723690 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=3333320 CPUtime=1001.53 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2543851 0 0 0 99743 410 0 0 25 0 4 0 516497753 3413319680 723690 33554432000 4194304 4623224 140733348279232 18446744073709551615 4552783 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4000.84
Current children cumulated vsize (KiB) 3333320

[startup+1062.3 s]
/proc/loadavg: 8.13 8.00 7.35 9/184 21592
/proc/meminfo: memFree=18702416/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=3719992 CPUtime=4240.5 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 4093817 0 0 0 423342 708 0 0 25 0 4 0 516497685 3809271808 772012 33554432000 4194304 4623224 140733348279232 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 929998 772012 350 105 0 925502 0
[pid=21425/tid=21430] ppid=21423 vsize=3719992 CPUtime=1061.64 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 149246 0 0 0 106130 34 0 0 25 0 4 0 516497753 3809271808 772012 33554432000 4194304 4623224 140733348279232 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=3719992 CPUtime=1061.57 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 384960 0 0 0 106059 98 0 0 25 0 4 0 516497753 3809271808 772012 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317190 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=3719992 CPUtime=1061.53 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2630313 0 0 0 105730 423 0 0 25 0 4 0 516497753 3809271808 772012 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4240.5
Current children cumulated vsize (KiB) 3719992

[startup+1122.3 s]
/proc/loadavg: 8.17 8.03 7.39 9/184 21594
/proc/meminfo: memFree=18483056/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=3877680 CPUtime=4480.17 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 4384307 0 0 0 447262 755 0 0 25 0 4 0 516497685 3970744320 814185 33554432000 4194304 4623224 140733348279232 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 969420 814185 344 105 0 964924 0
[pid=21425/tid=21430] ppid=21423 vsize=3877680 CPUtime=1121.64 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 151702 0 0 0 112130 34 0 0 25 0 4 0 516497753 3970744320 814185 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=3877680 CPUtime=1121.58 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 405400 0 0 0 112056 102 0 0 25 0 4 0 516497753 3970744320 814185 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317264 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=3877680 CPUtime=1121.53 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2829726 0 0 0 111698 455 0 0 25 0 4 0 516497753 3970744320 814185 33554432000 4194304 4623224 140733348279232 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4480.17
Current children cumulated vsize (KiB) 3877680

[startup+1182.3 s]
/proc/loadavg: 8.18 8.05 7.44 9/184 21596
/proc/meminfo: memFree=18276348/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=4000864 CPUtime=4719.84 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 4512405 0 0 0 471202 782 0 0 25 0 4 0 516497685 4096884736 852229 33554432000 4194304 4623224 140733348279232 18446744073709551615 4517600 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 1000216 852229 344 105 0 995720 0
[pid=21425/tid=21430] ppid=21423 vsize=4000864 CPUtime=1181.64 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 153372 0 0 0 118130 34 0 0 25 0 4 0 516497753 4096884736 852229 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=4000864 CPUtime=1181.58 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 444884 0 0 0 118045 113 0 0 25 0 4 0 516497753 4096884736 852229 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=4000864 CPUtime=1181.52 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2899508 0 0 0 117685 467 0 0 25 0 4 0 516497753 4096884736 852229 33554432000 4194304 4623224 140733348279232 18446744073709551615 4552730 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4719.84
Current children cumulated vsize (KiB) 4000864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.4 s]
/proc/loadavg: 8.12 8.05 7.45 10/184 21596
/proc/meminfo: memFree=18181120/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=4129504 CPUtime=4800.15 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4202496 4578978 0 0 0 479221 794 0 0 25 0 4 0 516497685 4228612096 869161 33554432000 4194304 4623224 140733348279232 18446744073709551615 4507447 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21425/statm: 1032376 869161 344 105 0 1027880 0
[pid=21425/tid=21430] ppid=21423 vsize=4129504 CPUtime=1201.74 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (SArTagnan) R 21423 21425 21387 0 -1 4202560 154000 0 0 0 120140 34 0 0 25 0 4 0 516497753 4228612096 869161 33554432000 4194304 4623224 140733348279232 18446744073709551615 4357994 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=4129504 CPUtime=1201.69 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (SArTagnan) R 21423 21425 21387 0 -1 4202560 450677 0 0 0 120054 115 0 0 25 0 4 0 516497753 4228612096 869161 33554432000 4194304 4623224 140733348279232 18446744073709551615 4317148 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=4129504 CPUtime=1201.63 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (SArTagnan) R 21423 21425 21387 0 -1 4202560 2918540 0 0 0 119693 470 0 0 25 0 4 0 516497753 4228612096 869161 33554432000 4194304 4623224 140733348279232 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 4129504

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1202.51 s]
/proc/loadavg: 8.12 8.05 7.45 10/184 21596
/proc/meminfo: memFree=18181120/32950928 swapFree=67087032/67111528
[pid=21425] ppid=21423 vsize=0 CPUtime=4800.27 cores=1,3,5,7
/proc/21425/stat : 21425 (SArTagnan) R 21423 21425 21387 0 -1 4203524 4578980 0 0 0 479223 804 0 0 25 0 1 0 516497685 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21425/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.56
CPU time (s): 4800.33
CPU user time (s): 4792.24
CPU system time (s): 8.09177
CPU usage (%): 399.175
Max. virtual memory (cumulated for all children) (KiB): 4286944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.24
system time used= 8.09177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4578980
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= 1981
involuntary context switches= 19374

runsolver used 1.91971 second user time and 4.65029 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 05:50:06
IDJOB=3283609
IDBENCH=71050
IDSOLVER=1656
FILE ID=node148/3283609-1304049005
RUNJOBID= node148-1304049005-21406
PBS_JOBID= 13170411
Free space on /tmp= 71388 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283609-1304049005/watcher-3283609-1304049005 -o /tmp/evaluation-result-3283609-1304049005/solver-3283609-1304049005 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3283609-1304049005.cnf -threads=4

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=545458121

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22549920 kB
Buffers:       2016680 kB
Cached:        7752296 kB
SwapCached:       3548 kB
Active:        1798520 kB
Inactive:      8037652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22549920 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           49940 kB
Writeback:           0 kB
AnonPages:       65172 kB
Mapped:          14424 kB
Slab:           499660 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   261704 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= 71408 MiB
End job on node148 at 2011-04-29 06:10:11