Trace number 3386417

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.3 1204.6

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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: 961)

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-3386417-1305582132/watcher-3386417-1305582132 -o /tmp/evaluation-result-3386417-1305582132/solver-3386417-1305582132 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386417-1305582132.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: 0.00 0.00 0.35 6/459 24112
/proc/meminfo: memFree=17876380/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=52104 CPUtime=0.01 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 1262 0 0 0 1 0 0 0 21 0 4 0 650628829 53354496 1059 33554432000 4194304 4625164 140735926831552 18446744073709551615 47114993813426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 13026 1059 304 106 0 8529 0
[pid=24112/tid=24113] ppid=24110 vsize=52104 CPUtime=0 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 650628830 53354496 1059 33554432000 4194304 4625164 140735926831552 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=52104 CPUtime=0 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 650628830 53354496 1059 33554432000 4194304 4625164 140735926831552 18446744073709551615 47114993813420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=52104 CPUtime=0 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 650628830 53354496 1059 33554432000 4194304 4625164 140735926831552 18446744073709551615 47114993813430 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0218641 s]
/proc/loadavg: 0.00 0.00 0.35 6/459 24112
/proc/meminfo: memFree=17876380/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=249788 CPUtime=0.03 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 2077 0 0 0 3 0 0 0 18 0 4 0 650628829 255782912 1534 33554432000 4194304 4625164 140735926831552 18446744073709551615 4361099 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 62447 1535 334 106 0 57950 0
[pid=24112/tid=24113] ppid=24110 vsize=249788 CPUtime=0 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 162 0 0 0 0 0 0 0 24 0 4 0 650628830 255782912 1536 33554432000 4194304 4625164 140735926831552 18446744073709551615 264726061013 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=249788 CPUtime=0 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 168 0 0 0 0 0 0 0 24 0 4 0 650628830 255782912 1540 33554432000 4194304 4625164 140735926831552 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=249788 CPUtime=0 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 185 0 0 0 0 0 0 0 24 0 4 0 650628830 255782912 1540 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 249788

[startup+0.10085 s]
/proc/loadavg: 0.00 0.00 0.35 6/459 24112
/proc/meminfo: memFree=17876380/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=251664 CPUtime=0.35 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 3936 0 0 0 35 0 0 0 18 0 4 0 650628829 257703936 2122 33554432000 4194304 4625164 140735926831552 18446744073709551615 4511982 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 62916 2122 341 106 0 58419 0
[pid=24112/tid=24113] ppid=24110 vsize=251664 CPUtime=0.08 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 352 0 0 0 8 0 0 0 24 0 4 0 650628830 257703936 2123 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=251664 CPUtime=0.08 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 555 0 0 0 8 0 0 0 24 0 4 0 650628830 257703936 2123 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=251664 CPUtime=0.08 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 1038 0 0 0 8 0 0 0 24 0 4 0 650628830 257703936 2123 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 251664

[startup+0.300814 s]
/proc/loadavg: 0.00 0.00 0.35 6/459 24112
/proc/meminfo: memFree=17876380/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=255188 CPUtime=1.14 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 6767 0 0 0 114 0 0 0 18 0 4 0 650628829 261312512 2997 33554432000 4194304 4625164 140735926831552 18446744073709551615 264726072322 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 63797 2997 345 106 0 59300 0
[pid=24112/tid=24113] ppid=24110 vsize=255188 CPUtime=0.28 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 973 0 0 0 28 0 0 0 25 0 4 0 650628830 261312512 2997 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=255188 CPUtime=0.28 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 1024 0 0 0 28 0 0 0 25 0 4 0 650628830 261312512 2997 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=255188 CPUtime=0.28 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 2375 0 0 0 28 0 0 0 25 0 4 0 650628830 261312512 2997 33554432000 4194304 4625164 140735926831552 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 255188

