Trace number 3439046

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.6 5013.22

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
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 variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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-3439046-1306925432/watcher-3439046-1306925432 -o /tmp/evaluation-result-3439046-1306925432/solver-3439046-1306925432 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439046-1306925432.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: 8.07 8.05 8.00 2/565 6256
/proc/meminfo: memFree=32357060/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=24092 CPUtime=0 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 1264 0 0 0 0 0 0 0 25 0 1 0 804141975 24670208 857 33554432000 4194304 4625164 140737373063200 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/6256/statm: 6023 858 296 106 0 1526 0

[startup+0.0642041 s]
/proc/loadavg: 8.07 8.05 8.00 2/565 6256
/proc/meminfo: memFree=32357060/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=32684 CPUtime=0.05 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 6421 0 0 0 5 0 0 0 25 0 1 0 804141975 33468416 3502 33554432000 4194304 4625164 140737373063200 18446744073709551615 268272349893 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/6256/statm: 8171 3503 296 106 0 3674 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32684

[startup+0.100198 s]
/proc/loadavg: 8.07 8.05 8.00 2/565 6256
/proc/meminfo: memFree=32357060/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=82468 CPUtime=0.09 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 17474 0 0 0 8 1 0 0 25 0 1 0 804141975 84447232 13062 33554432000 4194304 4625164 140737373063200 18446744073709551615 268272386517 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/6256/statm: 20617 13081 298 106 0 16120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 82468

[startup+0.300094 s]
/proc/loadavg: 8.07 8.05 8.00 2/565 6256
/proc/meminfo: memFree=32357060/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=457364 CPUtime=1.15 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 25578 0 0 0 112 3 0 0 25 0 8 0 804141975 468340736 21162 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329235 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6256/statm: 114341 21162 342 106 0 109844 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 457364

[startup+0.701026 s]
/proc/loadavg: 8.07 8.05 8.00 2/565 6256
/proc/meminfo: memFree=32357060/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=529112 CPUtime=4.12 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 33372 0 0 0 407 5 0 0 25 0 8 0 804141975 541810688 24992 33554432000 4194304 4625164 140737373063200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 132278 24992 344 106 0 127781 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 529112

[startup+1.50088 s]
/proc/loadavg: 8.07 8.05 8.00 9/573 6264
/proc/meminfo: memFree=32254724/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=534456 CPUtime=10.49 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 51949 0 0 0 1041 8 0 0 25 0 8 0 804141975 547282944 26815 33554432000 4194304 4625164 140737373063200 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 133614 26816 344 106 0 129117 0
[pid=6256/tid=6258] ppid=6254 vsize=534456 CPUtime=1.32 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 1211 0 0 0 132 0 0 0 19 0 8 0 804141985 547282944 26816 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=534456 CPUtime=1.31 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 1121 0 0 0 131 0 0 0 25 0 8 0 804141985 547282944 26817 33554432000 4194304 4625164 140737373063200 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=534456 CPUtime=1.26 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 21056 0 0 0 122 4 0 0 25 0 8 0 804141986 547282944 26817 33554432000 4194304 4625164 140737373063200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=534456 CPUtime=1.2 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 1097 0 0 0 120 0 0 0 25 0 8 0 804141986 547282944 26818 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=534456 CPUtime=1.29 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 1113 0 0 0 129 0 0 0 25 0 8 0 804141986 547282944 26818 33554432000 4194304 4625164 140737373063200 18446744073709551615 4349589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=534456 CPUtime=1.3 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 2552 0 0 0 130 0 0 0 19 0 8 0 804141986 547282944 26819 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=534456 CPUtime=1.31 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 1125 0 0 0 131 0 0 0 25 0 8 0 804141986 547282944 26819 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 534456

