Trace number 3438461

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) 40001 5011.89

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes7.cnf
MD5SUM140eea74f7e66501965365160d02fa4d
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3438461-1306917840/watcher-3438461-1306917840 -o /tmp/evaluation-result-3438461-1306917840/solver-3438461-1306917840 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438461-1306917840.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.44 7.95 7.97 1/519 10815
/proc/meminfo: memFree=23328612/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=24004 CPUtime=0 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 611 0 0 0 0 0 0 0 23 0 1 0 784199883 24580096 486 33554432000 4194304 4625164 140735113056768 18446744073709551615 233510297344 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/10815/statm: 6082 499 296 106 0 1585 0

[startup+0.100882 s]
/proc/loadavg: 7.44 7.95 7.97 1/519 10815
/proc/meminfo: memFree=23328612/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=388508 CPUtime=0.26 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 8508 0 0 0 26 0 0 0 25 0 8 0 784199883 397832192 6508 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 97127 6509 340 106 0 92630 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 388508

[startup+0.200866 s]
/proc/loadavg: 7.44 7.95 7.97 1/519 10815
/proc/meminfo: memFree=23328612/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=460700 CPUtime=1.04 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 13620 0 0 0 103 1 0 0 25 0 8 0 784199883 471756800 11503 33554432000 4194304 4625164 140735113056768 18446744073709551615 4503631 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 115175 11503 360 106 0 110678 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 460700

[startup+0.300849 s]
/proc/loadavg: 7.44 7.95 7.97 1/519 10815
/proc/meminfo: memFree=23328612/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=462344 CPUtime=1.84 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 16414 0 0 0 183 1 0 0 25 0 8 0 784199883 473440256 13328 33554432000 4194304 4625164 140735113056768 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 115586 13328 359 106 0 111089 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 462344

[startup+0.700779 s]
/proc/loadavg: 7.44 7.95 7.97 1/519 10815
/proc/meminfo: memFree=23328612/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=466588 CPUtime=5.04 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 25953 0 0 0 502 2 0 0 25 0 8 0 784199883 477786112 20712 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 116647 20712 352 106 0 112150 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 466588

[startup+1.50064 s]
/proc/loadavg: 7.44 7.95 7.97 9/527 10824
/proc/meminfo: memFree=23233076/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=473048 CPUtime=11.42 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 41789 0 0 0 1138 4 0 0 25 0 8 0 784199883 484401152 28753 33554432000 4194304 4625164 140735113056768 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 118262 28755 353 106 0 113765 0
[pid=10815/tid=10817] ppid=10813 vsize=473048 CPUtime=1.43 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 2680 0 0 0 143 0 0 0 19 0 8 0 784199889 484401152 28755 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=473048 CPUtime=1.38 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 3850 0 0 0 138 0 0 0 25 0 8 0 784199889 484401152 28755 33554432000 4194304 4625164 140735113056768 18446744073709551615 233509946572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=473048 CPUtime=1.41 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 3501 0 0 0 141 0 0 0 19 0 8 0 784199889 484401152 28755 33554432000 4194304 4625164 140735113056768 18446744073709551615 233509952534 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=473048 CPUtime=1.4 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 4149 0 0 0 139 1 0 0 20 0 8 0 784199889 484401152 28755 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=473048 CPUtime=1.39 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 2503 0 0 0 139 0 0 0 25 0 8 0 784199889 484401152 28755 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=473048 CPUtime=1.43 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 2946 0 0 0 143 0 0 0 25 0 8 0 784199889 484401152 28755 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=473048 CPUtime=1.42 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 2978 0 0 0 142 0 0 0 19 0 8 0 784199889 484401152 28755 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 473048

[startup+3.10035 s]
/proc/loadavg: 7.44 7.95 7.97 9/527 10824
/proc/meminfo: memFree=23185008/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=487784 CPUtime=24.2 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 59765 0 0 0 2412 8 0 0 25 0 8 0 784199883 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 4511804 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 121946 41810 362 106 0 117449 0
[pid=10815/tid=10817] ppid=10813 vsize=487784 CPUtime=3.03 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 4063 0 0 0 303 0 0 0 25 0 8 0 784199889 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339541 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=487784 CPUtime=2.97 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 4347 0 0 0 297 0 0 0 25 0 8 0 784199889 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=487784 CPUtime=3.01 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 6686 0 0 0 300 1 0 0 25 0 8 0 784199889 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 4327655 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=487784 CPUtime=3 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 4593 0 0 0 299 1 0 0 25 0 8 0 784199889 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 233510402591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=487784 CPUtime=2.99 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 5357 0 0 0 299 0 0 0 25 0 8 0 784199889 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=487784 CPUtime=3.03 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 5386 0 0 0 303 0 0 0 25 0 8 0 784199889 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=487784 CPUtime=3.02 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 4380 0 0 0 302 0 0 0 25 0 8 0 784199889 499490816 41810 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.2
Current children cumulated vsize (KiB) 487784