[startup+0.700739 s]
/proc/loadavg: 0.00 0.00 0.35 6/459 24112
/proc/meminfo: memFree=17876380/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=258324 CPUtime=2.75 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 11351 0 0 0 274 1 0 0 18 0 4 0 650628829 264523776 4279 33554432000 4194304 4625164 140735926831552 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 64581 4279 345 106 0 60084 0
[pid=24112/tid=24113] ppid=24110 vsize=258324 CPUtime=0.68 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 1603 0 0 0 68 0 0 0 25 0 4 0 650628830 264523776 4279 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=258324 CPUtime=0.68 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 1603 0 0 0 68 0 0 0 25 0 4 0 650628830 264523776 4279 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=258324 CPUtime=0.68 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 5195 0 0 0 68 0 0 0 25 0 4 0 650628830 264523776 4280 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 258324

[startup+1.50059 s]
/proc/loadavg: 0.00 0.00 0.35 9/463 24116
/proc/meminfo: memFree=17845356/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=261588 CPUtime=5.93 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 15905 0 0 0 592 1 0 0 20 0 4 0 650628829 267866112 6548 33554432000 4194304 4625164 140735926831552 18446744073709551615 4337104 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 65397 6548 346 106 0 60900 0
[pid=24112/tid=24113] ppid=24110 vsize=261588 CPUtime=1.46 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 3074 0 0 0 146 0 0 0 25 0 4 0 650628830 267866112 6548 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=261588 CPUtime=1.48 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 2217 0 0 0 148 0 0 0 25 0 4 0 650628830 267866112 6548 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=261588 CPUtime=1.48 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 6596 0 0 0 148 0 0 0 25 0 4 0 650628830 267866112 6548 33554432000 4194304 4625164 140735926831552 18446744073709551615 4547311 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 261588

[startup+3.10029 s]
/proc/loadavg: 0.64 0.13 0.39 9/463 24116
/proc/meminfo: memFree=17823288/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=267148 CPUtime=12.31 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 29495 0 0 0 1228 3 0 0 25 0 4 0 650628829 273559552 10026 33554432000 4194304 4625164 140735926831552 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 66787 10026 346 106 0 62290 0
[pid=24112/tid=24113] ppid=24110 vsize=267148 CPUtime=3.04 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 4943 0 0 0 304 0 0 0 25 0 4 0 650628830 273559552 10026 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=267148 CPUtime=3.08 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 3761 0 0 0 308 0 0 0 25 0 4 0 650628830 273559552 10026 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352765 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=267148 CPUtime=3.08 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 15900 0 0 0 307 1 0 0 25 0 4 0 650628830 273559552 10026 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 267148

[startup+6.30068 s]
/proc/loadavg: 0.64 0.13 0.39 9/463 24116
/proc/meminfo: memFree=17776792/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=282164 CPUtime=25.07 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 69488 0 0 0 2498 9 0 0 25 0 4 0 650628829 288935936 15401 33554432000 4194304 4625164 140735926831552 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 70541 15401 346 106 0 66044 0
[pid=24112/tid=24113] ppid=24110 vsize=282164 CPUtime=6.19 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 7902 0 0 0 618 1 0 0 25 0 4 0 650628830 288935936 15401 33554432000 4194304 4625164 140735926831552 18446744073709551615 4462615 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=282164 CPUtime=6.28 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 7342 0 0 0 628 0 0 0 25 0 4 0 650628830 288935936 15401 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=282164 CPUtime=6.28 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 47587 0 0 0 622 6 0 0 25 0 4 0 650628830 288935936 15401 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 282164

