Trace number 3439061

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) 40000.4 5006.82

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
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 variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
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: 977)

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-3439061-1306925650/watcher-3439061-1306925650 -o /tmp/evaluation-result-3439061-1306925650/solver-3439061-1306925650 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439061-1306925650.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.42 7.92 7.95 2/266 23986
/proc/meminfo: memFree=28420708/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=38380 CPUtime=0 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 1165 0 0 0 0 0 0 0 23 0 1 0 804165888 39301120 1103 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921776896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23986/statm: 9595 1105 296 106 0 5098 0

[startup+0.0331399 s]
/proc/loadavg: 7.42 7.92 7.95 2/266 23986
/proc/meminfo: memFree=28420708/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=42200 CPUtime=0.02 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 3302 0 0 0 2 0 0 0 23 0 1 0 804165888 43212800 2027 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23986/statm: 10550 2028 296 106 0 6053 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42200

[startup+0.101126 s]
/proc/loadavg: 7.42 7.92 7.95 2/266 23986
/proc/meminfo: memFree=28420708/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=49896 CPUtime=0.09 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 8032 0 0 0 8 1 0 0 23 0 1 0 804165888 51093504 4206 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921437893 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23986/statm: 12474 4208 296 106 0 7977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49896

[startup+0.301088 s]
/proc/loadavg: 7.42 7.92 7.95 2/266 23986
/proc/meminfo: memFree=28420708/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=71120 CPUtime=0.29 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 20449 0 0 0 27 2 0 0 25 0 1 0 804165888 72826880 10034 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921776896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23986/statm: 17780 10037 296 106 0 13283 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71120

[startup+0.701036 s]
/proc/loadavg: 7.42 7.92 7.95 2/266 23986
/proc/meminfo: memFree=28420708/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=171316 CPUtime=0.68 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 54136 0 0 0 62 6 0 0 25 0 1 0 804165888 175427584 30567 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921474517 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23986/statm: 42829 30588 298 106 0 38332 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 171316

[startup+1.50084 s]
/proc/loadavg: 7.42 7.92 7.95 9/274 23994
/proc/meminfo: memFree=28039600/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=766508 CPUtime=6.45 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 124270 0 0 0 629 16 0 0 21 0 8 0 804165888 784904192 100699 33554432000 4194304 4625164 140734862088192 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 191627 100700 344 106 0 187130 0
[pid=23986/tid=23988] ppid=23984 vsize=766508 CPUtime=0.72 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 3848 0 0 0 72 0 0 0 18 0 8 0 804165965 784904192 100700 33554432000 4194304 4625164 140734862088192 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=766508 CPUtime=0.67 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 3750 0 0 0 67 0 0 0 25 0 8 0 804165965 784904192 100701 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=766508 CPUtime=0.67 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 4484 0 0 0 66 1 0 0 25 0 8 0 804165965 784904192 100701 33554432000 4194304 4625164 140734862088192 18446744073709551615 4567903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=766508 CPUtime=0.71 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 3788 0 0 0 71 0 0 0 18 0 8 0 804165965 784904192 100701 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=766508 CPUtime=0.71 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 3866 0 0 0 71 0 0 0 21 0 8 0 804165965 784904192 100701 33554432000 4194304 4625164 140734862088192 18446744073709551615 4349602 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=766508 CPUtime=0.71 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 3666 0 0 0 71 0 0 0 22 0 8 0 804165965 784904192 100701 33554432000 4194304 4625164 140734862088192 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=766508 CPUtime=0.71 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 3728 0 0 0 71 0 0 0 23 0 8 0 804165965 784904192 100701 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 766508

