Trace number 3438496

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.4 5010.78

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark775.246
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-3438496-1306919520/watcher-3438496-1306919520 -o /tmp/evaluation-result-3438496-1306919520/solver-3438496-1306919520 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438496-1306919520.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: 2.02 2.02 2.00 1/476 26501
/proc/meminfo: memFree=25298664/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=24272 CPUtime=0 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 805 0 0 0 0 0 0 0 22 0 1 0 882182704 24854528 545 33554432000 4194304 4625164 140736480517696 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/26501/statm: 6068 546 296 106 0 1571 0

[startup+0.114819 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 26501
/proc/meminfo: memFree=25298664/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=454708 CPUtime=0.3 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) D 26499 26501 26475 0 -1 4202496 8711 0 0 0 29 1 0 0 25 0 8 0 882182704 465620992 6824 33554432000 4194304 4625164 140736480517696 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26501/statm: 113677 6868 340 106 0 109180 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 454708

[startup+0.229735 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 26501
/proc/meminfo: memFree=25298664/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=466452 CPUtime=0.95 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 19154 0 0 0 92 3 0 0 18 0 8 0 882182704 477646848 14264 33554432000 4194304 4625164 140736480517696 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 116613 14264 353 106 0 112116 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 466452

[startup+0.306426 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 26501
/proc/meminfo: memFree=25298664/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=479644 CPUtime=1.37 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 22340 0 0 0 134 3 0 0 18 0 8 0 882182704 491155456 16476 33554432000 4194304 4625164 140736480517696 18446744073709551615 260905091541 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 119911 16476 347 106 0 115414 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 479644

[startup+1.11721 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 26501
/proc/meminfo: memFree=25298664/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=493416 CPUtime=7.44 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 53938 0 0 0 733 11 0 0 18 0 8 0 882182704 505257984 35797 33554432000 4194304 4625164 140736480517696 18446744073709551615 4513492 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 123354 35797 454 106 0 118857 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 493416

[startup+1.50014 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 26501
/proc/meminfo: memFree=25298664/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=493416 CPUtime=10.5 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 56532 0 0 0 1039 11 0 0 18 0 8 0 882182704 505257984 38064 33554432000 4194304 4625164 140736480517696 18446744073709551615 4512012 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 123354 38064 445 106 0 118857 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 493416

[startup+3.10085 s]
/proc/loadavg: 2.02 2.02 2.00 9/484 26509
/proc/meminfo: memFree=25129960/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=499452 CPUtime=23.27 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 66072 0 0 0 2314 13 0 0 22 0 8 0 882182704 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4512338 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 124863 44125 402 106 0 120366 0
[pid=26501/tid=26503] ppid=26499 vsize=499452 CPUtime=2.99 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 4338 0 0 0 299 0 0 0 23 0 8 0 882182710 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=499452 CPUtime=2.97 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 4330 0 0 0 296 1 0 0 23 0 8 0 882182710 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=499452 CPUtime=2.74 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 5934 0 0 0 273 1 0 0 25 0 8 0 882182710 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=499452 CPUtime=2.98 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 4561 0 0 0 297 1 0 0 21 0 8 0 882182710 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=499452 CPUtime=2.85 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 4475 0 0 0 285 0 0 0 23 0 8 0 882182710 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4436084 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=499452 CPUtime=2.97 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 5153 0 0 0 295 2 0 0 23 0 8 0 882182710 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=499452 CPUtime=2.85 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 2984 0 0 0 285 0 0 0 21 0 8 0 882182710 511438848 44125 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.27
Current children cumulated vsize (KiB) 499452

[startup+6.30126 s]
/proc/loadavg: 2.49 2.12 2.03 9/484 26509
/proc/meminfo: memFree=25081020/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=523372 CPUtime=48.82 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 89423 0 0 0 4864 18 0 0 25 0 8 0 882182704 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4528688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 130843 55128 394 106 0 126346 0
[pid=26501/tid=26503] ppid=26499 vsize=523372 CPUtime=6.2 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 6076 0 0 0 619 1 0 0 25 0 8 0 882182710 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=523372 CPUtime=6.18 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 6062 0 0 0 616 2 0 0 25 0 8 0 882182710 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=523372 CPUtime=5.94 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 9791 0 0 0 592 2 0 0 25 0 8 0 882182710 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=523372 CPUtime=6.18 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 6716 0 0 0 616 2 0 0 25 0 8 0 882182710 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=523372 CPUtime=6 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 6889 0 0 0 599 1 0 0 25 0 8 0 882182710 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=523372 CPUtime=6.16 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 7714 0 0 0 614 2 0 0 25 0 8 0 882182710 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=523372 CPUtime=6.05 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 4904 0 0 0 604 1 0 0 25 0 8 0 882182710 535932928 55128 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.82
Current children cumulated vsize (KiB) 523372

[startup+12.7191 s]
/proc/loadavg: 2.93 2.22 2.07 9/484 26509
/proc/meminfo: memFree=25020332/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=537984 CPUtime=100.06 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 128448 0 0 0 9980 26 0 0 25 0 8 0 882182704 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 134496 69711 386 106 0 129999 0
[pid=26501/tid=26503] ppid=26499 vsize=537984 CPUtime=12.62 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 9877 0 0 0 1260 2 0 0 25 0 8 0 882182710 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=537984 CPUtime=12.59 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 9366 0 0 0 1257 2 0 0 25 0 8 0 882182710 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4339665 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=537984 CPUtime=12.36 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 31935 0 0 0 1231 5 0 0 25 0 8 0 882182710 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352539 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=537984 CPUtime=12.6 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 7288 0 0 0 1258 2 0 0 25 0 8 0 882182710 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352825 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=537984 CPUtime=12.31 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 11043 0 0 0 1230 1 0 0 25 0 8 0 882182710 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=537984 CPUtime=12.58 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 10331 0 0 0 1255 3 0 0 25 0 8 0 882182710 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=537984 CPUtime=12.47 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 5396 0 0 0 1246 1 0 0 25 0 8 0 882182710 550895616 69711 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.06
Current children cumulated vsize (KiB) 537984

[startup+25.5007 s]
/proc/loadavg: 4.12 2.52 2.17 9/484 26509
/proc/meminfo: memFree=24893572/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=713988 CPUtime=202.1 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 189644 0 0 0 20173 37 0 0 25 0 8 0 882182704 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 178497 103489 565 106 0 174000 0
[pid=26501/tid=26503] ppid=26499 vsize=713988 CPUtime=25.39 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 14831 0 0 0 2537 2 0 0 25 0 8 0 882182710 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=713988 CPUtime=25.38 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 10298 0 0 0 2535 3 0 0 25 0 8 0 882182710 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=713988 CPUtime=25.14 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 65817 0 0 0 2503 11 0 0 25 0 8 0 882182710 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4335282 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=713988 CPUtime=25.37 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 9991 0 0 0 2534 3 0 0 25 0 8 0 882182710 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=713988 CPUtime=24.9 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 15696 0 0 0 2488 2 0 0 25 0 8 0 882182710 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=713988 CPUtime=25.37 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 16615 0 0 0 2532 5 0 0 25 0 8 0 882182710 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=713988 CPUtime=25.24 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 8101 0 0 0 2523 1 0 0 25 0 8 0 882182710 731123712 103489 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.1
Current children cumulated vsize (KiB) 713988

[startup+51.1011 s]
/proc/loadavg: 5.45 2.96 2.32 9/484 26510
/proc/meminfo: memFree=24742164/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=931396 CPUtime=406.55 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 295615 0 0 0 40600 55 0 0 25 0 8 0 882182704 953749504 140061 33554432000 4194304 4625164 140736480517696 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 232849 140061 797 106 0 228352 0
[pid=26501/tid=26503] ppid=26499 vsize=931396 CPUtime=51.02 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 23160 0 0 0 5098 4 0 0 25 0 8 0 882182710 953749504 140062 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=931396 CPUtime=51 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 14860 0 0 0 5096 4 0 0 25 0 8 0 882182710 953749504 140062 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=931396 CPUtime=50.76 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 121472 0 0 0 5056 20 0 0 25 0 8 0 882182710 953749504 140062 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=931396 CPUtime=50.98 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 11517 0 0 0 5095 3 0 0 25 0 8 0 882182710 953749504 140062 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=931396 CPUtime=50.08 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 23906 0 0 0 5005 3 0 0 25 0 8 0 882182710 953749504 140062 33554432000 4194304 4625164 140736480517696 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=931396 CPUtime=50.99 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 25979 0 0 0 5092 7 0 0 25 0 8 0 882182710 953749504 140062 33554432000 4194304 4625164 140736480517696 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=931396 CPUtime=50.87 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 8990 0 0 0 5085 2 0 0 25 0 8 0 882182710 953749504 140062 33554432000 4194304 4625164 140736480517696 18446744073709551615 4462650 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.55
Current children cumulated vsize (KiB) 931396

[startup+102.301 s]
/proc/loadavg: 7.01 3.77 2.63 9/484 26512
/proc/meminfo: memFree=24599164/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=1092752 CPUtime=815.23 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 488053 0 0 0 81433 90 0 0 25 0 8 0 882182704 1118978048 175736 33554432000 4194304 4625164 140736480517696 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26501/statm: 273188 175736 535 106 0 268691 0
[pid=26501/tid=26503] ppid=26499 vsize=1092752 CPUtime=102.2 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 25947 0 0 0 10215 5 0 0 25 0 8 0 882182710 1118978048 175736 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=1092752 CPUtime=102.17 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 21300 0 0 0 10211 6 0 0 25 0 8 0 882182710 1118978048 175736 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=1092752 CPUtime=101.94 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 253629 0 0 0 10153 41 0 0 25 0 8 0 882182710 1118978048 175736 33554432000 4194304 4625164 140736480517696 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0

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

[pid=26501/tid=26504] ppid=26499 vsize=3819932 CPUtime=4662.08 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 169348 0 0 0 466108 100 0 0 25 0 8 0 882182710 3911610368 805088 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=3819932 CPUtime=4662.06 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 25470981 0 0 0 461782 4424 0 0 25 0 8 0 882182710 3911610368 805088 33554432000 4194304 4625164 140736480517696 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=3819932 CPUtime=4661.11 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 64493 0 0 0 466089 22 0 0 25 0 8 0 882182710 3911610368 805088 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=3819932 CPUtime=4593.31 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 136495 0 0 0 459300 31 0 0 25 0 8 0 882182710 3911610368 805088 33554432000 4194304 4625164 140736480517696 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=3819932 CPUtime=4661.57 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 158468 0 0 0 466122 35 0 0 25 0 8 0 882182710 3911610368 805088 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=3819932 CPUtime=4662.15 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 81896 0 0 0 466171 44 0 0 25 0 8 0 882182710 3911610368 805088 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37219.5
Current children cumulated vsize (KiB) 3819932

[startup+4722.3 s]
/proc/loadavg: 8.12 8.07 7.99 9/484 26647
/proc/meminfo: memFree=22057040/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=3819932 CPUtime=37698.4 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 26926438 0 0 0 3765022 4823 0 0 25 0 8 0 882182704 3911610368 810232 33554432000 4194304 4625164 140736480517696 18446744073709551615 4512007 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26501/statm: 954983 810232 352 106 0 950486 0
[pid=26501/tid=26503] ppid=26499 vsize=3819932 CPUtime=4722.34 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 127310 0 0 0 472204 30 0 0 25 0 8 0 882182710 3911610368 810232 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=3819932 CPUtime=4722.06 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 169417 0 0 0 472106 100 0 0 25 0 8 0 882182710 3911610368 810232 33554432000 4194304 4625164 140736480517696 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=3819932 CPUtime=4722.04 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 25880873 0 0 0 467704 4500 0 0 25 0 8 0 882182710 3911610368 810232 33554432000 4194304 4625164 140736480517696 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=3819932 CPUtime=4721.08 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 65084 0 0 0 472086 22 0 0 25 0 8 0 882182710 3911610368 810232 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=3819932 CPUtime=4653.29 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 136662 0 0 0 465298 31 0 0 25 0 8 0 882182710 3911610368 810232 33554432000 4194304 4625164 140736480517696 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=3819932 CPUtime=4721.55 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 158854 0 0 0 472120 35 0 0 25 0 8 0 882182710 3911610368 810233 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=3819932 CPUtime=4722.13 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 82432 0 0 0 472168 45 0 0 25 0 8 0 882182710 3911610368 810233 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37698.4
Current children cumulated vsize (KiB) 3819932

[startup+4782.32 s]
/proc/loadavg: 8.11 8.07 7.99 9/484 26648
/proc/meminfo: memFree=22034052/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=3886768 CPUtime=38177.6 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 27382487 0 0 0 3812851 4909 0 0 25 0 8 0 882182704 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26501/statm: 971692 814906 352 106 0 967195 0
[pid=26501/tid=26503] ppid=26499 vsize=3886768 CPUtime=4782.36 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 127444 0 0 0 478206 30 0 0 25 0 8 0 882182710 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=3886768 CPUtime=4782.08 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 169632 0 0 0 478108 100 0 0 25 0 8 0 882182710 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=3886768 CPUtime=4782.06 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 26334663 0 0 0 473621 4585 0 0 25 0 8 0 882182710 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=3886768 CPUtime=4781.08 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 65146 0 0 0 478086 22 0 0 25 0 8 0 882182710 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=3886768 CPUtime=4713.31 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 136927 0 0 0 471300 31 0 0 25 0 8 0 882182710 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4329856 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=3886768 CPUtime=4781.57 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 159111 0 0 0 478122 35 0 0 25 0 8 0 882182710 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=3886768 CPUtime=4782.15 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 83639 0 0 0 478170 45 0 0 25 0 8 0 882182710 3980050432 814906 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38177.6
Current children cumulated vsize (KiB) 3886768

[startup+4842.3 s]
/proc/loadavg: 8.16 8.09 8.00 9/484 26650
/proc/meminfo: memFree=21992956/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=4003152 CPUtime=38656.5 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 27685277 0 0 0 3860677 4971 0 0 25 0 8 0 882182704 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4511986 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26501/statm: 1000788 824967 352 106 0 996291 0
[pid=26501/tid=26503] ppid=26499 vsize=4003152 CPUtime=4842.35 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 127697 0 0 0 484205 30 0 0 25 0 8 0 882182710 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=4003152 CPUtime=4842.07 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 174520 0 0 0 484099 108 0 0 25 0 8 0 882182710 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=4003152 CPUtime=4842.05 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 26615936 0 0 0 479570 4635 0 0 25 0 8 0 882182710 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4334731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=4003152 CPUtime=4841.05 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 65903 0 0 0 484083 22 0 0 25 0 8 0 882182710 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=4003152 CPUtime=4773.29 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 137090 0 0 0 477298 31 0 0 25 0 8 0 882182710 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=4003152 CPUtime=4841.55 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 171397 0 0 0 484119 36 0 0 25 0 8 0 882182710 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=4003152 CPUtime=4842.13 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 86334 0 0 0 484165 48 0 0 25 0 8 0 882182710 4099227648 824967 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38656.5
Current children cumulated vsize (KiB) 4003152

[startup+4902.3 s]
/proc/loadavg: 8.12 8.08 8.00 9/484 26652
/proc/meminfo: memFree=21969856/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=4064432 CPUtime=39135.5 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 28023807 0 0 0 3908521 5028 0 0 25 0 8 0 882182704 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26501/statm: 1016108 830543 352 106 0 1011611 0
[pid=26501/tid=26503] ppid=26499 vsize=4064432 CPUtime=4902.35 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 139790 0 0 0 490203 32 0 0 25 0 8 0 882182710 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=4064432 CPUtime=4902.07 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 175178 0 0 0 490099 108 0 0 25 0 8 0 882182710 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=4064432 CPUtime=4902.05 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 26941144 0 0 0 485515 4690 0 0 25 0 8 0 882182710 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4546840 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=4064432 CPUtime=4901.03 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 65934 0 0 0 490081 22 0 0 25 0 8 0 882182710 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=4064432 CPUtime=4833.3 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 137321 0 0 0 483299 31 0 0 25 0 8 0 882182710 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4329772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=4064432 CPUtime=4901.54 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 171554 0 0 0 490118 36 0 0 25 0 8 0 882182710 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=4064432 CPUtime=4902.13 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 86358 0 0 0 490165 48 0 0 25 0 8 0 882182710 4161978368 830543 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39135.5
Current children cumulated vsize (KiB) 4064432

[startup+4962.3 s]
/proc/loadavg: 8.04 8.07 8.00 9/484 26653
/proc/meminfo: memFree=21957400/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=4065584 CPUtime=39614.5 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 28424633 0 0 0 3956355 5097 0 0 25 0 8 0 882182704 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26501/statm: 1016396 833665 352 106 0 1011899 0
[pid=26501/tid=26503] ppid=26499 vsize=4065584 CPUtime=4962.35 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 139957 0 0 0 496203 32 0 0 25 0 8 0 882182710 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=4065584 CPUtime=4962.07 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 176860 0 0 0 496098 109 0 0 25 0 8 0 882182710 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4352183 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=4065584 CPUtime=4962.05 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 27339434 0 0 0 491447 4758 0 0 25 0 8 0 882182710 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=4065584 CPUtime=4961.02 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 65986 0 0 0 496080 22 0 0 25 0 8 0 882182710 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=4065584 CPUtime=4893.3 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 137480 0 0 0 489299 31 0 0 25 0 8 0 882182710 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=4065584 CPUtime=4961.54 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 171902 0 0 0 496118 36 0 0 25 0 8 0 882182710 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=4065584 CPUtime=4962.13 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 86409 0 0 0 496165 48 0 0 25 0 8 0 882182710 4163158016 833665 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39614.5
Current children cumulated vsize (KiB) 4065584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.6 s]
/proc/loadavg: 8.02 8.05 8.00 9/484 26654
/proc/meminfo: memFree=21936512/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=4065584 CPUtime=40000.2 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4202496 28809545 0 0 0 3994848 5171 0 0 25 0 8 0 882182704 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26501/statm: 1016396 839079 352 106 0 1011899 0
[pid=26501/tid=26503] ppid=26499 vsize=4065584 CPUtime=5010.67 cores=0-7
/proc/26501/task/26503/stat : 26503 (SArTagnan) R 26499 26501 26475 0 -1 4202560 140095 0 0 0 501035 32 0 0 25 0 8 0 882182710 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26501/tid=26504] ppid=26499 vsize=4065584 CPUtime=5010.39 cores=0-7
/proc/26501/task/26504/stat : 26504 (SArTagnan) R 26499 26501 26475 0 -1 4202560 179795 0 0 0 500928 111 0 0 25 0 8 0 882182710 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26501/tid=26505] ppid=26499 vsize=4065584 CPUtime=5010.37 cores=0-7
/proc/26501/task/26505/stat : 26505 (SArTagnan) R 26499 26501 26475 0 -1 4202560 27718912 0 0 0 496208 4829 0 0 25 0 8 0 882182710 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26501/tid=26506] ppid=26499 vsize=4065584 CPUtime=5009.32 cores=0-7
/proc/26501/task/26506/stat : 26506 (SArTagnan) R 26499 26501 26475 0 -1 4202560 66012 0 0 0 500910 22 0 0 25 0 8 0 882182710 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26501/tid=26507] ppid=26499 vsize=4065584 CPUtime=4941.62 cores=0-7
/proc/26501/task/26507/stat : 26507 (SArTagnan) R 26499 26501 26475 0 -1 4202560 137579 0 0 0 494131 31 0 0 25 0 8 0 882182710 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26501/tid=26508] ppid=26499 vsize=4065584 CPUtime=5009.86 cores=0-7
/proc/26501/task/26508/stat : 26508 (SArTagnan) R 26499 26501 26475 0 -1 4202560 172215 0 0 0 500950 36 0 0 25 0 8 0 882182710 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26501/tid=26509] ppid=26499 vsize=4065584 CPUtime=5010.45 cores=0-7
/proc/26501/task/26509/stat : 26509 (SArTagnan) R 26499 26501 26475 0 -1 4202560 88245 0 0 0 500996 49 0 0 25 0 8 0 882182710 4163158016 839079 33554432000 4194304 4625164 140736480517696 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 4065584

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

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