[startup+12.7005 s]
/proc/loadavg: 1.77 0.39 0.47 9/463 24116
/proc/meminfo: memFree=17716428/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=294148 CPUtime=50.57 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 125845 0 0 0 5038 19 0 0 25 0 4 0 650628829 301207552 22881 33554432000 4194304 4625164 140735926831552 18446744073709551615 4356539 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 73537 22881 346 106 0 69040 0
[pid=24112/tid=24113] ppid=24110 vsize=294148 CPUtime=12.5 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 11956 0 0 0 1248 2 0 0 25 0 4 0 650628830 301207552 22881 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339968 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=294148 CPUtime=12.68 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 11339 0 0 0 1266 2 0 0 25 0 4 0 650628830 301207552 22881 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=294148 CPUtime=12.68 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 92926 0 0 0 1255 13 0 0 25 0 4 0 650628830 301207552 22881 33554432000 4194304 4625164 140735926831552 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 294148

[startup+25.5011 s]
/proc/loadavg: 2.73 0.64 0.55 9/463 24117
/proc/meminfo: memFree=17649368/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=301640 CPUtime=101.59 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 205650 0 0 0 10126 33 0 0 25 0 4 0 650628829 308879360 33454 33554432000 4194304 4625164 140735926831552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 75410 33454 451 106 0 70913 0
[pid=24112/tid=24113] ppid=24110 vsize=301640 CPUtime=25.11 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 14419 0 0 0 2508 3 0 0 25 0 4 0 650628830 308879360 33454 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=301640 CPUtime=25.48 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 16575 0 0 0 2546 2 0 0 25 0 4 0 650628830 308879360 33454 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=301640 CPUtime=25.48 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 160940 0 0 0 2524 24 0 0 25 0 4 0 650628830 308879360 33454 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 301640

[startup+51.1002 s]
/proc/loadavg: 4.53 1.23 0.75 9/463 24117
/proc/meminfo: memFree=17550932/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=338620 CPUtime=203.6 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 374503 0 0 0 20300 60 0 0 25 0 4 0 650628829 346746880 49660 33554432000 4194304 4625164 140735926831552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 84655 49660 539 106 0 80158 0
[pid=24112/tid=24113] ppid=24110 vsize=338620 CPUtime=50.34 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 24341 0 0 0 5029 5 0 0 25 0 4 0 650628830 346746880 49660 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=338620 CPUtime=51.08 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 23245 0 0 0 5105 3 0 0 25 0 4 0 650628830 346746880 49660 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=338620 CPUtime=51.07 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 306620 0 0 0 5060 47 0 0 25 0 4 0 650628830 346746880 49660 33554432000 4194304 4625164 140735926831552 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 338620

[startup+102.318 s]
/proc/loadavg: 6.61 2.37 1.16 9/463 24119
/proc/meminfo: memFree=17381152/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=483000 CPUtime=407.71 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 505568 0 0 0 40688 83 0 0 25 0 4 0 650628829 494592000 78597 33554432000 4194304 4625164 140735926831552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 120750 78597 598 106 0 116253 0
[pid=24112/tid=24113] ppid=24110 vsize=483000 CPUtime=100.8 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 37257 0 0 0 10071 9 0 0 25 0 4 0 650628830 494592000 78597 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=483000 CPUtime=102.3 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 26371 0 0 0 10226 4 0 0 25 0 4 0 650628830 494592000 78597 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=483000 CPUtime=102.3 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 407510 0 0 0 10167 63 0 0 25 0 4 0 650628830 494592000 78597 33554432000 4194304 4625164 140735926831552 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.71
Current children cumulated vsize (KiB) 483000

[startup+162.301 s]

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

[pid=24112] ppid=24110 vsize=1158932 CPUtime=2798.76 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 4494069 0 0 0 279144 732 0 0 25 0 4 0 650628829 1186746368 217259 33554432000 4194304 4625164 140735926831552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 289733 217259 365 106 0 285236 0
[pid=24112/tid=24113] ppid=24110 vsize=1158932 CPUtime=692.02 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 92636 0 0 0 69165 37 0 0 25 0 4 0 650628830 1186746368 217259 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1158932 CPUtime=702.3 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 79171 0 0 0 70212 18 0 0 25 0 4 0 650628830 1186746368 217259 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1158932 CPUtime=702.27 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 4132734 0 0 0 69583 644 0 0 25 0 4 0 650628830 1186746368 217259 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2798.76
Current children cumulated vsize (KiB) 1158932