[startup+3.10054 s]
/proc/loadavg: 7.42 7.92 7.95 9/274 23994
/proc/meminfo: memFree=28005872/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=832044 CPUtime=19.24 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 134131 0 0 0 1904 20 0 0 25 0 8 0 804165888 852013056 110157 33554432000 4194304 4625164 140734862088192 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 208011 110157 344 106 0 203514 0
[pid=23986/tid=23988] ppid=23984 vsize=832044 CPUtime=2.31 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 4844 0 0 0 231 0 0 0 21 0 8 0 804165965 852013056 110157 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=832044 CPUtime=2.26 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 4506 0 0 0 226 0 0 0 25 0 8 0 804165965 852013056 110158 33554432000 4194304 4625164 140734862088192 18446744073709551615 4278655 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=832044 CPUtime=2.25 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 8774 0 0 0 223 2 0 0 25 0 8 0 804165965 852013056 110158 33554432000 4194304 4625164 140734862088192 18446744073709551615 4559000 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=832044 CPUtime=2.31 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 4629 0 0 0 231 0 0 0 21 0 8 0 804165965 852013056 110158 33554432000 4194304 4625164 140734862088192 18446744073709551615 4464401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=832044 CPUtime=2.31 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 4500 0 0 0 231 0 0 0 25 0 8 0 804165965 852013056 110158 33554432000 4194304 4625164 140734862088192 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=832044 CPUtime=2.31 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 4509 0 0 0 230 1 0 0 25 0 8 0 804165965 852013056 110158 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=832044 CPUtime=2.32 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 4729 0 0 0 231 1 0 0 25 0 8 0 804165965 852013056 110158 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19.24
Current children cumulated vsize (KiB) 832044

[startup+6.30096 s]
/proc/loadavg: 7.47 7.92 7.95 9/274 23994
/proc/meminfo: memFree=27928348/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=843300 CPUtime=44.8 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 159508 0 0 0 4448 32 0 0 25 0 8 0 804165888 863539200 128653 33554432000 4194304 4625164 140734862088192 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 210825 128653 344 106 0 206328 0
[pid=23986/tid=23988] ppid=23984 vsize=843300 CPUtime=5.51 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 6994 0 0 0 549 2 0 0 25 0 8 0 804165965 863539200 128653 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=843300 CPUtime=5.46 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 5893 0 0 0 545 1 0 0 25 0 8 0 804165965 863539200 128653 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=843300 CPUtime=5.43 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 17511 0 0 0 538 5 0 0 25 0 8 0 804165965 863539200 128653 33554432000 4194304 4625164 140734862088192 18446744073709551615 4548672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=843300 CPUtime=5.52 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 6122 0 0 0 550 2 0 0 25 0 8 0 804165965 863539200 128653 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=843300 CPUtime=5.52 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 5927 0 0 0 550 2 0 0 25 0 8 0 804165965 863539200 128654 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=843300 CPUtime=5.51 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 6168 0 0 0 549 2 0 0 18 0 8 0 804165965 863539200 128655 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=843300 CPUtime=5.51 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 6780 0 0 0 549 2 0 0 18 0 8 0 804165965 863539200 128655 33554432000 4194304 4625164 140734862088192 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.8
Current children cumulated vsize (KiB) 843300

[startup+12.7008 s]
/proc/loadavg: 7.51 7.92 7.95 9/274 23994
/proc/meminfo: memFree=27766684/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=962492 CPUtime=95.95 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 221891 0 0 0 9540 55 0 0 25 0 8 0 804165888 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 4381076 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 240623 168109 344 106 0 236126 0
[pid=23986/tid=23988] ppid=23984 vsize=962492 CPUtime=11.91 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 16033 0 0 0 1186 5 0 0 25 0 8 0 804165965 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 4352816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=962492 CPUtime=11.86 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 9646 0 0 0 1182 4 0 0 25 0 8 0 804165965 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=962492 CPUtime=11.77 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 39200 0 0 0 1167 10 0 0 25 0 8 0 804165965 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=962492 CPUtime=11.91 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 9764 0 0 0 1188 3 0 0 25 0 8 0 804165965 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=962492 CPUtime=11.92 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 15394 0 0 0 1187 5 0 0 25 0 8 0 804165965 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=962492 CPUtime=11.91 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 15975 0 0 0 1185 6 0 0 25 0 8 0 804165965 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=962492 CPUtime=11.91 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 11057 0 0 0 1187 4 0 0 25 0 8 0 804165965 985591808 168109 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 95.95
Current children cumulated vsize (KiB) 962492

