Trace number 3439686

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 40000.7 5009.6

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3439686-1306965686/watcher-3439686-1306965686 -o /tmp/evaluation-result-3439686-1306965686/solver-3439686-1306965686 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439686-1306965686.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.79 7.96 7.95 1/393 14125
/proc/meminfo: memFree=30378564/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=33056 CPUtime=0 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 808168383 33849344 561 33554432000 4194304 4625164 140736750092640 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14125/statm: 8264 561 296 106 0 3767 0

[startup+0.051425 s]
/proc/loadavg: 7.79 7.96 7.95 1/393 14125
/proc/meminfo: memFree=30378564/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=36220 CPUtime=0.04 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 2946 0 0 0 4 0 0 0 25 0 1 0 808168383 37089280 1132 33554432000 4194304 4625164 140736750092640 18446744073709551615 237278498298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14125/statm: 9055 1133 296 106 0 4558 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36220

[startup+0.100418 s]
/proc/loadavg: 7.79 7.96 7.95 1/393 14125
/proc/meminfo: memFree=30378564/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=46248 CPUtime=0.09 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 4643 0 0 0 9 0 0 0 25 0 1 0 808168383 47357952 1919 33554432000 4194304 4625164 140736750092640 18446744073709551615 237278577109 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14125/statm: 11562 1939 296 106 0 7065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46248

[startup+0.300384 s]
/proc/loadavg: 7.79 7.96 7.95 1/393 14125
/proc/meminfo: memFree=30378564/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=574636 CPUtime=1.06 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 30127 0 0 0 103 3 0 0 25 0 8 0 808168383 588427264 22992 33554432000 4194304 4625164 140736750092640 18446744073709551615 4364911 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 143659 22992 340 106 0 139162 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 574636

[startup+0.700316 s]
/proc/loadavg: 7.79 7.96 7.95 1/393 14125
/proc/meminfo: memFree=30378564/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=635588 CPUtime=4.25 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 85362 0 0 0 413 12 0 0 25 0 8 0 808168383 650842112 50472 33554432000 4194304 4625164 140736750092640 18446744073709551615 4339868 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 158897 50472 388 106 0 154400 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 635588

[startup+1.50118 s]
/proc/loadavg: 7.81 7.96 7.95 9/401 14133
/proc/meminfo: memFree=30099632/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=729780 CPUtime=10.59 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 178156 0 0 0 1034 25 0 0 25 0 8 0 808168383 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4381755 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 182445 97662 618 106 0 177948 0
[pid=14125/tid=14127] ppid=14123 vsize=729780 CPUtime=1.32 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 5802 0 0 0 131 1 0 0 25 0 8 0 808168399 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4467573 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=729780 CPUtime=1.3 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 7026 0 0 0 129 1 0 0 25 0 8 0 808168399 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=729780 CPUtime=1.29 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 5937 0 0 0 128 1 0 0 25 0 8 0 808168399 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=729780 CPUtime=1.3 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 6181 0 0 0 129 1 0 0 25 0 8 0 808168399 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=729780 CPUtime=1.3 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 6935 0 0 0 130 0 0 0 25 0 8 0 808168399 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 47508793093816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=729780 CPUtime=1.3 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 6504 0 0 0 129 1 0 0 25 0 8 0 808168399 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=729780 CPUtime=1.31 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 8411 0 0 0 130 1 0 0 19 0 8 0 808168399 747294720 97662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4339868 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 729780