[startup+762.318 s]
/proc/loadavg: 8.05 7.45 4.67 9/463 24136
/proc/meminfo: memFree=16204040/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1232060 CPUtime=3037.94 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 4882073 0 0 0 303000 794 0 0 25 0 4 0 650628829 1261629440 231287 33554432000 4194304 4625164 140735926831552 18446744073709551615 4512153 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 308015 231287 368 106 0 303518 0
[pid=24112/tid=24113] ppid=24110 vsize=1232060 CPUtime=751.15 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 94347 0 0 0 75078 37 0 0 25 0 4 0 650628830 1261629440 231287 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1232060 CPUtime=762.32 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 80960 0 0 0 76212 20 0 0 25 0 4 0 650628830 1261629440 231287 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1232060 CPUtime=762.29 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 4512350 0 0 0 75526 703 0 0 25 0 4 0 650628830 1261629440 231287 33554432000 4194304 4625164 140735926831552 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3037.94
Current children cumulated vsize (KiB) 1232060

[startup+822.3 s]
/proc/loadavg: 8.06 7.56 4.88 9/463 24138
/proc/meminfo: memFree=16119544/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1234964 CPUtime=3277 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 5274235 0 0 0 326844 856 0 0 25 0 4 0 650628829 1264603136 242238 33554432000 4194304 4625164 140735926831552 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 308741 242238 362 106 0 304244 0
[pid=24112/tid=24113] ppid=24110 vsize=1234964 CPUtime=810.28 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 95877 0 0 0 80990 38 0 0 25 0 4 0 650628830 1264603136 242238 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1234964 CPUtime=822.31 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 83741 0 0 0 82209 22 0 0 25 0 4 0 650628830 1264603136 242238 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1234964 CPUtime=822.27 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 4897937 0 0 0 81465 762 0 0 25 0 4 0 650628830 1264603136 242238 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3277
Current children cumulated vsize (KiB) 1234964

[startup+882.301 s]
/proc/loadavg: 8.06 7.65 5.08 9/463 24140
/proc/meminfo: memFree=16019804/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1281836 CPUtime=3516.09 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 5692318 0 0 0 350685 924 0 0 25 0 4 0 650628829 1312600064 259248 33554432000 4194304 4625164 140735926831552 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 320459 259248 364 106 0 315962 0
[pid=24112/tid=24113] ppid=24110 vsize=1281836 CPUtime=869.39 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 103249 0 0 0 86899 40 0 0 25 0 4 0 650628830 1312600064 259248 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1281836 CPUtime=882.31 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 85491 0 0 0 88208 23 0 0 25 0 4 0 650628830 1312600064 259248 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1281836 CPUtime=882.27 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 5278776 0 0 0 87405 822 0 0 25 0 4 0 650628830 1312600064 259248 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3516.09
Current children cumulated vsize (KiB) 1281836

[startup+942.301 s]
/proc/loadavg: 8.09 7.74 5.27 9/463 24141
/proc/meminfo: memFree=15908032/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1397560 CPUtime=3755.21 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 6121318 0 0 0 374534 987 0 0 25 0 4 0 650628829 1431101440 270460 33554432000 4194304 4625164 140735926831552 18446744073709551615 4511997 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 349390 270460 360 106 0 344893 0
[pid=24112/tid=24113] ppid=24110 vsize=1397560 CPUtime=928.51 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 105070 0 0 0 92811 40 0 0 25 0 4 0 650628830 1431101440 270460 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1397560 CPUtime=942.32 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 86259 0 0 0 94208 24 0 0 25 0 4 0 650628830 1431101440 270460 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1397560 CPUtime=942.27 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 5648540 0 0 0 93352 875 0 0 25 0 4 0 650628830 1431101440 270460 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3755.21
Current children cumulated vsize (KiB) 1397560