[startup+3.1006 s]
/proc/loadavg: 8.07 8.05 8.00 9/573 6264
/proc/meminfo: memFree=32237860/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=547836 CPUtime=23.27 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 91520 0 0 0 2314 13 0 0 25 0 8 0 804141975 560984064 32715 33554432000 4194304 4625164 140737373063200 18446744073709551615 4490633 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 136959 32715 344 106 0 132462 0
[pid=6256/tid=6258] ppid=6254 vsize=547836 CPUtime=2.92 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3114 0 0 0 292 0 0 0 23 0 8 0 804141985 560984064 32715 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=547836 CPUtime=2.91 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 2999 0 0 0 291 0 0 0 25 0 8 0 804141985 560984064 32715 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=547836 CPUtime=2.85 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 50258 0 0 0 278 7 0 0 25 0 8 0 804141986 560984064 32715 33554432000 4194304 4625164 140737373063200 18446744073709551615 4328194 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=547836 CPUtime=2.8 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 2960 0 0 0 280 0 0 0 25 0 8 0 804141986 560984064 32716 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=547836 CPUtime=2.88 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3054 0 0 0 288 0 0 0 25 0 8 0 804141986 560984064 32730 33554432000 4194304 4625164 140737373063200 18446744073709551615 4349320 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=547836 CPUtime=2.9 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3201 0 0 0 290 0 0 0 23 0 8 0 804141986 560984064 32747 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351849 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=547836 CPUtime=2.88 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3060 0 0 0 288 0 0 0 25 0 8 0 804141986 560984064 32760 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.27
Current children cumulated vsize (KiB) 547836

[startup+6.30103 s]
/proc/loadavg: 8.07 8.05 8.00 9/573 6265
/proc/meminfo: memFree=32199048/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=558588 CPUtime=48.81 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 154226 0 0 0 4857 24 0 0 25 0 8 0 804141975 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4513306 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 139647 41591 348 106 0 135150 0
[pid=6256/tid=6258] ppid=6254 vsize=558588 CPUtime=6.12 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3820 0 0 0 612 0 0 0 25 0 8 0 804141985 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=558588 CPUtime=6.11 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3655 0 0 0 611 0 0 0 25 0 8 0 804141985 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352157 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=558588 CPUtime=6.06 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 104566 0 0 0 590 16 0 0 25 0 8 0 804141986 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4579607 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=558588 CPUtime=6 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3664 0 0 0 600 0 0 0 25 0 8 0 804141986 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=558588 CPUtime=6.08 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 3741 0 0 0 608 0 0 0 25 0 8 0 804141986 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4349768 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=558588 CPUtime=6.1 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 5998 0 0 0 609 1 0 0 25 0 8 0 804141986 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=558588 CPUtime=6.03 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 5670 0 0 0 602 1 0 0 25 0 8 0 804141986 571994112 41591 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.81
Current children cumulated vsize (KiB) 558588

[startup+12.7009 s]
/proc/loadavg: 8.13 8.06 8.01 9/573 6265
/proc/meminfo: memFree=32128168/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=581172 CPUtime=99.88 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 276111 0 0 0 9943 45 0 0 25 0 8 0 804141975 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 145293 58843 348 106 0 140796 0
[pid=6256/tid=6258] ppid=6254 vsize=581172 CPUtime=12.52 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 7201 0 0 0 1252 0 0 0 25 0 8 0 804141985 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=581172 CPUtime=12.5 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 7121 0 0 0 1250 0 0 0 25 0 8 0 804141985 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=581172 CPUtime=12.46 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 204991 0 0 0 1213 33 0 0 25 0 8 0 804141986 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4335552 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=581172 CPUtime=12.4 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 6880 0 0 0 1240 0 0 0 25 0 8 0 804141986 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4464413 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=581172 CPUtime=12.48 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 7238 0 0 0 1247 1 0 0 25 0 8 0 804141986 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4349152 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=581172 CPUtime=12.5 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 10976 0 0 0 1247 3 0 0 25 0 8 0 804141986 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=581172 CPUtime=12.3 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 6797 0 0 0 1229 1 0 0 25 0 8 0 804141986 595120128 58843 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.88
Current children cumulated vsize (KiB) 581172