[startup+6.30078 s]
/proc/loadavg: 7.48 7.95 7.97 9/527 10824
/proc/meminfo: memFree=23100068/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=496768 CPUtime=49.75 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 85741 0 0 0 4962 13 0 0 25 0 8 0 784199883 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4508743 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 124192 60484 390 106 0 119695 0
[pid=10815/tid=10817] ppid=10813 vsize=496768 CPUtime=6.23 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 6133 0 0 0 623 0 0 0 25 0 8 0 784199889 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4465297 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=496768 CPUtime=6.11 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 4471 0 0 0 611 0 0 0 25 0 8 0 784199889 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=496768 CPUtime=6.22 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 12184 0 0 0 620 2 0 0 25 0 8 0 784199889 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=496768 CPUtime=6.2 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 6555 0 0 0 619 1 0 0 25 0 8 0 784199889 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=496768 CPUtime=6.18 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 8053 0 0 0 618 0 0 0 25 0 8 0 784199889 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=496768 CPUtime=6.23 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 8438 0 0 0 622 1 0 0 25 0 8 0 784199889 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=496768 CPUtime=6.22 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 6272 0 0 0 622 0 0 0 25 0 8 0 784199889 508690432 60484 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 496768

[startup+12.7006 s]
/proc/loadavg: 7.52 7.95 7.97 9/527 10825
/proc/meminfo: memFree=23041596/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=547840 CPUtime=100.83 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 127234 0 0 0 10062 21 0 0 25 0 8 0 784199883 560988160 76017 33554432000 4194304 4625164 140735113056768 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 136960 76018 423 106 0 132463 0
[pid=10815/tid=10817] ppid=10813 vsize=547840 CPUtime=12.63 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 9740 0 0 0 1262 1 0 0 25 0 8 0 784199889 560988160 76019 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=547840 CPUtime=12.39 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 6883 0 0 0 1239 0 0 0 25 0 8 0 784199889 560988160 76019 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=547840 CPUtime=12.62 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 22105 0 0 0 1258 4 0 0 25 0 8 0 784199889 560988160 76020 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=547840 CPUtime=12.6 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 9245 0 0 0 1258 2 0 0 25 0 8 0 784199889 560988160 76020 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=547840 CPUtime=12.58 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 12880 0 0 0 1257 1 0 0 25 0 8 0 784199889 560988160 76020 33554432000 4194304 4625164 140735113056768 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=547840 CPUtime=12.63 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 13567 0 0 0 1261 2 0 0 25 0 8 0 784199889 560988160 76021 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=547840 CPUtime=12.62 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 6772 0 0 0 1261 1 0 0 25 0 8 0 784199889 560988160 76021 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 547840

[startup+25.5013 s]
/proc/loadavg: 7.63 7.96 7.97 9/527 10825
/proc/meminfo: memFree=22922208/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=654756 CPUtime=203 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 201222 0 0 0 20267 33 0 0 25 0 8 0 784199883 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 163689 101917 502 106 0 159192 0
[pid=10815/tid=10817] ppid=10813 vsize=654756 CPUtime=25.43 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 14497 0 0 0 2541 2 0 0 25 0 8 0 784199889 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=654756 CPUtime=24.96 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 10738 0 0 0 2495 1 0 0 25 0 8 0 784199889 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=654756 CPUtime=25.42 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 57151 0 0 0 2534 8 0 0 25 0 8 0 784199889 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=654756 CPUtime=25.4 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 10727 0 0 0 2538 2 0 0 25 0 8 0 784199889 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=654756 CPUtime=25.39 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 14548 0 0 0 2537 2 0 0 25 0 8 0 784199889 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=654756 CPUtime=25.43 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 19760 0 0 0 2540 3 0 0 25 0 8 0 784199889 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=654756 CPUtime=25.42 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 9641 0 0 0 2540 2 0 0 25 0 8 0 784199889 670470144 101917 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203
Current children cumulated vsize (KiB) 654756

