Trace number 3438526

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.8 5010.28

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3438526-1306919553/watcher-3438526-1306919553 -o /tmp/evaluation-result-3438526-1306919553/solver-3438526-1306919553 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438526-1306919553.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: 1.93 1.99 1.99 1/457 18272
/proc/meminfo: memFree=30475096/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=20160 CPUtime=0 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 730 0 1 0 0 0 0 0 25 0 1 0 803555106 20643840 492 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089741447 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/18272/statm: 5040 493 296 106 0 543 0
[pid=18272/tid=18273] ppid=18270 vsize=97672 CPUtime=0 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 803555108 100016128 1504 33554432000 4194304 4625164 140735281274480 18446744073709551615 47164875933618 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=97672 CPUtime=0 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803555108 100016128 1504 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=97672 CPUtime=0 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803555108 100016128 1504 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=97672 CPUtime=0 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803555108 100016128 1504 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=97672 CPUtime=0 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803555108 100016128 1504 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=97672 CPUtime=0 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803555108 100016128 1504 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=97672 CPUtime=0 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 803555108 100016128 1504 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.11853 s]
/proc/loadavg: 1.93 1.99 1.99 1/457 18272
/proc/meminfo: memFree=30475096/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=294996 CPUtime=0.42 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 2384 0 1 0 42 0 0 0 25 0 8 0 803555106 302075904 1982 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18272/statm: 73749 1983 346 106 0 69252 0
[pid=18272/tid=18273] ppid=18270 vsize=294996 CPUtime=0.04 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 8 0 803555108 302075904 1983 33554432000 4194304 4625164 140735281274480 18446744073709551615 248105681947 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=294996 CPUtime=0.03 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 34 0 0 0 3 0 0 0 25 0 8 0 803555108 302075904 1983 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089803246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=294996 CPUtime=0.01 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 20 0 0 0 1 0 0 0 25 0 8 0 803555108 302075904 1983 33554432000 4194304 4625164 140735281274480 18446744073709551615 4288950 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=294996 CPUtime=0.01 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 39 0 0 0 1 0 0 0 18 0 8 0 803555108 302075904 1983 33554432000 4194304 4625164 140735281274480 18446744073709551615 4292456 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=294996 CPUtime=0 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 22 0 0 0 0 0 0 0 18 0 8 0 803555108 302075904 1985 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089803246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=294996 CPUtime=0.09 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 66 0 0 0 9 0 0 0 25 0 8 0 803555108 302075904 1985 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=294996 CPUtime=0.1 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 35 0 0 0 10 0 0 0 25 0 8 0 803555108 302075904 1985 33554432000 4194304 4625164 140735281274480 18446744073709551615 4291652 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 294996

[startup+0.346506 s]
/proc/loadavg: 1.93 1.99 1.99 1/457 18272
/proc/meminfo: memFree=30475096/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=367548 CPUtime=2.78 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 9422 0 1 0 277 1 0 0 18 0 8 0 803555106 376369152 7224 33554432000 4194304 4625164 140735281274480 18446744073709551615 4512475 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 91887 7225 352 106 0 87390 0
[pid=18272/tid=18273] ppid=18270 vsize=367548 CPUtime=0.43 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 894 0 0 0 43 0 0 0 18 0 8 0 803555108 376369152 7225 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=367548 CPUtime=0.04 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 167 0 0 0 4 0 0 0 25 0 8 0 803555108 376369152 7225 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339220 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=367548 CPUtime=0.38 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1104 0 0 0 38 0 0 0 18 0 8 0 803555108 376369152 7225 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=367548 CPUtime=0.27 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 836 0 0 0 27 0 0 0 18 0 8 0 803555108 376369152 7225 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=367548 CPUtime=0.32 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 796 0 0 0 32 0 0 0 18 0 8 0 803555108 376369152 7225 33554432000 4194304 4625164 140735281274480 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=367548 CPUtime=0.49 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 635 0 0 0 49 0 0 0 18 0 8 0 803555108 376369152 7225 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=367548 CPUtime=0.37 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 780 0 0 0 37 0 0 0 17 0 8 0 803555108 376369152 7225 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339578 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 367548

