Trace number 3261696

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.37 1201.76

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-29-sat.cnf
MD5SUM89115b5a973735d51018fb3202154f32
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of clauses3270
Sum of the clauses size12615
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23045
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

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-3261696-1304091465/watcher-3261696-1304091465 -o /tmp/evaluation-result-3261696-1304091465/solver-3261696-1304091465 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3261696-1304091465.cnf -threads=4 

running on 4 cores: 1,3,5,7

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: 7.59 7.97 7.93 6/180 5023
/proc/meminfo: memFree=27077952/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=49492 CPUtime=0 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 507 0 0 0 0 0 0 0 25 0 4 0 520745028 50679808 443 33554432000 4194304 4623224 140735329090512 18446744073709551615 47027472754604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 12373 443 301 105 0 7877 0
[pid=5023/tid=5024] ppid=5021 vsize=49492 CPUtime=0 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520745028 50679808 443 33554432000 4194304 4623224 140735329090512 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=49492 CPUtime=0 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520745028 50679808 443 33554432000 4194304 4623224 140735329090512 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=49492 CPUtime=0 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520745028 50679808 443 33554432000 4194304 4623224 140735329090512 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.117975 s]
/proc/loadavg: 7.59 7.97 7.93 6/180 5023
/proc/meminfo: memFree=27077952/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=249652 CPUtime=0.44 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 3066 0 0 0 44 0 0 0 18 0 4 0 520745028 255643648 2603 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 62413 2604 340 105 0 57917 0
[pid=5023/tid=5024] ppid=5021 vsize=249652 CPUtime=0.11 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 674 0 0 0 11 0 0 0 25 0 4 0 520745028 255643648 2604 33554432000 4194304 4623224 140735329090512 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=249652 CPUtime=0.1 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 711 0 0 0 10 0 0 0 18 0 4 0 520745028 255643648 2604 33554432000 4194304 4623224 140735329090512 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=249652 CPUtime=0.11 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 307 0 0 0 11 0 0 0 25 0 4 0 520745028 255643648 2604 33554432000 4194304 4623224 140735329090512 18446744073709551615 4289892 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 249652

[startup+0.200963 s]
/proc/loadavg: 7.59 7.97 7.93 6/180 5023
/proc/meminfo: memFree=27077952/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=251880 CPUtime=0.77 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 4561 0 0 0 77 0 0 0 18 0 4 0 520745028 257925120 3853 33554432000 4194304 4623224 140735329090512 18446744073709551615 4384598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 62970 3855 343 105 0 58474 0
[pid=5023/tid=5024] ppid=5021 vsize=251880 CPUtime=0.19 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1193 0 0 0 19 0 0 0 25 0 4 0 520745028 257925120 3855 33554432000 4194304 4623224 140735329090512 18446744073709551615 4295397 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=251880 CPUtime=0.18 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1155 0 0 0 18 0 0 0 18 0 4 0 520745028 257925120 3856 33554432000 4194304 4623224 140735329090512 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=251880 CPUtime=0.19 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 458 0 0 0 19 0 0 0 25 0 4 0 520745028 257925120 3856 33554432000 4194304 4623224 140735329090512 18446744073709551615 4550484 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 251880

[startup+0.300946 s]
/proc/loadavg: 7.59 7.97 7.93 6/180 5023
/proc/meminfo: memFree=27077952/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=252616 CPUtime=1.17 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 6059 0 0 0 116 1 0 0 18 0 4 0 520745028 258678784 4983 33554432000 4194304 4623224 140735329090512 18446744073709551615 4360078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 63154 4983 349 105 0 58658 0
[pid=5023/tid=5024] ppid=5021 vsize=252616 CPUtime=0.29 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1602 0 0 0 29 0 0 0 25 0 4 0 520745028 258678784 4984 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=252616 CPUtime=0.28 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1682 0 0 0 28 0 0 0 18 0 4 0 520745028 258678784 4985 33554432000 4194304 4623224 140735329090512 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=252616 CPUtime=0.29 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 567 0 0 0 29 0 0 0 25 0 4 0 520745028 258678784 4985 33554432000 4194304 4623224 140735329090512 18446744073709551615 210204314586 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 252616

