Trace number 3385865

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) 3461.86 1300.09

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
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 variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
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-3385865-1305581703/watcher-3385865-1305581703 -o /tmp/evaluation-result-3385865-1305581703/solver-3385865-1305581703 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385865-1305581703.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: 12.00 12.16 12.11 9/494 8874
/proc/meminfo: memFree=20877600/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=38868 CPUtime=0 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 1414 0 0 0 0 0 0 0 22 0 1 0 669767498 39800832 1282 33554432000 4194304 4625164 140734749228816 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8874/statm: 9717 1283 296 106 0 5220 0

[startup+0.082446 s]
/proc/loadavg: 12.00 12.16 12.11 9/494 8874
/proc/meminfo: memFree=20877600/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=47364 CPUtime=0.08 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 6433 0 0 0 7 1 0 0 22 0 1 0 669767498 48500736 3453 33554432000 4194304 4625164 140734749228816 18446744073709551615 239476355781 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8874/statm: 11841 3456 296 106 0 7344 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47364

[startup+0.100443 s]
/proc/loadavg: 12.00 12.16 12.11 9/494 8874
/proc/meminfo: memFree=20877600/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=47892 CPUtime=0.09 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 6949 0 0 0 8 1 0 0 22 0 1 0 669767498 49041408 3969 33554432000 4194304 4625164 140734749228816 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8874/statm: 11973 3970 296 106 0 7476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47892

[startup+0.300404 s]
/proc/loadavg: 12.00 12.16 12.11 9/494 8874
/proc/meminfo: memFree=20877600/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=66888 CPUtime=0.29 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 17846 0 0 0 26 3 0 0 23 0 1 0 669767498 68493312 9127 33554432000 4194304 4625164 140734749228816 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8874/statm: 16722 9128 296 106 0 12225 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66888

[startup+0.700327 s]
/proc/loadavg: 12.00 12.16 12.11 9/494 8874
/proc/meminfo: memFree=20877600/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=109376 CPUtime=0.69 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 42919 0 0 0 63 6 0 0 25 0 1 0 669767498 112001024 19378 33554432000 4194304 4625164 140734749228816 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8874/statm: 27344 19379 296 106 0 22847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109376

[startup+1.50017 s]
/proc/loadavg: 12.00 12.16 12.11 13/498 8878
/proc/meminfo: memFree=20686368/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=425824 CPUtime=1.65 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 76666 0 0 0 155 10 0 0 25 0 4 0 669767498 436043776 53124 33554432000 4194304 4625164 140734749228816 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8874/statm: 106456 53124 334 106 0 101959 0
[pid=8874/tid=8876] ppid=8872 vsize=425824 CPUtime=0.26 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 3487 0 0 0 26 0 0 0 25 0 4 0 669767580 436043776 53124 33554432000 4194304 4625164 140734749228816 18446744073709551615 4352472 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=425824 CPUtime=0.25 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) D 8872 8874 8278 0 -1 4202560 3448 0 0 0 25 0 0 0 25 0 4 0 669767580 436043776 53124 33554432000 4194304 4625164 140734749228816 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=425824 CPUtime=0.09 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) D 8872 8874 8278 0 -1 4202560 2299 0 0 0 9 0 0 0 25 0 4 0 669767580 436043776 53125 33554432000 4194304 4625164 140734749228816 18446744073709551615 239476356129 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 425824

[startup+3.10087 s]
/proc/loadavg: 12.00 12.16 12.11 13/498 8878
/proc/meminfo: memFree=20648788/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=491360 CPUtime=4.21 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 80958 0 0 0 410 11 0 0 25 0 4 0 669767498 503152640 57416 33554432000 4194304 4625164 140734749228816 18446744073709551615 4513220 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 122840 57416 336 106 0 118343 0
[pid=8874/tid=8876] ppid=8872 vsize=491360 CPUtime=0.84 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 4410 0 0 0 83 1 0 0 25 0 4 0 669767580 503152640 57416 33554432000 4194304 4625164 140734749228816 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=491360 CPUtime=1.01 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 3623 0 0 0 101 0 0 0 25 0 4 0 669767580 503152640 57416 33554432000 4194304 4625164 140734749228816 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=491360 CPUtime=0.7 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 5302 0 0 0 70 0 0 0 22 0 4 0 669767580 503152640 57416 33554432000 4194304 4625164 140734749228816 18446744073709551615 4579390 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 491360

