Trace number 3385974

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) 3882.19 1300.12

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
MD5SUMb970e9358cd0cd1a9cfd3d4afb2e830d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses65612
Sum of the clauses size131952
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265586
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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-3385974-1305582184/watcher-3385974-1305582184 -o /tmp/evaluation-result-3385974-1305582184/solver-3385974-1305582184 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385974-1305582184.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.51 2.22 1.46 6/419 26047
/proc/meminfo: memFree=20490840/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=21040 CPUtime=0.01 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 1060 0 0 0 1 0 0 0 21 0 1 0 125827775 21544960 586 33554432000 4194304 4625164 140733873551200 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/26047/statm: 5260 586 296 106 0 763 0

[startup+0.121117 s]
/proc/loadavg: 5.51 2.22 1.46 6/419 26047
/proc/meminfo: memFree=20490840/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=253716 CPUtime=0.31 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) D 26045 26047 25831 0 -1 4202496 3184 0 0 0 31 0 0 0 23 0 4 0 125827775 259805184 2535 33554432000 4194304 4625164 140733873551200 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 63742 4864 345 106 0 59245 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 253716

[startup+0.932324 s]
/proc/loadavg: 5.51 2.22 1.46 6/419 26047
/proc/meminfo: memFree=20490840/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=258736 CPUtime=2.74 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 8070 0 0 0 274 0 0 0 25 0 4 0 125827775 264945664 6386 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 64684 6386 347 106 0 60187 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 258736

[startup+1.00031 s]
/proc/loadavg: 5.51 2.22 1.46 6/419 26047
/proc/meminfo: memFree=20490840/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=258868 CPUtime=2.94 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 8161 0 0 0 294 0 0 0 25 0 4 0 125827775 265080832 6472 33554432000 4194304 4625164 140733873551200 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 64717 6472 347 106 0 60220 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 258868

[startup+1.1003 s]
/proc/loadavg: 5.51 2.22 1.46 6/419 26047
/proc/meminfo: memFree=20490840/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=260652 CPUtime=3.25 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 8798 0 0 0 324 1 0 0 25 0 4 0 125827775 266907648 6951 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512475 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 65163 6951 347 106 0 60666 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 260652

[startup+1.50022 s]
/proc/loadavg: 5.51 2.22 1.46 6/419 26047
/proc/meminfo: memFree=20490840/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=264312 CPUtime=4.45 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 11050 0 0 0 444 1 0 0 25 0 4 0 125827775 270655488 7970 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 66078 7970 345 106 0 61581 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 264312

[startup+3.10094 s]
/proc/loadavg: 5.51 2.22 1.46 10/423 26051
/proc/meminfo: memFree=20446988/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=273276 CPUtime=9.22 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 19704 0 0 0 919 3 0 0 25 0 4 0 125827775 279834624 11401 33554432000 4194304 4625164 140733873551200 18446744073709551615 4397103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 68319 11401 346 106 0 63822 0
[pid=26047/tid=26049] ppid=26045 vsize=273276 CPUtime=2.04 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 4238 0 0 0 203 1 0 0 25 0 4 0 125827777 279834624 11401 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=273276 CPUtime=1.43 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 3539 0 0 0 143 0 0 0 25 0 4 0 125827777 279834624 11401 33554432000 4194304 4625164 140733873551200 18446744073709551615 4288780 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=273276 CPUtime=2.63 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 5450 0 0 0 263 0 0 0 23 0 4 0 125827777 279834624 11401 33554432000 4194304 4625164 140733873551200 18446744073709551615 4334595 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.22
Current children cumulated vsize (KiB) 273276

[startup+6.31637 s]
/proc/loadavg: 5.79 2.33 1.50 10/423 26051
/proc/meminfo: memFree=20424792/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=277552 CPUtime=18.8 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 48115 0 0 0 1873 7 0 0 25 0 4 0 125827775 284213248 15347 33554432000 4194304 4625164 140733873551200 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 69388 15347 346 106 0 64891 0
[pid=26047/tid=26049] ppid=26045 vsize=277552 CPUtime=4.73 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 7006 0 0 0 472 1 0 0 22 0 4 0 125827777 284213248 15347 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=277552 CPUtime=2.06 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 4235 0 0 0 206 0 0 0 21 0 4 0 125827777 284213248 15347 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=277552 CPUtime=5.67 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 30108 0 0 0 564 3 0 0 25 0 4 0 125827777 284213248 15347 33554432000 4194304 4625164 140733873551200 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 277552