[startup+0.70088 s]
/proc/loadavg: 7.59 7.97 7.93 6/180 5023
/proc/meminfo: memFree=27077952/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=255872 CPUtime=2.77 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 10195 0 0 0 276 1 0 0 18 0 4 0 520745028 262012928 8494 33554432000 4194304 4623224 140735329090512 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 63968 8494 340 105 0 59472 0
[pid=5023/tid=5024] ppid=5021 vsize=255872 CPUtime=0.69 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 2718 0 0 0 69 0 0 0 25 0 4 0 520745028 262012928 8494 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=255872 CPUtime=0.69 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 3330 0 0 0 68 1 0 0 18 0 4 0 520745028 262012928 8494 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=255872 CPUtime=0.69 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1027 0 0 0 69 0 0 0 25 0 4 0 520745028 262012928 8494 33554432000 4194304 4623224 140735329090512 18446744073709551615 210204305831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 255872

[startup+1.50075 s]
/proc/loadavg: 7.59 7.97 7.93 9/184 5027
/proc/meminfo: memFree=27020392/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=265020 CPUtime=5.97 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 18404 0 0 0 593 4 0 0 20 0 4 0 520745028 271380480 14333 33554432000 4194304 4623224 140735329090512 18446744073709551615 4359817 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 66255 14333 340 105 0 61759 0
[pid=5023/tid=5024] ppid=5021 vsize=265020 CPUtime=1.48 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 4659 0 0 0 148 0 0 0 25 0 4 0 520745028 271380480 14333 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=265020 CPUtime=1.49 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 6872 0 0 0 147 2 0 0 20 0 4 0 520745028 271380480 14333 33554432000 4194304 4623224 140735329090512 18446744073709551615 4461273 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=265020 CPUtime=1.48 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 2059 0 0 0 148 0 0 0 25 0 4 0 520745028 271380480 14333 33554432000 4194304 4623224 140735329090512 18446744073709551615 4550534 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 265020

[startup+3.10048 s]
/proc/loadavg: 7.59 7.97 7.93 9/184 5027
/proc/meminfo: memFree=26981580/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=274132 CPUtime=12.36 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 32006 0 0 0 1229 7 0 0 25 0 4 0 520745028 280711168 22652 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 68533 22652 341 105 0 64037 0
[pid=5023/tid=5024] ppid=5021 vsize=274132 CPUtime=3.08 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 8967 0 0 0 307 1 0 0 18 0 4 0 520745028 280711168 22652 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=274132 CPUtime=3.08 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 11752 0 0 0 304 4 0 0 25 0 4 0 520745028 280711168 22652 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=274132 CPUtime=3.07 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 4708 0 0 0 307 0 0 0 25 0 4 0 520745028 280711168 22652 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 274132

[startup+6.30095 s]
/proc/loadavg: 7.70 7.99 7.93 9/184 5027
/proc/meminfo: memFree=26892236/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=286504 CPUtime=25.14 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 49060 0 0 0 2501 13 0 0 25 0 4 0 520745028 293380096 35943 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 71626 35944 341 105 0 67130 0
[pid=5023/tid=5024] ppid=5021 vsize=286504 CPUtime=6.29 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 15743 0 0 0 625 4 0 0 25 0 4 0 520745028 293380096 35944 33554432000 4194304 4623224 140735329090512 18446744073709551615 4366439 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=286504 CPUtime=6.28 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 19085 0 0 0 621 7 0 0 25 0 4 0 520745028 293380096 35944 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=286504 CPUtime=6.25 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 6778 0 0 0 625 0 0 0 25 0 4 0 520745028 293380096 35944 33554432000 4194304 4623224 140735329090512 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 286504

