Trace number 3264556

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.28 1201.97

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264556-1304104680/watcher-3264556-1304104680 -o /tmp/evaluation-result-3264556-1304104680/solver-3264556-1304104680 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3264556-1304104680.cnf -threads=4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.56 7.77 7.91 2/173 9987
/proc/meminfo: memFree=29739816/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=49208 CPUtime=0.01 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 452 0 0 0 1 0 0 0 23 0 4 0 502883341 50388992 388 33554432000 4194304 4623224 140735730998016 18446744073709551615 47257705891756 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 12302 388 301 105 0 7806 0
[pid=9987/tid=9988] ppid=9984 vsize=49208 CPUtime=0 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 502883341 50388992 388 33554432000 4194304 4623224 140735730998016 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=49208 CPUtime=0 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 502883341 50388992 388 33554432000 4194304 4623224 140735730998016 18446744073709551615 47257705891762 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=49208 CPUtime=0 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 502883341 50388992 388 33554432000 4194304 4623224 140735730998016 18446744073709551615 47257705891766 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0570639 s]
/proc/loadavg: 6.56 7.77 7.91 2/173 9987
/proc/meminfo: memFree=29739816/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=246968 CPUtime=0.21 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 1237 0 0 0 21 0 0 0 24 0 4 0 502883341 252895232 1065 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510433 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 61742 1065 343 105 0 57246 0
[pid=9987/tid=9988] ppid=9984 vsize=246968 CPUtime=0.04 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 174 0 0 0 4 0 0 0 24 0 4 0 502883341 252895232 1065 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=246968 CPUtime=0.05 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 209 0 0 0 5 0 0 0 25 0 4 0 502883341 252895232 1065 33554432000 4194304 4623224 140735730998016 18446744073709551615 4377660 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=246968 CPUtime=0.05 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 163 0 0 0 5 0 0 0 25 0 4 0 502883341 252895232 1066 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 246968

[startup+0.135197 s]
/proc/loadavg: 6.56 7.77 7.91 2/173 9987
/proc/meminfo: memFree=29739816/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=248192 CPUtime=0.52 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 2250 0 0 0 52 0 0 0 24 0 4 0 502883341 254148608 1663 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 62048 1663 344 105 0 57552 0
[pid=9987/tid=9988] ppid=9984 vsize=248192 CPUtime=0.12 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 476 0 0 0 12 0 0 0 25 0 4 0 502883341 254148608 1663 33554432000 4194304 4623224 140735730998016 18446744073709551615 4366665 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=248192 CPUtime=0.13 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 504 0 0 0 13 0 0 0 25 0 4 0 502883341 254148608 1663 33554432000 4194304 4623224 140735730998016 18446744073709551615 254261277729 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=248192 CPUtime=0.13 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 381 0 0 0 13 0 0 0 25 0 4 0 502883341 254148608 1663 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 248192

[startup+0.301023 s]
/proc/loadavg: 6.56 7.77 7.91 2/173 9987
/proc/meminfo: memFree=29739816/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=250780 CPUtime=1.18 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 4061 0 0 0 118 0 0 0 25 0 4 0 502883341 256798720 2744 33554432000 4194304 4623224 140735730998016 18446744073709551615 4509067 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 62695 2745 344 105 0 58199 0
[pid=9987/tid=9988] ppid=9984 vsize=250780 CPUtime=0.29 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 1099 0 0 0 29 0 0 0 25 0 4 0 502883341 256798720 2745 33554432000 4194304 4623224 140735730998016 18446744073709551615 4377433 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=250780 CPUtime=0.29 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 1118 0 0 0 29 0 0 0 25 0 4 0 502883341 256798720 2745 33554432000 4194304 4623224 140735730998016 18446744073709551615 254261277729 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=250780 CPUtime=0.29 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 709 0 0 0 29 0 0 0 25 0 4 0 502883341 256798720 2745 33554432000 4194304 4623224 140735730998016 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 250780

[startup+0.700953 s]
/proc/loadavg: 6.56 7.77 7.91 2/173 9987
/proc/meminfo: memFree=29739816/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=255272 CPUtime=2.78 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 7568 0 0 0 278 0 0 0 25 0 4 0 502883341 261398528 4701 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 63818 4701 344 105 0 59322 0
[pid=9987/tid=9988] ppid=9984 vsize=255272 CPUtime=0.69 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 1693 0 0 0 69 0 0 0 25 0 4 0 502883341 261398528 4701 33554432000 4194304 4623224 140735730998016 18446744073709551615 4377477 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=255272 CPUtime=0.69 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 1876 0 0 0 69 0 0 0 25 0 4 0 502883341 261398528 4701 33554432000 4194304 4623224 140735730998016 18446744073709551615 4366450 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=255272 CPUtime=0.69 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 2394 0 0 0 69 0 0 0 25 0 4 0 502883341 261398528 4701 33554432000 4194304 4623224 140735730998016 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 255272

