Trace number 3386112

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.17 1203.99

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.09707
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3386112-1305578382/watcher-3386112-1305578382 -o /tmp/evaluation-result-3386112-1305578382/solver-3386112-1305578382 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386112-1305578382.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: 8.20 7.98 5.88 5/384 4847
/proc/meminfo: memFree=12394612/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=20908 CPUtime=0 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 672 0 0 0 0 0 0 0 25 0 1 0 669436984 21409792 482 33554432000 4194304 4625164 140734914591568 18446744073709551615 235594866432 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/4847/statm: 5227 482 296 106 0 730 0

[startup+0.107679 s]
/proc/loadavg: 8.20 7.98 5.88 5/384 4847
/proc/meminfo: memFree=12394612/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=255148 CPUtime=0.34 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 3697 0 0 0 34 0 0 0 25 0 4 0 669436984 261271552 2926 33554432000 4194304 4625164 140734914591568 18446744073709551615 235594563680 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 63787 2949 345 106 0 59290 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 255148

[startup+0.200541 s]
/proc/loadavg: 8.20 7.98 5.88 5/384 4847
/proc/meminfo: memFree=12394612/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=256456 CPUtime=0.72 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 4757 0 0 0 72 0 0 0 25 0 4 0 669436984 262610944 3740 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 64114 3740 345 106 0 59617 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 256456

[startup+0.300524 s]
/proc/loadavg: 8.20 7.98 5.88 5/384 4847
/proc/meminfo: memFree=12394612/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=259536 CPUtime=1.11 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5797 0 0 0 111 0 0 0 25 0 4 0 669436984 265764864 4659 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 64884 4659 345 106 0 60387 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 259536

[startup+0.700454 s]
/proc/loadavg: 8.20 7.98 5.88 5/384 4847
/proc/meminfo: memFree=12394612/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=262672 CPUtime=2.71 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 8399 0 0 0 271 0 0 0 25 0 4 0 669436984 268976128 6339 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 65668 6339 345 106 0 61171 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 262672

[startup+1.50031 s]
/proc/loadavg: 8.19 7.98 5.89 9/388 4851
/proc/meminfo: memFree=12349948/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=269032 CPUtime=5.9 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 14869 0 0 0 588 2 0 0 25 0 4 0 669436984 275488768 9070 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512288 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 67258 9070 345 106 0 62761 0
[pid=4847/tid=4849] ppid=4845 vsize=269032 CPUtime=1.46 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 2371 0 0 0 146 0 0 0 25 0 4 0 669436987 275488768 9070 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=269032 CPUtime=1.45 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 2817 0 0 0 145 0 0 0 25 0 4 0 669436987 275488768 9070 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=269032 CPUtime=1.47 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 3887 0 0 0 147 0 0 0 25 0 4 0 669436987 275488768 9070 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 269032

[startup+3.10103 s]
/proc/loadavg: 8.19 7.98 5.89 9/388 4851
/proc/meminfo: memFree=12327528/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=272360 CPUtime=12.29 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 22465 0 0 0 1225 4 0 0 25 0 4 0 669436984 278896640 11748 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 68090 11748 346 106 0 63593 0
[pid=4847/tid=4849] ppid=4845 vsize=272360 CPUtime=3.06 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4012 0 0 0 305 1 0 0 25 0 4 0 669436987 278896640 11748 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=272360 CPUtime=3.04 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4397 0 0 0 303 1 0 0 19 0 4 0 669436987 278896640 11748 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=272360 CPUtime=3.07 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 7963 0 0 0 306 1 0 0 25 0 4 0 669436987 278896640 11748 33554432000 4194304 4625164 140734914591568 18446744073709551615 235610850331 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 272360

[startup+6.30047 s]
/proc/loadavg: 8.17 7.98 5.90 9/388 4851
/proc/meminfo: memFree=12284652/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=286236 CPUtime=25.04 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 44487 0 0 0 2496 8 0 0 25 0 4 0 669436984 293105664 16935 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512078 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 71559 16936 346 106 0 67062 0
[pid=4847/tid=4849] ppid=4845 vsize=286236 CPUtime=6.26 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 6449 0 0 0 624 2 0 0 25 0 4 0 669436987 293105664 16936 33554432000 4194304 4625164 140734914591568 18446744073709551615 4340354 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=286236 CPUtime=6.2 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 8159 0 0 0 618 2 0 0 25 0 4 0 669436987 293105664 16936 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=286236 CPUtime=6.27 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 22222 0 0 0 625 2 0 0 25 0 4 0 669436987 293105664 16936 33554432000 4194304 4625164 140734914591568 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 286236

