Trace number 3263896

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.11 1201.56

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3263896-1304101996/watcher-3263896-1304101996 -o /tmp/evaluation-result-3263896-1304101996/solver-3263896-1304101996 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263896-1304101996.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: 6.86 7.76 7.33 6/180 3819
/proc/meminfo: memFree=29539124/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=49360 CPUtime=0 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 486 0 0 0 0 0 0 0 22 0 4 0 600430245 50544640 423 33554432000 4194304 4623224 140734869918304 18446744073709551615 47267154827186 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 12340 423 301 105 0 7844 0
[pid=3819/tid=3820] ppid=3817 vsize=49360 CPUtime=0 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 600430246 50544640 423 33554432000 4194304 4623224 140734869918304 18446744073709551615 47267154827186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=49360 CPUtime=0 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 600430246 50544640 423 33554432000 4194304 4623224 140734869918304 18446744073709551615 47267154827180 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=49360 CPUtime=0 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 600430246 50544640 423 33554432000 4194304 4623224 140734869918304 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0924451 s]
/proc/loadavg: 6.86 7.76 7.33 6/180 3819
/proc/meminfo: memFree=29539124/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=247456 CPUtime=0.35 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 1561 0 0 0 35 0 0 0 18 0 4 0 600430245 253394944 1165 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 61864 1165 344 105 0 57368 0
[pid=3819/tid=3820] ppid=3817 vsize=247456 CPUtime=0.08 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 295 0 0 0 8 0 0 0 18 0 4 0 600430246 253394944 1165 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=247456 CPUtime=0.08 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 222 0 0 0 8 0 0 0 24 0 4 0 600430246 253394944 1165 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377179 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=247456 CPUtime=0.08 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 281 0 0 0 8 0 0 0 25 0 4 0 600430246 253394944 1165 33554432000 4194304 4623224 140734869918304 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 247456

[startup+0.100444 s]
/proc/loadavg: 6.86 7.76 7.33 6/180 3819
/proc/meminfo: memFree=29539124/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=247612 CPUtime=0.38 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 1668 0 0 0 38 0 0 0 18 0 4 0 600430245 253554688 1196 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 61903 1196 344 105 0 57407 0
[pid=3819/tid=3820] ppid=3817 vsize=247612 CPUtime=0.09 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 381 0 0 0 9 0 0 0 18 0 4 0 600430246 253554688 1196 33554432000 4194304 4623224 140734869918304 18446744073709551615 4460986 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=247612 CPUtime=0.09 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 229 0 0 0 9 0 0 0 24 0 4 0 600430246 253554688 1196 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=247612 CPUtime=0.09 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 292 0 0 0 9 0 0 0 25 0 4 0 600430246 253554688 1196 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 247612

[startup+0.300407 s]
/proc/loadavg: 6.86 7.76 7.33 6/180 3819
/proc/meminfo: memFree=29539124/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=249436 CPUtime=1.18 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 3018 0 0 0 118 0 0 0 18 0 4 0 600430245 255422464 2039 33554432000 4194304 4623224 140734869918304 18446744073709551615 4384207 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 62359 2039 344 105 0 57863 0
[pid=3819/tid=3820] ppid=3817 vsize=249436 CPUtime=0.29 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 742 0 0 0 29 0 0 0 18 0 4 0 600430246 255422464 2039 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376622 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=249436 CPUtime=0.29 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 615 0 0 0 29 0 0 0 25 0 4 0 600430246 255422464 2039 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=249436 CPUtime=0.29 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 697 0 0 0 29 0 0 0 25 0 4 0 600430246 255422464 2039 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 249436

[startup+0.700334 s]
/proc/loadavg: 6.86 7.76 7.33 6/180 3819
/proc/meminfo: memFree=29539124/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=252368 CPUtime=2.77 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 6874 0 0 0 277 0 0 0 18 0 4 0 600430245 258424832 3284 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510177 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 63092 3284 344 105 0 58596 0
[pid=3819/tid=3820] ppid=3817 vsize=252368 CPUtime=0.69 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1552 0 0 0 69 0 0 0 18 0 4 0 600430246 258424832 3284 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=252368 CPUtime=0.69 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1327 0 0 0 69 0 0 0 25 0 4 0 600430246 258424832 3284 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=252368 CPUtime=0.69 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2761 0 0 0 69 0 0 0 25 0 4 0 600430246 258424832 3284 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 252368