[startup+3.10089 s]
/proc/loadavg: 7.81 7.96 7.95 9/401 14134
/proc/meminfo: memFree=29895032/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=971068 CPUtime=23.35 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 268336 0 0 0 2298 37 0 0 19 0 8 0 808168383 994373632 140659 33554432000 4194304 4625164 140736750092640 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 242767 140659 912 106 0 238270 0
[pid=14125/tid=14127] ppid=14123 vsize=971068 CPUtime=2.91 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 8857 0 0 0 290 1 0 0 25 0 8 0 808168399 994373632 140660 33554432000 4194304 4625164 140736750092640 18446744073709551615 4462579 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=971068 CPUtime=2.89 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 10877 0 0 0 288 1 0 0 25 0 8 0 808168399 994373632 140660 33554432000 4194304 4625164 140736750092640 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=971068 CPUtime=2.89 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 12101 0 0 0 288 1 0 0 19 0 8 0 808168399 994373632 140661 33554432000 4194304 4625164 140736750092640 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=971068 CPUtime=2.88 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 9498 0 0 0 287 1 0 0 25 0 8 0 808168399 994373632 140661 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=971068 CPUtime=2.9 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 8155 0 0 0 289 1 0 0 25 0 8 0 808168399 994373632 140661 33554432000 4194304 4625164 140736750092640 18446744073709551615 4348854 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=971068 CPUtime=2.89 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 9547 0 0 0 288 1 0 0 25 0 8 0 808168399 994373632 140662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=971068 CPUtime=2.9 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 9358 0 0 0 289 1 0 0 19 0 8 0 808168399 994373632 140662 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352017 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 971068

[startup+6.30032 s]
/proc/loadavg: 7.81 7.96 7.95 9/401 14134
/proc/meminfo: memFree=29783680/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=987472 CPUtime=48.83 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 289109 0 0 0 4839 44 0 0 23 0 8 0 808168383 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 246868 150875 958 106 0 242371 0
[pid=14125/tid=14127] ppid=14123 vsize=987472 CPUtime=6.12 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 9674 0 0 0 610 2 0 0 25 0 8 0 808168399 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4464215 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=987472 CPUtime=6.09 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 11496 0 0 0 607 2 0 0 25 0 8 0 808168399 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=987472 CPUtime=6.09 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 23375 0 0 0 606 3 0 0 25 0 8 0 808168399 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=987472 CPUtime=6.08 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 13165 0 0 0 606 2 0 0 25 0 8 0 808168399 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=987472 CPUtime=6.09 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 11421 0 0 0 608 1 0 0 25 0 8 0 808168399 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4348867 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=987472 CPUtime=6.09 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 10130 0 0 0 607 2 0 0 25 0 8 0 808168399 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4469358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=987472 CPUtime=6.09 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 9541 0 0 0 608 1 0 0 25 0 8 0 808168399 1011171328 150875 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.83
Current children cumulated vsize (KiB) 987472

[startup+12.7012 s]
/proc/loadavg: 7.84 7.96 7.95 9/401 14134
/proc/meminfo: memFree=29661812/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=1053448 CPUtime=99.95 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 331323 0 0 0 9942 53 0 0 25 0 8 0 808168383 1078730752 187476 33554432000 4194304 4625164 140736750092640 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 263362 187477 1311 106 0 258865 0
[pid=14125/tid=14127] ppid=14123 vsize=1053448 CPUtime=12.51 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 14649 0 0 0 1249 2 0 0 25 0 8 0 808168399 1078730752 187477 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352157 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=1053448 CPUtime=12.49 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 15409 0 0 0 1247 2 0 0 25 0 8 0 808168399 1078730752 187477 33554432000 4194304 4625164 140736750092640 18446744073709551615 237278535687 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=1053448 CPUtime=12.49 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 30008 0 0 0 1245 4 0 0 25 0 8 0 808168399 1078730752 187477 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=1053448 CPUtime=12.49 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 14203 0 0 0 1246 3 0 0 25 0 8 0 808168399 1078730752 187477 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=1053448 CPUtime=12.5 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 17681 0 0 0 1247 3 0 0 25 0 8 0 808168399 1078730752 187477 33554432000 4194304 4625164 140736750092640 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=1053448 CPUtime=12.5 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 20345 0 0 0 1246 4 0 0 25 0 8 0 808168399 1078730752 187477 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=1053448 CPUtime=12.49 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 9656 0 0 0 1248 1 0 0 25 0 8 0 808168399 1078730752 187477 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (KiB) 1053448