[startup+25.5006 s]
/proc/loadavg: 8.11 8.06 8.01 9/573 6265
/proc/meminfo: memFree=32014708/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=612008 CPUtime=202.03 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 471183 0 0 0 20124 79 0 0 25 0 8 0 804141975 626696192 86878 33554432000 4194304 4625164 140737373063200 18446744073709551615 4337104 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 153002 86879 348 106 0 148505 0
[pid=6256/tid=6258] ppid=6254 vsize=612008 CPUtime=25.32 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 13254 0 0 0 2531 1 0 0 25 0 8 0 804141985 626696192 86880 33554432000 4194304 4625164 140737373063200 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=612008 CPUtime=25.31 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 13405 0 0 0 2529 2 0 0 25 0 8 0 804141985 626696192 86880 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=612008 CPUtime=25.25 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 360269 0 0 0 2467 58 0 0 25 0 8 0 804141986 626696192 86881 33554432000 4194304 4625164 140737373063200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=612008 CPUtime=25.2 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 12513 0 0 0 2518 2 0 0 25 0 8 0 804141986 626696192 86881 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=612008 CPUtime=25.28 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 13389 0 0 0 2526 2 0 0 25 0 8 0 804141986 626696192 86882 33554432000 4194304 4625164 140737373063200 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=612008 CPUtime=25.3 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 19149 0 0 0 2526 4 0 0 25 0 8 0 804141986 626696192 86882 33554432000 4194304 4625164 140737373063200 18446744073709551615 4462312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=612008 CPUtime=24.84 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 11450 0 0 0 2482 2 0 0 25 0 8 0 804141986 626696192 86882 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.03
Current children cumulated vsize (KiB) 612008

[startup+51.1011 s]
/proc/loadavg: 8.07 8.05 8.00 9/573 6266
/proc/meminfo: memFree=31845220/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=823892 CPUtime=406.32 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 827954 0 0 0 40497 135 0 0 25 0 8 0 804141975 843665408 127885 33554432000 4194304 4625164 140737373063200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 205973 127885 348 106 0 201476 0
[pid=6256/tid=6258] ppid=6254 vsize=823892 CPUtime=50.92 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 21008 0 0 0 5089 3 0 0 25 0 8 0 804141985 843665408 127885 33554432000 4194304 4625164 140737373063200 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=823892 CPUtime=50.9 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 20361 0 0 0 5087 3 0 0 25 0 8 0 804141985 843665408 127886 33554432000 4194304 4625164 140737373063200 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=823892 CPUtime=50.85 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 661832 0 0 0 4984 101 0 0 25 0 8 0 804141986 843665408 127886 33554432000 4194304 4625164 140737373063200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=823892 CPUtime=50.79 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 19527 0 0 0 5076 3 0 0 25 0 8 0 804141986 843665408 127887 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=823892 CPUtime=50.88 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 21240 0 0 0 5084 4 0 0 25 0 8 0 804141986 843665408 127887 33554432000 4194304 4625164 140737373063200 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=823892 CPUtime=50.9 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 30295 0 0 0 5083 7 0 0 25 0 8 0 804141986 843665408 127887 33554432000 4194304 4625164 140737373063200 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=823892 CPUtime=49.95 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 20208 0 0 0 4991 4 0 0 25 0 8 0 804141986 843665408 127888 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 406.32

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

