Trace number 3258968

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.16 1201.78

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3258968-1304056789/watcher-3258968-1304056789 -o /tmp/evaluation-result-3258968-1304056789/solver-3258968-1304056789 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3258968-1304056789.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: 8.20 8.04 6.82 2/173 16957
/proc/meminfo: memFree=18475868/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=19772 CPUtime=0 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 541 0 0 0 0 0 0 0 25 0 1 0 595909586 20246528 443 33554432000 4194304 4623224 140733485933264 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16957/statm: 4943 443 297 105 0 447 0

[startup+0.125572 s]
/proc/loadavg: 8.20 8.04 6.82 2/173 16957
/proc/meminfo: memFree=18475868/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=253108 CPUtime=0.45 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 3197 0 0 0 45 0 0 0 25 0 4 0 595909586 259182592 2474 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510918 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 63277 2474 344 105 0 58781 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 253108

[startup+0.200531 s]
/proc/loadavg: 8.20 8.04 6.82 2/173 16957
/proc/meminfo: memFree=18475868/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=254808 CPUtime=0.75 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 3883 0 0 0 75 0 0 0 25 0 4 0 595909586 260923392 3030 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510302 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 63702 3030 344 105 0 59206 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 254808

[startup+0.300513 s]
/proc/loadavg: 8.20 8.04 6.82 2/173 16957
/proc/meminfo: memFree=18475868/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=256016 CPUtime=1.14 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 4983 0 0 0 114 0 0 0 25 0 4 0 595909586 262160384 3515 33554432000 4194304 4623224 140733485933264 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 64004 3515 344 105 0 59508 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 256016

[startup+0.700447 s]
/proc/loadavg: 8.20 8.04 6.82 2/173 16957
/proc/meminfo: memFree=18475868/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=258320 CPUtime=2.74 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 7665 0 0 0 274 0 0 0 25 0 4 0 595909586 264519680 4508 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510006 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 64580 4508 344 105 0 60084 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 258320

[startup+1.50031 s]
/proc/loadavg: 8.20 8.04 6.82 10/184 16973
/proc/meminfo: memFree=18402268/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=262668 CPUtime=5.94 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 16352 0 0 0 592 2 0 0 25 0 4 0 595909586 268972032 6780 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 65667 6780 344 105 0 61171 0
[pid=16957/tid=16962] ppid=16954 vsize=262668 CPUtime=1.48 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 2113 0 0 0 148 0 0 0 25 0 4 0 595909587 268972032 6780 33554432000 4194304 4623224 140733485933264 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=262668 CPUtime=1.47 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 2777 0 0 0 147 0 0 0 25 0 4 0 595909587 268972032 6780 33554432000 4194304 4623224 140733485933264 18446744073709551615 224284584281 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=262668 CPUtime=1.47 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 7884 0 0 0 146 1 0 0 25 0 4 0 595909587 268972032 6780 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376901 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 262668

[startup+3.10105 s]
/proc/loadavg: 8.20 8.04 6.82 9/184 16973
/proc/meminfo: memFree=18370196/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=268260 CPUtime=12.34 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 27360 0 0 0 1229 5 0 0 25 0 4 0 595909586 274698240 9962 33554432000 4194304 4623224 140733485933264 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 67065 9962 344 105 0 62569 0
[pid=16957/tid=16962] ppid=16954 vsize=268260 CPUtime=3.08 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 3766 0 0 0 308 0 0 0 25 0 4 0 595909587 274698240 9962 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=268260 CPUtime=3.08 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 4460 0 0 0 307 1 0 0 25 0 4 0 595909587 274698240 9962 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=268260 CPUtime=3.07 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 15377 0 0 0 304 3 0 0 25 0 4 0 595909587 274698240 9962 33554432000 4194304 4623224 140733485933264 18446744073709551615 4288259 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 268260

[startup+6.30051 s]
/proc/loadavg: 8.18 8.04 6.83 9/184 16973
/proc/meminfo: memFree=18308600/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=279524 CPUtime=25.12 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 55565 0 0 0 2503 9 0 0 25 0 4 0 595909586 286232576 14537 33554432000 4194304 4623224 140733485933264 18446744073709551615 4511196 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 69881 14537 344 105 0 65385 0
[pid=16957/tid=16962] ppid=16954 vsize=279524 CPUtime=6.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 5788 0 0 0 627 0 0 0 25 0 4 0 595909587 286232576 14537 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=279524 CPUtime=6.28 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 8712 0 0 0 626 2 0 0 25 0 4 0 595909587 286232576 14537 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=279524 CPUtime=6.25 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 37171 0 0 0 620 5 0 0 25 0 4 0 595909587 286232576 14537 33554432000 4194304 4623224 140733485933264 18446744073709551615 4577520 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 279524