[startup+1.50081 s]
/proc/loadavg: 6.56 7.77 7.91 9/184 9999
/proc/meminfo: memFree=29701436/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=258296 CPUtime=5.97 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 16223 0 0 0 595 2 0 0 25 0 4 0 502883341 264495104 7166 33554432000 4194304 4623224 140735730998016 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 64574 7167 344 105 0 60078 0
[pid=9987/tid=9988] ppid=9984 vsize=258296 CPUtime=1.48 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 2828 0 0 0 148 0 0 0 25 0 4 0 502883341 264495104 7167 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=258296 CPUtime=1.49 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 3751 0 0 0 149 0 0 0 25 0 4 0 502883341 264495104 7167 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=258296 CPUtime=1.49 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 7471 0 0 0 148 1 0 0 25 0 4 0 502883341 264495104 7167 33554432000 4194304 4623224 140735730998016 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 258296

[startup+3.10052 s]
/proc/loadavg: 6.56 7.77 7.91 9/184 9999
/proc/meminfo: memFree=29682588/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=267420 CPUtime=12.36 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 29975 0 0 0 1232 4 0 0 25 0 4 0 502883341 273838080 12134 33554432000 4194304 4623224 140735730998016 18446744073709551615 4511014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 66855 12134 384 105 0 62359 0
[pid=9987/tid=9988] ppid=9984 vsize=267420 CPUtime=3.08 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 5847 0 0 0 307 1 0 0 25 0 4 0 502883341 273838080 12134 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=267420 CPUtime=3.08 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 6123 0 0 0 308 0 0 0 25 0 4 0 502883341 273838080 12134 33554432000 4194304 4623224 140735730998016 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=267420 CPUtime=3.09 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 14627 0 0 0 307 2 0 0 25 0 4 0 502883341 273838080 12134 33554432000 4194304 4623224 140735730998016 18446744073709551615 4550368 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 267420

[startup+6.30096 s]
/proc/loadavg: 6.68 7.77 7.91 9/184 9999
/proc/meminfo: memFree=29642676/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=278780 CPUtime=25.15 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 46236 0 0 0 2508 7 0 0 25 0 4 0 502883341 285470720 16989 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 69695 16989 349 105 0 65199 0
[pid=9987/tid=9988] ppid=9984 vsize=278780 CPUtime=6.25 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 9017 0 0 0 624 1 0 0 25 0 4 0 502883341 285470720 16989 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=278780 CPUtime=6.29 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 9429 0 0 0 628 1 0 0 25 0 4 0 502883341 285470720 16989 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=278780 CPUtime=6.29 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 24120 0 0 0 626 3 0 0 25 0 4 0 502883341 285470720 16989 33554432000 4194304 4623224 140735730998016 18446744073709551615 4550420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 278780

[startup+12.7008 s]
/proc/loadavg: 6.94 7.81 7.92 9/184 9999
/proc/meminfo: memFree=29589200/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=294032 CPUtime=50.72 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 75966 0 0 0 5059 13 0 0 25 0 4 0 502883341 301088768 26567 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 73508 26567 430 105 0 69012 0
[pid=9987/tid=9988] ppid=9984 vsize=294032 CPUtime=12.62 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 11046 0 0 0 1260 2 0 0 25 0 4 0 502883341 301088768 26567 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=294032 CPUtime=12.69 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 14346 0 0 0 1266 3 0 0 25 0 4 0 502883341 301088768 26567 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376708 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=294032 CPUtime=12.69 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 43913 0 0 0 1263 6 0 0 25 0 4 0 502883341 301088768 26567 33554432000 4194304 4623224 140735730998016 18446744073709551615 4550432 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 294032