[startup+12.7003 s]
/proc/loadavg: 8.16 7.98 5.91 9/388 4851
/proc/meminfo: memFree=12214760/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=294760 CPUtime=50.57 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 96286 0 0 0 5040 17 0 0 25 0 4 0 669436984 301834240 24581 33554432000 4194304 4625164 140734914591568 18446744073709551615 4511936 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 73690 24581 346 106 0 69193 0
[pid=4847/tid=4849] ppid=4845 vsize=294760 CPUtime=12.66 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 10276 0 0 0 1262 4 0 0 25 0 4 0 669436987 301834240 24581 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=294760 CPUtime=12.52 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 12543 0 0 0 1249 3 0 0 25 0 4 0 669436987 301834240 24581 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=294760 CPUtime=12.67 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 65523 0 0 0 1259 8 0 0 25 0 4 0 669436987 301834240 24581 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 294760

[startup+25.5011 s]
/proc/loadavg: 8.12 7.98 5.94 9/388 4852
/proc/meminfo: memFree=12109212/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=316776 CPUtime=101.6 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 144510 0 0 0 10132 28 0 0 25 0 4 0 669436984 324378624 35335 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 79194 35335 348 106 0 74697 0
[pid=4847/tid=4849] ppid=4845 vsize=316776 CPUtime=25.46 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 15639 0 0 0 2540 6 0 0 25 0 4 0 669436987 324378624 35335 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=316776 CPUtime=25.15 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 19876 0 0 0 2508 7 0 0 25 0 4 0 669436987 324378624 35335 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=316776 CPUtime=25.47 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 100841 0 0 0 2534 13 0 0 25 0 4 0 669436987 324378624 35335 33554432000 4194304 4625164 140734914591568 18446744073709551615 4546798 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 316776

[startup+51.1006 s]
/proc/loadavg: 8.22 8.01 6.01 9/388 4852
/proc/meminfo: memFree=11958360/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=340560 CPUtime=203.66 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 259385 0 0 0 20317 49 0 0 25 0 4 0 669436984 348733440 53077 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 85140 53077 391 106 0 80643 0
[pid=4847/tid=4849] ppid=4845 vsize=340560 CPUtime=51.06 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 23180 0 0 0 5097 9 0 0 25 0 4 0 669436987 348733440 53077 33554432000 4194304 4625164 140734914591568 18446744073709551615 4288796 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=340560 CPUtime=50.41 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 28235 0 0 0 5033 8 0 0 25 0 4 0 669436987 348733440 53077 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=340560 CPUtime=51.07 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 193820 0 0 0 5078 29 0 0 25 0 4 0 669436987 348733440 53077 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 340560

[startup+102.301 s]
/proc/loadavg: 8.16 8.03 6.11 9/388 4854
/proc/meminfo: memFree=11647716/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=499388 CPUtime=407.84 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 331786 0 0 0 40716 68 0 0 25 0 4 0 669436984 511373312 86856 33554432000 4194304 4625164 140734914591568 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 124847 86856 350 106 0 120350 0
[pid=4847/tid=4849] ppid=4845 vsize=499388 CPUtime=102.28 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 35358 0 0 0 10214 14 0 0 25 0 4 0 669436987 511373312 86856 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=499388 CPUtime=100.96 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 41275 0 0 0 10083 13 0 0 25 0 4 0 669436987 511373312 86856 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=499388 CPUtime=102.29 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 205431 0 0 0 10197 32 0 0 25 0 4 0 669436987 511373312 86856 33554432000 4194304 4625164 140734914591568 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.84
Current children cumulated vsize (KiB) 499388

[startup+162.301 s]
/proc/loadavg: 8.23 8.06 6.25 9/388 4855
/proc/meminfo: memFree=11405876/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=642072 CPUtime=647.04 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 451625 0 0 0 64615 89 0 0 25 0 4 0 669436984 657481728 113418 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 160518 113418 360 106 0 156021 0
[pid=4847/tid=4849] ppid=4845 vsize=642072 CPUtime=162.27 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 46327 0 0 0 16209 18 0 0 25 0 4 0 669436987 657481728 113418 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=642072 CPUtime=160.18 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 47051 0 0 0 16001 17 0 0 25 0 4 0 669436987 657481728 113418 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=642072 CPUtime=162.27 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 284231 0 0 0 16184 43 0 0 25 0 4 0 669436987 657481728 113418 33554432000 4194304 4625164 140734914591568 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 647.04
Current children cumulated vsize (KiB) 642072