[startup+1.50018 s]
/proc/loadavg: 6.95 7.77 7.34 9/184 3823
/proc/meminfo: memFree=29509712/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=256392 CPUtime=5.97 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 13358 0 0 0 595 2 0 0 20 0 4 0 600430245 262545408 5310 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510183 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 64098 5310 344 105 0 59602 0
[pid=3819/tid=3820] ppid=3817 vsize=256392 CPUtime=1.49 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2591 0 0 0 149 0 0 0 20 0 4 0 600430246 262545408 5310 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=256392 CPUtime=1.49 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2256 0 0 0 149 0 0 0 25 0 4 0 600430246 262545408 5310 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=256392 CPUtime=1.47 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 6893 0 0 0 147 0 0 0 25 0 4 0 600430246 262545408 5310 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 256392

[startup+3.10089 s]
/proc/loadavg: 6.95 7.77 7.34 9/184 3823
/proc/meminfo: memFree=29491048/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=262696 CPUtime=12.36 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 28118 0 0 0 1233 3 0 0 25 0 4 0 600430245 269000704 8496 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510353 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 65674 8496 353 105 0 61178 0
[pid=3819/tid=3820] ppid=3817 vsize=262696 CPUtime=3.09 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 4213 0 0 0 309 0 0 0 25 0 4 0 600430246 269000704 8496 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376953 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=262696 CPUtime=3.08 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 3670 0 0 0 308 0 0 0 25 0 4 0 600430246 269000704 8496 33554432000 4194304 4623224 140734869918304 18446744073709551615 4466432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=262696 CPUtime=3.07 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 17807 0 0 0 306 1 0 0 25 0 4 0 600430246 269000704 8496 33554432000 4194304 4623224 140734869918304 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 262696

[startup+6.30029 s]
/proc/loadavg: 6.95 7.77 7.34 9/184 3823
/proc/meminfo: memFree=29455356/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=265396 CPUtime=25.15 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 52240 0 0 0 2506 9 0 0 25 0 4 0 600430245 271765504 12090 33554432000 4194304 4623224 140734869918304 18446744073709551615 4517532 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 66349 12090 347 105 0 61853 0
[pid=3819/tid=3820] ppid=3817 vsize=265396 CPUtime=6.29 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 6949 0 0 0 627 2 0 0 25 0 4 0 600430246 271765504 12090 33554432000 4194304 4623224 140734869918304 18446744073709551615 4461258 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=265396 CPUtime=6.28 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 5309 0 0 0 628 0 0 0 25 0 4 0 600430246 271765504 12090 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=265396 CPUtime=6.26 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 37314 0 0 0 621 5 0 0 25 0 4 0 600430246 271765504 12090 33554432000 4194304 4623224 140734869918304 18446744073709551615 4550487 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 265396

[startup+12.7011 s]
/proc/loadavg: 7.19 7.79 7.35 9/184 3823
/proc/meminfo: memFree=29416068/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=282008 CPUtime=50.72 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 88646 0 0 0 5057 15 0 0 25 0 4 0 600430245 288776192 18101 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 70502 18101 372 105 0 66006 0
[pid=3819/tid=3820] ppid=3817 vsize=282008 CPUtime=12.68 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 9539 0 0 0 1266 2 0 0 25 0 4 0 600430246 288776192 18101 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=282008 CPUtime=12.68 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 10369 0 0 0 1267 1 0 0 25 0 4 0 600430246 288776192 18101 33554432000 4194304 4623224 140734869918304 18446744073709551615 231895151301 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=282008 CPUtime=12.62 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 64997 0 0 0 1253 9 0 0 25 0 4 0 600430246 288776192 18101 33554432000 4194304 4623224 140734869918304 18446744073709551615 231895187641 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 282008

[startup+25.5007 s]
/proc/loadavg: 7.40 7.81 7.36 9/184 3823
/proc/meminfo: memFree=29354908/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=294968 CPUtime=101.85 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 145107 0 0 0 10160 25 0 0 25 0 4 0 600430245 302047232 27791 33554432000 4194304 4623224 140734869918304 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 73742 27791 444 105 0 69246 0
[pid=3819/tid=3820] ppid=3817 vsize=294968 CPUtime=25.49 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 15492 0 0 0 2544 5 0 0 25 0 4 0 600430246 302047232 27791 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=294968 CPUtime=25.49 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 15328 0 0 0 2547 2 0 0 25 0 4 0 600430246 302047232 27791 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=294968 CPUtime=25.34 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 108878 0 0 0 2519 15 0 0 25 0 4 0 600430246 302047232 27791 33554432000 4194304 4623224 140734869918304 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 294968