[startup+6.30026 s]
/proc/loadavg: 12.00 12.16 12.10 13/498 8878
/proc/meminfo: memFree=20626344/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=491360 CPUtime=9.65 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 85868 0 0 0 953 12 0 0 25 0 4 0 669767498 503152640 61716 33554432000 4194304 4625164 140734749228816 18446744073709551615 4511956 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 122840 61716 336 106 0 118343 0
[pid=8874/tid=8876] ppid=8872 vsize=491360 CPUtime=2.03 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 6037 0 0 0 202 1 0 0 25 0 4 0 669767580 503152640 61716 33554432000 4194304 4625164 140734749228816 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=491360 CPUtime=2.51 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 3761 0 0 0 251 0 0 0 25 0 4 0 669767580 503152640 61716 33554432000 4194304 4625164 140734749228816 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=491360 CPUtime=2.08 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 8051 0 0 0 207 1 0 0 25 0 4 0 669767580 503152640 61716 33554432000 4194304 4625164 140734749228816 18446744073709551615 4552464 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.65
Current children cumulated vsize (KiB) 491360

[startup+12.701 s]
/proc/loadavg: 12.00 12.16 12.10 13/498 8878
/proc/meminfo: memFree=20572712/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=508688 CPUtime=23.59 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 105859 0 0 0 2341 18 0 0 25 0 4 0 669767498 520896512 72163 33554432000 4194304 4625164 140734749228816 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 127172 72163 336 106 0 122675 0
[pid=8874/tid=8876] ppid=8872 vsize=508688 CPUtime=4.74 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 9354 0 0 0 470 4 0 0 25 0 4 0 669767580 520896512 72163 33554432000 4194304 4625164 140734749228816 18446744073709551615 4464695 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=508688 CPUtime=7.31 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 5700 0 0 0 730 1 0 0 19 0 4 0 669767580 520896512 72163 33554432000 4194304 4625164 140734749228816 18446744073709551615 4339628 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=508688 CPUtime=4.73 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 16460 0 0 0 471 2 0 0 25 0 4 0 669767580 520896512 72163 33554432000 4194304 4625164 140734749228816 18446744073709551615 4551173 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 508688

[startup+25.5006 s]
/proc/loadavg: 12.07 12.16 12.11 13/498 8879
/proc/meminfo: memFree=20476732/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=623444 CPUtime=51.65 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 161667 0 0 0 5135 30 0 0 25 0 4 0 669767498 638406656 94496 33554432000 4194304 4625164 140734749228816 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8874/statm: 155861 94496 337 106 0 151364 0
[pid=8874/tid=8876] ppid=8872 vsize=623444 CPUtime=11.3 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 22114 0 0 0 1121 9 0 0 25 0 4 0 669767580 638406656 94496 33554432000 4194304 4625164 140734749228816 18446744073709551615 4352305 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=623444 CPUtime=13.8 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 15647 0 0 0 1378 2 0 0 25 0 4 0 669767580 638406656 94496 33554432000 4194304 4625164 140734749228816 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=623444 CPUtime=10.9 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 49327 0 0 0 1082 8 0 0 25 0 4 0 669767580 638406656 94496 33554432000 4194304 4625164 140734749228816 18446744073709551615 4573808 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.65
Current children cumulated vsize (KiB) 623444

[startup+51.1007 s]
/proc/loadavg: 12.05 12.15 12.10 14/498 8879
/proc/meminfo: memFree=20352636/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=721228 CPUtime=109.85 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 268407 0 0 0 10931 54 0 0 25 0 4 0 669767498 738537472 120580 33554432000 4194304 4625164 140734749228816 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8874/statm: 180307 120580 343 106 0 175810 0
[pid=8874/tid=8876] ppid=8872 vsize=721228 CPUtime=24.1 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) D 8872 8874 8278 0 -1 4202560 32827 0 0 0 2394 16 0 0 18 0 4 0 669767580 738537472 120580 33554432000 4194304 4625164 140734749228816 18446744073709551615 239476738231 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=721228 CPUtime=26.69 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 25458 0 0 0 2664 5 0 0 25 0 4 0 669767580 738537472 120580 33554432000 4194304 4625164 140734749228816 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=721228 CPUtime=24.66 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 123362 0 0 0 2447 19 0 0 25 0 4 0 669767580 738537472 120580 33554432000 4194304 4625164 140734749228816 18446744073709551615 239476392304 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 109.85
Current children cumulated vsize (KiB) 721228