[startup+12.7009 s]
/proc/loadavg: 7.72 7.99 7.93 9/184 5027
/proc/meminfo: memFree=26768192/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=335124 CPUtime=50.7 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 89046 0 0 0 5050 20 0 0 25 0 4 0 520745028 343166976 54228 33554432000 4194304 4623224 140735329090512 18446744073709551615 4415008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 83781 54228 341 105 0 79285 0
[pid=5023/tid=5024] ppid=5021 vsize=335124 CPUtime=12.68 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 24008 0 0 0 1262 6 0 0 25 0 4 0 520745028 343166976 54228 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=335124 CPUtime=12.68 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 34325 0 0 0 1258 10 0 0 25 0 4 0 520745028 343166976 54229 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=335124 CPUtime=12.63 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 20171 0 0 0 1261 2 0 0 25 0 4 0 520745028 343166976 54229 33554432000 4194304 4623224 140735329090512 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 335124

[startup+25.5007 s]
/proc/loadavg: 7.78 7.99 7.93 9/184 5027
/proc/meminfo: memFree=26575992/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=474360 CPUtime=101.83 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 142715 0 0 0 10148 35 0 0 25 0 4 0 520745028 485744640 84955 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 118590 84956 349 105 0 114094 0
[pid=5023/tid=5024] ppid=5021 vsize=474360 CPUtime=25.48 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 39574 0 0 0 2539 9 0 0 25 0 4 0 520745028 485744640 84956 33554432000 4194304 4623224 140735329090512 18446744073709551615 210204308165 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=474360 CPUtime=25.48 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 53810 0 0 0 2528 20 0 0 25 0 4 0 520745028 485744640 84956 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=474360 CPUtime=25.35 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 33696 0 0 0 2532 3 0 0 25 0 4 0 520745028 485744640 84956 33554432000 4194304 4623224 140735329090512 18446744073709551615 4545943 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 474360

[startup+51.1005 s]
/proc/loadavg: 7.86 7.99 7.93 9/184 5028
/proc/meminfo: memFree=26328000/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=674784 CPUtime=204.1 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 227612 0 0 0 20349 61 0 0 25 0 4 0 520745028 690978816 125396 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 168696 125396 352 105 0 164200 0
[pid=5023/tid=5024] ppid=5021 vsize=674784 CPUtime=51.09 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 60349 0 0 0 5089 20 0 0 25 0 4 0 520745028 690978816 125396 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376993 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=674784 CPUtime=51.09 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 78971 0 0 0 5079 30 0 0 25 0 4 0 520745028 690978816 125396 33554432000 4194304 4623224 140735329090512 18446744073709551615 4291568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=674784 CPUtime=50.81 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 64648 0 0 0 5074 7 0 0 25 0 4 0 520745028 690978816 125396 33554432000 4194304 4623224 140735329090512 18446744073709551615 210204314626 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 674784

[startup+102.301 s]
/proc/loadavg: 7.97 8.00 7.94 9/184 5029
/proc/meminfo: memFree=25844012/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=986380 CPUtime=408.66 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 342202 0 0 0 40761 105 0 0 25 0 4 0 520745028 1010053120 201290 33554432000 4194304 4623224 140735329090512 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 246595 201290 443 105 0 242099 0
[pid=5023/tid=5024] ppid=5021 vsize=986380 CPUtime=102.29 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 91105 0 0 0 10193 36 0 0 25 0 4 0 520745028 1010053120 201290 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=986380 CPUtime=102.29 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 125122 0 0 0 10177 52 0 0 25 0 4 0 520745028 1010053120 201290 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=986380 CPUtime=101.75 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 92763 0 0 0 10164 11 0 0 25 0 4 0 520745028 1010053120 201290 33554432000 4194304 4623224 140735329090512 18446744073709551615 4550463 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 986380