[startup+51.1008 s]
/proc/loadavg: 7.75 7.96 7.97 9/527 10826
/proc/meminfo: memFree=22761392/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=891260 CPUtime=407.34 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 380203 0 0 0 40671 63 0 0 25 0 8 0 784199883 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 222815 142850 750 106 0 218318 0
[pid=10815/tid=10817] ppid=10813 vsize=891260 CPUtime=51.03 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 22698 0 0 0 5100 3 0 0 25 0 8 0 784199889 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=891260 CPUtime=50.12 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 12136 0 0 0 5009 3 0 0 25 0 8 0 784199889 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=891260 CPUtime=51.02 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 180279 0 0 0 5074 28 0 0 25 0 8 0 784199889 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=891260 CPUtime=51 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 15017 0 0 0 5097 3 0 0 25 0 8 0 784199889 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=891260 CPUtime=50.99 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 20919 0 0 0 5096 3 0 0 25 0 8 0 784199889 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=891260 CPUtime=51.02 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 30915 0 0 0 5097 5 0 0 25 0 8 0 784199889 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=891260 CPUtime=51.01 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 13797 0 0 0 5099 2 0 0 25 0 8 0 784199889 912650240 142850 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.34

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

Current children cumulated vsize (KiB) 6011532

[startup+4722.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/527 10979
/proc/meminfo: memFree=18560344/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=6011532 CPUtime=37691.3 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 31835148 0 0 0 3763736 5393 0 0 25 0 8 0 784199883 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 1502883 1189717 352 106 0 1498386 0
[pid=10815/tid=10817] ppid=10813 vsize=6011532 CPUtime=4722.34 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 138225 0 0 0 472206 28 0 0 25 0 8 0 784199889 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=6011532 CPUtime=4665.01 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 181320 0 0 0 466365 136 0 0 25 0 8 0 784199889 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=6011532 CPUtime=4722.27 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 28303481 0 0 0 467599 4628 0 0 25 0 8 0 784199889 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=6011532 CPUtime=4722.3 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 94070 0 0 0 472196 34 0 0 25 0 8 0 784199889 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=6011532 CPUtime=4722.27 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 133314 0 0 0 472199 28 0 0 25 0 8 0 784199889 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=6011532 CPUtime=4720.83 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 176676 0 0 0 472043 40 0 0 25 0 8 0 784199889 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=6011532 CPUtime=4693.92 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 81027 0 0 0 469351 41 0 0 25 0 8 0 784199889 6155808768 1189717 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37691.3
Current children cumulated vsize (KiB) 6011532

[startup+4782.3 s]
/proc/loadavg: 8.11 8.08 8.01 9/527 10981
/proc/meminfo: memFree=18545372/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=6011532 CPUtime=38170.1 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 32299898 0 0 0 3811545 5470 0 0 25 0 8 0 784199883 6155808768 1192934 33554432000 4194304 4625164 140735113056768 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 1502883 1192934 352 106 0 1498386 0
[pid=10815/tid=10817] ppid=10813 vsize=6011532 CPUtime=4782.33 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 138390 0 0 0 478205 28 0 0 25 0 8 0 784199889 6155808768 1192934 33554432000 4194304 4625164 140735113056768 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=6011532 CPUtime=4724.99 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 182340 0 0 0 472362 137 0 0 25 0 8 0 784199889 6155808768 1192934 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352188 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=6011532 CPUtime=4782.25 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 28743209 0 0 0 473527 4698 0 0 25 0 8 0 784199889 6155808768 1192934 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=6011532 CPUtime=4782.28 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 94603 0 0 0 478194 34 0 0 25 0 8 0 784199889 6155808768 1192942 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=6011532 CPUtime=4782.24 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 133515 0 0 0 478196 28 0 0 25 0 8 0 784199889 6155808768 1192956 33554432000 4194304 4625164 140735113056768 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=6011532 CPUtime=4780.8 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 176882 0 0 0 478040 40 0 0 25 0 8 0 784199889 6155808768 1192969 33554432000 4194304 4625164 140735113056768 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=6011532 CPUtime=4752.85 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 81992 0 0 0 475243 42 0 0 25 0 8 0 784199889 6155808768 1192982 33554432000 4194304 4625164 140735113056768 18446744073709551615 4462572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38170.1
Current children cumulated vsize (KiB) 6011532

[startup+4842.32 s]
/proc/loadavg: 8.08 8.08 8.01 9/527 10982
/proc/meminfo: memFree=18508752/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=6012264 CPUtime=38649.2 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 32714864 0 0 0 3859386 5535 0 0 25 0 8 0 784199883 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 1503066 1200631 352 106 0 1498569 0
[pid=10815/tid=10817] ppid=10813 vsize=6012264 CPUtime=4842.35 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 138500 0 0 0 484207 28 0 0 25 0 8 0 784199889 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=6012264 CPUtime=4785.01 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 182567 0 0 0 478364 137 0 0 25 0 8 0 784199889 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=6012264 CPUtime=4842.28 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 29124095 0 0 0 479470 4758 0 0 25 0 8 0 784199889 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=6012264 CPUtime=4842.29 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 94638 0 0 0 484195 34 0 0 25 0 8 0 784199889 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=6012264 CPUtime=4842.26 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 133651 0 0 0 484198 28 0 0 25 0 8 0 784199889 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=6012264 CPUtime=4840.79 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 177192 0 0 0 484039 40 0 0 25 0 8 0 784199889 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=6012264 CPUtime=4811.78 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 82032 0 0 0 481136 42 0 0 25 0 8 0 784199889 6156558336 1200631 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38649.2
Current children cumulated vsize (KiB) 6012264

[startup+4902.3 s]
/proc/loadavg: 8.03 8.06 8.00 9/527 10984
/proc/meminfo: memFree=18469128/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=6081128 CPUtime=39128 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 33194474 0 0 0 3907191 5609 0 0 25 0 8 0 784199883 6227075072 1212169 33554432000 4194304 4625164 140735113056768 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 1520282 1212169 352 106 0 1515785 0
[pid=10815/tid=10817] ppid=10813 vsize=6081128 CPUtime=4902.33 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 138668 0 0 0 490205 28 0 0 25 0 8 0 784199889 6227075072 1212169 33554432000 4194304 4625164 140735113056768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=6081128 CPUtime=4844.99 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 182710 0 0 0 484362 137 0 0 25 0 8 0 784199889 6227075072 1212169 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=6081128 CPUtime=4902.26 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 29540934 0 0 0 485403 4823 0 0 25 0 8 0 784199889 6227075072 1212169 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=6081128 CPUtime=4902.28 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 94722 0 0 0 490194 34 0 0 25 0 8 0 784199889 6227075072 1212170 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351942 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=6081128 CPUtime=4902.24 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 171270 0 0 0 490193 31 0 0 25 0 8 0 784199889 6227075072 1212170 33554432000 4194304 4625164 140735113056768 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=6081128 CPUtime=4900.76 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 177422 0 0 0 490035 41 0 0 25 0 8 0 784199889 6227075072 1212170 33554432000 4194304 4625164 140735113056768 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=6081128 CPUtime=4870.71 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 82935 0 0 0 487029 42 0 0 25 0 8 0 784199889 6227075072 1212171 33554432000 4194304 4625164 140735113056768 18446744073709551615 4288765 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39128
Current children cumulated vsize (KiB) 6081128

[startup+4962.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/527 10986
/proc/meminfo: memFree=18437972/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=6148968 CPUtime=39606.9 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 33419024 0 0 0 3955041 5651 0 0 25 0 8 0 784199883 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 1537242 1220334 352 106 0 1532745 0
[pid=10815/tid=10817] ppid=10813 vsize=6148968 CPUtime=4962.33 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 138852 0 0 0 496205 28 0 0 25 0 8 0 784199889 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=6148968 CPUtime=4904.99 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 187329 0 0 0 490357 142 0 0 25 0 8 0 784199889 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=6148968 CPUtime=4962.26 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 29753388 0 0 0 491368 4858 0 0 25 0 8 0 784199889 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4335599 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=6148968 CPUtime=4962.28 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 94954 0 0 0 496194 34 0 0 25 0 8 0 784199889 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=6148968 CPUtime=4962.25 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 171457 0 0 0 496193 32 0 0 25 0 8 0 784199889 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=6148968 CPUtime=4960.75 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 177573 0 0 0 496034 41 0 0 25 0 8 0 784199889 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=6148968 CPUtime=4929.64 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 83004 0 0 0 492922 42 0 0 25 0 8 0 784199889 6296543232 1220334 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39606.9
Current children cumulated vsize (KiB) 6148968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.6 s]
/proc/loadavg: 8.00 8.04 8.00 10/527 10987
/proc/meminfo: memFree=18405204/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=6148968 CPUtime=40000.6 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) R 10813 10815 10487 0 -1 4202496 33710669 0 0 0 3994365 5700 0 0 25 0 8 0 784199883 6296543232 1228307 33554432000 4194304 4625164 140735113056768 18446744073709551615 4511953 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 1537242 1228307 352 106 0 1532745 0
[pid=10815/tid=10817] ppid=10813 vsize=6148968 CPUtime=5011.67 cores=0-7
/proc/10815/task/10817/stat : 10817 (SArTagnan) R 10813 10815 10487 0 -1 4202560 139106 0 0 0 501139 28 0 0 25 0 8 0 784199889 6296543232 1228345 33554432000 4194304 4625164 140735113056768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10815/tid=10818] ppid=10813 vsize=6148968 CPUtime=4954.33 cores=0-7
/proc/10815/task/10818/stat : 10818 (SArTagnan) R 10813 10815 10487 0 -1 4202560 188559 0 0 0 495289 144 0 0 25 0 8 0 784199889 6296543232 1228345 33554432000 4194304 4625164 140735113056768 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10815/tid=10820] ppid=10813 vsize=6148968 CPUtime=5011.6 cores=0-7
/proc/10815/task/10820/stat : 10820 (SArTagnan) R 10813 10815 10487 0 -1 4202560 30017231 0 0 0 496261 4899 0 0 25 0 8 0 784199889 6296543232 1228345 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10815/tid=10821] ppid=10813 vsize=6148968 CPUtime=5011.62 cores=0-7
/proc/10815/task/10821/stat : 10821 (SArTagnan) R 10813 10815 10487 0 -1 4202560 95339 0 0 0 501127 35 0 0 25 0 8 0 784199889 6296543232 1228345 33554432000 4194304 4625164 140735113056768 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10815/tid=10822] ppid=10813 vsize=6148968 CPUtime=5011.59 cores=0-7
/proc/10815/task/10822/stat : 10822 (SArTagnan) R 10813 10815 10487 0 -1 4202560 171532 0 0 0 501127 32 0 0 25 0 8 0 784199889 6296543232 1228345 33554432000 4194304 4625164 140735113056768 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10815/tid=10823] ppid=10813 vsize=6148968 CPUtime=5010.07 cores=0-7
/proc/10815/task/10823/stat : 10823 (SArTagnan) R 10813 10815 10487 0 -1 4202560 177711 0 0 0 500966 41 0 0 25 0 8 0 784199889 6296543232 1228345 33554432000 4194304 4625164 140735113056768 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=6148968 CPUtime=4978.07 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4202560 83151 0 0 0 497765 42 0 0 25 0 8 0 784199889 6296543232 1228345 33554432000 4194304 4625164 140735113056768 18446744073709551615 4276352 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 6148968

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

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