[startup+102.319 s]
/proc/loadavg: 12.07 12.14 12.10 13/498 8881
/proc/meminfo: memFree=20123596/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=864512 CPUtime=224.1 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 449164 0 0 0 22315 95 0 0 25 0 4 0 669767498 885260288 164457 33554432000 4194304 4625164 140734749228816 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8874/statm: 216128 164457 343 106 0 211631 0
[pid=8874/tid=8876] ppid=8872 vsize=864512 CPUtime=48.98 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 51344 0 0 0 4867 31 0 0 18 0 4 0 669767580 885260288 164457 33554432000 4194304 4625164 140734749228816 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=864512 CPUtime=53.46 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 46314 0 0 0 5334 12 0 0 25 0 4 0 669767580 885260288 164457 33554432000 4194304 4625164 140734749228816 18446744073709551615 4352188 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=864512 CPUtime=49.11 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 262305 0 0 0 4872 39 0 0 25 0 4 0 669767580 885260288 164458 33554432000 4194304 4625164 140734749228816 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 224.1
Current children cumulated vsize (KiB) 864512

[startup+162.3 s]
/proc/loadavg: 12.24 12.17 12.11 13/498 8882
/proc/meminfo: memFree=19906072/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1122660 CPUtime=360.06 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 678972 0 0 0 35858 148 0 0 25 0 4 0 669767498 1149603840 208328 33554432000 4194304 4625164 140734749228816 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8874/statm: 280665 208328 343 106 0 276168 0
[pid=8874/tid=8876] ppid=8872 vsize=1122660 CPUtime=77.82 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 76590 0 0 0 7735 47 0 0 25 0 4 0 669767580 1149603840 208328 33554432000 4194304 4625164 140734749228816 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1122660 CPUtime=82.79 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 73984 0 0 0 8259 20 0 0 25 0 4 0 669767580 1149603840 208328 33554432000 4194304 4625164 140734749228816 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1122660 CPUtime=77.49 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 427042 0 0 0 7685 64 0 0 25 0 4 0 669767580 1149603840 208328 33554432000 4194304 4625164 140734749228816 18446744073709551615 4574000 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 360.06
Current children cumulated vsize (KiB) 1122660

[startup+222.301 s]
/proc/loadavg: 12.19 12.17 12.11 13/498 8884
/proc/meminfo: memFree=19690036/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1251028 CPUtime=497.39 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 895651 0 0 0 49541 198 0 0 25 0 4 0 669767498 1281052672 242562 33554432000 4194304 4625164 140734749228816 18446744073709551615 4356539 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8874/statm: 312757 242562 343 106 0 308260 0
[pid=8874/tid=8876] ppid=8872 vsize=1251028 CPUtime=105.72 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 90586 0 0 0 10510 62 0 0 25 0 4 0 669767580 1281052672 242562 33554432000 4194304 4625164 140734749228816 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1251028 CPUtime=112.14 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 90600 0 0 0 11187 27 0 0 25 0 4 0 669767580 1281052672 242562 33554432000 4194304 4625164 140734749228816 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1251028 CPUtime=104.79 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 609282 0 0 0 10387 92 0 0 25 0 4 0 669767580 1281052672 242562 33554432000 4194304 4625164 140734749228816 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 497.39
Current children cumulated vsize (KiB) 1251028

[startup+282.3 s]

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

