Trace number 3439081

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 5010.72

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0104
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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-3439081-1306926452/watcher-3439081-1306926452 -o /tmp/evaluation-result-3439081-1306926452/solver-3439081-1306926452 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439081-1306926452.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.04 8.06 8.01 2/470 10194
/proc/meminfo: memFree=22311080/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=24088 CPUtime=0 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 1283 0 0 0 0 0 0 0 18 0 1 0 785060522 24666112 876 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10194/statm: 6022 876 296 106 0 1525 0

[startup+0.044889 s]
/proc/loadavg: 8.04 8.06 8.01 2/470 10194
/proc/meminfo: memFree=22311080/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=31908 CPUtime=0.03 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 4676 0 0 0 3 0 0 0 18 0 1 0 785060522 32673792 2753 33554432000 4194304 4625164 140734298531200 18446744073709551615 254261314005 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10194/statm: 7977 2774 296 106 0 3480 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31908

[startup+0.10088 s]
/proc/loadavg: 8.04 8.06 8.01 2/470 10194
/proc/meminfo: memFree=22311080/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=82576 CPUtime=0.09 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 17603 0 0 0 8 1 0 0 18 0 1 0 785060522 84557824 13190 33554432000 4194304 4625164 140734298531200 18446744073709551615 254261314005 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10194/statm: 20644 13210 298 106 0 16147 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 82576

[startup+1.01968 s]
/proc/loadavg: 8.04 8.06 8.01 2/470 10194
/proc/meminfo: memFree=22311080/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=397324 CPUtime=7.31 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 40553 0 0 0 726 5 0 0 20 0 8 0 785060522 406859776 25536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 99331 25536 344 106 0 94834 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 397324

[startup+1.10066 s]
/proc/loadavg: 8.04 8.06 8.01 2/470 10194
/proc/meminfo: memFree=22311080/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=397324 CPUtime=7.97 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 41800 0 0 0 791 6 0 0 20 0 8 0 785060522 406859776 26202 33554432000 4194304 4625164 140734298531200 18446744073709551615 254261272583 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 99331 26202 344 106 0 94834 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 397324

[startup+1.50059 s]
/proc/loadavg: 8.04 8.06 8.01 2/470 10194
/proc/meminfo: memFree=22311080/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=405352 CPUtime=11.17 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 50018 0 0 0 1110 7 0 0 21 0 8 0 785060522 415080448 27280 33554432000 4194304 4625164 140734298531200 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 101338 27281 344 106 0 96841 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 405352

[startup+3.10131 s]
/proc/loadavg: 8.04 8.06 8.01 9/478 10202
/proc/meminfo: memFree=22182444/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=416076 CPUtime=23.94 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 78467 0 0 0 2383 11 0 0 25 0 8 0 785060522 426061824 32249 33554432000 4194304 4625164 140734298531200 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 104019 32250 344 106 0 99522 0
[pid=10194/tid=10196] ppid=10192 vsize=416076 CPUtime=2.96 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 2715 0 0 0 296 0 0 0 25 0 8 0 785060533 426061824 32250 33554432000 4194304 4625164 140734298531200 18446744073709551615 4485934 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=416076 CPUtime=2.97 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 2709 0 0 0 297 0 0 0 25 0 8 0 785060533 426061824 32251 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=416076 CPUtime=2.96 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 39215 0 0 0 291 5 0 0 25 0 8 0 785060533 426061824 32251 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=416076 CPUtime=2.94 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 2674 0 0 0 294 0 0 0 24 0 8 0 785060533 426061824 32252 33554432000 4194304 4625164 140734298531200 18446744073709551615 4352585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=416076 CPUtime=2.98 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 2754 0 0 0 298 0 0 0 24 0 8 0 785060533 426061824 32252 33554432000 4194304 4625164 140734298531200 18446744073709551615 4349779 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=416076 CPUtime=2.98 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 2815 0 0 0 298 0 0 0 25 0 8 0 785060533 426061824 32253 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=416076 CPUtime=2.98 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 2730 0 0 0 298 0 0 0 25 0 8 0 785060533 426061824 32253 33554432000 4194304 4625164 140734298531200 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 416076