[startup+162.301 s]

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

[pid=5023] ppid=5021 vsize=1551772 CPUtime=2565.72 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 1214300 0 0 0 256285 287 0 0 25 0 4 0 520745028 1589014528 312008 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 387943 312008 436 105 0 383447 0
[pid=5023/tid=5024] ppid=5021 vsize=1551772 CPUtime=642.29 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137179 0 0 0 64174 55 0 0 25 0 4 0 520745028 1589014528 312008 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1551772 CPUtime=642.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 178466 0 0 0 64142 85 0 0 25 0 4 0 520745028 1589014528 312008 33554432000 4194304 4623224 140735329090512 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1551772 CPUtime=638.83 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 794673 0 0 0 63751 132 0 0 25 0 4 0 520745028 1589014528 312008 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 1551772

[startup+702.301 s]
/proc/loadavg: 8.17 8.12 8.01 9/184 5045
/proc/meminfo: memFree=24458304/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1551772 CPUtime=2805.39 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 1324622 0 0 0 280230 309 0 0 25 0 4 0 520745028 1589014528 315108 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 387943 315108 460 105 0 383447 0
[pid=5023/tid=5024] ppid=5021 vsize=1551772 CPUtime=702.29 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137187 0 0 0 70174 55 0 0 25 0 4 0 520745028 1589014528 315108 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1551772 CPUtime=702.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 178719 0 0 0 70142 85 0 0 25 0 4 0 520745028 1589014528 315108 33554432000 4194304 4623224 140735329090512 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1551772 CPUtime=698.5 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 903987 0 0 0 69696 154 0 0 25 0 4 0 520745028 1589014528 315108 33554432000 4194304 4623224 140735329090512 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 1551772

[startup+762.301 s]
/proc/loadavg: 8.16 8.13 8.01 9/184 5047
/proc/meminfo: memFree=24368232/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1551772 CPUtime=3045.08 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 1432330 0 0 0 304177 331 0 0 25 0 4 0 520745028 1589014528 321131 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 387943 321131 459 105 0 383447 0
[pid=5023/tid=5024] ppid=5021 vsize=1551772 CPUtime=762.3 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137198 0 0 0 76175 55 0 0 25 0 4 0 520745028 1589014528 321131 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1551772 CPUtime=762.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 178940 0 0 0 76142 85 0 0 25 0 4 0 520745028 1589014528 321131 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1551772 CPUtime=758.17 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1007452 0 0 0 75643 174 0 0 25 0 4 0 520745028 1589014528 321131 33554432000 4194304 4623224 140735329090512 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 1551772

[startup+822.301 s]
/proc/loadavg: 8.15 8.13 8.02 9/184 5049
/proc/meminfo: memFree=24311276/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1551772 CPUtime=3284.74 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 1537049 0 0 0 328123 351 0 0 25 0 4 0 520745028 1589014528 324171 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 387943 324171 461 105 0 383447 0
[pid=5023/tid=5024] ppid=5021 vsize=1551772 CPUtime=822.29 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137204 0 0 0 82174 55 0 0 25 0 4 0 520745028 1589014528 324171 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1551772 CPUtime=822.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 179150 0 0 0 82141 86 0 0 25 0 4 0 520745028 1589014528 324171 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1551772 CPUtime=817.84 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1110991 0 0 0 81591 193 0 0 25 0 4 0 520745028 1589014528 324171 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 1551772

[startup+882.307 s]
/proc/loadavg: 8.10 8.12 8.02 9/184 5050
/proc/meminfo: memFree=24254428/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1551772 CPUtime=3524.43 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 1646847 0 0 0 352071 372 0 0 25 0 4 0 520745028 1589014528 327178 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 387943 327178 458 105 0 383447 0
[pid=5023/tid=5024] ppid=5021 vsize=1551772 CPUtime=882.3 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137212 0 0 0 88175 55 0 0 25 0 4 0 520745028 1589014528 327178 33554432000 4194304 4623224 140735329090512 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1551772 CPUtime=882.28 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 179370 0 0 0 88141 87 0 0 25 0 4 0 520745028 1589014528 327178 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1551772 CPUtime=877.52 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1219096 0 0 0 87538 214 0 0 25 0 4 0 520745028 1589014528 327178 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 1551772