[startup+25.5005 s]
/proc/loadavg: 7.62 7.93 7.95 9/274 23994
/proc/meminfo: memFree=27514948/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=1403392 CPUtime=198.2 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 320586 0 0 0 19735 85 0 0 25 0 8 0 804165888 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4396511 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 350848 228012 350 106 0 346351 0
[pid=23986/tid=23988] ppid=23984 vsize=1403392 CPUtime=24.71 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 19318 0 0 0 2464 7 0 0 25 0 8 0 804165965 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=1403392 CPUtime=24.66 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 17491 0 0 0 2461 5 0 0 25 0 8 0 804165965 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4352447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=1403392 CPUtime=24.47 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 81715 0 0 0 2429 18 0 0 25 0 8 0 804165965 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=1403392 CPUtime=24.71 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 24413 0 0 0 2462 9 0 0 25 0 8 0 804165965 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=1403392 CPUtime=24.71 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 23345 0 0 0 2462 9 0 0 25 0 8 0 804165965 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4437721 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=1403392 CPUtime=24.7 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 24423 0 0 0 2459 11 0 0 25 0 8 0 804165965 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=1403392 CPUtime=24.71 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 19656 0 0 0 2464 7 0 0 25 0 8 0 804165965 1437073408 228012 33554432000 4194304 4625164 140734862088192 18446744073709551615 4352069 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 198.2
Current children cumulated vsize (KiB) 1403392

[startup+51.1008 s]
/proc/loadavg: 7.75 7.93 7.95 9/274 23995
/proc/meminfo: memFree=27061360/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=1842816 CPUtime=402.74 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 458099 0 0 0 40104 170 0 0 25 0 8 0 804165888 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 460704 342430 350 106 0 456207 0
[pid=23986/tid=23988] ppid=23984 vsize=1842816 CPUtime=50.3 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 38760 0 0 0 5010 20 0 0 25 0 8 0 804165965 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=1842816 CPUtime=50.25 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 34904 0 0 0 5008 17 0 0 25 0 8 0 804165965 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=1842816 CPUtime=49.89 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 81922 0 0 0 4971 18 0 0 25 0 8 0 804165965 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4579358 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=1842816 CPUtime=50.27 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 44134 0 0 0 5003 24 0 0 25 0 8 0 804165965 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=1842816 CPUtime=50.3 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 52161 0 0 0 5004 26 0 0 25 0 8 0 804165965 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4349336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=1842816 CPUtime=50.3 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 48402 0 0 0 5007 23 0 0 25 0 8 0 804165965 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=1842816 CPUtime=50.3 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 39650 0 0 0 5007 23 0 0 25 0 8 0 804165965 1887043584 342430 33554432000 4194304 4625164 140734862088192 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 402.74

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

[pid=23986/tid=23990] ppid=23984 vsize=5313820 CPUtime=4661.21 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 12260382 0 0 0 463308 2813 0 0 25 0 8 0 804165965 5441351680 1150336 33554432000 4194304 4625164 140734862088192 18446744073709551615 47834949525081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=5313820 CPUtime=4660.72 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 133110 0 0 0 465986 86 0 0 25 0 8 0 804165965 5441351680 1150336 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=5313820 CPUtime=4660.63 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 127058 0 0 0 465987 76 0 0 25 0 8 0 804165965 5441351680 1150336 33554432000 4194304 4625164 140734862088192 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=5313820 CPUtime=4661.58 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 167656 0 0 0 466056 102 0 0 25 0 8 0 804165965 5441351680 1150336 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=5313820 CPUtime=4661.56 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 129671 0 0 0 466068 88 0 0 25 0 8 0 804165965 5441351680 1150336 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37248.8
Current children cumulated vsize (KiB) 5313820