[pid=8874] ppid=8872 vsize=1546220 CPUtime=1735.79 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2013565 0 0 0 173189 390 0 0 25 0 4 0 669767498 1583329280 333719 33554432000 4194304 4625164 140734749228816 18446744073709551615 4338046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 386555 333719 344 106 0 382058 0
[pid=8874/tid=8876] ppid=8872 vsize=1546220 CPUtime=352.37 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117251 0 0 0 35154 83 0 0 25 0 4 0 669767580 1583329280 333719 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1546220 CPUtime=536.5 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109169 0 0 0 53616 34 0 0 25 0 4 0 669767580 1583329280 333719 33554432000 4194304 4625164 140734749228816 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1546220 CPUtime=335.15 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 1619453 0 0 0 33271 244 0 0 25 0 4 0 669767580 1583329280 333719 33554432000 4194304 4625164 140734749228816 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1735.79
Current children cumulated vsize (KiB) 1546220

[startup+762.319 s]
/proc/loadavg: 12.15 12.15 12.10 13/498 8898
/proc/meminfo: memFree=18862076/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1546220 CPUtime=1885.83 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2143531 0 0 0 188174 409 0 0 25 0 4 0 669767498 1583329280 336860 33554432000 4194304 4625164 140734749228816 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 386555 336860 344 106 0 382058 0
[pid=8874/tid=8876] ppid=8872 vsize=1546220 CPUtime=382.37 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117265 0 0 0 38154 83 0 0 25 0 4 0 669767580 1583329280 336860 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1546220 CPUtime=596.51 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109183 0 0 0 59617 34 0 0 25 0 4 0 669767580 1583329280 336860 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1546220 CPUtime=365.17 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 1747980 0 0 0 36254 263 0 0 25 0 4 0 669767580 1583329280 336860 33554432000 4194304 4625164 140734749228816 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1885.83
Current children cumulated vsize (KiB) 1546220

[startup+822.3 s]
/proc/loadavg: 12.20 12.16 12.10 13/498 8900
/proc/meminfo: memFree=18817656/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1611756 CPUtime=2035.8 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2283917 0 0 0 203150 430 0 0 25 0 4 0 669767498 1650438144 342256 33554432000 4194304 4625164 140734749228816 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 402939 342256 344 106 0 398442 0
[pid=8874/tid=8876] ppid=8872 vsize=1611756 CPUtime=412.37 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117278 0 0 0 41154 83 0 0 25 0 4 0 669767580 1650438144 342256 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1611756 CPUtime=656.5 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109196 0 0 0 65616 34 0 0 25 0 4 0 669767580 1650438144 342256 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1611756 CPUtime=395.16 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 1886903 0 0 0 39233 283 0 0 25 0 4 0 669767580 1650438144 342256 33554432000 4194304 4625164 140734749228816 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2035.8
Current children cumulated vsize (KiB) 1611756

[startup+882.301 s]
/proc/loadavg: 12.21 12.16 12.10 13/498 8901
/proc/meminfo: memFree=18761812/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1611756 CPUtime=2185.8 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2403134 0 0 0 218134 446 0 0 25 0 4 0 669767498 1650438144 344588 33554432000 4194304 4625164 140734749228816 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 402939 344588 344 106 0 398442 0
[pid=8874/tid=8876] ppid=8872 vsize=1611756 CPUtime=442.36 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117290 0 0 0 44153 83 0 0 25 0 4 0 669767580 1650438144 344588 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1611756 CPUtime=716.5 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109216 0 0 0 71616 34 0 0 25 0 4 0 669767580 1650438144 344588 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1611756 CPUtime=425.17 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 2004676 0 0 0 42218 299 0 0 25 0 4 0 669767580 1650438144 344588 33554432000 4194304 4625164 140734749228816 18446744073709551615 4469221 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2185.8
Current children cumulated vsize (KiB) 1611756

[startup+942.3 s]
/proc/loadavg: 12.21 12.16 12.10 13/498 8903
/proc/meminfo: memFree=18714656/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1611756 CPUtime=2335.8 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2530790 0 0 0 233116 464 0 0 25 0 4 0 669767498 1650438144 349715 33554432000 4194304 4625164 140734749228816 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 402939 349715 344 106 0 398442 0
[pid=8874/tid=8876] ppid=8872 vsize=1611756 CPUtime=472.36 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117312 0 0 0 47153 83 0 0 25 0 4 0 669767580 1650438144 349715 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1611756 CPUtime=776.5 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109280 0 0 0 77616 34 0 0 25 0 4 0 669767580 1650438144 349715 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1611756 CPUtime=455.27 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 2130785 0 0 0 45211 316 0 0 25 0 4 0 669767580 1650438144 349715 33554432000 4194304 4625164 140734749228816 18446744073709551615 4573826 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2335.8
Current children cumulated vsize (KiB) 1611756