[startup+51.1009 s]
/proc/loadavg: 7.60 7.83 7.38 9/184 3824
/proc/meminfo: memFree=29273900/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=326524 CPUtime=204.11 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 212472 0 0 0 20373 38 0 0 25 0 4 0 600430245 334360576 42556 33554432000 4194304 4623224 140734869918304 18446744073709551615 4511006 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 81631 42556 476 105 0 77135 0
[pid=3819/tid=3820] ppid=3817 vsize=326524 CPUtime=51.09 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 21996 0 0 0 5101 8 0 0 25 0 4 0 600430246 334360576 42556 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=326524 CPUtime=51.09 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 24902 0 0 0 5105 4 0 0 25 0 4 0 600430246 334360576 42556 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=326524 CPUtime=50.81 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 156757 0 0 0 5058 23 0 0 25 0 4 0 600430246 334360576 42556 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 326524

[startup+102.306 s]
/proc/loadavg: 7.94 7.88 7.42 9/184 3825
/proc/meminfo: memFree=29164856/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=385088 CPUtime=408.65 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 282704 0 0 0 40815 50 0 0 25 0 4 0 600430245 394330112 61777 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 96272 61777 433 105 0 91776 0
[pid=3819/tid=3820] ppid=3817 vsize=385088 CPUtime=102.29 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 31827 0 0 0 10219 10 0 0 25 0 4 0 600430246 394330112 61777 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=385088 CPUtime=102.29 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 36825 0 0 0 10223 6 0 0 25 0 4 0 600430246 394330112 61777 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=385088 CPUtime=101.73 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 199739 0 0 0 10143 30 0 0 25 0 4 0 600430246 394330112 61777 33554432000 4194304 4623224 140734869918304 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 385088

[startup+162.301 s]

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

[pid=3819] ppid=3817 vsize=912120 CPUtime=2805.66 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 1673792 0 0 0 280252 314 0 0 25 0 4 0 600430245 934010880 161982 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 228030 161982 405 105 0 223534 0
[pid=3819/tid=3820] ppid=3817 vsize=912120 CPUtime=702.3 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 101094 0 0 0 70193 37 0 0 25 0 4 0 600430246 934010880 161982 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=912120 CPUtime=702.31 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 93592 0 0 0 70203 28 0 0 25 0 4 0 600430246 934010880 161982 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=912120 CPUtime=698.7 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1421869 0 0 0 69634 236 0 0 25 0 4 0 600430246 934010880 161982 33554432000 4194304 4623224 140734869918304 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.66
Current children cumulated vsize (KiB) 912120

[startup+762.307 s]
/proc/loadavg: 4.08 4.80 6.08 5/175 3864
/proc/meminfo: memFree=28854100/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=966304 CPUtime=3045.38 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 1709916 0 0 0 304215 323 0 0 25 0 4 0 600430245 989495296 172049 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 241576 172049 344 105 0 237080 0
[pid=3819/tid=3820] ppid=3817 vsize=966304 CPUtime=762.3 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 103427 0 0 0 76191 39 0 0 25 0 4 0 600430246 989495296 172049 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=966304 CPUtime=762.32 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 126125 0 0 0 76198 34 0 0 25 0 4 0 600430246 989495296 172049 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=966304 CPUtime=758.42 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1422326 0 0 0 75605 237 0 0 25 0 4 0 600430246 989495296 172049 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.38
Current children cumulated vsize (KiB) 966304

[startup+822.301 s]
/proc/loadavg: 4.03 4.65 5.94 5/175 3865
/proc/meminfo: memFree=28833608/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1031972 CPUtime=3285.07 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 1717149 0 0 0 328178 329 0 0 25 0 4 0 600430245 1056739328 177083 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 257993 177083 344 105 0 253497 0
[pid=3819/tid=3820] ppid=3817 vsize=1031972 CPUtime=822.29 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 105395 0 0 0 82189 40 0 0 25 0 4 0 600430246 1056739328 177083 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1031972 CPUtime=822.32 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 127485 0 0 0 82195 37 0 0 25 0 4 0 600430246 1056739328 177083 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1031972 CPUtime=818.1 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1424712 0 0 0 81573 237 0 0 25 0 4 0 600430246 1056739328 177083 33554432000 4194304 4623224 140734869918304 18446744073709551615 4550450 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3285.07
Current children cumulated vsize (KiB) 1031972