[startup+25.5009 s]
/proc/loadavg: 7.94 7.98 7.95 9/401 14134
/proc/meminfo: memFree=29432536/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=1361132 CPUtime=202.17 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 461993 0 0 0 20143 74 0 0 25 0 8 0 808168383 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 340283 238684 1626 106 0 335786 0
[pid=14125/tid=14127] ppid=14123 vsize=1361132 CPUtime=25.32 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 23983 0 0 0 2528 4 0 0 25 0 8 0 808168399 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=1361132 CPUtime=25.29 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 17387 0 0 0 2526 3 0 0 25 0 8 0 808168399 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4346317 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=1361132 CPUtime=25.29 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 53476 0 0 0 2522 7 0 0 25 0 8 0 808168399 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4547216 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=1361132 CPUtime=25.28 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 22110 0 0 0 2524 4 0 0 25 0 8 0 808168399 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=1361132 CPUtime=25.29 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 25542 0 0 0 2525 4 0 0 25 0 8 0 808168399 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4348821 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=1361132 CPUtime=25.29 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 30968 0 0 0 2523 6 0 0 25 0 8 0 808168399 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=1361132 CPUtime=25.3 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 10048 0 0 0 2528 2 0 0 25 0 8 0 808168399 1393799168 238684 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 1361132

[startup+51.1004 s]
/proc/loadavg: 7.96 7.98 7.95 9/401 14135
/proc/meminfo: memFree=29084780/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=2490852 CPUtime=406.59 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 913256 0 0 0 40517 142 0 0 25 0 8 0 808168383 2550632448 377780 33554432000 4194304 4625164 140736750092640 18446744073709551615 237278577109 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14125/statm: 622713 377781 1169 106 0 618216 0
[pid=14125/tid=14127] ppid=14123 vsize=2490852 CPUtime=50.9 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 39907 0 0 0 5084 6 0 0 25 0 8 0 808168399 2550632448 377781 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=2490852 CPUtime=50.87 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 28484 0 0 0 5082 5 0 0 25 0 8 0 808168399 2550632448 377781 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=2490852 CPUtime=50.88 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 257035 0 0 0 5053 35 0 0 25 0 8 0 808168399 2550632448 377781 33554432000 4194304 4625164 140736750092640 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=2490852 CPUtime=50.88 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 35939 0 0 0 5081 7 0 0 25 0 8 0 808168399 2550632448 377781 33554432000 4194304 4625164 140736750092640 18446744073709551615 4339639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=2490852 CPUtime=50.89 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 32032 0 0 0 5083 6 0 0 25 0 8 0 808168399 2550632448 377781 33554432000 4194304 4625164 140736750092640 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=2490852 CPUtime=50.89 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 49658 0 0 0 5079 10 0 0 25 0 8 0 808168399 2550632448 377781 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=2490852 CPUtime=50.9 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 16023 0 0 0 5087 3 0 0 25 0 8 0 808168399 2550632448 377781 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.59

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

Current children cumulated vsize (KiB) 14611328

[startup+4722.32 s]
/proc/loadavg: 8.08 8.09 8.04 9/401 14280
/proc/meminfo: memFree=18642100/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=14742400 CPUtime=37709.7 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 43128080 0 0 0 3763181 7792 0 0 25 0 8 0 808168383 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 3685600 2928583 362 106 0 3681103 0
[pid=14125/tid=14127] ppid=14123 vsize=14742400 CPUtime=4721.24 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 220593 0 0 0 472079 45 0 0 25 0 8 0 808168399 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=14742400 CPUtime=4667.11 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 502373 0 0 0 466336 375 0 0 25 0 8 0 808168399 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=14742400 CPUtime=4721.77 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 33208205 0 0 0 466377 5800 0 0 25 0 8 0 808168399 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4578811 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=14742400 CPUtime=4722.19 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 236617 0 0 0 472168 51 0 0 25 0 8 0 808168399 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=14742400 CPUtime=4722.22 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 212885 0 0 0 472176 46 0 0 25 0 8 0 808168399 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=14742400 CPUtime=4722.19 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 288087 0 0 0 472164 55 0 0 25 0 8 0 808168399 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=14742400 CPUtime=4722.2 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 150567 0 0 0 472133 87 0 0 25 0 8 0 808168399 15096217600 2928583 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37709.7
Current children cumulated vsize (KiB) 14742400