[startup+12.7002 s]
/proc/loadavg: 6.05 2.44 1.54 10/423 26051
/proc/meminfo: memFree=20392184/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=293876 CPUtime=37.84 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 81158 0 0 0 3771 13 0 0 25 0 4 0 125827775 300929024 24297 33554432000 4194304 4625164 140733873551200 18446744073709551615 4528661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 73469 24297 346 106 0 68972 0
[pid=26047/tid=26049] ppid=26045 vsize=293876 CPUtime=10.27 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 12497 0 0 0 1024 3 0 0 25 0 4 0 125827777 300929024 24297 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=293876 CPUtime=5.71 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 9366 0 0 0 569 2 0 0 22 0 4 0 125827777 300929024 24297 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=293876 CPUtime=9.15 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 50371 0 0 0 909 6 0 0 25 0 4 0 125827777 300929024 24297 33554432000 4194304 4625164 140733873551200 18446744073709551615 218896548891 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 293876

[startup+25.501 s]
/proc/loadavg: 6.84 2.79 1.67 10/423 26052
/proc/meminfo: memFree=20341716/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=308096 CPUtime=76.05 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 177310 0 0 0 7577 28 0 0 25 0 4 0 125827775 315490304 33219 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 77024 33219 346 106 0 72527 0
[pid=26047/tid=26049] ppid=26045 vsize=308096 CPUtime=17.49 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 17282 0 0 0 1744 5 0 0 25 0 4 0 125827777 315490304 33219 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=308096 CPUtime=12.51 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 12796 0 0 0 1248 3 0 0 25 0 4 0 125827777 315490304 33219 33554432000 4194304 4625164 140733873551200 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=308096 CPUtime=20.53 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 138038 0 0 0 2035 18 0 0 25 0 4 0 125827777 315490304 33219 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 76.05
Current children cumulated vsize (KiB) 308096

[startup+51.1004 s]
/proc/loadavg: 7.58 3.29 1.86 10/423 26052
/proc/meminfo: memFree=20261972/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=331620 CPUtime=152.5 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 276654 0 0 0 15200 50 0 0 25 0 4 0 125827775 339578880 51604 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512872 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 82905 51604 380 106 0 78408 0
[pid=26047/tid=26049] ppid=26045 vsize=331620 CPUtime=39.95 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 32812 0 0 0 3984 11 0 0 25 0 4 0 125827777 339578880 51604 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=331620 CPUtime=27.37 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 19820 0 0 0 2732 5 0 0 25 0 4 0 125827777 339578880 51604 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=331620 CPUtime=38.69 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 210704 0 0 0 3839 30 0 0 25 0 4 0 125827777 339578880 51604 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 152.5
Current children cumulated vsize (KiB) 331620

[startup+102.3 s]
/proc/loadavg: 8.43 4.18 2.24 10/423 26054
/proc/meminfo: memFree=20043460/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=573688 CPUtime=305.39 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 362759 0 0 0 30470 69 0 0 25 0 4 0 125827775 587456512 97972 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 143422 97972 459 106 0 138925 0
[pid=26047/tid=26049] ppid=26045 vsize=573688 CPUtime=87.6 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 49135 0 0 0 8744 16 0 0 25 0 4 0 125827777 587456512 97972 33554432000 4194304 4625164 140733873551200 18446744073709551615 4339585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=573688 CPUtime=55.36 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 29116 0 0 0 5527 9 0 0 25 0 4 0 125827777 587456512 97972 33554432000 4194304 4625164 140733873551200 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=573688 CPUtime=88.7 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 230286 0 0 0 8836 34 0 0 25 0 4 0 125827777 587456512 97972 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547810 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 305.39
Current children cumulated vsize (KiB) 573688

[startup+162.301 s]
/proc/loadavg: 8.93 5.10 2.67 10/423 26055
/proc/meminfo: memFree=19854068/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=787048 CPUtime=484.59 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 529417 0 0 0 48360 99 0 0 25 0 4 0 125827775 805937152 135536 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 196762 135536 888 106 0 192265 0
[pid=26047/tid=26049] ppid=26045 vsize=787048 CPUtime=117.51 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 51536 0 0 0 11734 17 0 0 25 0 4 0 125827777 805937152 135536 33554432000 4194304 4625164 140733873551200 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=787048 CPUtime=115.36 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 45948 0 0 0 11520 16 0 0 25 0 4 0 125827777 805937152 135536 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=787048 CPUtime=122.91 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 319450 0 0 0 12244 47 0 0 25 0 4 0 125827777 805937152 135536 33554432000 4194304 4625164 140733873551200 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 484.59
Current children cumulated vsize (KiB) 787048