[startup+12.7004 s]
/proc/loadavg: 8.17 8.04 6.84 9/184 16973
/proc/meminfo: memFree=18217048/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=292608 CPUtime=50.68 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 72947 0 0 0 5055 13 0 0 25 0 4 0 595909586 299630592 23626 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 73152 23626 344 105 0 68656 0
[pid=16957/tid=16962] ppid=16954 vsize=292608 CPUtime=12.67 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 9226 0 0 0 1266 1 0 0 25 0 4 0 595909587 299630592 23626 33554432000 4194304 4623224 140733485933264 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=292608 CPUtime=12.67 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 13456 0 0 0 1264 3 0 0 25 0 4 0 595909587 299630592 23626 33554432000 4194304 4623224 140733485933264 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=292608 CPUtime=12.61 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 43825 0 0 0 1255 6 0 0 25 0 4 0 595909587 299630592 23626 33554432000 4194304 4623224 140733485933264 18446744073709551615 4354590 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 292608

[startup+25.5003 s]
/proc/loadavg: 8.13 8.03 6.85 9/184 16973
/proc/meminfo: memFree=18080396/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=319528 CPUtime=101.8 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 230274 0 0 0 10144 36 0 0 25 0 4 0 595909586 327196672 33479 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 79882 33479 345 105 0 75386 0
[pid=16957/tid=16962] ppid=16954 vsize=319528 CPUtime=25.47 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 17347 0 0 0 2545 2 0 0 25 0 4 0 595909587 327196672 33479 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=319528 CPUtime=25.47 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 19320 0 0 0 2541 6 0 0 25 0 4 0 595909587 327196672 33479 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=319528 CPUtime=25.35 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 185159 0 0 0 2509 26 0 0 25 0 4 0 595909587 327196672 33479 33554432000 4194304 4623224 140733485933264 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 319528

[startup+51.101 s]
/proc/loadavg: 8.32 8.08 6.90 9/184 16975
/proc/meminfo: memFree=17824556/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=349072 CPUtime=204.07 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 486129 0 0 0 20331 76 0 0 25 0 4 0 595909586 357449728 54419 33554432000 4194304 4623224 140733485933264 18446744073709551615 4517541 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 87268 54419 559 105 0 82772 0
[pid=16957/tid=16962] ppid=16954 vsize=349072 CPUtime=51.08 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 25196 0 0 0 5104 4 0 0 25 0 4 0 595909587 357449728 54419 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=349072 CPUtime=51.07 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 29563 0 0 0 5099 8 0 0 25 0 4 0 595909587 357449728 54419 33554432000 4194304 4623224 140733485933264 18446744073709551615 4366369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=349072 CPUtime=50.81 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 415090 0 0 0 5022 59 0 0 25 0 4 0 595909587 357449728 54419 33554432000 4194304 4623224 140733485933264 18446744073709551615 4550481 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 349072

[startup+102.301 s]
/proc/loadavg: 8.35 8.12 6.97 9/184 16984
/proc/meminfo: memFree=17439972/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=450400 CPUtime=408.57 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 977775 0 0 0 40709 148 0 0 25 0 4 0 595909586 461209600 86080 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 112600 86080 401 105 0 108104 0
[pid=16957/tid=16962] ppid=16954 vsize=450400 CPUtime=102.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 35882 0 0 0 10221 6 0 0 25 0 4 0 595909587 461209600 86080 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=450400 CPUtime=102.26 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 45176 0 0 0 10210 16 0 0 25 0 4 0 595909587 461209600 86080 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=450400 CPUtime=101.72 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 851023 0 0 0 10055 117 0 0 25 0 4 0 595909587 461209600 86080 33554432000 4194304 4623224 140733485933264 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 450400