[startup+6.31874 s]
/proc/loadavg: 8.04 8.06 8.01 9/478 10202
/proc/meminfo: memFree=22147212/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=429844 CPUtime=49.62 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 131849 0 0 0 4944 18 0 0 25 0 8 0 785060522 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 107461 41944 348 106 0 102964 0
[pid=10194/tid=10196] ppid=10192 vsize=429844 CPUtime=6.18 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 3123 0 0 0 618 0 0 0 25 0 8 0 785060533 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=429844 CPUtime=6.18 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 3321 0 0 0 618 0 0 0 25 0 8 0 785060533 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4464903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=429844 CPUtime=6.17 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 85086 0 0 0 606 11 0 0 25 0 8 0 785060533 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=429844 CPUtime=6.11 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 3128 0 0 0 611 0 0 0 25 0 8 0 785060533 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=429844 CPUtime=6.2 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 5430 0 0 0 620 0 0 0 25 0 8 0 785060533 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4348946 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=429844 CPUtime=6.2 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 5491 0 0 0 620 0 0 0 25 0 8 0 785060533 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4288602 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=429844 CPUtime=6.2 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 3179 0 0 0 620 0 0 0 25 0 8 0 785060533 440160256 41944 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.62
Current children cumulated vsize (KiB) 429844

[startup+12.7006 s]
/proc/loadavg: 8.04 8.06 8.00 9/478 10202
/proc/meminfo: memFree=22082772/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=465508 CPUtime=100.59 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 237404 0 0 0 10024 35 0 0 25 0 8 0 785060522 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4396545 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 116377 59536 348 106 0 111880 0
[pid=10194/tid=10196] ppid=10192 vsize=465508 CPUtime=12.55 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 6292 0 0 0 1255 0 0 0 25 0 8 0 785060533 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=465508 CPUtime=12.57 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 6319 0 0 0 1256 1 0 0 25 0 8 0 785060533 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=465508 CPUtime=12.55 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 172213 0 0 0 1231 24 0 0 25 0 8 0 785060533 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4579347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=465508 CPUtime=12.4 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 6129 0 0 0 1240 0 0 0 25 0 8 0 785060533 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=465508 CPUtime=12.57 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 6352 0 0 0 1257 0 0 0 25 0 8 0 785060533 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=465508 CPUtime=12.58 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 9835 0 0 0 1257 1 0 0 25 0 8 0 785060533 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=465508 CPUtime=12.58 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 6127 0 0 0 1257 1 0 0 25 0 8 0 785060533 476680192 59536 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 465508

[startup+25.5013 s]
/proc/loadavg: 8.03 8.06 8.00 9/478 10203
/proc/meminfo: memFree=21968276/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=582104 CPUtime=202.79 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 425572 0 0 0 20214 65 0 0 25 0 8 0 785060522 596074496 87740 33554432000 4194304 4625164 140734298531200 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 145526 87740 348 106 0 141029 0
[pid=10194/tid=10196] ppid=10192 vsize=582104 CPUtime=25.35 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 11722 0 0 0 2534 1 0 0 25 0 8 0 785060533 596074496 87741 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=582104 CPUtime=25.37 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 11980 0 0 0 2535 2 0 0 25 0 8 0 785060533 596074496 87741 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=582104 CPUtime=25.36 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 322455 0 0 0 2489 47 0 0 25 0 8 0 785060533 596074496 87742 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=582104 CPUtime=25 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 12204 0 0 0 2499 1 0 0 25 0 8 0 785060533 596074496 87743 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=582104 CPUtime=25.37 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 11945 0 0 0 2536 1 0 0 25 0 8 0 785060533 596074496 87743 33554432000 4194304 4625164 140734298531200 18446744073709551615 4348870 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=582104 CPUtime=25.38 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 17704 0 0 0 2535 3 0 0 25 0 8 0 785060533 596074496 87743 33554432000 4194304 4625164 140734298531200 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=582104 CPUtime=25.38 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 11038 0 0 0 2536 2 0 0 25 0 8 0 785060533 596074496 87744 33554432000 4194304 4625164 140734298531200 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.79
Current children cumulated vsize (KiB) 582104