[startup+222.301 s]
/proc/loadavg: 9.02 5.82 3.07 10/423 26057
/proc/meminfo: memFree=19679320/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=922648 CPUtime=663.77 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 788180 0 0 0 66237 140 0 0 25 0 4 0 125827775 944791552 170707 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 230662 170707 804 106 0 226165 0
[pid=26047/tid=26049] ppid=26045 vsize=922648 CPUtime=147.55 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 66592 0 0 0 14735 20 0 0 25 0 4 0 125827777 944791552 170707 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=922648 CPUtime=175.36 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 50619 0 0 0 17516 20 0 0 25 0 4 0 125827777 944791552 170707 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=922648 CPUtime=152.88 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 505392 0 0 0 15214 74 0 0 25 0 4 0 125827777 944791552 170707 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547381 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 663.77
Current children cumulated vsize (KiB) 922648

[startup+282.3 s]
/proc/loadavg: 9.09 6.43 3.45 10/423 26058
/proc/meminfo: memFree=19478520/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=1088228 CPUtime=842.99 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 1049631 0 0 0 84121 178 0 0 25 0 4 0 125827775 1114345472 201800 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26047/statm: 272057 201800 603 106 0 267560 0
[pid=26047/tid=26049] ppid=26045 vsize=1088228 CPUtime=202.5 cores=1,3,5,7

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

[pid=26047] ppid=26045 vsize=1832572 CPUtime=2097.1 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 2908530 0 0 0 209248 462 0 0 25 0 4 0 125827775 1876553728 356111 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 458143 356111 383 106 0 453646 0
[pid=26047/tid=26049] ppid=26045 vsize=1832572 CPUtime=552.88 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 143202 0 0 0 55247 41 0 0 25 0 4 0 125827777 1876553728 356111 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=1832572 CPUtime=547.48 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 101723 0 0 0 54708 40 0 0 25 0 4 0 125827777 1876553728 356111 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=1832572 CPUtime=457.09 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 2194058 0 0 0 45395 314 0 0 25 0 4 0 125827777 1876553728 356111 33554432000 4194304 4625164 140733873551200 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2097.1
Current children cumulated vsize (KiB) 1832572

[startup+762.301 s]
/proc/loadavg: 9.18 8.60 5.73 10/423 26071
/proc/meminfo: memFree=18629704/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=1842736 CPUtime=2276.28 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 3188282 0 0 0 227127 501 0 0 25 0 4 0 125827775 1886961664 365926 33554432000 4194304 4625164 140733873551200 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 460684 365926 383 106 0 456187 0
[pid=26047/tid=26049] ppid=26045 vsize=1842736 CPUtime=612.87 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 147238 0 0 0 61244 43 0 0 25 0 4 0 125827777 1886961664 365926 33554432000 4194304 4625164 140733873551200 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=1842736 CPUtime=606.65 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 102708 0 0 0 60625 40 0 0 25 0 4 0 125827777 1886961664 365926 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=1842736 CPUtime=487.03 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 2464331 0 0 0 48354 349 0 0 25 0 4 0 125827777 1886961664 365926 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2276.28
Current children cumulated vsize (KiB) 1842736

[startup+822.301 s]
/proc/loadavg: 9.18 8.70 5.94 10/423 26072
/proc/meminfo: memFree=18579944/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=1848148 CPUtime=2455.48 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 3445144 0 0 0 245009 539 0 0 25 0 4 0 125827775 1892503552 372435 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 462037 372435 381 106 0 457540 0
[pid=26047/tid=26049] ppid=26045 vsize=1848148 CPUtime=672.87 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 149665 0 0 0 67243 44 0 0 25 0 4 0 125827777 1892503552 372435 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=1848148 CPUtime=665.84 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 103769 0 0 0 66544 40 0 0 25 0 4 0 125827777 1892503552 372435 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=1848148 CPUtime=517.02 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 2712961 0 0 0 51318 384 0 0 25 0 4 0 125827777 1892503552 372435 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547872 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2455.48
Current children cumulated vsize (KiB) 1848148

[startup+882.3 s]
/proc/loadavg: 9.17 8.78 6.14 10/423 26074
/proc/meminfo: memFree=18499428/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2072280 CPUtime=2634.65 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 3780184 0 0 0 262877 588 0 0 25 0 4 0 125827775 2122014720 390074 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26047/statm: 518070 390074 375 106 0 513573 0
[pid=26047/tid=26049] ppid=26045 vsize=2072280 CPUtime=732.88 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 149763 0 0 0 73244 44 0 0 25 0 4 0 125827777 2122014720 390074 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2072280 CPUtime=700.81 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 104102 0 0 0 70040 41 0 0 25 0 4 0 125827777 2122014720 390074 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2072280 CPUtime=546.65 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 2913996 0 0 0 54248 417 0 0 25 0 4 0 125827777 2122014720 390074 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2634.65
Current children cumulated vsize (KiB) 2072280