[startup+25.5005 s]
/proc/loadavg: 7.25 7.83 7.93 9/184 10000
/proc/meminfo: memFree=29506092/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=329092 CPUtime=101.84 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 101531 0 0 0 10165 19 0 0 25 0 4 0 502883341 336990208 41540 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 82273 41540 587 105 0 77777 0
[pid=9987/tid=9988] ppid=9984 vsize=329092 CPUtime=25.35 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 21360 0 0 0 2530 5 0 0 25 0 4 0 502883341 336990208 41540 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=329092 CPUtime=25.49 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 20132 0 0 0 2545 4 0 0 25 0 4 0 502883341 336990208 41540 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=329092 CPUtime=25.49 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 47548 0 0 0 2542 7 0 0 25 0 4 0 502883341 336990208 41540 33554432000 4194304 4623224 140735730998016 18446744073709551615 4545395 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 329092

[startup+51.101 s]
/proc/loadavg: 7.50 7.84 7.93 9/184 10000
/proc/meminfo: memFree=29402520/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=379304 CPUtime=204.11 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 196856 0 0 0 20372 39 0 0 25 0 4 0 502883341 388407296 59325 33554432000 4194304 4623224 140735730998016 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 94826 59325 582 105 0 90330 0
[pid=9987/tid=9988] ppid=9984 vsize=379304 CPUtime=50.81 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 34635 0 0 0 5070 11 0 0 25 0 4 0 502883341 388407296 59325 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=379304 CPUtime=51.09 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 29479 0 0 0 5102 7 0 0 25 0 4 0 502883341 388407296 59325 33554432000 4194304 4623224 140735730998016 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=379304 CPUtime=51.08 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 117712 0 0 0 5091 17 0 0 25 0 4 0 502883341 388407296 59325 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 379304

[startup+102.307 s]
/proc/loadavg: 7.87 7.89 7.94 9/184 10002
/proc/meminfo: memFree=29268716/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=468052 CPUtime=408.65 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 411460 0 0 0 40786 79 0 0 25 0 4 0 502883341 479285248 82512 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 117013 82512 877 105 0 112517 0
[pid=9987/tid=9988] ppid=9984 vsize=468052 CPUtime=101.74 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 42295 0 0 0 10154 20 0 0 25 0 4 0 502883341 479285248 82512 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=468052 CPUtime=102.29 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 40864 0 0 0 10220 9 0 0 25 0 4 0 502883341 479285248 82512 33554432000 4194304 4623224 140735730998016 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=468052 CPUtime=102.29 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 305526 0 0 0 10184 45 0 0 25 0 4 0 502883341 479285248 82512 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 468052

[startup+162.301 s]

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

[pid=9987] ppid=9984 vsize=1190968 CPUtime=2804.52 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 2272624 0 0 0 280030 422 0 0 25 0 4 0 502883341 1219551232 223739 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510142 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 297742 223739 374 105 0 293246 0
[pid=9987/tid=9988] ppid=9984 vsize=1190968 CPUtime=698.4 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 143550 0 0 0 69769 71 0 0 25 0 4 0 502883341 1219551232 223739 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1190968 CPUtime=702.29 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 107729 0 0 0 70199 30 0 0 25 0 4 0 502883341 1219551232 223739 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1190968 CPUtime=702.16 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 1907133 0 0 0 69917 299 0 0 25 0 4 0 502883341 1219551232 223739 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.52
Current children cumulated vsize (KiB) 1190968

[startup+762.306 s]
/proc/loadavg: 8.05 8.03 7.99 9/184 10052
/proc/meminfo: memFree=27511412/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1321096 CPUtime=3044.21 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 2625084 0 0 0 303939 482 0 0 25 0 4 0 502883341 1352802304 233154 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 330274 233154 404 105 0 325778 0
[pid=9987/tid=9988] ppid=9984 vsize=1321096 CPUtime=758.06 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 177042 0 0 0 75731 75 0 0 25 0 4 0 502883341 1352802304 233154 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1321096 CPUtime=762.29 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 110510 0 0 0 76196 33 0 0 25 0 4 0 502883341 1352802304 233154 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1321096 CPUtime=762.16 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 2222147 0 0 0 75865 351 0 0 25 0 4 0 502883341 1352802304 233154 33554432000 4194304 4623224 140735730998016 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.21
Current children cumulated vsize (KiB) 1321096