[startup+222.314 s]
/proc/loadavg: 8.21 8.08 6.36 9/388 4857
/proc/meminfo: memFree=11256412/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=746536 CPUtime=886.31 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 963423 0 0 0 88462 169 0 0 25 0 4 0 669436984 764452864 135429 33554432000 4194304 4625164 140734914591568 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 186634 135429 347 106 0 182137 0
[pid=4847/tid=4849] ppid=4845 vsize=746536 CPUtime=222.28 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 50584 0 0 0 22207 21 0 0 25 0 4 0 669436987 764452864 135429 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=746536 CPUtime=219.41 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 64888 0 0 0 21920 21 0 0 25 0 4 0 669436987 764452864 135429 33554432000 4194304 4625164 140734914591568 18446744073709551615 4278480 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=746536 CPUtime=222.29 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 767683 0 0 0 22115 114 0 0 25 0 4 0 669436987 764452864 135429 33554432000 4194304 4625164 140734914591568 18446744073709551615 4334607 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 886.31
Current children cumulated vsize (KiB) 746536

[startup+282.301 s]

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

[pid=4847] ppid=4845 vsize=1398128 CPUtime=2560.86 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 4336819 0 0 0 255415 671 0 0 25 0 4 0 669436984 1431683072 273613 33554432000 4194304 4625164 140734914591568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 349532 273613 394 106 0 345035 0
[pid=4847/tid=4849] ppid=4845 vsize=1398128 CPUtime=642.27 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 107544 0 0 0 64180 47 0 0 25 0 4 0 669436987 1431683072 273613 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1398128 CPUtime=633.98 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 129954 0 0 0 63363 35 0 0 25 0 4 0 669436987 1431683072 273613 33554432000 4194304 4625164 140734914591568 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1398128 CPUtime=642.27 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 3762242 0 0 0 63690 537 0 0 25 0 4 0 669436987 1431683072 273613 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2560.86
Current children cumulated vsize (KiB) 1398128

[startup+702.301 s]
/proc/loadavg: 8.05 8.05 7.03 9/388 4870
/proc/meminfo: memFree=9921864/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1398128 CPUtime=2800.09 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 4897709 0 0 0 279259 750 0 0 25 0 4 0 669436984 1431683072 283112 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 349532 283112 394 106 0 345035 0
[pid=4847/tid=4849] ppid=4845 vsize=1398128 CPUtime=702.28 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 108529 0 0 0 70180 48 0 0 25 0 4 0 669436987 1431683072 283112 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1398128 CPUtime=693.2 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 133659 0 0 0 69281 39 0 0 25 0 4 0 669436987 1431683072 283112 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1398128 CPUtime=702.27 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4285790 0 0 0 69621 606 0 0 25 0 4 0 669436987 1431683072 283112 33554432000 4194304 4625164 140734914591568 18446744073709551615 4547843 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.09
Current children cumulated vsize (KiB) 1398128

[startup+762.3 s]
/proc/loadavg: 8.13 8.07 7.09 9/388 4871
/proc/meminfo: memFree=9814428/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1476388 CPUtime=3039.34 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 4996961 0 0 0 303163 771 0 0 25 0 4 0 669436984 1511821312 295796 33554432000 4194304 4625164 140734914591568 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 369097 295796 346 106 0 364600 0
[pid=4847/tid=4849] ppid=4845 vsize=1476388 CPUtime=762.29 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 111723 0 0 0 76178 51 0 0 25 0 4 0 669436987 1511821312 295796 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1476388 CPUtime=752.43 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 136178 0 0 0 75201 42 0 0 25 0 4 0 669436987 1511821312 295796 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1476388 CPUtime=762.29 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4342073 0 0 0 75615 614 0 0 25 0 4 0 669436987 1511821312 295796 33554432000 4194304 4625164 140734914591568 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3039.34
Current children cumulated vsize (KiB) 1476388

[startup+822.301 s]
/proc/loadavg: 8.04 8.05 7.15 9/388 4873
/proc/meminfo: memFree=9713204/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1553564 CPUtime=3278.54 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5019811 0 0 0 327073 781 0 0 25 0 4 0 669436984 1590849536 307699 33554432000 4194304 4625164 140734914591568 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 388391 307699 346 106 0 383894 0
[pid=4847/tid=4849] ppid=4845 vsize=1553564 CPUtime=822.28 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 114760 0 0 0 82173 55 0 0 25 0 4 0 669436987 1590849536 307699 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1553564 CPUtime=811.65 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 138642 0 0 0 81121 44 0 0 25 0 4 0 669436987 1590849536 307699 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1553564 CPUtime=822.28 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4345122 0 0 0 81613 615 0 0 25 0 4 0 669436987 1590849536 307699 33554432000 4194304 4625164 140734914591568 18446744073709551615 4547307 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3278.54
Current children cumulated vsize (KiB) 1553564