[startup+4722.31 s]
/proc/loadavg: 8.00 8.03 8.01 9/274 24143
/proc/meminfo: memFree=23803272/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=5379356 CPUtime=37728.3 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 13702181 0 0 0 3769372 3460 0 0 25 0 8 0 804165888 5508460544 1154409 33554432000 4194304 4625164 140734862088192 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 1344839 1154410 351 106 0 1340342 0
[pid=23986/tid=23988] ppid=23984 vsize=5379356 CPUtime=4679.32 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 130328 0 0 0 467839 93 0 0 25 0 8 0 804165965 5508460544 1154410 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=5379356 CPUtime=4721.57 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 122233 0 0 0 472083 74 0 0 25 0 8 0 804165965 5508460544 1154410 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=5379356 CPUtime=4721.23 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 12431370 0 0 0 469274 2849 0 0 25 0 8 0 804165965 5508460544 1154410 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=5379356 CPUtime=4720.73 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 133165 0 0 0 471987 86 0 0 25 0 8 0 804165965 5508460544 1154410 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=5379356 CPUtime=4720.64 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 127103 0 0 0 471988 76 0 0 25 0 8 0 804165965 5508460544 1154410 33554432000 4194304 4625164 140734862088192 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=5379356 CPUtime=4721.59 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 167668 0 0 0 472057 102 0 0 25 0 8 0 804165965 5508460544 1154410 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=5379356 CPUtime=4721.58 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 129707 0 0 0 472069 89 0 0 25 0 8 0 804165965 5508460544 1154410 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37728.3
Current children cumulated vsize (KiB) 5379356

[startup+4782.3 s]
/proc/loadavg: 8.00 8.02 8.01 9/274 24145
/proc/meminfo: memFree=23784648/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=5379356 CPUtime=38207.7 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 13915913 0 0 0 3817262 3510 0 0 25 0 8 0 804165888 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 1344839 1160215 351 106 0 1340342 0
[pid=23986/tid=23988] ppid=23984 vsize=5379356 CPUtime=4738.78 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 130363 0 0 0 473785 93 0 0 25 0 8 0 804165965 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=5379356 CPUtime=4781.56 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 122265 0 0 0 478082 74 0 0 25 0 8 0 804165965 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=5379356 CPUtime=4781.22 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 12643972 0 0 0 475224 2898 0 0 25 0 8 0 804165965 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=5379356 CPUtime=4780.72 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 133182 0 0 0 477986 86 0 0 25 0 8 0 804165965 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=5379356 CPUtime=4780.63 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 127145 0 0 0 477987 76 0 0 25 0 8 0 804165965 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=5379356 CPUtime=4781.58 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 167681 0 0 0 478056 102 0 0 25 0 8 0 804165965 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=5379356 CPUtime=4781.57 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 129738 0 0 0 478068 89 0 0 25 0 8 0 804165965 5508460544 1160215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38207.7
Current children cumulated vsize (KiB) 5379356

[startup+4842.3 s]
/proc/loadavg: 8.03 8.03 8.00 9/274 24147
/proc/meminfo: memFree=23754000/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=5379356 CPUtime=38687.1 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 14109178 0 0 0 3865161 3554 0 0 25 0 8 0 804165888 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 1344839 1161251 351 106 0 1340342 0
[pid=23986/tid=23988] ppid=23984 vsize=5379356 CPUtime=4798.24 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 130392 0 0 0 479731 93 0 0 25 0 8 0 804165965 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=5379356 CPUtime=4841.56 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 122297 0 0 0 484082 74 0 0 25 0 8 0 804165965 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=5379356 CPUtime=4841.22 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 12836177 0 0 0 481181 2941 0 0 25 0 8 0 804165965 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=5379356 CPUtime=4840.72 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 133214 0 0 0 483986 86 0 0 25 0 8 0 804165965 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=5379356 CPUtime=4840.63 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 127171 0 0 0 483987 76 0 0 25 0 8 0 804165965 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=5379356 CPUtime=4841.59 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 167694 0 0 0 484057 102 0 0 25 0 8 0 804165965 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=5379356 CPUtime=4841.57 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 129768 0 0 0 484068 89 0 0 25 0 8 0 804165965 5508460544 1161251 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38687.1
Current children cumulated vsize (KiB) 5379356