[startup+942.301 s]
/proc/loadavg: 8.08 8.11 8.02 9/184 5051
/proc/meminfo: memFree=24184336/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1551772 CPUtime=3764.09 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 1765176 0 0 0 376014 395 0 0 25 0 4 0 520745028 1589014528 329318 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 387943 329318 462 105 0 383447 0
[pid=5023/tid=5024] ppid=5021 vsize=1551772 CPUtime=942.3 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137217 0 0 0 94175 55 0 0 25 0 4 0 520745028 1589014528 329318 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1551772 CPUtime=942.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 179622 0 0 0 94140 87 0 0 25 0 4 0 520745028 1589014528 329318 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1551772 CPUtime=937.19 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1336124 0 0 0 93484 235 0 0 25 0 4 0 520745028 1589014528 329318 33554432000 4194304 4623224 140735329090512 18446744073709551615 4545968 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 1551772

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 8.02 9/184 5053
/proc/meminfo: memFree=24135688/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1551772 CPUtime=4003.76 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 1871122 0 0 0 399958 418 0 0 25 0 4 0 520745028 1589014528 332536 33554432000 4194304 4623224 140735329090512 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 387943 332536 454 105 0 383447 0
[pid=5023/tid=5024] ppid=5021 vsize=1551772 CPUtime=1002.3 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137229 0 0 0 100175 55 0 0 25 0 4 0 520745028 1589014528 332536 33554432000 4194304 4623224 140735329090512 18446744073709551615 4358011 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1551772 CPUtime=1002.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 179833 0 0 0 100139 88 0 0 25 0 4 0 520745028 1589014528 332536 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1551772 CPUtime=996.86 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1440531 0 0 0 99428 258 0 0 25 0 4 0 520745028 1589014528 332536 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 1551772

[startup+1062.3 s]
/proc/loadavg: 8.06 8.10 8.02 9/184 5055
/proc/meminfo: memFree=24088524/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1617084 CPUtime=4243.43 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 2015303 0 0 0 423901 442 0 0 25 0 4 0 520745028 1655894016 340168 33554432000 4194304 4623224 140735329090512 18446744073709551615 4415008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 404271 340168 468 105 0 399775 0
[pid=5023/tid=5024] ppid=5021 vsize=1617084 CPUtime=1062.3 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137352 0 0 0 106175 55 0 0 25 0 4 0 520745028 1655894016 340168 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1617084 CPUtime=1062.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 180033 0 0 0 106139 88 0 0 25 0 4 0 520745028 1655894016 340168 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1617084 CPUtime=1056.53 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1546705 0 0 0 105377 276 0 0 25 0 4 0 520745028 1655894016 340168 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376638 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 1617084