[startup+1002.3 s]
/proc/loadavg: 8.18 7.83 5.45 9/463 24143
/proc/meminfo: memFree=15830120/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1448936 CPUtime=3994.32 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 6561385 0 0 0 398375 1057 0 0 25 0 4 0 650628829 1483710464 281516 33554432000 4194304 4625164 140735926831552 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 362234 281516 353 106 0 357737 0
[pid=24112/tid=24113] ppid=24110 vsize=1448936 CPUtime=987.63 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 105543 0 0 0 98723 40 0 0 25 0 4 0 650628830 1483710464 281516 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1448936 CPUtime=1002.31 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 86832 0 0 0 100207 24 0 0 25 0 4 0 650628830 1483710464 281516 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1448936 CPUtime=1002.27 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 6023511 0 0 0 99292 935 0 0 25 0 4 0 650628830 1483710464 281516 33554432000 4194304 4625164 140735926831552 18446744073709551615 4352017 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3994.32
Current children cumulated vsize (KiB) 1448936

[startup+1062.3 s]
/proc/loadavg: 8.24 7.91 5.62 9/463 24144
/proc/meminfo: memFree=15729640/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1488656 CPUtime=4233.44 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 6836659 0 0 0 422247 1097 0 0 25 0 4 0 650628829 1524383744 298915 33554432000 4194304 4625164 140735926831552 18446744073709551615 4511936 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 372164 298915 421 106 0 367667 0
[pid=24112/tid=24113] ppid=24110 vsize=1488656 CPUtime=1046.77 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 106684 0 0 0 104636 41 0 0 25 0 4 0 650628830 1524383744 298915 33554432000 4194304 4625164 140735926831552 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1488656 CPUtime=1062.32 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 87256 0 0 0 106208 24 0 0 25 0 4 0 650628830 1524383744 298915 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1488656 CPUtime=1062.27 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 6261203 0 0 0 105258 969 0 0 25 0 4 0 650628830 1524383744 298915 33554432000 4194304 4625164 140735926831552 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4233.44
Current children cumulated vsize (KiB) 1488656

[startup+1122.3 s]
/proc/loadavg: 8.09 7.92 5.77 9/463 24146
/proc/meminfo: memFree=15659908/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1488656 CPUtime=4472.55 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 6981419 0 0 0 446134 1121 0 0 25 0 4 0 650628829 1524383744 303408 33554432000 4194304 4625164 140735926831552 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 372164 303408 346 106 0 367667 0
[pid=24112/tid=24113] ppid=24110 vsize=1488656 CPUtime=1105.88 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 107217 0 0 0 110547 41 0 0 25 0 4 0 650628830 1524383744 303408 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1488656 CPUtime=1122.32 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 87467 0 0 0 112208 24 0 0 25 0 4 0 650628830 1524383744 303408 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1488656 CPUtime=1122.27 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 6365269 0 0 0 111242 985 0 0 25 0 4 0 650628830 1524383744 303408 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4472.55
Current children cumulated vsize (KiB) 1488656