[startup+882.3 s]
/proc/loadavg: 4.01 4.53 5.82 5/175 3867
/proc/meminfo: memFree=28814368/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1054072 CPUtime=3524.77 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 1775196 0 0 0 352134 343 0 0 25 0 4 0 600430245 1079369728 181851 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 263518 181851 344 105 0 259022 0
[pid=3819/tid=3820] ppid=3817 vsize=1054072 CPUtime=882.29 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 107834 0 0 0 88188 41 0 0 25 0 4 0 600430246 1079369728 181851 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1054072 CPUtime=882.31 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 128702 0 0 0 88193 38 0 0 25 0 4 0 600430246 1079369728 181851 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1054072 CPUtime=877.81 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1467507 0 0 0 87535 246 0 0 25 0 4 0 600430246 1079369728 181851 33554432000 4194304 4623224 140734869918304 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.77
Current children cumulated vsize (KiB) 1054072

[startup+942.301 s]
/proc/loadavg: 4.00 4.43 5.70 5/175 3869
/proc/meminfo: memFree=28763004/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1124096 CPUtime=3764.48 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 1931739 0 0 0 376076 372 0 0 25 0 4 0 600430245 1151074304 194224 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 281024 194224 344 105 0 276528 0
[pid=3819/tid=3820] ppid=3817 vsize=1124096 CPUtime=942.3 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 115298 0 0 0 94187 43 0 0 25 0 4 0 600430246 1151074304 194224 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1124096 CPUtime=942.31 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 130229 0 0 0 94191 40 0 0 25 0 4 0 600430246 1151074304 194224 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1124096 CPUtime=937.51 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1602168 0 0 0 93481 270 0 0 25 0 4 0 600430246 1151074304 194224 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.48
Current children cumulated vsize (KiB) 1124096

[startup+1002.3 s]
/proc/loadavg: 4.04 4.37 5.60 5/175 3870
/proc/meminfo: memFree=28744508/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1145328 CPUtime=4004.17 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 2172112 0 0 0 400006 411 0 0 25 0 4 0 600430245 1172815872 198839 33554432000 4194304 4623224 140734869918304 18446744073709551615 4517563 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 286332 198839 382 105 0 281836 0
[pid=3819/tid=3820] ppid=3817 vsize=1145328 CPUtime=1002.3 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 116860 0 0 0 100186 44 0 0 25 0 4 0 600430246 1172815872 198839 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1145328 CPUtime=1002.32 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 131568 0 0 0 100190 42 0 0 25 0 4 0 600430246 1172815872 198839 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1145328 CPUtime=997.2 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 1839134 0 0 0 99414 306 0 0 25 0 4 0 600430246 1172815872 198839 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.17
Current children cumulated vsize (KiB) 1145328

[startup+1062.3 s]
/proc/loadavg: 4.06 4.31 5.50 5/175 3872
/proc/meminfo: memFree=28730836/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1145328 CPUtime=4243.88 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 2438648 0 0 0 423928 460 0 0 25 0 4 0 600430245 1172815872 202991 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 286332 202991 374 105 0 281836 0
[pid=3819/tid=3820] ppid=3817 vsize=1145328 CPUtime=1062.29 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 118412 0 0 0 106185 44 0 0 25 0 4 0 600430246 1172815872 202991 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1145328 CPUtime=1062.32 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 132878 0 0 0 106187 45 0 0 25 0 4 0 600430246 1172815872 202991 33554432000 4194304 4623224 140734869918304 18446744073709551615 4463392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1145328 CPUtime=1056.9 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2102253 0 0 0 105339 351 0 0 25 0 4 0 600430246 1172815872 202991 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377579 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.88
Current children cumulated vsize (KiB) 1145328

[startup+1122.3 s]
/proc/loadavg: 4.06 4.27 5.41 5/175 3874
/proc/meminfo: memFree=28701296/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1145328 CPUtime=4483.58 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 2764803 0 0 0 447842 516 0 0 25 0 4 0 600430245 1172815872 209684 33554432000 4194304 4623224 140734869918304 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 286332 209684 393 105 0 281836 0
[pid=3819/tid=3820] ppid=3817 vsize=1145328 CPUtime=1122.3 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 119824 0 0 0 112185 45 0 0 25 0 4 0 600430246 1172815872 209684 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1145328 CPUtime=1122.33 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 136530 0 0 0 112186 47 0 0 25 0 4 0 600430246 1172815872 209684 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1145328 CPUtime=1116.6 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2422896 0 0 0 111255 405 0 0 25 0 4 0 600430246 1172815872 209684 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.58
Current children cumulated vsize (KiB) 1145328