[startup+1122.3 s]
/proc/loadavg: 8.06 8.09 8.02 9/184 5057
/proc/meminfo: memFree=24046192/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1618008 CPUtime=4483.11 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 2116691 0 0 0 447847 464 0 0 25 0 4 0 520745028 1656840192 342881 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414959 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 404502 342881 458 105 0 400006 0
[pid=5023/tid=5024] ppid=5021 vsize=1618008 CPUtime=1122.3 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137364 0 0 0 112175 55 0 0 25 0 4 0 520745028 1656840192 342881 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1618008 CPUtime=1122.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 180283 0 0 0 112139 88 0 0 25 0 4 0 520745028 1656840192 342881 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1618008 CPUtime=1116.21 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1647197 0 0 0 111323 298 0 0 25 0 4 0 520745028 1656840192 342881 33554432000 4194304 4623224 140735329090512 18446744073709551615 4545955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 1618008

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.02 9/184 5058
/proc/meminfo: memFree=24001520/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1621316 CPUtime=4722.78 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 2245559 0 0 0 471790 488 0 0 25 0 4 0 520745028 1660227584 346152 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 405329 346152 455 105 0 400833 0
[pid=5023/tid=5024] ppid=5021 vsize=1621316 CPUtime=1182.3 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137597 0 0 0 118175 55 0 0 25 0 4 0 520745028 1660227584 346152 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1621316 CPUtime=1182.27 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 180530 0 0 0 118139 88 0 0 25 0 4 0 520745028 1660227584 346152 33554432000 4194304 4623224 140735329090512 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1621316 CPUtime=1175.88 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1774776 0 0 0 117266 322 0 0 25 0 4 0 520745028 1660227584 346152 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 1621316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 8.02 5/179 5060
/proc/meminfo: memFree=25734944/32951124 swapFree=67088964/67111528
[pid=5023] ppid=5021 vsize=1592748 CPUtime=4800.29 cores=1,3,5,7
/proc/5023/stat : 5023 (SArTagnan) R 5021 5023 4862 0 -1 4202496 2265584 0 0 0 479537 492 0 0 25 0 4 0 520745028 1630973952 344499 33554432000 4194304 4623224 140735329090512 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5023/statm: 398187 344499 343 105 0 393691 0
[pid=5023/tid=5024] ppid=5021 vsize=1592748 CPUtime=1201.71 cores=1,3,5,7
/proc/5023/task/5024/stat : 5024 (SArTagnan) R 5021 5023 4862 0 -1 4202560 137682 0 0 0 120115 56 0 0 25 0 4 0 520745028 1630973952 344499 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5023/tid=5025] ppid=5021 vsize=1592748 CPUtime=1201.67 cores=1,3,5,7
/proc/5023/task/5025/stat : 5025 (SArTagnan) R 5021 5023 4862 0 -1 4202560 180533 0 0 0 120079 88 0 0 25 0 4 0 520745028 1630973952 344499 33554432000 4194304 4623224 140735329090512 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5023/tid=5026] ppid=5021 vsize=1592748 CPUtime=1195.17 cores=1,3,5,7
/proc/5023/task/5026/stat : 5026 (SArTagnan) R 5021 5023 4862 0 -1 4202560 1789332 0 0 0 119193 324 0 0 25 0 4 0 520745028 1630973952 344499 33554432000 4194304 4623224 140735329090512 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1592748

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.76
CPU time (s): 4800.37
CPU user time (s): 4795.4
CPU system time (s): 4.97524
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 1745780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.4
system time used= 4.97524
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2265590
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= 1388
involuntary context switches= 33430

runsolver used 1.84972 second user time and 4.68429 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 17:37:45
IDJOB=3261696
IDBENCH=83238
IDSOLVER=1656
FILE ID=node130/3261696-1304091465
RUNJOBID= node130-1304091463-4881
PBS_JOBID= 13170579
Free space on /tmp= 71996 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-29-sat.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261696-1304091465/watcher-3261696-1304091465 -o /tmp/evaluation-result-3261696-1304091465/solver-3261696-1304091465 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3261696-1304091465.cnf -threads=4

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

MD5SUM BENCH= 89115b5a973735d51018fb3202154f32
RANDOM SEED=1087419295

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27078232 kB
Buffers:       1174256 kB
Cached:        4141176 kB
SwapCached:      22432 kB
Active:         526240 kB
Inactive:      4912772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27078232 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:            1092 kB
Writeback:           0 kB
AnonPages:      100776 kB
Mapped:          15476 kB
Slab:           369900 kB
PageTables:       4348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   283864 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= 71972 MiB
End job on node130 at 2011-04-29 17:57:49