[startup+882.315 s]
/proc/loadavg: 8.05 8.05 7.20 9/388 4875
/proc/meminfo: memFree=9612088/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1565564 CPUtime=3517.83 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5033696 0 0 0 350992 791 0 0 25 0 4 0 669436984 1603137536 320330 33554432000 4194304 4625164 140734914591568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 391391 320330 346 106 0 386894 0
[pid=4847/tid=4849] ppid=4845 vsize=1565564 CPUtime=882.29 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 117602 0 0 0 88170 59 0 0 25 0 4 0 669436987 1603137536 320330 33554432000 4194304 4625164 140734914591568 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1565564 CPUtime=870.88 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 142849 0 0 0 87040 48 0 0 25 0 4 0 669436987 1603137536 320330 33554432000 4194304 4625164 140734914591568 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1565564 CPUtime=882.3 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4348539 0 0 0 87614 616 0 0 25 0 4 0 669436987 1603137536 320330 33554432000 4194304 4625164 140734914591568 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3517.83
Current children cumulated vsize (KiB) 1565564

[startup+942.301 s]
/proc/loadavg: 8.20 8.09 7.27 9/388 4876
/proc/meminfo: memFree=9498084/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1639672 CPUtime=3757 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5088710 0 0 0 374897 803 0 0 25 0 4 0 669436984 1679024128 336194 33554432000 4194304 4625164 140734914591568 18446744073709551615 4519414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 409918 336194 346 106 0 405421 0
[pid=4847/tid=4849] ppid=4845 vsize=1639672 CPUtime=942.28 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 120411 0 0 0 94164 64 0 0 25 0 4 0 669436987 1679024128 336194 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1639672 CPUtime=930.09 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 146458 0 0 0 92960 49 0 0 25 0 4 0 669436987 1679024128 336194 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1639672 CPUtime=942.28 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4351004 0 0 0 93612 616 0 0 25 0 4 0 669436987 1679024128 336194 33554432000 4194304 4625164 140734914591568 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757
Current children cumulated vsize (KiB) 1639672

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 7.32 9/388 4878
/proc/meminfo: memFree=9409876/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1677256 CPUtime=3996.22 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5144567 0 0 0 398806 816 0 0 25 0 4 0 669436984 1717510144 345592 33554432000 4194304 4625164 140734914591568 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 419314 345592 346 106 0 414817 0
[pid=4847/tid=4849] ppid=4845 vsize=1677256 CPUtime=1002.28 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 122890 0 0 0 100161 67 0 0 25 0 4 0 669436987 1717510144 345592 33554432000 4194304 4625164 140734914591568 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1677256 CPUtime=989.31 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 148587 0 0 0 98879 52 0 0 25 0 4 0 669436987 1717510144 345592 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1677256 CPUtime=1002.28 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4352715 0 0 0 99612 616 0 0 25 0 4 0 669436987 1717510144 345592 33554432000 4194304 4625164 140734914591568 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3996.22
Current children cumulated vsize (KiB) 1677256

[startup+1062.3 s]
/proc/loadavg: 8.24 8.13 7.37 9/388 4879
/proc/meminfo: memFree=9192208/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1831032 CPUtime=4235.46 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5235838 0 0 0 422714 832 0 0 25 0 4 0 669436984 1874976768 364022 33554432000 4194304 4625164 140734914591568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 457758 364022 346 106 0 453261 0
[pid=4847/tid=4849] ppid=4845 vsize=1831032 CPUtime=1062.28 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 123023 0 0 0 106161 67 0 0 25 0 4 0 669436987 1874976768 364022 33554432000 4194304 4625164 140734914591568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1831032 CPUtime=1048.55 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 151897 0 0 0 104798 57 0 0 25 0 4 0 669436987 1874976768 364022 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1831032 CPUtime=1062.28 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4355182 0 0 0 105611 617 0 0 25 0 4 0 669436987 1874976768 364022 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4235.46
Current children cumulated vsize (KiB) 1831032