[pid=6256/tid=6260] ppid=6254 vsize=5193292 CPUtime=4661.19 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 30402021 0 0 0 460743 5376 0 0 25 0 8 0 804141986 5317931008 1069351 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=5193292 CPUtime=4660.31 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 148343 0 0 0 465989 42 0 0 25 0 8 0 804141986 5317931008 1069351 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=5193292 CPUtime=4661.51 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143355 0 0 0 466117 34 0 0 25 0 8 0 804141986 5317931008 1069351 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=5193292 CPUtime=4662.05 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 391652 0 0 0 466099 106 0 0 25 0 8 0 804141986 5317931008 1069351 33554432000 4194304 4625164 140737373063200 18446744073709551615 4488037 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=5193292 CPUtime=4653.84 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 142178 0 0 0 465346 38 0 0 25 0 8 0 804141986 5317931008 1069351 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37201.7
Current children cumulated vsize (KiB) 5193292

[startup+4722.32 s]
/proc/loadavg: 8.17 8.11 8.03 9/573 6414
/proc/meminfo: memFree=28056344/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=5193292 CPUtime=37680.6 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 32529794 0 0 0 3762164 5897 0 0 25 0 8 0 804141975 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 1298323 1072924 431 106 0 1293826 0
[pid=6256/tid=6258] ppid=6254 vsize=5193292 CPUtime=4637.67 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 139163 0 0 0 463722 45 0 0 25 0 8 0 804141985 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=5193292 CPUtime=4722.18 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143162 0 0 0 472178 40 0 0 25 0 8 0 804141985 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=5193292 CPUtime=4721.22 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 30745314 0 0 0 466682 5440 0 0 25 0 8 0 804141986 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=5193292 CPUtime=4720.31 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 148368 0 0 0 471989 42 0 0 25 0 8 0 804141986 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=5193292 CPUtime=4721.53 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143389 0 0 0 472119 34 0 0 25 0 8 0 804141986 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329705 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=5193292 CPUtime=4722.08 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 391673 0 0 0 472102 106 0 0 25 0 8 0 804141986 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=5193292 CPUtime=4713.86 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 142209 0 0 0 471348 38 0 0 25 0 8 0 804141986 5317931008 1072924 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37680.6
Current children cumulated vsize (KiB) 5193292

[startup+4782.3 s]
/proc/loadavg: 8.12 8.11 8.03 9/573 6416
/proc/meminfo: memFree=28059648/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=5193292 CPUtime=38159.2 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 32940600 0 0 0 3809946 5977 0 0 25 0 8 0 804141975 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 1298323 1073834 425 106 0 1293826 0
[pid=6256/tid=6258] ppid=6254 vsize=5193292 CPUtime=4696.46 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 139185 0 0 0 469601 45 0 0 25 0 8 0 804141985 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=5193292 CPUtime=4782.15 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143183 0 0 0 478175 40 0 0 25 0 8 0 804141985 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=5193292 CPUtime=4781.19 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 31155066 0 0 0 472600 5519 0 0 25 0 8 0 804141986 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=5193292 CPUtime=4780.27 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 148409 0 0 0 477985 42 0 0 25 0 8 0 804141986 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=5193292 CPUtime=4781.51 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143430 0 0 0 478117 34 0 0 25 0 8 0 804141986 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=5193292 CPUtime=4782.05 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 391693 0 0 0 478099 106 0 0 25 0 8 0 804141986 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=5193292 CPUtime=4773.84 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 142258 0 0 0 477346 38 0 0 25 0 8 0 804141986 5317931008 1073834 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38159.2
Current children cumulated vsize (KiB) 5193292