[startup+0.569457 s]
/proc/loadavg: 1.93 1.99 1.99 1/457 18272
/proc/meminfo: memFree=30475096/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=368772 CPUtime=3.21 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 10133 0 1 0 320 1 0 0 18 0 8 0 803555106 377622528 7711 33554432000 4194304 4625164 140735281274480 18446744073709551615 4512075 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 92582 7728 352 106 0 88085 0
[pid=18272/tid=18273] ppid=18270 vsize=370328 CPUtime=0.48 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1007 0 0 0 48 0 0 0 18 0 8 0 803555108 379215872 7741 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=370328 CPUtime=0.09 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 388 0 0 0 9 0 0 0 25 0 8 0 803555108 379215872 7756 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089365466 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=370328 CPUtime=0.43 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1306 0 0 0 43 0 0 0 18 0 8 0 803555108 379215872 7772 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=370328 CPUtime=0.33 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 867 0 0 0 33 0 0 0 18 0 8 0 803555108 379215872 7785 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339865 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=370328 CPUtime=0.38 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 824 0 0 0 38 0 0 0 18 0 8 0 803555108 379215872 7796 33554432000 4194304 4625164 140735281274480 18446744073709551615 4349325 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=370328 CPUtime=0.54 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 757 0 0 0 54 0 0 0 18 0 8 0 803555108 379215872 7808 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089395669 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=370328 CPUtime=0.42 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 801 0 0 0 42 0 0 0 18 0 8 0 803555108 379215872 7822 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351734 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 368772

[startup+0.700433 s]
/proc/loadavg: 1.93 1.99 1.99 1/457 18272
/proc/meminfo: memFree=30475096/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=372936 CPUtime=4.25 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 13637 0 1 0 424 1 0 0 18 0 8 0 803555106 381886464 9258 33554432000 4194304 4625164 140735281274480 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 93234 9258 352 106 0 88737 0
[pid=18272/tid=18273] ppid=18270 vsize=372936 CPUtime=0.61 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1390 0 0 0 61 0 0 0 18 0 8 0 803555108 381886464 9258 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=372936 CPUtime=0.22 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 934 0 0 0 22 0 0 0 25 0 8 0 803555108 381886464 9259 33554432000 4194304 4625164 140735281274480 18446744073709551615 4467248 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=372936 CPUtime=0.56 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1556 0 0 0 56 0 0 0 18 0 8 0 803555108 381886464 9259 33554432000 4194304 4625164 140735281274480 18446744073709551615 4547589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=372936 CPUtime=0.46 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1200 0 0 0 46 0 0 0 18 0 8 0 803555108 381886464 9259 33554432000 4194304 4625164 140735281274480 18446744073709551615 4466426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=372936 CPUtime=0.51 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1080 0 0 0 51 0 0 0 18 0 8 0 803555108 381886464 9259 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=372936 CPUtime=0.67 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1089 0 0 0 67 0 0 0 18 0 8 0 803555108 381886464 9260 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=372936 CPUtime=0.55 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1118 0 0 0 55 0 0 0 18 0 8 0 803555108 381886464 9260 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 372936