[startup+51.1008 s]
/proc/loadavg: 8.02 8.05 8.00 9/478 10203
/proc/meminfo: memFree=21794732/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=802980 CPUtime=407.18 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 764000 0 0 0 40595 123 0 0 25 0 8 0 785060522 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4508764 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 200745 131242 348 106 0 196248 0
[pid=10194/tid=10196] ppid=10192 vsize=802980 CPUtime=50.95 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 18147 0 0 0 5093 2 0 0 25 0 8 0 785060533 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=802980 CPUtime=50.96 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 18670 0 0 0 5092 4 0 0 25 0 8 0 785060533 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=802980 CPUtime=50.95 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 611445 0 0 0 5001 94 0 0 25 0 8 0 785060533 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=802980 CPUtime=50.21 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 19282 0 0 0 5018 3 0 0 25 0 8 0 785060533 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=802980 CPUtime=50.98 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 18978 0 0 0 5095 3 0 0 25 0 8 0 785060533 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=802980 CPUtime=50.98 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 28160 0 0 0 5093 5 0 0 25 0 8 0 785060533 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=802980 CPUtime=50.98 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 17531 0 0 0 5095 3 0 0 25 0 8 0 785060533 822251520 131242 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.18
Current children cumulated vsize (KiB) 802980

[startup+102.301 s]
/proc/loadavg: 8.07 8.06 8.00 9/478 10205
/proc/meminfo: memFree=21525776/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=1025784 CPUtime=815.97 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 1223133 0 0 0 81401 196 0 0 25 0 8 0 785060522 1050402816 196340 33554432000 4194304 4625164 140734298531200 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 256446 196340 732 106 0 251949 0
[pid=10194/tid=10196] ppid=10192 vsize=1025784 CPUtime=102.16 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 20380 0 0 0 10213 3 0 0 25 0 8 0 785060533 1050402816 196340 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=1025784 CPUtime=102.15 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 31109 0 0 0 10209 6 0 0 25 0 8 0 785060533 1050402816 196341 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=1025784 CPUtime=102.16 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 992940 0 0 0 10065 151 0 0 25 0 8 0 785060533 1050402816 196341 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0

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

Current children cumulated vsize (KiB) 4929372

[startup+4722.3 s]
/proc/loadavg: 8.21 8.13 8.04 9/478 10353
/proc/meminfo: memFree=18129164/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=4929372 CPUtime=37699.4 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 24692458 0 0 0 3765483 4452 0 0 25 0 8 0 785060522 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 1232343 1043374 348 106 0 1227846 0
[pid=10194/tid=10196] ppid=10192 vsize=4929372 CPUtime=4722.27 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 117042 0 0 0 472202 25 0 0 25 0 8 0 785060533 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=4929372 CPUtime=4720.5 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 131259 0 0 0 472021 29 0 0 25 0 8 0 785060533 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=4929372 CPUtime=4722.24 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 23353991 0 0 0 468079 4145 0 0 25 0 8 0 785060533 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=4929372 CPUtime=4646.24 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 126234 0 0 0 464594 30 0 0 25 0 8 0 785060533 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=4929372 CPUtime=4721.51 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 127784 0 0 0 472124 27 0 0 25 0 8 0 785060533 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=4929372 CPUtime=4722.28 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 356403 0 0 0 472142 86 0 0 25 0 8 0 785060533 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=4929372 CPUtime=4722.27 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 128384 0 0 0 472193 34 0 0 25 0 8 0 785060533 5047676928 1043374 33554432000 4194304 4625164 140734298531200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37699.3
Current children cumulated vsize (KiB) 4929372

[startup+4782.3 s]
/proc/loadavg: 8.11 8.12 8.04 9/478 10354
/proc/meminfo: memFree=18117368/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=4934928 CPUtime=38178.4 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 24695660 0 0 0 3813385 4454 0 0 25 0 8 0 785060522 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 1233732 1046513 348 106 0 1229235 0
[pid=10194/tid=10196] ppid=10192 vsize=4934928 CPUtime=4782.27 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 117074 0 0 0 478202 25 0 0 25 0 8 0 785060533 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=4934928 CPUtime=4780.49 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 131308 0 0 0 478020 29 0 0 25 0 8 0 785060533 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=4934928 CPUtime=4782.24 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 23355423 0 0 0 474079 4145 0 0 25 0 8 0 785060533 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=4934928 CPUtime=4705.27 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 126323 0 0 0 470497 30 0 0 25 0 8 0 785060533 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=4934928 CPUtime=4781.51 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 127832 0 0 0 478124 27 0 0 25 0 8 0 785060533 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=4934928 CPUtime=4782.28 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 356423 0 0 0 478142 86 0 0 25 0 8 0 785060533 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331184 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=4934928 CPUtime=4782.27 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 128408 0 0 0 478193 34 0 0 25 0 8 0 785060533 5053366272 1046513 33554432000 4194304 4625164 140734298531200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38178.4
Current children cumulated vsize (KiB) 4934928