[startup+942.301 s]
/proc/loadavg: 9.06 8.82 6.32 10/423 26076
/proc/meminfo: memFree=18422256/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2072412 CPUtime=2813.87 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 4047725 0 0 0 280751 636 0 0 25 0 4 0 125827775 2122149888 403514 33554432000 4194304 4625164 140733873551200 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 518103 403514 361 106 0 513606 0
[pid=26047/tid=26049] ppid=26045 vsize=2072412 CPUtime=792.89 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 149926 0 0 0 79245 44 0 0 25 0 4 0 125827777 2122149888 403514 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2072412 CPUtime=731.09 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 104672 0 0 0 73068 41 0 0 25 0 4 0 125827777 2122149888 403514 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2072412 CPUtime=576.52 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 3162075 0 0 0 57193 459 0 0 25 0 4 0 125827777 2122149888 403514 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2813.87
Current children cumulated vsize (KiB) 2072412

[startup+1002.3 s]
/proc/loadavg: 9.07 8.86 6.49 10/423 26078
/proc/meminfo: memFree=17850832/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2832936 CPUtime=2992.99 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 4761467 0 0 0 298559 740 0 0 25 0 4 0 125827775 2900926464 539498 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 708234 539498 346 106 0 703737 0
[pid=26047/tid=26049] ppid=26045 vsize=2832936 CPUtime=840.27 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 151093 0 0 0 83983 44 0 0 25 0 4 0 125827777 2900926464 539499 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2832936 CPUtime=762.9 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 110240 0 0 0 76247 43 0 0 25 0 4 0 125827777 2900926464 539500 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2832936 CPUtime=621.53 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 3534242 0 0 0 61642 511 0 0 25 0 4 0 125827777 2900926464 539500 33554432000 4194304 4625164 140733873551200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2992.99
Current children cumulated vsize (KiB) 2832936

[startup+1062.32 s]
/proc/loadavg: 9.12 8.92 6.65 10/423 26079
/proc/meminfo: memFree=17808380/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2841780 CPUtime=3172.21 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 4998459 0 0 0 316445 776 0 0 25 0 4 0 125827775 2909982720 547301 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 710445 547301 349 106 0 705948 0
[pid=26047/tid=26049] ppid=26045 vsize=2841780 CPUtime=900.29 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 152768 0 0 0 89984 45 0 0 25 0 4 0 125827777 2909982720 547301 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2841780 CPUtime=792.64 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 112566 0 0 0 79220 44 0 0 25 0 4 0 125827777 2909982720 547301 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2841780 CPUtime=651.81 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 3765180 0 0 0 64636 545 0 0 25 0 4 0 125827777 2909982720 547301 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3172.21
Current children cumulated vsize (KiB) 2841780

[startup+1122.3 s]
/proc/loadavg: 9.04 8.93 6.80 10/423 26089
/proc/meminfo: memFree=17770372/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2849004 CPUtime=3351.36 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 5234199 0 0 0 334326 810 0 0 25 0 4 0 125827775 2917380096 553033 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 712251 553033 346 106 0 707754 0
[pid=26047/tid=26049] ppid=26045 vsize=2849004 CPUtime=948.77 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 153648 0 0 0 94832 45 0 0 25 0 4 0 125827777 2917380096 553033 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2849004 CPUtime=834.03 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 116115 0 0 0 83356 47 0 0 25 0 4 0 125827777 2917380096 553033 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2849004 CPUtime=681.89 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 3993868 0 0 0 67614 575 0 0 25 0 4 0 125827777 2917380096 553033 33554432000 4194304 4625164 140733873551200 18446744073709551615 4547847 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3351.36
Current children cumulated vsize (KiB) 2849004

[startup+1182.3 s]
/proc/loadavg: 9.09 8.97 6.94 6/418 26092
/proc/meminfo: memFree=18302344/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2860068 CPUtime=3530.54 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 5490799 0 0 0 352204 850 0 0 25 0 4 0 125827775 2928709632 568425 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 715017 568425 346 106 0 710520 0
[pid=26047/tid=26049] ppid=26045 vsize=2860068 CPUtime=988.13 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 153670 0 0 0 98768 45 0 0 25 0 4 0 125827777 2928709632 568425 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2860068 CPUtime=884.68 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 119152 0 0 0 88419 49 0 0 25 0 4 0 125827777 2928709632 568425 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2860068 CPUtime=711.89 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 4236609 0 0 0 70578 611 0 0 25 0 4 0 125827777 2928709632 568425 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3530.54
Current children cumulated vsize (KiB) 2860068