[startup+162.301 s]
/proc/loadavg: 8.32 8.15 7.05 9/184 16986
/proc/meminfo: memFree=17110088/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=669248 CPUtime=648.23 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 1443535 0 0 0 64604 219 0 0 25 0 4 0 595909586 685309952 104935 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 167312 104935 397 105 0 162816 0
[pid=16957/tid=16962] ppid=16954 vsize=669248 CPUtime=162.26 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 37894 0 0 0 16219 7 0 0 25 0 4 0 595909587 685309952 104935 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=669248 CPUtime=162.25 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 62741 0 0 0 16205 20 0 0 25 0 4 0 595909587 685309952 104935 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=669248 CPUtime=161.39 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 1294856 0 0 0 15958 181 0 0 25 0 4 0 595909587 685309952 104935 33554432000 4194304 4623224 140733485933264 18446744073709551615 4577474 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 669248

[startup+222.307 s]
/proc/loadavg: 8.26 8.15 7.12 9/184 16988
/proc/meminfo: memFree=16835772/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=702512 CPUtime=887.9 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 1479197 0 0 0 88558 232 0 0 25 0 4 0 595909586 719372288 124973 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 175628 124973 448 105 0 171132 0
[pid=16957/tid=16962] ppid=16954 vsize=702512 CPUtime=222.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 42064 0 0 0 22216 11 0 0 25 0 4 0 595909587 719372288 124973 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=702512 CPUtime=222.23 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 67916 0 0 0 22197 26 0 0 25 0 4 0 595909587 719372288 124973 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=702512 CPUtime=221.07 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 1297707 0 0 0 21925 182 0 0 25 0 4 0 595909587 719372288 124973 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.9
Current children cumulated vsize (KiB) 702512

[startup+282.301 s]

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

[pid=16957] ppid=16954 vsize=1061076 CPUtime=2565.56 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 2894553 0 0 0 256112 444 0 0 25 0 4 0 595909586 1086541824 202499 33554432000 4194304 4623224 140733485933264 18446744073709551615 4508306 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 265269 202499 411 105 0 260773 0
[pid=16957/tid=16962] ppid=16954 vsize=1061076 CPUtime=642.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 87033 0 0 0 64207 20 0 0 25 0 4 0 595909587 1086541824 202499 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1061076 CPUtime=642.19 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 73537 0 0 0 64190 29 0 0 25 0 4 0 595909587 1086541824 202499 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1061076 CPUtime=638.77 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 2549125 0 0 0 63514 363 0 0 25 0 4 0 595909587 1086541824 202499 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.56
Current children cumulated vsize (KiB) 1061076

[startup+702.3 s]
/proc/loadavg: 8.02 8.08 7.50 9/184 17000
/proc/meminfo: memFree=15755092/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1200420 CPUtime=2805.23 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 2976164 0 0 0 280069 454 0 0 25 0 4 0 595909586 1229230080 224533 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 300105 224533 517 105 0 295609 0
[pid=16957/tid=16962] ppid=16954 vsize=1200420 CPUtime=702.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 88939 0 0 0 70206 21 0 0 25 0 4 0 595909587 1229230080 224533 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1200420 CPUtime=702.19 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 73912 0 0 0 70190 29 0 0 25 0 4 0 595909587 1229230080 224533 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1200420 CPUtime=698.45 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 2556706 0 0 0 69480 365 0 0 25 0 4 0 595909587 1229230080 224533 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.23
Current children cumulated vsize (KiB) 1200420

[startup+762.3 s]
/proc/loadavg: 8.04 8.08 7.53 9/184 17002
/proc/meminfo: memFree=15598568/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1227264 CPUtime=3044.92 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 3003815 0 0 0 304033 459 0 0 25 0 4 0 595909586 1256718336 229881 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 306816 229881 517 105 0 302320 0
[pid=16957/tid=16962] ppid=16954 vsize=1227264 CPUtime=762.28 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 89875 0 0 0 76207 21 0 0 25 0 4 0 595909587 1256718336 229881 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1227264 CPUtime=762.19 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 75140 0 0 0 76190 29 0 0 25 0 4 0 595909587 1256718336 229881 33554432000 4194304 4623224 140733485933264 18446744073709551615 4462966 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1227264 CPUtime=758.13 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 2556995 0 0 0 75448 365 0 0 25 0 4 0 595909587 1256718336 229881 33554432000 4194304 4623224 140733485933264 18446744073709551615 4545344 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.92
Current children cumulated vsize (KiB) 1227264