[startup+1002.3 s]
/proc/loadavg: 12.14 12.14 12.09 13/498 8905
/proc/meminfo: memFree=18642084/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1611756 CPUtime=2485.79 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2662805 0 0 0 248097 482 0 0 25 0 4 0 669767498 1650438144 353627 33554432000 4194304 4625164 140734749228816 18446744073709551615 4338046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 402939 353627 344 106 0 398442 0
[pid=8874/tid=8876] ppid=8872 vsize=1611756 CPUtime=502.35 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117336 0 0 0 50152 83 0 0 25 0 4 0 669767580 1650438144 353627 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1611756 CPUtime=836.5 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109443 0 0 0 83616 34 0 0 25 0 4 0 669767580 1650438144 353627 33554432000 4194304 4625164 140734749228816 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1611756 CPUtime=485.28 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 2261260 0 0 0 48194 334 0 0 25 0 4 0 669767580 1650438144 353627 33554432000 4194304 4625164 140734749228816 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2485.79
Current children cumulated vsize (KiB) 1611756

[startup+1062.3 s]
/proc/loadavg: 12.05 12.11 12.09 13/498 8906
/proc/meminfo: memFree=18584280/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1674684 CPUtime=2635.8 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2854389 0 0 0 263070 510 0 0 25 0 4 0 669767498 1714876416 360054 33554432000 4194304 4625164 140734749228816 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 418671 360054 344 106 0 414174 0
[pid=8874/tid=8876] ppid=8872 vsize=1674684 CPUtime=532.36 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117361 0 0 0 53152 84 0 0 25 0 4 0 669767580 1714876416 360054 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1674684 CPUtime=896.51 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109481 0 0 0 89617 34 0 0 25 0 4 0 669767580 1714876416 360054 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1674684 CPUtime=515.39 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 2417377 0 0 0 51181 358 0 0 25 0 4 0 669767580 1714876416 360054 33554432000 4194304 4625164 140734749228816 18446744073709551615 47841098133081 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2635.8
Current children cumulated vsize (KiB) 1674684

[startup+1122.3 s]
/proc/loadavg: 12.06 12.11 12.09 13/498 8908
/proc/meminfo: memFree=18536028/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1674684 CPUtime=2785.79 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 2993901 0 0 0 278047 532 0 0 25 0 4 0 669767498 1714876416 361606 33554432000 4194304 4625164 140734749228816 18446744073709551615 4338092 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 418671 361606 344 106 0 414174 0
[pid=8874/tid=8876] ppid=8872 vsize=1674684 CPUtime=562.35 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117386 0 0 0 56151 84 0 0 25 0 4 0 669767580 1714876416 361606 33554432000 4194304 4625164 140734749228816 18446744073709551615 4488064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1674684 CPUtime=956.51 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109494 0 0 0 95617 34 0 0 25 0 4 0 669767580 1714876416 361606 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1674684 CPUtime=545.6 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 2555784 0 0 0 54180 380 0 0 25 0 4 0 669767580 1714876416 361606 33554432000 4194304 4625164 140734749228816 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2785.79
Current children cumulated vsize (KiB) 1674684

[startup+1182.3 s]
/proc/loadavg: 9.81 11.48 11.87 9/489 8927
/proc/meminfo: memFree=19825240/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1755316 CPUtime=2992.85 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 3138672 0 0 0 298726 559 0 0 25 0 4 0 669767498 1797443584 372604 33554432000 4194304 4625164 140734749228816 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 438829 372604 344 106 0 434332 0
[pid=8874/tid=8876] ppid=8872 vsize=1755316 CPUtime=617.04 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117425 0 0 0 61620 84 0 0 25 0 4 0 669767580 1797443584 372604 33554432000 4194304 4625164 140734749228816 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1755316 CPUtime=1016.51 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109510 0 0 0 101617 34 0 0 25 0 4 0 669767580 1797443584 372604 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1755316 CPUtime=591.46 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 2699071 0 0 0 58741 405 0 0 25 0 4 0 669767580 1797443584 372604 33554432000 4194304 4625164 140734749228816 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2992.85
Current children cumulated vsize (KiB) 1755316