[startup+1.50129 s]
/proc/loadavg: 1.93 1.99 1.99 10/465 18280
/proc/meminfo: memFree=30413396/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=383516 CPUtime=10.64 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 24572 0 1 0 1061 3 0 0 19 0 8 0 803555106 392720384 16780 33554432000 4194304 4625164 140735281274480 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 95879 16780 356 106 0 91382 0
[pid=18272/tid=18273] ppid=18270 vsize=383516 CPUtime=1.41 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 2185 0 0 0 141 0 0 0 19 0 8 0 803555108 392720384 16781 33554432000 4194304 4625164 140735281274480 18446744073709551615 4354355 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=383516 CPUtime=1 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1772 0 0 0 100 0 0 0 25 0 8 0 803555108 392720384 16781 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=383516 CPUtime=1.36 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 5734 0 0 0 135 1 0 0 19 0 8 0 803555108 392720384 16781 33554432000 4194304 4625164 140735281274480 18446744073709551615 4562174 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=383516 CPUtime=1.26 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1757 0 0 0 126 0 0 0 19 0 8 0 803555108 392720384 16781 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=383516 CPUtime=1.31 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1896 0 0 0 131 0 0 0 19 0 8 0 803555108 392720384 16781 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=383516 CPUtime=1.47 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1987 0 0 0 147 0 0 0 19 0 8 0 803555108 392720384 16781 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=383516 CPUtime=1.35 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 1909 0 0 0 135 0 0 0 19 0 8 0 803555108 392720384 16781 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 383516

[startup+3.10101 s]
/proc/loadavg: 1.93 1.99 1.99 9/465 18280
/proc/meminfo: memFree=30389464/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=604048 CPUtime=23.42 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 42840 0 1 0 2334 8 0 0 23 0 8 0 803555106 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 4511798 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 151012 24568 375 106 0 146515 0
[pid=18272/tid=18273] ppid=18270 vsize=604048 CPUtime=3.01 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 3293 0 0 0 301 0 0 0 24 0 8 0 803555108 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=604048 CPUtime=2.59 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 3155 0 0 0 258 1 0 0 25 0 8 0 803555108 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 4465062 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=604048 CPUtime=2.96 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 14748 0 0 0 294 2 0 0 25 0 8 0 803555108 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089741671 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=604048 CPUtime=2.86 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 2994 0 0 0 286 0 0 0 23 0 8 0 803555108 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 4291937 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=604048 CPUtime=2.9 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 2997 0 0 0 290 0 0 0 24 0 8 0 803555108 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=604048 CPUtime=3.07 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 2953 0 0 0 307 0 0 0 24 0 8 0 803555108 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=604048 CPUtime=2.95 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 2903 0 0 0 295 0 0 0 22 0 8 0 803555108 618545152 24568 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 604048

[startup+6.30045 s]
/proc/loadavg: 2.42 2.09 2.03 9/465 18280
/proc/meminfo: memFree=30350300/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=616808 CPUtime=48.95 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 71479 0 1 0 4881 14 0 0 25 0 8 0 803555106 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 154202 33525 372 106 0 149705 0
[pid=18272/tid=18273] ppid=18270 vsize=616808 CPUtime=6.2 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 7196 0 0 0 619 1 0 0 25 0 8 0 803555108 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=616808 CPUtime=5.73 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 5318 0 0 0 572 1 0 0 25 0 8 0 803555108 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=616808 CPUtime=6.16 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 26895 0 0 0 612 4 0 0 25 0 8 0 803555108 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=616808 CPUtime=6.05 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 4809 0 0 0 605 0 0 0 25 0 8 0 803555108 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=616808 CPUtime=6.1 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 5036 0 0 0 609 1 0 0 25 0 8 0 803555108 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4461281 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=616808 CPUtime=6.26 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 4414 0 0 0 626 0 0 0 25 0 8 0 803555108 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=616808 CPUtime=6.15 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 3712 0 0 0 615 0 0 0 25 0 8 0 803555108 631611392 33525 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 3 0 0 0

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

[pid=18272/tid=18275] ppid=18270 vsize=4635452 CPUtime=4662.09 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 37879982 0 0 0 460666 5543 0 0 25 0 8 0 803555108 4746702848 821393 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=4635452 CPUtime=4662.14 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 179432 0 0 0 466179 35 0 0 25 0 8 0 803555108 4746702848 821393 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=4635452 CPUtime=4662.17 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 92100 0 0 0 466190 27 0 0 25 0 8 0 803555108 4746702848 821393 33554432000 4194304 4625164 140735281274480 18446744073709551615 4349061 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=4635452 CPUtime=4661.66 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 86882 0 0 0 466116 50 0 0 25 0 8 0 803555108 4746702848 821393 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351795 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=4635452 CPUtime=4662.2 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 108340 0 0 0 466197 23 0 0 25 0 8 0 803555108 4746702848 821393 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37223.5
Current children cumulated vsize (KiB) 4635452