[startup+4902.3 s]
/proc/loadavg: 8.10 8.05 8.01 9/274 24148
/proc/meminfo: memFree=23751736/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=5379356 CPUtime=39166.6 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 14286177 0 0 0 3913068 3594 0 0 25 0 8 0 804165888 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 1344839 1168959 351 106 0 1340342 0
[pid=23986/tid=23988] ppid=23984 vsize=5379356 CPUtime=4857.7 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 130425 0 0 0 485677 93 0 0 25 0 8 0 804165965 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=5379356 CPUtime=4901.56 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 122351 0 0 0 490082 74 0 0 25 0 8 0 804165965 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=5379356 CPUtime=4901.22 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 13012082 0 0 0 487142 2980 0 0 25 0 8 0 804165965 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=5379356 CPUtime=4900.73 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 133237 0 0 0 489987 86 0 0 25 0 8 0 804165965 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330825 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=5379356 CPUtime=4900.63 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 127203 0 0 0 489987 76 0 0 25 0 8 0 804165965 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=5379356 CPUtime=4901.59 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 167708 0 0 0 490057 102 0 0 25 0 8 0 804165965 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=5379356 CPUtime=4901.57 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 129800 0 0 0 490068 89 0 0 25 0 8 0 804165965 5508460544 1168959 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39166.6
Current children cumulated vsize (KiB) 5379356

[startup+4962.3 s]
/proc/loadavg: 8.04 8.04 8.00 9/274 24150
/proc/meminfo: memFree=23730136/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=5379356 CPUtime=39646.1 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 14498685 0 0 0 3960966 3640 0 0 25 0 8 0 804165888 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4396480 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 1344839 1171618 351 106 0 1340342 0
[pid=23986/tid=23988] ppid=23984 vsize=5379356 CPUtime=4917.15 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 130457 0 0 0 491622 93 0 0 25 0 8 0 804165965 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=5379356 CPUtime=4961.57 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 122379 0 0 0 496083 74 0 0 25 0 8 0 804165965 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=5379356 CPUtime=4961.22 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 13223661 0 0 0 493096 3026 0 0 25 0 8 0 804165965 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=5379356 CPUtime=4960.73 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 133262 0 0 0 495987 86 0 0 25 0 8 0 804165965 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4488027 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=5379356 CPUtime=4960.63 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 127229 0 0 0 495987 76 0 0 25 0 8 0 804165965 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=5379356 CPUtime=4961.59 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 167720 0 0 0 496057 102 0 0 25 0 8 0 804165965 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=5379356 CPUtime=4961.57 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 129827 0 0 0 496068 89 0 0 25 0 8 0 804165965 5508460544 1171618 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39646.1
Current children cumulated vsize (KiB) 5379356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5006.6 s]
/proc/loadavg: 8.02 8.03 8.00 9/274 24151
/proc/meminfo: memFree=23721596/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=5444892 CPUtime=40000.1 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) R 23984 23986 23742 0 -1 4202496 14611829 0 0 0 3996345 3665 0 0 25 0 8 0 804165888 5575569408 1174191 33554432000 4194304 4625164 140734862088192 18446744073709551615 4396493 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 1361223 1174192 351 106 0 1356726 0
[pid=23986/tid=23988] ppid=23984 vsize=5444892 CPUtime=4961.05 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4202560 130476 0 0 0 496012 93 0 0 25 0 8 0 804165965 5575569408 1174214 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23986/tid=23989] ppid=23984 vsize=5444892 CPUtime=5005.88 cores=0-7
/proc/23986/task/23989/stat : 23989 (SArTagnan) R 23984 23986 23742 0 -1 4202560 122399 0 0 0 500514 74 0 0 25 0 8 0 804165965 5575569408 1174214 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23986/tid=23990] ppid=23984 vsize=5444892 CPUtime=5005.53 cores=0-7
/proc/23986/task/23990/stat : 23990 (SArTagnan) R 23984 23986 23742 0 -1 4202560 13335971 0 0 0 497502 3051 0 0 25 0 8 0 804165965 5575569408 1174214 33554432000 4194304 4625164 140734862088192 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23986/tid=23991] ppid=23984 vsize=5444892 CPUtime=5005.04 cores=0-7
/proc/23986/task/23991/stat : 23991 (SArTagnan) R 23984 23986 23742 0 -1 4202560 133279 0 0 0 500418 86 0 0 25 0 8 0 804165965 5575569408 1174214 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23986/tid=23992] ppid=23984 vsize=5444892 CPUtime=5004.94 cores=0-7
/proc/23986/task/23992/stat : 23992 (SArTagnan) R 23984 23986 23742 0 -1 4202560 127253 0 0 0 500418 76 0 0 25 0 8 0 804165965 5575569408 1174215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23986/tid=23993] ppid=23984 vsize=5444892 CPUtime=5005.9 cores=0-7
/proc/23986/task/23993/stat : 23993 (SArTagnan) R 23984 23986 23742 0 -1 4202560 167729 0 0 0 500488 102 0 0 25 0 8 0 804165965 5575569408 1174215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23986/tid=23994] ppid=23984 vsize=5444892 CPUtime=5005.89 cores=0-7
/proc/23986/task/23994/stat : 23994 (SArTagnan) R 23984 23986 23742 0 -1 4202560 129847 0 0 0 500500 89 0 0 25 0 8 0 804165965 5575569408 1174215 33554432000 4194304 4625164 140734862088192 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 5444892

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

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