[startup+4842.3 s]
/proc/loadavg: 8.15 8.13 8.04 9/478 10356
/proc/meminfo: memFree=18112632/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=4934928 CPUtime=38657.4 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 24696875 0 0 0 3861285 4455 0 0 25 0 8 0 785060522 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 1233732 1047669 348 106 0 1229235 0
[pid=10194/tid=10196] ppid=10192 vsize=4934928 CPUtime=4842.27 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 117106 0 0 0 484202 25 0 0 25 0 8 0 785060533 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=4934928 CPUtime=4840.48 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 131348 0 0 0 484019 29 0 0 25 0 8 0 785060533 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=4934928 CPUtime=4842.25 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 23355731 0 0 0 480079 4146 0 0 25 0 8 0 785060533 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=4934928 CPUtime=4764.28 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 126346 0 0 0 476398 30 0 0 25 0 8 0 785060533 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=4934928 CPUtime=4841.51 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 127859 0 0 0 484123 28 0 0 25 0 8 0 785060533 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=4934928 CPUtime=4842.29 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 356445 0 0 0 484143 86 0 0 25 0 8 0 785060533 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=4934928 CPUtime=4842.27 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 128460 0 0 0 484193 34 0 0 25 0 8 0 785060533 5053366272 1047669 33554432000 4194304 4625164 140734298531200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38657.4
Current children cumulated vsize (KiB) 4934928

[startup+4902.3 s]
/proc/loadavg: 8.05 8.10 8.04 9/478 10359
/proc/meminfo: memFree=18106664/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=5039452 CPUtime=39136.5 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 24750099 0 0 0 3909185 4463 0 0 25 0 8 0 785060522 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 1259863 1049182 348 106 0 1255366 0
[pid=10194/tid=10196] ppid=10192 vsize=5039452 CPUtime=4902.29 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 117140 0 0 0 490204 25 0 0 25 0 8 0 785060533 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=5039452 CPUtime=4900.48 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 131415 0 0 0 490019 29 0 0 25 0 8 0 785060533 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=5039452 CPUtime=4902.27 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 23356072 0 0 0 486081 4146 0 0 25 0 8 0 785060533 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=5039452 CPUtime=4823.31 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 126370 0 0 0 482301 30 0 0 25 0 8 0 785060533 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=5039452 CPUtime=4901.53 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 127904 0 0 0 490125 28 0 0 25 0 8 0 785060533 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=5039452 CPUtime=4902.3 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 356465 0 0 0 490144 86 0 0 25 0 8 0 785060533 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=5039452 CPUtime=4902.29 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 128501 0 0 0 490195 34 0 0 25 0 8 0 785060533 5160398848 1049182 33554432000 4194304 4625164 140734298531200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39136.5
Current children cumulated vsize (KiB) 5039452