[startup+1182.3 s]
/proc/loadavg: 4.02 4.21 5.32 5/175 3875
/proc/meminfo: memFree=28679448/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1145328 CPUtime=4723.31 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 3072826 0 0 0 471763 568 0 0 25 0 4 0 600430245 1172815872 215061 33554432000 4194304 4623224 140734869918304 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 286332 215061 353 105 0 281836 0
[pid=3819/tid=3820] ppid=3817 vsize=1145328 CPUtime=1182.29 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 123289 0 0 0 118183 46 0 0 25 0 4 0 600430246 1172815872 215061 33554432000 4194304 4623224 140734869918304 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1145328 CPUtime=1182.33 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 137732 0 0 0 118185 48 0 0 25 0 4 0 600430246 1172815872 215061 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1145328 CPUtime=1176.32 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2725117 0 0 0 117179 453 0 0 25 0 4 0 600430246 1172815872 215061 33554432000 4194304 4623224 140734869918304 18446744073709551615 4545366 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.31
Current children cumulated vsize (KiB) 1145328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.07 4.22 5.29 5/175 3876
/proc/meminfo: memFree=28671624/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1145328 CPUtime=4800.03 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 3164163 0 0 0 479417 586 0 0 25 0 4 0 600430245 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 286332 217617 345 105 0 281836 0
[pid=3819/tid=3820] ppid=3817 vsize=1145328 CPUtime=1201.5 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 123900 0 0 0 120103 47 0 0 25 0 4 0 600430246 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1145328 CPUtime=1201.53 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 138113 0 0 0 120105 48 0 0 25 0 4 0 600430246 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1145328 CPUtime=1195.43 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2815287 0 0 0 119073 470 0 0 25 0 4 0 600430246 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1145328

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

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

[startup+1201.5 s]
/proc/loadavg: 4.07 4.22 5.29 5/175 3876
/proc/meminfo: memFree=28671624/32950928 swapFree=67111356/67111528
[pid=3819] ppid=3817 vsize=1145328 CPUtime=4800.03 cores=0,2,4,6
/proc/3819/stat : 3819 (SArTagnan) R 3817 3819 2922 0 -1 4202496 3164163 0 0 0 479417 586 0 0 25 0 4 0 600430245 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3819/statm: 286332 217617 345 105 0 281836 0
[pid=3819/tid=3820] ppid=3817 vsize=1145328 CPUtime=1201.5 cores=0,2,4,6
/proc/3819/task/3820/stat : 3820 (SArTagnan) R 3817 3819 2922 0 -1 4202560 123900 0 0 0 120103 47 0 0 25 0 4 0 600430246 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3819/tid=3821] ppid=3817 vsize=1145328 CPUtime=1201.53 cores=0,2,4,6
/proc/3819/task/3821/stat : 3821 (SArTagnan) R 3817 3819 2922 0 -1 4202560 138113 0 0 0 120105 48 0 0 25 0 4 0 600430246 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3819/tid=3822] ppid=3817 vsize=1145328 CPUtime=1195.43 cores=0,2,4,6
/proc/3819/task/3822/stat : 3822 (SArTagnan) R 3817 3819 2922 0 -1 4202560 2815287 0 0 0 119073 470 0 0 25 0 4 0 600430246 1172815872 217617 33554432000 4194304 4623224 140734869918304 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1145328

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.56
CPU time (s): 4800.11
CPU user time (s): 4794.2
CPU system time (s): 5.9081
CPU usage (%): 399.49
Max. virtual memory (cumulated for all children) (KiB): 1166824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.2
system time used= 5.9081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3164163
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= 269
involuntary context switches= 17854

runsolver used 2.02869 second user time and 4.05238 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 20:33:16
IDJOB=3263896
IDBENCH=84030
IDSOLVER=1656
FILE ID=node114/3263896-1304101996
RUNJOBID= node114-1304101996-3796
PBS_JOBID= 13170591
Free space on /tmp= 71804 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263896-1304101996/watcher-3263896-1304101996 -o /tmp/evaluation-result-3263896-1304101996/solver-3263896-1304101996 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3263896-1304101996.cnf -threads=4

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1395289468

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.74
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.848
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:      29539412 kB
Buffers:       1056584 kB
Cached:        1782620 kB
SwapCached:        168 kB
Active:          68200 kB
Inactive:      2838888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29539412 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:             948 kB
Writeback:           0 kB
AnonPages:       66948 kB
Mapped:          15264 kB
Slab:           440804 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   239972 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= 71804 MiB
End job on node114 at 2011-04-29 20:53:19