[startup+5006.8 s]
/proc/loadavg: 8.02 8.03 8.00 9/274 24151
/proc/meminfo: memFree=23721596/32951124 swapFree=55664332/67111528
[pid=23986] ppid=23984 vsize=0 CPUtime=40000.4 cores=0-7
/proc/23986/stat : 23986 (SArTagnan) Z 23984 23986 23742 0 -1 4203548 14611880 0 0 0 3996352 3684 0 0 25 0 2 0 804165888 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23986/statm: 0 0 0 0 0 0 0
[pid=23986/tid=23988] ppid=23984 vsize=0 CPUtime=4961.24 cores=0-7
/proc/23986/task/23988/stat : 23988 (SArTagnan) R 23984 23986 23742 0 -1 4203588 130476 0 0 0 496013 111 0 0 25 0 2 0 804165965 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5006.82
CPU time (s): 40000.4
CPU user time (s): 39963.5
CPU system time (s): 36.8594
CPU usage (%): 798.918
Max. virtual memory (cumulated for all children) (KiB): 5444892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39963.5
system time used= 36.8594
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14611880
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= 17585
involuntary context switches= 180607

runsolver used 11.1643 second user time and 34.0848 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-01 12:54:11
IDJOB=3439061
IDBENCH=83249
IDSOLVER=1936
FILE ID=node109/3439061-1306925650
RUNJOBID= node109-1306920549-23756
PBS_JOBID= 13488548
Free space on /tmp= 73688 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439061-1306925650/watcher-3439061-1306925650 -o /tmp/evaluation-result-3439061-1306925650/solver-3439061-1306925650 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439061-1306925650.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=1672869414

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28420988 kB
Buffers:        268500 kB
Cached:        2292164 kB
SwapCached:      10360 kB
Active:         886620 kB
Inactive:      3400660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28420988 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:           23320 kB
Writeback:          32 kB
AnonPages:     1722740 kB
Mapped:          15796 kB
Slab:           140260 kB
PageTables:      37468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30862568 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= 73688 MiB
End job on node109 at 2011-06-01 14:17:40