[startup+4842.3 s]
/proc/loadavg: 8.04 8.08 8.03 9/573 6417
/proc/meminfo: memFree=28050176/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=5193292 CPUtime=38638 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 33292343 0 0 0 3857755 6047 0 0 25 0 8 0 804141975 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 1298323 1072774 349 106 0 1293826 0
[pid=6256/tid=6258] ppid=6254 vsize=5193292 CPUtime=4755.25 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 139204 0 0 0 475480 45 0 0 25 0 8 0 804141985 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=5193292 CPUtime=4842.16 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143223 0 0 0 484176 40 0 0 25 0 8 0 804141985 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=5193292 CPUtime=4841.2 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 31505575 0 0 0 478531 5589 0 0 25 0 8 0 804141986 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=5193292 CPUtime=4840.26 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 148457 0 0 0 483984 42 0 0 25 0 8 0 804141986 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=5193292 CPUtime=4841.51 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143470 0 0 0 484117 34 0 0 25 0 8 0 804141986 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=5193292 CPUtime=4842.05 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 391713 0 0 0 484099 106 0 0 25 0 8 0 804141986 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=5193292 CPUtime=4833.84 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 142286 0 0 0 483346 38 0 0 25 0 8 0 804141986 5317931008 1072774 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330859 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38638
Current children cumulated vsize (KiB) 5193292

[startup+4902.3 s]
/proc/loadavg: 8.01 8.07 8.02 9/573 6419
/proc/meminfo: memFree=28037488/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=5193292 CPUtime=39116.8 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 33622367 0 0 0 3905569 6111 0 0 25 0 8 0 804141975 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 1298323 1077128 403 106 0 1293826 0
[pid=6256/tid=6258] ppid=6254 vsize=5193292 CPUtime=4814.06 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 139226 0 0 0 481361 45 0 0 25 0 8 0 804141985 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=5193292 CPUtime=4902.16 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143248 0 0 0 490176 40 0 0 25 0 8 0 804141985 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=5193292 CPUtime=4901.2 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 31834894 0 0 0 484468 5652 0 0 25 0 8 0 804141986 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=5193292 CPUtime=4900.23 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 148504 0 0 0 489981 42 0 0 25 0 8 0 804141986 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=5193292 CPUtime=4901.51 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143520 0 0 0 490117 34 0 0 25 0 8 0 804141986 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=5193292 CPUtime=4902.05 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 391732 0 0 0 490099 106 0 0 25 0 8 0 804141986 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=5193292 CPUtime=4893.85 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 142321 0 0 0 489347 38 0 0 25 0 8 0 804141986 5317931008 1077128 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39116.8
Current children cumulated vsize (KiB) 5193292