[startup+822.301 s]
/proc/loadavg: 8.12 8.05 8.00 9/184 10054
/proc/meminfo: memFree=27418388/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1321096 CPUtime=3283.86 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 2930521 0 0 0 327849 537 0 0 25 0 4 0 502883341 1352802304 238162 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 330274 238162 344 105 0 325778 0
[pid=9987/tid=9988] ppid=9984 vsize=1321096 CPUtime=817.74 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 177302 0 0 0 81698 76 0 0 25 0 4 0 502883341 1352802304 238162 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376668 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1321096 CPUtime=822.29 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 114730 0 0 0 82192 37 0 0 25 0 4 0 502883341 1352802304 238162 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1321096 CPUtime=822.15 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 2522340 0 0 0 81814 401 0 0 25 0 4 0 502883341 1352802304 238162 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.86
Current children cumulated vsize (KiB) 1321096

[startup+882.301 s]
/proc/loadavg: 8.09 8.06 8.00 9/184 10056
/proc/meminfo: memFree=27287672/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1344776 CPUtime=3523.53 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 3217407 0 0 0 351764 589 0 0 25 0 4 0 502883341 1377050624 245511 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 336194 245511 416 105 0 331698 0
[pid=9987/tid=9988] ppid=9984 vsize=1344776 CPUtime=877.4 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 178408 0 0 0 87664 76 0 0 25 0 4 0 502883341 1377050624 245511 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1344776 CPUtime=882.28 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 118080 0 0 0 88187 41 0 0 25 0 4 0 502883341 1377050624 245511 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1344776 CPUtime=882.15 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 2792483 0 0 0 87769 446 0 0 25 0 4 0 502883341 1377050624 245511 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.53
Current children cumulated vsize (KiB) 1344776