[startup+4962.3 s]
/proc/loadavg: 8.02 8.08 8.03 9/478 10360
/proc/meminfo: memFree=18097604/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=5044232 CPUtime=39615.4 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 24752421 0 0 0 3957079 4463 0 0 25 0 8 0 785060522 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 1261058 1051436 348 106 0 1256561 0
[pid=10194/tid=10196] ppid=10192 vsize=5044232 CPUtime=4962.28 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 117167 0 0 0 496203 25 0 0 25 0 8 0 785060533 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=5044232 CPUtime=4960.45 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 131447 0 0 0 496016 29 0 0 25 0 8 0 785060533 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=5044232 CPUtime=4962.25 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 23357284 0 0 0 492079 4146 0 0 25 0 8 0 785060533 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=5044232 CPUtime=4882.32 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 126415 0 0 0 488202 30 0 0 25 0 8 0 785060533 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=5044232 CPUtime=4961.51 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 127942 0 0 0 496123 28 0 0 25 0 8 0 785060533 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=5044232 CPUtime=4962.29 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 356485 0 0 0 496143 86 0 0 25 0 8 0 785060533 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=5044232 CPUtime=4962.27 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 128572 0 0 0 496193 34 0 0 25 0 8 0 785060533 5165293568 1051436 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39615.4
Current children cumulated vsize (KiB) 5044232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.5 s]
/proc/loadavg: 8.01 8.07 8.03 9/478 10363
/proc/meminfo: memFree=18085416/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=5044232 CPUtime=40000.3 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) R 10192 10194 9942 0 -1 4202496 25005889 0 0 0 3995521 4509 0 0 25 0 8 0 785060522 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 1261058 1054358 362 106 0 1256561 0
[pid=10194/tid=10196] ppid=10192 vsize=5044232 CPUtime=5010.49 cores=0-7
/proc/10194/task/10196/stat : 10196 (SArTagnan) R 10192 10194 9942 0 -1 4202560 117204 0 0 0 501024 25 0 0 25 0 8 0 785060533 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10194/tid=10197] ppid=10192 vsize=5044232 CPUtime=5008.66 cores=0-7
/proc/10194/task/10197/stat : 10197 (SArTagnan) R 10192 10194 9942 0 -1 4202560 131474 0 0 0 500837 29 0 0 25 0 8 0 785060533 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10194/tid=10198] ppid=10192 vsize=5044232 CPUtime=5010.47 cores=0-7
/proc/10194/task/10198/stat : 10198 (SArTagnan) R 10192 10194 9942 0 -1 4202560 23609886 0 0 0 496855 4192 0 0 25 0 8 0 785060533 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=5044232 CPUtime=4929.73 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4202560 126432 0 0 0 492943 30 0 0 25 0 8 0 785060533 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10194/tid=10200] ppid=10192 vsize=5044232 CPUtime=5009.73 cores=0-7
/proc/10194/task/10200/stat : 10200 (SArTagnan) R 10192 10194 9942 0 -1 4202560 127987 0 0 0 500945 28 0 0 25 0 8 0 785060533 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4329705 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10194/tid=10201] ppid=10192 vsize=5044232 CPUtime=5010.51 cores=0-7
/proc/10194/task/10201/stat : 10201 (SArTagnan) R 10192 10194 9942 0 -1 4202560 356503 0 0 0 500965 86 0 0 25 0 8 0 785060533 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10194/tid=10202] ppid=10192 vsize=5044232 CPUtime=5010.49 cores=0-7
/proc/10194/task/10202/stat : 10202 (SArTagnan) R 10192 10194 9942 0 -1 4202560 128591 0 0 0 501015 34 0 0 25 0 8 0 785060533 5165293568 1054358 33554432000 4194304 4625164 140734298531200 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 5044232

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

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

[startup+5010.62 s]
/proc/loadavg: 8.01 8.07 8.03 9/478 10363
/proc/meminfo: memFree=18085416/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=0 CPUtime=40000.5 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) Z 10192 10194 9942 0 -1 4203548 25005889 0 0 0 3995530 4519 0 0 25 0 2 0 785060522 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 0 0 0 0 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=0 CPUtime=4929.84 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4203588 126432 0 0 0 492944 40 0 0 25 0 2 0 785060533 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 0

[startup+5010.7 s]
/proc/loadavg: 8.01 8.07 8.03 9/478 10363
/proc/meminfo: memFree=18085416/32951124 swapFree=67057928/67111528
[pid=10194] ppid=10192 vsize=0 CPUtime=40000.6 cores=0-7
/proc/10194/stat : 10194 (SArTagnan) Z 10192 10194 9942 0 -1 4203548 25005889 0 0 0 3995530 4527 0 0 25 0 2 0 785060522 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10194/statm: 0 0 0 0 0 0 0
[pid=10194/tid=10199] ppid=10192 vsize=0 CPUtime=4929.92 cores=0-7
/proc/10194/task/10199/stat : 10199 (SArTagnan) R 10192 10194 9942 0 -1 4203588 126432 0 0 0 492944 48 0 0 25 0 2 0 785060533 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.72
CPU time (s): 40000.6
CPU user time (s): 39955.3
CPU system time (s): 45.2951
CPU usage (%): 798.3
Max. virtual memory (cumulated for all children) (KiB): 5245660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39955.3
system time used= 45.2951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25005889
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= 711
involuntary context switches= 176490

runsolver used 21.5087 second user time and 59.286 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-01 13:07:32
IDJOB=3439081
IDBENCH=83253
IDSOLVER=1936
FILE ID=node140/3439081-1306926452
RUNJOBID= node140-1306921347-9956
PBS_JOBID= 13488551
Free space on /tmp= 73776 MiB

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

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=629104253

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22311484 kB
Buffers:        240404 kB
Cached:        3149472 kB
SwapCached:       6932 kB
Active:        7104712 kB
Inactive:      3199304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22311484 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            2716 kB
Writeback:           0 kB
AnonPages:     6912756 kB
Mapped:          37616 kB
Slab:           213448 kB
PageTables:      52336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141377664 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= 73776 MiB
End job on node140 at 2011-06-01 14:31:05