[startup+5010.72 s]
/proc/loadavg: 8.02 8.05 8.00 9/484 26654
/proc/meminfo: memFree=21936512/32950928 swapFree=61542356/67111528
[pid=26501] ppid=26499 vsize=0 CPUtime=40000.4 cores=0-7
/proc/26501/stat : 26501 (SArTagnan) R 26499 26501 26475 0 -1 4203524 28809546 0 0 0 3994857 5181 0 0 25 0 1 0 882182704 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26501/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.78
CPU time (s): 40000.4
CPU user time (s): 39948.6
CPU system time (s): 51.8701
CPU usage (%): 798.288
Max. virtual memory (cumulated for all children) (KiB): 4065584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39948.6
system time used= 51.8701
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28809546
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= 14278
involuntary context switches= 172771

runsolver used 23.2335 second user time and 58.6981 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-01 11:12:00
IDJOB=3438496
IDBENCH=71428
IDSOLVER=1936
FILE ID=node116/3438496-1306919520
RUNJOBID= node116-1306919520-26489
PBS_JOBID= 13488528
Free space on /tmp= 73724 MiB

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

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=194389402

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25299060 kB
Buffers:        123616 kB
Cached:         156600 kB
SwapCached:      12568 kB
Active:        7265120 kB
Inactive:       123856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25299060 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:     7106996 kB
Mapped:          21424 kB
Slab:           130784 kB
PageTables:      62424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139577092 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= 73724 MiB
End job on node116 at 2011-06-01 12:35:33