[startup+4782.3 s]
/proc/loadavg: 8.06 8.09 8.04 9/401 14282
/proc/meminfo: memFree=18598672/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=14677000 CPUtime=38188.8 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 43722428 0 0 0 3810987 7892 0 0 25 0 8 0 808168383 15029248000 2938185 33554432000 4194304 4625164 140736750092640 18446744073709551615 4329225 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 3669250 2938186 359 106 0 3664753 0
[pid=14125/tid=14127] ppid=14123 vsize=14677000 CPUtime=4781.21 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 220821 0 0 0 478076 45 0 0 25 0 8 0 808168399 15029248000 2938187 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=14677000 CPUtime=4726.29 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 507059 0 0 0 472251 378 0 0 25 0 8 0 808168399 15029248000 2938187 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=14677000 CPUtime=4781.76 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 33757835 0 0 0 472284 5892 0 0 25 0 8 0 808168399 15029248000 2938188 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=14677000 CPUtime=4782.18 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 236820 0 0 0 478167 51 0 0 25 0 8 0 808168399 15029248000 2938188 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=14677000 CPUtime=4782.21 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 213091 0 0 0 478175 46 0 0 25 0 8 0 808168399 15029248000 2938189 33554432000 4194304 4625164 140736750092640 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=14677000 CPUtime=4782.18 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 288540 0 0 0 478163 55 0 0 25 0 8 0 808168399 15029248000 2938189 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=14677000 CPUtime=4782.19 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 150629 0 0 0 478132 87 0 0 25 0 8 0 808168399 15029248000 2938190 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38188.8
Current children cumulated vsize (KiB) 14677000

[startup+4842.3 s]
/proc/loadavg: 8.10 8.09 8.04 9/401 14284
/proc/meminfo: memFree=18550348/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=14742536 CPUtime=38668 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 44348362 0 0 0 3858794 8003 0 0 25 0 8 0 808168383 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 3685634 2951582 352 106 0 3681137 0
[pid=14125/tid=14127] ppid=14123 vsize=14742536 CPUtime=4841.21 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 220944 0 0 0 484075 46 0 0 25 0 8 0 808168399 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=14742536 CPUtime=4785.47 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 513265 0 0 0 478162 385 0 0 25 0 8 0 808168399 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=14742536 CPUtime=4841.76 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 34332994 0 0 0 478187 5989 0 0 25 0 8 0 808168399 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=14742536 CPUtime=4842.19 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 237186 0 0 0 484167 52 0 0 25 0 8 0 808168399 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=14742536 CPUtime=4842.21 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 213351 0 0 0 484175 46 0 0 25 0 8 0 808168399 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=14742536 CPUtime=4842.18 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 288988 0 0 0 484163 55 0 0 25 0 8 0 808168399 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=14742536 CPUtime=4842.19 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 150696 0 0 0 484132 87 0 0 25 0 8 0 808168399 15096356864 2951582 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38668
Current children cumulated vsize (KiB) 14742536