[startup+1122.3 s]
/proc/loadavg: 8.22 8.13 7.42 9/388 4881
/proc/meminfo: memFree=9130164/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1841032 CPUtime=4474.67 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5242799 0 0 0 446632 835 0 0 25 0 4 0 669436984 1885216768 370959 33554432000 4194304 4625164 140734914591568 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 460258 370959 346 106 0 455761 0
[pid=4847/tid=4849] ppid=4845 vsize=1841032 CPUtime=1122.29 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 123137 0 0 0 112161 68 0 0 25 0 4 0 669436987 1885216768 370959 33554432000 4194304 4625164 140734914591568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1841032 CPUtime=1107.78 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 154357 0 0 0 110719 59 0 0 25 0 4 0 669436987 1885216768 370959 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1841032 CPUtime=1122.28 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4357696 0 0 0 111611 617 0 0 25 0 4 0 669436987 1885216768 370959 33554432000 4194304 4625164 140734914591568 18446744073709551615 4547232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4474.67
Current children cumulated vsize (KiB) 1841032

[startup+1182.3 s]
/proc/loadavg: 8.20 8.14 7.47 9/388 4883
/proc/meminfo: memFree=9065648/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1850300 CPUtime=4713.92 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5249759 0 0 0 470552 840 0 0 25 0 4 0 669436984 1894707200 377867 33554432000 4194304 4625164 140734914591568 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 462575 377867 346 106 0 458078 0
[pid=4847/tid=4849] ppid=4845 vsize=1850300 CPUtime=1182.29 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 123246 0 0 0 118161 68 0 0 25 0 4 0 669436987 1894707200 377867 33554432000 4194304 4625164 140734914591568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1850300 CPUtime=1167.02 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 156736 0 0 0 116640 62 0 0 25 0 4 0 669436987 1894707200 377867 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1850300 CPUtime=1182.29 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4360616 0 0 0 117611 618 0 0 25 0 4 0 669436987 1894707200 377867 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4713.92
Current children cumulated vsize (KiB) 1850300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.14 8.13 7.48 5/383 4884
/proc/meminfo: memFree=10910916/32950928 swapFree=54713420/67111528
[pid=4847] ppid=4845 vsize=1852780 CPUtime=4800.05 cores=0,2,4,6
/proc/4847/stat : 4847 (SArTagnan) R 4845 4847 4682 0 -1 4202496 5251858 0 0 0 479164 841 0 0 25 0 4 0 669436984 1897246720 379942 33554432000 4194304 4625164 140734914591568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4847/statm: 463195 379942 346 106 0 458698 0
[pid=4847/tid=4849] ppid=4845 vsize=1852780 CPUtime=1203.9 cores=0,2,4,6
/proc/4847/task/4849/stat : 4849 (SArTagnan) R 4845 4847 4682 0 -1 4202560 123283 0 0 0 120322 68 0 0 25 0 4 0 669436987 1897246720 379942 33554432000 4194304 4625164 140734914591568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4847/tid=4850] ppid=4845 vsize=1852780 CPUtime=1188.35 cores=0,2,4,6
/proc/4847/task/4850/stat : 4850 (SArTagnan) R 4845 4847 4682 0 -1 4202560 157481 0 0 0 118771 64 0 0 25 0 4 0 669436987 1897246720 379942 33554432000 4194304 4625164 140734914591568 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4847/tid=4851] ppid=4845 vsize=1852780 CPUtime=1203.9 cores=0,2,4,6
/proc/4847/task/4851/stat : 4851 (SArTagnan) R 4845 4847 4682 0 -1 4202560 4361321 0 0 0 119772 618 0 0 25 0 4 0 669436987 1897246720 379942 33554432000 4194304 4625164 140734914591568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1852780

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): 1203.99
CPU time (s): 4800.17
CPU user time (s): 4791.68
CPU system time (s): 8.48971
CPU usage (%): 398.689
Max. virtual memory (cumulated for all children) (KiB): 2120652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.68
system time used= 8.48971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5251858
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= 1013
involuntary context switches= 32319

runsolver used 4.18036 second user time and 11.1613 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 22:39:42
IDJOB=3386112
IDBENCH=71337
IDSOLVER=1871
FILE ID=node120/3386112-1305578382
RUNJOBID= node120-1305577174-4700
PBS_JOBID= 13350219
Free space on /tmp= 73496 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g7.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386112-1305578382/watcher-3386112-1305578382 -o /tmp/evaluation-result-3386112-1305578382/solver-3386112-1305578382 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386112-1305578382.cnf -threads=4

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1327012267

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12395016 kB
Buffers:        133128 kB
Cached:        1468988 kB
SwapCached:      32608 kB
Active:        7161852 kB
Inactive:     13152016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12395016 kB
SwapTotal:    67111528 kB
SwapFree:     54713420 kB
Dirty:            3436 kB
Writeback:           0 kB
AnonPages:    18684820 kB
Mapped:          22304 kB
Slab:            94388 kB
PageTables:      82012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78812024 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= 73460 MiB
End job on node120 at 2011-05-16 22:59:48