[startup+1242.3 s]
/proc/loadavg: 8.71 10.86 11.63 9/489 8929
/proc/meminfo: memFree=19792344/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1765736 CPUtime=3231.85 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 3291451 0 0 0 322598 587 0 0 25 0 4 0 669767498 1808113664 378162 33554432000 4194304 4625164 140734749228816 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 441434 378162 344 106 0 436937 0
[pid=8874/tid=8876] ppid=8872 vsize=1765736 CPUtime=677.04 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117478 0 0 0 67620 84 0 0 25 0 4 0 669767580 1808113664 378162 33554432000 4194304 4625164 140734749228816 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1765736 CPUtime=1076.51 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109533 0 0 0 107617 34 0 0 25 0 4 0 669767580 1808113664 378162 33554432000 4194304 4625164 140734749228816 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1765736 CPUtime=650.48 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 2850224 0 0 0 64614 434 0 0 25 0 4 0 669767580 1808113664 378162 33554432000 4194304 4625164 140734749228816 18446744073709551615 4288602 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3231.85
Current children cumulated vsize (KiB) 1765736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.30 10.35 11.41 9/489 8931
/proc/meminfo: memFree=19772472/32950928 swapFree=67056568/67111528
[pid=8874] ppid=8872 vsize=1766348 CPUtime=3461.73 cores=0,2,4,6
/proc/8874/stat : 8874 (SArTagnan) R 8872 8874 8278 0 -1 4202496 3523244 0 0 0 345543 630 0 0 25 0 4 0 669767498 1808740352 383751 33554432000 4194304 4625164 140734749228816 18446744073709551615 4396734 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8874/statm: 441587 383751 344 106 0 437090 0
[pid=8874/tid=8876] ppid=8872 vsize=1766348 CPUtime=734.74 cores=0,2,4,6
/proc/8874/task/8876/stat : 8876 (SArTagnan) R 8872 8874 8278 0 -1 4202560 117531 0 0 0 73390 84 0 0 25 0 4 0 669767580 1808740352 383751 33554432000 4194304 4625164 140734749228816 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=1766348 CPUtime=1134.23 cores=0,2,4,6
/proc/8874/task/8877/stat : 8877 (SArTagnan) R 8872 8874 8278 0 -1 4202560 109595 0 0 0 113389 34 0 0 25 0 4 0 669767580 1808740352 383751 33554432000 4194304 4625164 140734749228816 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=1766348 CPUtime=707.25 cores=0,2,4,6
/proc/8874/task/8878/stat : 8878 (SArTagnan) R 8872 8874 8278 0 -1 4202560 3080186 0 0 0 70249 476 0 0 25 0 4 0 669767580 1808740352 383751 33554432000 4194304 4625164 140734749228816 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3461.73
Current children cumulated vsize (KiB) 1766348

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): 1300.09
CPU time (s): 3461.86
CPU user time (s): 3455.49
CPU system time (s): 6.37303
CPU usage (%): 266.278
Max. virtual memory (cumulated for all children) (KiB): 1800512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3455.49
system time used= 6.37303
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3523244
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= 33988
involuntary context switches= 27578

runsolver used 5.96909 second user time and 15.2227 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 23:35:04
IDJOB=3385865
IDBENCH=83251
IDSOLVER=1871
FILE ID=node148/3385865-1305581703
RUNJOBID= node148-1305576286-8296
PBS_JOBID= 13350202
Free space on /tmp= 72860 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385865-1305581703/watcher-3385865-1305581703 -o /tmp/evaluation-result-3385865-1305581703/solver-3385865-1305581703 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385865-1305581703.cnf -threads=4

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=80375207

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:      20877880 kB
Buffers:        354912 kB
Cached:        5038424 kB
SwapCached:       8488 kB
Active:        8491456 kB
Inactive:      3212192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20877880 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           23088 kB
Writeback:           0 kB
AnonPages:     6307820 kB
Mapped:          38224 kB
Slab:           251732 kB
PageTables:      50172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 142251824 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= 72860 MiB
End job on node148 at 2011-05-16 23:56:46