[startup+822.3 s]
/proc/loadavg: 8.09 8.09 7.57 9/184 17004
/proc/meminfo: memFree=15495868/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1310280 CPUtime=3284.57 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 3075268 0 0 0 327984 473 0 0 25 0 4 0 595909586 1341726720 241094 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 327570 241094 450 105 0 323074 0
[pid=16957/tid=16962] ppid=16954 vsize=1310280 CPUtime=822.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 96562 0 0 0 82206 21 0 0 25 0 4 0 595909587 1341726720 241094 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1310280 CPUtime=822.18 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 93040 0 0 0 82186 32 0 0 25 0 4 0 595909587 1341726720 241094 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376754 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1310280 CPUtime=817.8 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 2561518 0 0 0 81414 366 0 0 25 0 4 0 595909587 1341726720 241094 33554432000 4194304 4623224 140733485933264 18446744073709551615 4364244 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 1310280

[startup+882.306 s]
/proc/loadavg: 8.07 8.08 7.60 9/184 17006
/proc/meminfo: memFree=15406060/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1311336 CPUtime=3524.27 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 3435181 0 0 0 351900 527 0 0 25 0 4 0 595909586 1342808064 250487 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 327834 250487 450 105 0 323338 0
[pid=16957/tid=16962] ppid=16954 vsize=1311336 CPUtime=882.28 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 97272 0 0 0 88206 22 0 0 25 0 4 0 595909587 1342808064 250487 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1311336 CPUtime=882.17 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 93535 0 0 0 88185 32 0 0 25 0 4 0 595909587 1342808064 250487 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1311336 CPUtime=877.48 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 2878773 0 0 0 87337 411 0 0 25 0 4 0 595909587 1342808064 250487 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 1311336

[startup+942.3 s]
/proc/loadavg: 8.17 8.11 7.63 9/184 17006
/proc/meminfo: memFree=15033892/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1621072 CPUtime=3763.9 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 4276222 0 0 0 375744 646 0 0 25 0 4 0 595909586 1659977728 324183 33554432000 4194304 4623224 140733485933264 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 405268 324183 450 105 0 400772 0
[pid=16957/tid=16962] ppid=16954 vsize=1621072 CPUtime=942.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 127303 0 0 0 94201 26 0 0 25 0 4 0 595909587 1659977728 324183 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1621072 CPUtime=942.16 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 94432 0 0 0 94184 32 0 0 25 0 4 0 595909587 1659977728 324183 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1621072 CPUtime=937.14 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 3539942 0 0 0 93213 501 0 0 25 0 4 0 595909587 1659977728 324183 33554432000 4194304 4623224 140733485933264 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 1621072

[startup+1002.3 s]
/proc/loadavg: 8.13 8.10 7.66 9/184 17008
/proc/meminfo: memFree=14785120/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1941364 CPUtime=4003.54 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 5141501 0 0 0 399586 768 0 0 25 0 4 0 595909586 1987956736 370093 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 485341 370093 450 105 0 480845 0
[pid=16957/tid=16962] ppid=16954 vsize=1941364 CPUtime=1002.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 128455 0 0 0 100200 27 0 0 25 0 4 0 595909587 1987956736 370093 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1941364 CPUtime=1002.14 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 97014 0 0 0 100179 35 0 0 25 0 4 0 595909587 1987956736 370093 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1941364 CPUtime=996.8 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 4232133 0 0 0 99083 597 0 0 25 0 4 0 595909587 1987956736 370093 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.54
Current children cumulated vsize (KiB) 1941364

[startup+1062.3 s]
/proc/loadavg: 8.11 8.10 7.68 9/184 17010
/proc/meminfo: memFree=14717500/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1941364 CPUtime=4243.21 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 5540946 0 0 0 423500 821 0 0 25 0 4 0 595909586 1987956736 375284 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 485341 375284 450 105 0 480845 0
[pid=16957/tid=16962] ppid=16954 vsize=1941364 CPUtime=1062.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 128983 0 0 0 106200 27 0 0 25 0 4 0 595909587 1987956736 375284 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1941364 CPUtime=1062.14 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 98240 0 0 0 106178 36 0 0 25 0 4 0 595909587 1987956736 375284 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1941364 CPUtime=1056.47 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 4626742 0 0 0 104999 648 0 0 25 0 4 0 595909587 1987956736 375284 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.21
Current children cumulated vsize (KiB) 1941364