[startup+942.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/184 10057
/proc/meminfo: memFree=27207412/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1344776 CPUtime=3763.2 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 3507670 0 0 0 375678 642 0 0 25 0 4 0 502883341 1377050624 252559 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 336194 252559 383 105 0 331698 0
[pid=9987/tid=9988] ppid=9984 vsize=1344776 CPUtime=937.07 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 181001 0 0 0 93627 80 0 0 25 0 4 0 502883341 1377050624 252559 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1344776 CPUtime=942.28 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 121176 0 0 0 94182 46 0 0 25 0 4 0 502883341 1377050624 252559 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1344776 CPUtime=942.16 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 3076575 0 0 0 93725 491 0 0 25 0 4 0 502883341 1377050624 252559 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.2
Current children cumulated vsize (KiB) 1344776

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 10059
/proc/meminfo: memFree=27111792/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1394936 CPUtime=4002.87 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 3841374 0 0 0 399588 699 0 0 25 0 4 0 502883341 1428414464 261224 33554432000 4194304 4623224 140735730998016 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 348734 261224 346 105 0 344238 0
[pid=9987/tid=9988] ppid=9984 vsize=1394936 CPUtime=996.74 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 182758 0 0 0 99592 82 0 0 25 0 4 0 502883341 1428414464 261224 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1394936 CPUtime=1002.28 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 151295 0 0 0 100175 53 0 0 25 0 4 0 502883341 1428414464 261224 33554432000 4194304 4623224 140735730998016 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1394936 CPUtime=1002.16 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 3377058 0 0 0 99678 538 0 0 25 0 4 0 502883341 1428414464 261224 33554432000 4194304 4623224 140735730998016 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.87
Current children cumulated vsize (KiB) 1394936

[startup+1062.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 10060
/proc/meminfo: memFree=27023220/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1394936 CPUtime=4242.54 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 4127501 0 0 0 423504 750 0 0 25 0 4 0 502883341 1428414464 269579 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 348734 269579 393 105 0 344238 0
[pid=9987/tid=9988] ppid=9984 vsize=1394936 CPUtime=1056.4 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 185305 0 0 0 105556 84 0 0 25 0 4 0 502883341 1428414464 269579 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1394936 CPUtime=1062.28 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 154874 0 0 0 106171 57 0 0 25 0 4 0 502883341 1428414464 269579 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1394936 CPUtime=1062.16 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 3656384 0 0 0 105633 583 0 0 25 0 4 0 502883341 1428414464 269579 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.54
Current children cumulated vsize (KiB) 1394936

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 10062
/proc/meminfo: memFree=26938004/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1464920 CPUtime=4482.2 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 4459545 0 0 0 447413 807 0 0 25 0 4 0 502883341 1500078080 275510 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510978 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 366230 275510 386 105 0 361734 0
[pid=9987/tid=9988] ppid=9984 vsize=1464920 CPUtime=1116.06 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 187645 0 0 0 111520 86 0 0 25 0 4 0 502883341 1500078080 275510 33554432000 4194304 4623224 140735730998016 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1464920 CPUtime=1122.28 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 156439 0 0 0 112170 58 0 0 25 0 4 0 502883341 1500078080 275510 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1464920 CPUtime=1122.16 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 3983878 0 0 0 111579 637 0 0 25 0 4 0 502883341 1500078080 275510 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.2
Current children cumulated vsize (KiB) 1464920

[startup+1182.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 10064
/proc/meminfo: memFree=26862224/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1464920 CPUtime=4721.88 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 4741176 0 0 0 471336 852 0 0 25 0 4 0 502883341 1500078080 280907 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 366230 280907 412 105 0 361734 0
[pid=9987/tid=9988] ppid=9984 vsize=1464920 CPUtime=1175.75 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 189832 0 0 0 117486 89 0 0 25 0 4 0 502883341 1500078080 280907 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1464920 CPUtime=1182.28 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 158792 0 0 0 118169 59 0 0 25 0 4 0 502883341 1500078080 280907 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376617 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1464920 CPUtime=1182.16 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 4260851 0 0 0 117538 678 0 0 25 0 4 0 502883341 1500078080 280908 33554432000 4194304 4623224 140735730998016 18446744073709551615 4577476 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.88
Current children cumulated vsize (KiB) 1464920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.11 8.07 8.00 9/184 10064
/proc/meminfo: memFree=26837668/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1464920 CPUtime=4800.19 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 4849625 0 0 0 479151 868 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 366230 282707 416 105 0 361734 0
[pid=9987/tid=9988] ppid=9984 vsize=1464920 CPUtime=1195.23 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 190539 0 0 0 119434 89 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1464920 CPUtime=1201.89 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 159593 0 0 0 120130 59 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1464920 CPUtime=1201.76 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 4367765 0 0 0 119483 693 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4550548 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1464920

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

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

[startup+1201.9 s]
/proc/loadavg: 8.11 8.07 8.00 9/184 10064
/proc/meminfo: memFree=26837668/32951124 swapFree=67111348/67111528
[pid=9987] ppid=9984 vsize=1464920 CPUtime=4800.19 cores=0,2,4,6
/proc/9987/stat : 9987 (SArTagnan) R 9984 9987 9954 0 -1 4202496 4849625 0 0 0 479151 868 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9987/statm: 366230 282707 416 105 0 361734 0
[pid=9987/tid=9988] ppid=9984 vsize=1464920 CPUtime=1195.23 cores=0,2,4,6
/proc/9987/task/9988/stat : 9988 (SArTagnan) R 9984 9987 9954 0 -1 4202560 190539 0 0 0 119434 89 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9987/tid=9989] ppid=9984 vsize=1464920 CPUtime=1201.89 cores=0,2,4,6
/proc/9987/task/9989/stat : 9989 (SArTagnan) R 9984 9987 9954 0 -1 4202560 159593 0 0 0 120130 59 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9987/tid=9990] ppid=9984 vsize=1464920 CPUtime=1201.76 cores=0,2,4,6
/proc/9987/task/9990/stat : 9990 (SArTagnan) R 9984 9987 9954 0 -1 4202560 4367765 0 0 0 119483 693 0 0 25 0 4 0 502883341 1500078080 282707 33554432000 4194304 4623224 140735730998016 18446744073709551615 4550548 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1464920

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.97
CPU time (s): 4800.28
CPU user time (s): 4791.54
CPU system time (s): 8.73867
CPU usage (%): 399.368
Max. virtual memory (cumulated for all children) (KiB): 1493164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.54
system time used= 8.73867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4849625
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= 1059
involuntary context switches= 24567

runsolver used 1.9537 second user time and 4.5963 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 21:18:00
IDJOB=3264556
IDBENCH=84715
IDSOLVER=1656
FILE ID=node140/3264556-1304104680
RUNJOBID= node140-1304104680-9972
PBS_JOBID= 13170652
Free space on /tmp= 72664 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264556-1304104680/watcher-3264556-1304104680 -o /tmp/evaluation-result-3264556-1304104680/solver-3264556-1304104680 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3264556-1304104680.cnf -threads=4

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=1167263159

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:      29739236 kB
Buffers:       1007948 kB
Cached:        1647972 kB
SwapCached:        180 kB
Active:         264392 kB
Inactive:      2455328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29739236 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             552 kB
Writeback:           0 kB
AnonPages:       63008 kB
Mapped:          14320 kB
Slab:           426700 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186136 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= 72664 MiB
End job on node140 at 2011-04-29 21:38:04