[startup+1182.3 s]
/proc/loadavg: 8.03 7.93 5.91 9/463 24157
/proc/meminfo: memFree=15573112/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1488656 CPUtime=4711.65 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 7395890 0 0 0 469974 1191 0 0 25 0 4 0 650628829 1524383744 310909 33554432000 4194304 4625164 140735926831552 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 372164 310910 346 106 0 367667 0
[pid=24112/tid=24113] ppid=24110 vsize=1488656 CPUtime=1165.01 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 107549 0 0 0 116460 41 0 0 25 0 4 0 650628830 1524383744 310912 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1488656 CPUtime=1182.32 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 88231 0 0 0 118207 25 0 0 25 0 4 0 650628830 1524383744 310912 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1488656 CPUtime=1182.25 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 6734924 0 0 0 117180 1045 0 0 25 0 4 0 650628830 1524383744 310912 33554432000 4194304 4625164 140735926831552 18446744073709551615 4579396 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4711.65
Current children cumulated vsize (KiB) 1488656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.52 s]
/proc/loadavg: 8.02 7.93 5.95 5/459 24158
/proc/meminfo: memFree=16631108/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1554192 CPUtime=4800.21 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 7529346 0 0 0 478810 1211 0 0 25 0 4 0 650628829 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 388548 314557 346 106 0 384051 0
[pid=24112/tid=24113] ppid=24110 vsize=1554192 CPUtime=1186.88 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 107682 0 0 0 118647 41 0 0 25 0 4 0 650628830 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1554192 CPUtime=1204.56 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 88702 0 0 0 120430 26 0 0 25 0 4 0 650628830 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1554192 CPUtime=1204.49 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 6853697 0 0 0 119387 1062 0 0 25 0 4 0 650628830 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1554192

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

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

[startup+1204.52 s]
/proc/loadavg: 8.02 7.93 5.95 5/459 24158
/proc/meminfo: memFree=16631108/32951124 swapFree=63083192/67111528
[pid=24112] ppid=24110 vsize=1554192 CPUtime=4800.21 cores=0,2,4,6
/proc/24112/stat : 24112 (SArTagnan) R 24110 24112 24071 0 -1 4202496 7529346 0 0 0 478810 1211 0 0 25 0 4 0 650628829 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24112/statm: 388548 314557 346 106 0 384051 0
[pid=24112/tid=24113] ppid=24110 vsize=1554192 CPUtime=1186.88 cores=0,2,4,6
/proc/24112/task/24113/stat : 24113 (SArTagnan) R 24110 24112 24071 0 -1 4202560 107682 0 0 0 118647 41 0 0 25 0 4 0 650628830 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24112/tid=24114] ppid=24110 vsize=1554192 CPUtime=1204.56 cores=0,2,4,6
/proc/24112/task/24114/stat : 24114 (SArTagnan) R 24110 24112 24071 0 -1 4202560 88702 0 0 0 120430 26 0 0 25 0 4 0 650628830 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24112/tid=24115] ppid=24110 vsize=1554192 CPUtime=1204.49 cores=0,2,4,6
/proc/24112/task/24115/stat : 24115 (SArTagnan) R 24110 24112 24071 0 -1 4202560 6853697 0 0 0 119387 1062 0 0 25 0 4 0 650628830 1591492608 314557 33554432000 4194304 4625164 140735926831552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1554192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.6
CPU time (s): 4800.3
CPU user time (s): 4788.13
CPU system time (s): 12.1692
CPU usage (%): 398.499
Max. virtual memory (cumulated for all children) (KiB): 1619728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.13
system time used= 12.1692
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7529346
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= 1093
involuntary context switches= 21707

runsolver used 4.99024 second user time and 12.6891 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 23:42:12
IDJOB=3386417
IDBENCH=83412
IDSOLVER=1871
FILE ID=node141/3386417-1305582132
RUNJOBID= node141-1305582131-24089
PBS_JOBID= 13350292
Free space on /tmp= 73256 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386417-1305582132/watcher-3386417-1305582132 -o /tmp/evaluation-result-3386417-1305582132/solver-3386417-1305582132 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386417-1305582132.cnf -threads=4

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1091102904

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17876660 kB
Buffers:        296096 kB
Cached:        5664180 kB
SwapCached:      15708 kB
Active:        9409920 kB
Inactive:      5383696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17876660 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:     8824472 kB
Mapped:          19740 kB
Slab:           148152 kB
PageTables:      61864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125009400 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= 73256 MiB
End job on node141 at 2011-05-17 00:02:19