[startup+1122.3 s]
/proc/loadavg: 8.04 8.08 7.70 9/184 17012
/proc/meminfo: memFree=14649400/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=1941364 CPUtime=4482.88 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 5546024 0 0 0 447465 823 0 0 25 0 4 0 595909586 1987956736 380272 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 485341 380272 449 105 0 480845 0
[pid=16957/tid=16962] ppid=16954 vsize=1941364 CPUtime=1122.27 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 131078 0 0 0 112199 28 0 0 25 0 4 0 595909587 1987956736 380272 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=1941364 CPUtime=1122.13 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 98695 0 0 0 112177 36 0 0 25 0 4 0 595909587 1987956736 380272 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=1941364 CPUtime=1116.14 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 4626843 0 0 0 110966 648 0 0 25 0 4 0 595909587 1987956736 380272 33554432000 4194304 4623224 140733485933264 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.88
Current children cumulated vsize (KiB) 1941364

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 7.72 9/184 17014
/proc/meminfo: memFree=14561820/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=2058544 CPUtime=4722.55 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 5580442 0 0 0 471423 832 0 0 25 0 4 0 595909586 2107949056 388822 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 514636 388822 425 105 0 510140 0
[pid=16957/tid=16962] ppid=16954 vsize=2058544 CPUtime=1182.28 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 133581 0 0 0 118196 32 0 0 25 0 4 0 595909587 2107949056 388822 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=2058544 CPUtime=1182.13 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 99953 0 0 0 118175 38 0 0 25 0 4 0 595909587 2107949056 388822 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=2058544 CPUtime=1175.82 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 4627211 0 0 0 116934 648 0 0 25 0 4 0 595909587 2107949056 388822 33554432000 4194304 4623224 140733485933264 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 2058544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.06 7.72 9/184 17014
/proc/meminfo: memFree=14542348/32951124 swapFree=67110396/67111528
[pid=16957] ppid=16954 vsize=2058544 CPUtime=4800.06 cores=0,2,4,6
/proc/16957/stat : 16957 (SArTagnan) R 16954 16957 14760 0 -1 4202496 5581736 0 0 0 479173 833 0 0 25 0 4 0 595909586 2107949056 390039 33554432000 4194304 4623224 140733485933264 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16957/statm: 514636 390039 373 105 0 510140 0
[pid=16957/tid=16962] ppid=16954 vsize=2058544 CPUtime=1201.68 cores=0,2,4,6
/proc/16957/task/16962/stat : 16962 (SArTagnan) R 16954 16957 14760 0 -1 4202560 134554 0 0 0 120135 33 0 0 25 0 4 0 595909587 2107949056 390039 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=2058544 CPUtime=1201.53 cores=0,2,4,6
/proc/16957/task/16963/stat : 16963 (SArTagnan) R 16954 16957 14760 0 -1 4202560 99953 0 0 0 120115 38 0 0 25 0 4 0 595909587 2107949056 390039 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=2058544 CPUtime=1195.11 cores=0,2,4,6
/proc/16957/task/16964/stat : 16964 (SArTagnan) R 16954 16957 14760 0 -1 4202560 4627375 0 0 0 118863 648 0 0 25 0 4 0 595909587 2107949056 390039 33554432000 4194304 4623224 140733485933264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 2058544

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.78
CPU time (s): 4800.16
CPU user time (s): 4791.75
CPU system time (s): 8.40172
CPU usage (%): 399.422
Max. virtual memory (cumulated for all children) (KiB): 2343412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.75
system time used= 8.40172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5581736
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= 1616
involuntary context switches= 18920

runsolver used 1.87371 second user time and 4.68829 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 07:59:49
IDJOB=3258968
IDBENCH=71444
IDSOLVER=1656
FILE ID=node118/3258968-1304056789
RUNJOBID= node118-1304055585-16852
PBS_JOBID= 13170373
Free space on /tmp= 71616 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g9.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258968-1304056789/watcher-3258968-1304056789 -o /tmp/evaluation-result-3258968-1304056789/solver-3258968-1304056789 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3258968-1304056789.cnf -threads=4

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=1297762588

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18476164 kB
Buffers:       1898856 kB
Cached:       11976640 kB
SwapCached:        600 kB
Active:        9405024 kB
Inactive:      4535000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18476164 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:             816 kB
Writeback:          28 kB
AnonPages:       63580 kB
Mapped:          14876 kB
Slab:           471576 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188172 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= 71612 MiB
End job on node118 at 2011-04-29 08:19:53