[startup+4902.3 s]
/proc/loadavg: 8.04 8.07 8.03 9/401 14285
/proc/meminfo: memFree=18532372/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=14742536 CPUtime=39147.1 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 44747940 0 0 0 3906645 8070 0 0 25 0 8 0 808168383 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 3685634 2955131 351 106 0 3681137 0
[pid=14125/tid=14127] ppid=14123 vsize=14742536 CPUtime=4901.19 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 221469 0 0 0 490073 46 0 0 25 0 8 0 808168399 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=14742536 CPUtime=4844.66 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 515247 0 0 0 484078 388 0 0 25 0 8 0 808168399 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=14742536 CPUtime=4901.76 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 34724077 0 0 0 484125 6051 0 0 25 0 8 0 808168399 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=14742536 CPUtime=4902.19 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 237350 0 0 0 490167 52 0 0 25 0 8 0 808168399 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=14742536 CPUtime=4902.21 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 213678 0 0 0 490175 46 0 0 25 0 8 0 808168399 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=14742536 CPUtime=4902.19 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 289337 0 0 0 490163 56 0 0 25 0 8 0 808168399 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=14742536 CPUtime=4902.19 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 150784 0 0 0 490132 87 0 0 25 0 8 0 808168399 15096356864 2955131 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39147.1
Current children cumulated vsize (KiB) 14742536

[startup+4962.3 s]
/proc/loadavg: 8.08 8.07 8.03 9/401 14287
/proc/meminfo: memFree=18441208/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=14866380 CPUtime=39626.3 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 45340435 0 0 0 3954455 8176 0 0 25 0 8 0 808168383 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 3716595 2978929 352 106 0 3712098 0
[pid=14125/tid=14127] ppid=14123 vsize=14866380 CPUtime=4961.18 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 221947 0 0 0 496072 46 0 0 25 0 8 0 808168399 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=14866380 CPUtime=4903.83 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 519802 0 0 0 489987 396 0 0 25 0 8 0 808168399 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=14866380 CPUtime=4961.75 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 35229756 0 0 0 490038 6137 0 0 25 0 8 0 808168399 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=14866380 CPUtime=4962.19 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 237711 0 0 0 496167 52 0 0 25 0 8 0 808168399 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=14866380 CPUtime=4962.21 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 281489 0 0 0 496165 56 0 0 25 0 8 0 808168399 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=14866380 CPUtime=4962.19 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 289988 0 0 0 496163 56 0 0 25 0 8 0 808168399 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=14866380 CPUtime=4962.19 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 150874 0 0 0 496132 87 0 0 25 0 8 0 808168399 15223173120 2978929 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330825 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39626.3
Current children cumulated vsize (KiB) 14866380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.1 s]
/proc/loadavg: 8.12 8.07 8.03 9/401 14288
/proc/meminfo: memFree=18400372/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=14866380 CPUtime=40000.1 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) R 14123 14125 13705 0 -1 4202496 45648527 0 0 0 3991782 8232 0 0 25 0 8 0 808168383 15223173120 2988638 33554432000 4194304 4625164 140736750092640 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 3716595 2988638 351 106 0 3712098 0
[pid=14125/tid=14127] ppid=14123 vsize=14866380 CPUtime=5007.99 cores=0-7
/proc/14125/task/14127/stat : 14127 (SArTagnan) R 14123 14125 13705 0 -1 4202560 222135 0 0 0 500753 46 0 0 25 0 8 0 808168399 15223173120 2988903 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330793 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=14866380 CPUtime=4950 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4202560 523382 0 0 0 494599 401 0 0 25 0 8 0 808168399 15223173120 2988915 33554432000 4194304 4625164 140736750092640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14125/tid=14129] ppid=14123 vsize=14866380 CPUtime=5008.57 cores=0-7
/proc/14125/task/14129/stat : 14129 (SArTagnan) R 14123 14125 13705 0 -1 4202560 35520906 0 0 0 494672 6185 0 0 25 0 8 0 808168399 15223173120 2988926 33554432000 4194304 4625164 140736750092640 18446744073709551615 237278577027 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14125/tid=14130] ppid=14123 vsize=14866380 CPUtime=5009.01 cores=0-7
/proc/14125/task/14130/stat : 14130 (SArTagnan) R 14123 14125 13705 0 -1 4202560 237956 0 0 0 500849 52 0 0 25 0 8 0 808168399 15223173120 2988937 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14125/tid=14131] ppid=14123 vsize=14866380 CPUtime=5009.02 cores=0-7
/proc/14125/task/14131/stat : 14131 (SArTagnan) R 14123 14125 13705 0 -1 4202560 282796 0 0 0 500846 56 0 0 25 0 8 0 808168399 15223173120 2988948 33554432000 4194304 4625164 140736750092640 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14125/tid=14132] ppid=14123 vsize=14866380 CPUtime=5009.01 cores=0-7
/proc/14125/task/14132/stat : 14132 (SArTagnan) R 14123 14125 13705 0 -1 4202560 290237 0 0 0 500845 56 0 0 25 0 8 0 808168399 15223173120 2988960 33554432000 4194304 4625164 140736750092640 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14125/tid=14133] ppid=14123 vsize=14866380 CPUtime=5009.01 cores=0-7
/proc/14125/task/14133/stat : 14133 (SArTagnan) R 14123 14125 13705 0 -1 4202560 150935 0 0 0 500814 87 0 0 25 0 8 0 808168399 15223173120 2988971 33554432000 4194304 4625164 140736750092640 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 14866380

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

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