[startup+4962.3 s]
/proc/loadavg: 8.00 8.05 8.02 9/573 6421
/proc/meminfo: memFree=28034080/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=5193292 CPUtime=39595.6 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 34025273 0 0 0 3953369 6190 0 0 25 0 8 0 804141975 5317931008 1075075 33554432000 4194304 4625164 140737373063200 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 1298323 1075096 349 106 0 1293826 0
[pid=6256/tid=6258] ppid=6254 vsize=5193292 CPUtime=4872.85 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 139245 0 0 0 487240 45 0 0 25 0 8 0 804141985 5317931008 1075105 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330855 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=5193292 CPUtime=4962.16 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143303 0 0 0 496176 40 0 0 25 0 8 0 804141985 5317931008 1075115 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=5193292 CPUtime=4961.21 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 32236667 0 0 0 490390 5731 0 0 25 0 8 0 804141986 5317931008 1075126 33554432000 4194304 4625164 140737373063200 18446744073709551615 268272386425 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=5193292 CPUtime=4960.22 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 148530 0 0 0 495980 42 0 0 25 0 8 0 804141986 5317931008 1075137 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=5193292 CPUtime=4961.51 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143547 0 0 0 496117 34 0 0 25 0 8 0 804141986 5317931008 1075147 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=5193292 CPUtime=4962.05 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 391751 0 0 0 496099 106 0 0 25 0 8 0 804141986 5317931008 1075152 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=5193292 CPUtime=4953.85 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 142363 0 0 0 495347 38 0 0 25 0 8 0 804141986 5317931008 1075152 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39595.6
Current children cumulated vsize (KiB) 5193292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5013 s]
/proc/loadavg: 8.00 8.04 8.01 9/573 6422
/proc/meminfo: memFree=28028104/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=5193292 CPUtime=40000.2 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) R 6254 6256 6230 0 -1 4202496 34363822 0 0 0 3993770 6254 0 0 25 0 8 0 804141975 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 1298323 1079950 371 106 0 1293826 0
[pid=6256/tid=6258] ppid=6254 vsize=5193292 CPUtime=4922.53 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4202560 139272 0 0 0 492208 45 0 0 25 0 8 0 804141985 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=5193292 CPUtime=5012.88 cores=0-7
/proc/6256/task/6259/stat : 6259 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143347 0 0 0 501248 40 0 0 25 0 8 0 804141985 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=5193292 CPUtime=5011.92 cores=0-7
/proc/6256/task/6260/stat : 6260 (SArTagnan) R 6254 6256 6230 0 -1 4202560 32574380 0 0 0 495398 5794 0 0 25 0 8 0 804141986 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=5193292 CPUtime=5010.92 cores=0-7
/proc/6256/task/6261/stat : 6261 (SArTagnan) R 6254 6256 6230 0 -1 4202560 148558 0 0 0 501050 42 0 0 25 0 8 0 804141986 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=5193292 CPUtime=5012.25 cores=0-7
/proc/6256/task/6262/stat : 6262 (SArTagnan) R 6254 6256 6230 0 -1 4202560 143579 0 0 0 501190 35 0 0 25 0 8 0 804141986 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=5193292 CPUtime=5012.77 cores=0-7
/proc/6256/task/6263/stat : 6263 (SArTagnan) R 6254 6256 6230 0 -1 4202560 391769 0 0 0 501171 106 0 0 25 0 8 0 804141986 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=5193292 CPUtime=5004.57 cores=0-7
/proc/6256/task/6264/stat : 6264 (SArTagnan) R 6254 6256 6230 0 -1 4202560 142405 0 0 0 500419 38 0 0 25 0 8 0 804141986 5317931008 1079950 33554432000 4194304 4625164 140737373063200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 5193292

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

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

[startup+5013.2 s]
/proc/loadavg: 8.00 8.04 8.01 9/573 6422
/proc/meminfo: memFree=28028104/32950928 swapFree=43925848/67111528
[pid=6256] ppid=6254 vsize=0 CPUtime=40000.5 cores=0-7
/proc/6256/stat : 6256 (SArTagnan) Z 6254 6256 6230 0 -1 4203548 34363823 0 0 0 3993783 6271 0 0 25 0 2 0 804141975 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6256/statm: 0 0 0 0 0 0 0
[pid=6256/tid=6258] ppid=6254 vsize=0 CPUtime=4922.71 cores=0-7
/proc/6256/task/6258/stat : 6258 (SArTagnan) R 6254 6256 6230 0 -1 4203588 139272 0 0 0 492209 62 0 0 25 0 2 0 804141985 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5013.22
CPU time (s): 40000.6
CPU user time (s): 39937.8
CPU system time (s): 62.7355
CPU usage (%): 797.901
Max. virtual memory (cumulated for all children) (KiB): 5333628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39937.8
system time used= 62.7355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34363823
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= 2636
involuntary context switches= 174557

runsolver used 25.7741 second user time and 73.9618 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-01 12:50:32
IDJOB=3439046
IDBENCH=83245
IDSOLVER=1936
FILE ID=node122/3439046-1306925432
RUNJOBID= node122-1306925432-6244
PBS_JOBID= 13488555
Free space on /tmp= 73664 MiB

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

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=1787057651

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32357340 kB
Buffers:        162204 kB
Cached:         111020 kB
SwapCached:      16804 kB
Active:         146956 kB
Inactive:       146820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32357340 kB
SwapTotal:    67111528 kB
SwapFree:     43925848 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:       18088 kB
Mapped:           8056 kB
Slab:           133500 kB
PageTables:      93396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180711984 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= 73664 MiB
End job on node122 at 2011-06-01 14:14:07