[startup+5011.75 s]
/proc/loadavg: 8.00 8.04 8.00 10/527 10987
/proc/meminfo: memFree=18405204/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=0 CPUtime=40000.9 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) Z 10813 10815 10487 0 -1 4203548 33710708 0 0 0 3994376 5710 0 0 25 0 2 0 784199883 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 0 0 0 0 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=0 CPUtime=4978.18 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4203588 83152 0 0 0 497766 52 0 0 25 0 2 0 784199889 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 0

[startup+5011.8 s]
/proc/loadavg: 8.00 8.04 8.00 10/527 10987
/proc/meminfo: memFree=18405204/32951124 swapFree=64303760/67111528
[pid=10815] ppid=10813 vsize=0 CPUtime=40000.9 cores=0-7
/proc/10815/stat : 10815 (SArTagnan) Z 10813 10815 10487 0 -1 4203548 33710708 0 0 0 3994376 5716 0 0 25 0 2 0 784199883 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10815/statm: 0 0 0 0 0 0 0
[pid=10815/tid=10824] ppid=10813 vsize=0 CPUtime=4978.24 cores=0-7
/proc/10815/task/10824/stat : 10824 (SArTagnan) R 10813 10815 10487 0 -1 4203588 83152 0 0 0 497766 58 0 0 25 0 2 0 784199889 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.89
CPU time (s): 40001
CPU user time (s): 39943.8
CPU system time (s): 57.2523
CPU usage (%): 798.122
Max. virtual memory (cumulated for all children) (KiB): 7293388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39943.8
system time used= 57.2523
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33710708
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= 11707
involuntary context switches= 168620

runsolver used 23.8084 second user time and 66.044 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-01 10:44:00
IDJOB=3438461
IDBENCH=71367
IDSOLVER=1936
FILE ID=node145/3438461-1306917840
RUNJOBID= node145-1306912825-10501
PBS_JOBID= 13488508
Free space on /tmp= 73952 MiB

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

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

MD5SUM BENCH= 140eea74f7e66501965365160d02fa4d
RANDOM SEED=172946245

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23329024 kB
Buffers:        132420 kB
Cached:         234560 kB
SwapCached:        944 kB
Active:        9155728 kB
Inactive:       194888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23329024 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:     8983548 kB
Mapped:          33980 kB
Slab:           132712 kB
PageTables:      66024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153201636 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= 73952 MiB
End job on node145 at 2011-06-01 12:07:34