[startup+1242.3 s]
/proc/loadavg: 8.98 8.94 7.06 10/423 26124
/proc/meminfo: memFree=18013556/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2917872 CPUtime=3709.74 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 5695457 0 0 0 370089 885 0 0 25 0 4 0 125827775 2987900928 575572 33554432000 4194304 4625164 140733873551200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 729468 575572 346 106 0 724971 0
[pid=26047/tid=26049] ppid=26045 vsize=2917872 CPUtime=1048.13 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 153684 0 0 0 104768 45 0 0 25 0 4 0 125827777 2987900928 575572 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2917872 CPUtime=914.68 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 148893 0 0 0 91414 54 0 0 25 0 4 0 125827777 2987900928 575572 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2917872 CPUtime=741.89 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 4407599 0 0 0 73549 640 0 0 25 0 4 0 125827777 2987900928 575572 33554432000 4194304 4625164 140733873551200 18446744073709551615 218880262593 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3709.74
Current children cumulated vsize (KiB) 2917872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.03 8.97 7.18 10/423 26126
/proc/meminfo: memFree=17847236/32950928 swapFree=62959404/67111528
[pid=26047] ppid=26045 vsize=2917872 CPUtime=3882.08 cores=1,3,5,7
/proc/26047/stat : 26047 (SArTagnan) R 26045 26047 25831 0 -1 4202496 5940984 0 0 0 387283 925 0 0 25 0 4 0 125827775 2987900928 583227 33554432000 4194304 4625164 140733873551200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26047/statm: 729468 583227 346 106 0 724971 0
[pid=26047/tid=26049] ppid=26045 vsize=2917872 CPUtime=1105.85 cores=1,3,5,7
/proc/26047/task/26049/stat : 26049 (SArTagnan) R 26045 26047 25831 0 -1 4202560 153692 0 0 0 110540 45 0 0 25 0 4 0 125827777 2987900928 583227 33554432000 4194304 4625164 140733873551200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26047/tid=26050] ppid=26045 vsize=2917872 CPUtime=943.56 cores=1,3,5,7
/proc/26047/task/26050/stat : 26050 (SArTagnan) R 26045 26047 25831 0 -1 4202560 150705 0 0 0 94300 56 0 0 25 0 4 0 125827777 2987900928 583227 33554432000 4194304 4625164 140733873551200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26047/tid=26051] ppid=26045 vsize=2917872 CPUtime=770.72 cores=1,3,5,7
/proc/26047/task/26051/stat : 26051 (SArTagnan) R 26045 26047 25831 0 -1 4202560 4647443 0 0 0 76395 677 0 0 25 0 4 0 125827777 2987900928 583227 33554432000 4194304 4625164 140733873551200 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3882.08
Current children cumulated vsize (KiB) 2917872

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 3882.19
CPU user time (s): 3872.85
CPU system time (s): 9.34458
CPU usage (%): 298.604
Max. virtual memory (cumulated for all children) (KiB): 3362484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3872.85
system time used= 9.34458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5940984
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= 8996
involuntary context switches= 42420

runsolver used 4.90825 second user time and 12.846 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-16 23:43:04
IDJOB=3385974
IDBENCH=83934
IDSOLVER=1871
FILE ID=node112/3385974-1305582184
RUNJOBID= node112-1305582132-25850
PBS_JOBID= 13350304
Free space on /tmp= 73488 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385974-1305582184/watcher-3385974-1305582184 -o /tmp/evaluation-result-3385974-1305582184/solver-3385974-1305582184 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385974-1305582184.cnf -threads=4

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

MD5SUM BENCH= b970e9358cd0cd1a9cfd3d4afb2e830d
RANDOM SEED=404091421

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20490872 kB
Buffers:         71420 kB
Cached:         405288 kB
SwapCached:      73604 kB
Active:         806992 kB
Inactive:     11448584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20490872 kB
SwapTotal:    67111528 kB
SwapFree:     62959404 kB
Dirty:            3620 kB
Writeback:           0 kB
AnonPages:    11714152 kB
Mapped:          23940 kB
Slab:            78252 kB
PageTables:      59620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99246540 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= 73488 MiB
End job on node112 at 2011-05-17 00:04:46