[startup+4722.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/465 18418
/proc/meminfo: memFree=27148452/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=4635452 CPUtime=37702.5 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 42622239 0 1 0 3763785 6468 0 0 25 0 8 0 803555106 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 1158863 829220 594 106 0 1154366 0
[pid=18272/tid=18273] ppid=18270 vsize=4635452 CPUtime=4721.14 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 220360 0 0 0 472074 40 0 0 25 0 8 0 803555108 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=4635452 CPUtime=4648.76 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 145418 0 0 0 464825 51 0 0 25 0 8 0 803555108 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=4635452 CPUtime=4722.08 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 38189369 0 0 0 466619 5589 0 0 25 0 8 0 803555108 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=4635452 CPUtime=4722.15 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 179863 0 0 0 472179 36 0 0 25 0 8 0 803555108 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=4635452 CPUtime=4722.17 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 92155 0 0 0 472190 27 0 0 25 0 8 0 803555108 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=4635452 CPUtime=4721.66 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 86903 0 0 0 472116 50 0 0 25 0 8 0 803555108 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=4635452 CPUtime=4722.2 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 108340 0 0 0 472197 23 0 0 25 0 8 0 803555108 4746702848 829220 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37702.5
Current children cumulated vsize (KiB) 4635452

[startup+4782.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/465 18419
/proc/meminfo: memFree=27145664/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=4635452 CPUtime=38181.6 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 43165249 0 1 0 3811612 6547 0 0 25 0 8 0 803555106 4746702848 826399 33554432000 4194304 4625164 140735281274480 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 1158863 826423 353 106 0 1154366 0
[pid=18272/tid=18273] ppid=18270 vsize=4635452 CPUtime=4781.12 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 220498 0 0 0 478072 40 0 0 25 0 8 0 803555108 4746702848 826434 33554432000 4194304 4625164 140735281274480 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=4635452 CPUtime=4707.83 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 146034 0 0 0 470731 52 0 0 25 0 8 0 803555108 4746702848 826445 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=4635452 CPUtime=4782.08 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 38694087 0 0 0 472547 5661 0 0 25 0 8 0 803555108 4746702848 826457 33554432000 4194304 4625164 140735281274480 18446744073709551615 248089395659 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=4635452 CPUtime=4782.15 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 180187 0 0 0 478179 36 0 0 25 0 8 0 803555108 4746702848 826473 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=4635452 CPUtime=4782.17 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 92177 0 0 0 478190 27 0 0 25 0 8 0 803555108 4746702848 826484 33554432000 4194304 4625164 140735281274480 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=4635452 CPUtime=4781.66 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 87029 0 0 0 478116 50 0 0 25 0 8 0 803555108 4746702848 826495 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=4635452 CPUtime=4782.2 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 108554 0 0 0 478197 23 0 0 25 0 8 0 803555108 4746702848 826510 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38181.6
Current children cumulated vsize (KiB) 4635452

[startup+4842.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/465 18421
/proc/meminfo: memFree=27123668/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=4635452 CPUtime=38660.6 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 43950996 0 1 0 3859397 6668 0 0 25 0 8 0 803555106 4746702848 827979 33554432000 4194304 4625164 140735281274480 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 1158863 827979 353 106 0 1154366 0
[pid=18272/tid=18273] ppid=18270 vsize=4635452 CPUtime=4841.1 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 220685 0 0 0 484070 40 0 0 25 0 8 0 803555108 4746702848 827979 33554432000 4194304 4625164 140735281274480 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=4635452 CPUtime=4766.91 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 146255 0 0 0 476639 52 0 0 25 0 8 0 803555108 4746702848 827979 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=4635452 CPUtime=4842.08 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 39382955 0 0 0 478444 5764 0 0 25 0 8 0 803555108 4746702848 827979 33554432000 4194304 4625164 140735281274480 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=4635452 CPUtime=4842.15 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 180392 0 0 0 484179 36 0 0 25 0 8 0 803555108 4746702848 827979 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=4635452 CPUtime=4842.17 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 92257 0 0 0 484190 27 0 0 25 0 8 0 803555108 4746702848 827979 33554432000 4194304 4625164 140735281274480 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=4635452 CPUtime=4841.66 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 87164 0 0 0 484115 51 0 0 25 0 8 0 803555108 4746702848 827979 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=4635452 CPUtime=4842.2 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 108816 0 0 0 484197 23 0 0 25 0 8 0 803555108 4746702848 827980 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38660.6
Current children cumulated vsize (KiB) 4635452

[startup+4902.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/465 18423
/proc/meminfo: memFree=27111224/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=4700988 CPUtime=39139.7 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 44544231 0 1 0 3907216 6756 0 0 25 0 8 0 803555106 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 1175247 837075 354 106 0 1170750 0
[pid=18272/tid=18273] ppid=18270 vsize=4700988 CPUtime=4901.09 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 220832 0 0 0 490069 40 0 0 25 0 8 0 803555108 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=4700988 CPUtime=4825.97 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 147567 0 0 0 482545 52 0 0 25 0 8 0 803555108 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=4700988 CPUtime=4902.08 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 39918880 0 0 0 484369 5839 0 0 25 0 8 0 803555108 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=4700988 CPUtime=4902.15 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 180627 0 0 0 490179 36 0 0 25 0 8 0 803555108 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=4700988 CPUtime=4902.17 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 92503 0 0 0 490190 27 0 0 25 0 8 0 803555108 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4349061 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=4700988 CPUtime=4901.66 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 87297 0 0 0 490115 51 0 0 25 0 8 0 803555108 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=4700988 CPUtime=4902.21 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 109131 0 0 0 490197 24 0 0 25 0 8 0 803555108 4813811712 837075 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39139.7
Current children cumulated vsize (KiB) 4700988

[startup+4962.3 s]
/proc/loadavg: 8.07 8.08 8.01 9/465 18424
/proc/meminfo: memFree=27122944/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=4700988 CPUtime=39618.9 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 45212478 0 1 0 3955033 6853 0 0 25 0 8 0 803555106 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 1175247 836190 354 106 0 1170750 0
[pid=18272/tid=18273] ppid=18270 vsize=4700988 CPUtime=4961.09 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 220975 0 0 0 496069 40 0 0 25 0 8 0 803555108 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=4700988 CPUtime=4885.05 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 147722 0 0 0 488453 52 0 0 25 0 8 0 803555108 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=4700988 CPUtime=4962.09 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 40585367 0 0 0 490274 5935 0 0 25 0 8 0 803555108 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=4700988 CPUtime=4962.17 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 181102 0 0 0 496181 36 0 0 25 0 8 0 803555108 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=4700988 CPUtime=4962.19 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 92587 0 0 0 496192 27 0 0 25 0 8 0 803555108 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4348804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=4700988 CPUtime=4961.68 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 87335 0 0 0 496117 51 0 0 25 0 8 0 803555108 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=4700988 CPUtime=4962.23 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 109228 0 0 0 496199 24 0 0 25 0 8 0 803555108 4813811712 836190 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39618.9
Current children cumulated vsize (KiB) 4700988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.1 s]
/proc/loadavg: 8.13 8.09 8.02 9/465 18425
/proc/meminfo: memFree=27119084/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=4700988 CPUtime=40000.5 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) R 18270 18272 18246 0 -1 4202496 45447812 0 1 0 3993164 6888 0 0 25 0 8 0 803555106 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 1175247 837136 354 106 0 1170750 0
[pid=18272/tid=18273] ppid=18270 vsize=4700988 CPUtime=5008.88 cores=0-7
/proc/18272/task/18273/stat : 18273 (SArTagnan) R 18270 18272 18246 0 -1 4202560 221116 0 0 0 500848 40 0 0 25 0 8 0 803555108 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=4700988 CPUtime=4932.1 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4202560 147764 0 0 0 493158 52 0 0 25 0 8 0 803555108 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18272/tid=18275] ppid=18270 vsize=4700988 CPUtime=5009.89 cores=0-7
/proc/18272/task/18275/stat : 18275 (SArTagnan) R 18270 18272 18246 0 -1 4202560 40819828 0 0 0 495020 5969 0 0 25 0 8 0 803555108 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4334733 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18272/tid=18276] ppid=18270 vsize=4700988 CPUtime=5009.97 cores=0-7
/proc/18272/task/18276/stat : 18276 (SArTagnan) R 18270 18272 18246 0 -1 4202560 181118 0 0 0 500961 36 0 0 25 0 8 0 803555108 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18272/tid=18277] ppid=18270 vsize=4700988 CPUtime=5009.99 cores=0-7
/proc/18272/task/18277/stat : 18277 (SArTagnan) R 18270 18272 18246 0 -1 4202560 92646 0 0 0 500971 28 0 0 25 0 8 0 803555108 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4319022 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18272/tid=18278] ppid=18270 vsize=4700988 CPUtime=5009.48 cores=0-7
/proc/18272/task/18278/stat : 18278 (SArTagnan) R 18270 18272 18246 0 -1 4202560 87345 0 0 0 500897 51 0 0 25 0 8 0 803555108 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18272/tid=18279] ppid=18270 vsize=4700988 CPUtime=5010.03 cores=0-7
/proc/18272/task/18279/stat : 18279 (SArTagnan) R 18270 18272 18246 0 -1 4202560 109342 0 0 0 500979 24 0 0 25 0 8 0 803555108 4813811712 837136 33554432000 4194304 4625164 140735281274480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 4700988

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

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