[startup+5009.42 s]
/proc/loadavg: 8.12 8.07 8.03 2/396 14290
/proc/meminfo: memFree=22304052/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=0 CPUtime=40000.5 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) Z 14123 14125 13705 0 -1 4203548 45650065 0 0 0 3991790 8262 0 0 25 0 2 0 808168383 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 0 0 0 0 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=0 CPUtime=4950.3 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4203588 523382 0 0 0 494600 430 0 0 25 0 2 0 808168399 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 0

[startup+5009.5 s]
/proc/loadavg: 8.12 8.07 8.03 2/396 14290
/proc/meminfo: memFree=22304052/32950904 swapFree=56615552/67111528
[pid=14125] ppid=14123 vsize=0 CPUtime=40000.6 cores=0-7
/proc/14125/stat : 14125 (SArTagnan) Z 14123 14125 13705 0 -1 4203548 45650065 0 0 0 3991790 8270 0 0 25 0 2 0 808168383 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14125/statm: 0 0 0 0 0 0 0
[pid=14125/tid=14128] ppid=14123 vsize=0 CPUtime=4950.39 cores=0-7
/proc/14125/task/14128/stat : 14128 (SArTagnan) R 14123 14125 13705 0 -1 4203588 523382 0 0 0 494600 439 0 0 25 0 2 0 808168399 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5009.6
CPU time (s): 40000.7
CPU user time (s): 39917.9
CPU system time (s): 82.8024
CPU usage (%): 798.482
Max. virtual memory (cumulated for all children) (KiB): 18499244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39917.9
system time used= 82.8024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45650065
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= 22873
involuntary context switches= 165521

runsolver used 16.6355 second user time and 51.6371 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-02 00:01:26
IDJOB=3439686
IDBENCH=88204
IDSOLVER=1936
FILE ID=node121/3439686-1306965686
RUNJOBID= node121-1306960628-13719
PBS_JOBID= 13497632
Free space on /tmp= 73824 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439686-1306965686/watcher-3439686-1306965686 -o /tmp/evaluation-result-3439686-1306965686/solver-3439686-1306965686 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439686-1306965686.cnf -threads=8

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=473587786

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      30379092 kB
Buffers:        203900 kB
Cached:         262812 kB
SwapCached:       9896 kB
Active:        2018976 kB
Inactive:       292036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30379092 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:            7940 kB
Writeback:           0 kB
AnonPages:     1842880 kB
Mapped:          12496 kB
Slab:           139800 kB
PageTables:      51636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83503616 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= 73824 MiB
End job on node121 at 2011-06-02 01:24:57