[startup+5010.22 s]
/proc/loadavg: 8.13 8.09 8.02 9/465 18425
/proc/meminfo: memFree=27119084/32950928 swapFree=45617076/67111528
[pid=18272] ppid=18270 vsize=0 CPUtime=40000.7 cores=0-7
/proc/18272/stat : 18272 (SArTagnan) Z 18270 18272 18246 0 -1 4203548 45447812 0 1 0 3993173 6898 0 0 25 0 2 0 803555106 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18272/statm: 0 0 0 0 0 0 0
[pid=18272/tid=18274] ppid=18270 vsize=0 CPUtime=4932.21 cores=0-7
/proc/18272/task/18274/stat : 18274 (SArTagnan) R 18270 18272 18246 0 -1 4203588 147764 0 0 0 493159 62 0 0 25 0 2 0 803555108 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.28
CPU time (s): 40000.8
CPU user time (s): 39931.7
CPU system time (s): 69.0375
CPU usage (%): 798.374
Max. virtual memory (cumulated for all children) (KiB): 5283512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39931.7
system time used= 69.0375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45447812
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5508
involuntary context switches= 174072

runsolver used 21.0578 second user time and 56.4234 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-01 11:12:33
IDJOB=3438526
IDBENCH=71487
IDSOLVER=1936
FILE ID=node123/3438526-1306919553
RUNJOBID= node123-1306919553-18260
PBS_JOBID= 13488534
Free space on /tmp= 73828 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g7.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438526-1306919553/watcher-3438526-1306919553 -o /tmp/evaluation-result-3438526-1306919553/solver-3438526-1306919553 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438526-1306919553.cnf -threads=8

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=1967339206

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30475616 kB
Buffers:        140356 kB
Cached:         121972 kB
SwapCached:       9456 kB
Active:        2071272 kB
Inactive:       134444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30475616 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:             872 kB
Writeback:           0 kB
AnonPages:     1942124 kB
Mapped:          22904 kB
Slab:           121932 kB
PageTables:      77792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133347732 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 node123 at 2011-06-01 12:36:05