Trace number 3265788

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-03-24? (TO) 4800.2 1201.77

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn004.shuffled-as.sat05-3844.cnf
MD5SUM7d96ba103689bec761c9e7df7b158323
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3199.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2731
Number of clauses17983
Sum of the clauses size126997
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32370
Number of clauses of size 4477
Number of clauses of size 5642
Number of clauses of size over 514010

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

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-3265788-1304109140/watcher-3265788-1304109140 -o /tmp/evaluation-result-3265788-1304109140/solver-3265788-1304109140 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3265788-1304109140.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.88 8.09 8.08 5/184 8654
/proc/meminfo: memFree=29641856/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=19768 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 646 0 0 0 0 0 0 0 25 0 1 0 522511873 20242432 584 33554432000 4194304 4623224 140733654852112 18446744073709551615 4295141 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8654/statm: 4942 584 301 105 0 446 0

[startup+0.117356 s]
/proc/loadavg: 7.88 8.09 8.08 5/184 8654
/proc/meminfo: memFree=29641856/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=256028 CPUtime=0.38 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 4366 0 0 0 38 0 0 0 18 0 4 0 522511873 262172672 3048 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 64007 3048 339 105 0 59511 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 256028

[startup+0.20113 s]
/proc/loadavg: 7.88 8.09 8.08 5/184 8654
/proc/meminfo: memFree=29641856/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=257508 CPUtime=0.72 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 5669 0 0 0 72 0 0 0 18 0 4 0 522511873 263688192 3611 33554432000 4194304 4623224 140733654852112 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 64377 3612 339 105 0 59881 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 257508

[startup+0.30111 s]
/proc/loadavg: 7.88 8.09 8.08 5/184 8654
/proc/meminfo: memFree=29641856/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=258296 CPUtime=1.12 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 6853 0 0 0 111 1 0 0 18 0 4 0 522511873 264495104 4174 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 64574 4174 339 105 0 60078 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 258296

[startup+0.701039 s]
/proc/loadavg: 7.88 8.09 8.08 5/184 8654
/proc/meminfo: memFree=29641856/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=264296 CPUtime=2.72 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 12853 0 0 0 271 1 0 0 18 0 4 0 522511873 270639104 6476 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510017 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 66074 6476 344 105 0 61578 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 264296

[startup+1.50089 s]
/proc/loadavg: 7.88 8.09 8.08 9/188 8658
/proc/meminfo: memFree=29609096/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=266520 CPUtime=5.91 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 15722 0 0 0 589 2 0 0 19 0 4 0 522511873 272916480 8343 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 66630 8343 344 105 0 62134 0
[pid=8654/tid=8656] ppid=8652 vsize=266520 CPUtime=1.47 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 3145 0 0 0 147 0 0 0 25 0 4 0 522511875 272916480 8343 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=266520 CPUtime=1.47 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 2946 0 0 0 147 0 0 0 20 0 4 0 522511875 272916480 8343 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=266520 CPUtime=1.46 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 3952 0 0 0 146 0 0 0 25 0 4 0 522511875 272916480 8343 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 266520

[startup+3.10059 s]
/proc/loadavg: 7.88 8.09 8.08 9/188 8658
/proc/meminfo: memFree=29603144/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=269992 CPUtime=12.31 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 25998 0 0 0 1227 4 0 0 25 0 4 0 522511873 276471808 10516 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 67498 10516 344 105 0 63002 0
[pid=8654/tid=8656] ppid=8652 vsize=269992 CPUtime=3.06 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 4840 0 0 0 306 0 0 0 25 0 4 0 522511875 276471808 10516 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=269992 CPUtime=3.06 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 4582 0 0 0 306 0 0 0 25 0 4 0 522511875 276471808 10516 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=269992 CPUtime=3.05 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 10084 0 0 0 304 1 0 0 25 0 4 0 522511875 276471808 10516 33554432000 4194304 4623224 140733654852112 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 269992

[startup+6.301 s]
/proc/loadavg: 7.89 8.09 8.08 9/188 8658
/proc/meminfo: memFree=29584920/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=272936 CPUtime=25.09 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 39277 0 0 0 2503 6 0 0 25 0 4 0 522511873 279486464 13487 33554432000 4194304 4623224 140733654852112 18446744073709551615 4517435 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 68234 13487 344 105 0 63738 0
[pid=8654/tid=8656] ppid=8652 vsize=272936 CPUtime=6.26 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 7242 0 0 0 626 0 0 0 25 0 4 0 522511875 279486464 13487 33554432000 4194304 4623224 140733654852112 18446744073709551615 4461603 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=272936 CPUtime=6.26 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 4774 0 0 0 626 0 0 0 25 0 4 0 522511875 279486464 13487 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376846 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=272936 CPUtime=6.24 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 20617 0 0 0 621 3 0 0 25 0 4 0 522511875 279486464 13487 33554432000 4194304 4623224 140733654852112 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 272936

[startup+12.7008 s]
/proc/loadavg: 7.90 8.09 8.08 9/188 8659
/proc/meminfo: memFree=29551696/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=280160 CPUtime=50.66 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 51626 0 0 0 5056 10 0 0 25 0 4 0 522511873 286883840 16226 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 70040 16226 344 105 0 65544 0
[pid=8654/tid=8656] ppid=8652 vsize=280160 CPUtime=12.66 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 10318 0 0 0 1265 1 0 0 25 0 4 0 522511875 286883840 16226 33554432000 4194304 4623224 140733654852112 18446744073709551615 4377022 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=280160 CPUtime=12.67 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 6446 0 0 0 1266 1 0 0 25 0 4 0 522511875 286883840 16226 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=280160 CPUtime=12.6 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 28183 0 0 0 1255 5 0 0 25 0 4 0 522511875 286883840 16226 33554432000 4194304 4623224 140733654852112 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 280160

[startup+25.5004 s]
/proc/loadavg: 8.06 8.12 8.09 9/188 8659
/proc/meminfo: memFree=29514384/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=282040 CPUtime=101.78 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 138120 0 0 0 10155 23 0 0 25 0 4 0 522511873 288808960 21238 33554432000 4194304 4623224 140733654852112 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 70510 21238 344 105 0 66014 0
[pid=8654/tid=8656] ppid=8652 vsize=282040 CPUtime=25.47 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 15219 0 0 0 2544 3 0 0 25 0 4 0 522511875 288808960 21238 33554432000 4194304 4623224 140733654852112 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=282040 CPUtime=25.46 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 9246 0 0 0 2545 1 0 0 25 0 4 0 522511875 288808960 21238 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=282040 CPUtime=25.33 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 104960 0 0 0 2517 16 0 0 25 0 4 0 522511875 288808960 21238 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376956 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 282040

[startup+51.1007 s]
/proc/loadavg: 8.12 8.12 8.09 9/188 8660
/proc/meminfo: memFree=29370024/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=298500 CPUtime=204.05 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 235371 0 0 0 20364 41 0 0 25 0 4 0 522511873 305664000 32166 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 74625 32166 361 105 0 70129 0
[pid=8654/tid=8656] ppid=8652 vsize=298500 CPUtime=51.06 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 21130 0 0 0 5103 3 0 0 25 0 4 0 522511875 305664000 32166 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=298500 CPUtime=51.07 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 10369 0 0 0 5104 3 0 0 25 0 4 0 522511875 305664000 32166 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=298500 CPUtime=50.79 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 191044 0 0 0 5048 31 0 0 25 0 4 0 522511875 305664000 32166 33554432000 4194304 4623224 140733654852112 18446744073709551615 255376998496 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 298500

[startup+102.301 s]
/proc/loadavg: 8.17 8.13 8.09 9/188 8661
/proc/meminfo: memFree=29198028/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=363136 CPUtime=408.58 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 378246 0 0 0 40789 69 0 0 25 0 4 0 522511873 371851264 59461 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 90784 59461 1226 105 0 86288 0
[pid=8654/tid=8656] ppid=8652 vsize=363136 CPUtime=102.28 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 24764 0 0 0 10223 5 0 0 25 0 4 0 522511875 371851264 59461 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=363136 CPUtime=102.26 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 14438 0 0 0 10223 3 0 0 25 0 4 0 522511875 371851264 59461 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=363136 CPUtime=101.72 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 307169 0 0 0 10118 54 0 0 25 0 4 0 522511875 371851264 59461 33554432000 4194304 4623224 140733654852112 18446744073709551615 4550519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 363136

[startup+162.301 s]
/proc/loadavg: 8.18 8.14 8.10 9/188 8663
/proc/meminfo: memFree=29097312/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=414332 CPUtime=648.23 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 461399 0 0 0 64739 84 0 0 25 0 4 0 522511873 424275968 72776 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 103583 72776 1028 105 0 99087 0
[pid=8654/tid=8656] ppid=8652 vsize=414332 CPUtime=162.27 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33341 0 0 0 16221 6 0 0 25 0 4 0 522511875 424275968 72776 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=414332 CPUtime=162.25 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 15071 0 0 0 16222 3 0 0 25 0 4 0 522511875 424275968 72776 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=414332 CPUtime=161.39 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 364626 0 0 0 16074 65 0 0 25 0 4 0 522511875 424275968 72776 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 414332

[startup+222.307 s]
/proc/loadavg: 8.19 8.15 8.10 9/188 8664
/proc/meminfo: memFree=28956444/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=520260 CPUtime=887.93 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 622599 0 0 0 88678 115 0 0 25 0 4 0 522511873 532746240 88277 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 130065 88277 492 105 0 125569 0
[pid=8654/tid=8656] ppid=8652 vsize=520260 CPUtime=222.27 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 35008 0 0 0 22221 6 0 0 25 0 4 0 522511875 532746240 88277 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=520260 CPUtime=222.25 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 21995 0 0 0 22219 6 0 0 25 0 4 0 522511875 532746240 88277 33554432000 4194304 4623224 140733654852112 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=520260 CPUtime=221.06 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 490750 0 0 0 22017 89 0 0 25 0 4 0 522511875 532746240 88277 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 520260

[startup+282.301 s]

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

[pid=8654] ppid=8652 vsize=1155908 CPUtime=2565.55 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 3485249 0 0 0 255937 618 0 0 25 0 4 0 522511873 1183649792 221117 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 288977 221117 344 105 0 284481 0
[pid=8654/tid=8656] ppid=8652 vsize=1155908 CPUtime=642.27 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 75804 0 0 0 64211 16 0 0 25 0 4 0 522511875 1183649792 221117 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1155908 CPUtime=642.19 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 32762 0 0 0 64210 9 0 0 25 0 4 0 522511875 1183649792 221117 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1155908 CPUtime=638.78 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 3001799 0 0 0 63345 533 0 0 25 0 4 0 522511875 1183649792 221117 33554432000 4194304 4623224 140733654852112 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.55
Current children cumulated vsize (KiB) 1155908

[startup+702.301 s]
/proc/loadavg: 8.15 8.19 8.12 9/188 8677
/proc/meminfo: memFree=27817600/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1165656 CPUtime=2805.22 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 3499359 0 0 0 279900 622 0 0 25 0 4 0 522511873 1193631744 228419 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 291414 228419 344 105 0 286918 0
[pid=8654/tid=8656] ppid=8652 vsize=1165656 CPUtime=702.27 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 76351 0 0 0 70211 16 0 0 25 0 4 0 522511875 1193631744 228419 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1165656 CPUtime=702.18 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 32883 0 0 0 70209 9 0 0 25 0 4 0 522511875 1193631744 228419 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1165656 CPUtime=698.45 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 3004257 0 0 0 69311 534 0 0 25 0 4 0 522511875 1193631744 228419 33554432000 4194304 4623224 140733654852112 18446744073709551615 4291623 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.22
Current children cumulated vsize (KiB) 1165656

[startup+762.301 s]
/proc/loadavg: 8.17 8.18 8.12 9/188 8679
/proc/meminfo: memFree=27435164/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1277384 CPUtime=3044.91 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 3852536 0 0 0 303811 680 0 0 25 0 4 0 522511873 1308041216 239131 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 319346 239131 346 105 0 314850 0
[pid=8654/tid=8656] ppid=8652 vsize=1277384 CPUtime=762.28 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 101836 0 0 0 76209 19 0 0 25 0 4 0 522511875 1308041216 239131 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1277384 CPUtime=762.18 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 32992 0 0 0 76209 9 0 0 25 0 4 0 522511875 1308041216 239131 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1277384 CPUtime=758.13 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 3327987 0 0 0 75225 588 0 0 25 0 4 0 522511875 1308041216 239131 33554432000 4194304 4623224 140733654852112 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 1277384

[startup+822.301 s]
/proc/loadavg: 8.29 8.22 8.13 9/188 8680
/proc/meminfo: memFree=27334836/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1375784 CPUtime=3284.56 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 4284334 0 0 0 327701 755 0 0 25 0 4 0 522511873 1408802816 256602 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 343946 256602 349 105 0 339450 0
[pid=8654/tid=8656] ppid=8652 vsize=1375784 CPUtime=822.27 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 106795 0 0 0 82208 19 0 0 25 0 4 0 522511875 1408802816 256602 33554432000 4194304 4623224 140733654852112 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1375784 CPUtime=822.17 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33088 0 0 0 82208 9 0 0 25 0 4 0 522511875 1408802816 256602 33554432000 4194304 4623224 140733654852112 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1375784 CPUtime=817.79 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 3710574 0 0 0 81124 655 0 0 25 0 4 0 522511875 1408802816 256602 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 1375784

[startup+882.307 s]
/proc/loadavg: 8.20 8.21 8.13 9/188 8682
/proc/meminfo: memFree=27217772/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1441320 CPUtime=3524.26 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 4689137 0 0 0 351600 826 0 0 25 0 4 0 522511873 1475911680 266878 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 360330 266878 344 105 0 355834 0
[pid=8654/tid=8656] ppid=8652 vsize=1441320 CPUtime=882.28 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 107665 0 0 0 88208 20 0 0 25 0 4 0 522511875 1475911680 266878 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1441320 CPUtime=882.17 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33149 0 0 0 88208 9 0 0 25 0 4 0 522511875 1475911680 266878 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1441320 CPUtime=877.48 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 4094579 0 0 0 87027 721 0 0 25 0 4 0 522511875 1475911680 266878 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 1441320

[startup+942.301 s]
/proc/loadavg: 8.20 8.21 8.14 9/188 8683
/proc/meminfo: memFree=27126740/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1479748 CPUtime=3763.91 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 5114728 0 0 0 375496 895 0 0 25 0 4 0 522511873 1515261952 282265 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 369937 282265 457 105 0 365441 0
[pid=8654/tid=8656] ppid=8652 vsize=1479748 CPUtime=942.27 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 108221 0 0 0 94207 20 0 0 25 0 4 0 522511875 1515261952 282265 33554432000 4194304 4623224 140733654852112 18446744073709551615 4379208 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1479748 CPUtime=942.15 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33267 0 0 0 94206 9 0 0 25 0 4 0 522511875 1515261952 282265 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1479748 CPUtime=937.15 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 4494189 0 0 0 92929 786 0 0 25 0 4 0 522511875 1515261952 282265 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 1479748

[startup+1002.3 s]
/proc/loadavg: 8.12 8.18 8.13 9/188 8685
/proc/meminfo: memFree=27051828/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1545284 CPUtime=4003.58 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 5506128 0 0 0 399397 961 0 0 25 0 4 0 522511873 1582370816 294794 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 386321 294794 457 105 0 381825 0
[pid=8654/tid=8656] ppid=8652 vsize=1545284 CPUtime=1002.28 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 108809 0 0 0 100208 20 0 0 25 0 4 0 522511875 1582370816 294794 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1545284 CPUtime=1002.15 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33399 0 0 0 100206 9 0 0 25 0 4 0 522511875 1582370816 294794 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1545284 CPUtime=996.82 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 4864482 0 0 0 98835 847 0 0 25 0 4 0 522511875 1582370816 294794 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 1545284

[startup+1062.3 s]
/proc/loadavg: 8.21 8.21 8.14 9/188 8687
/proc/meminfo: memFree=26988440/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1545284 CPUtime=4243.26 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 5908506 0 0 0 423297 1029 0 0 25 0 4 0 522511873 1582370816 304752 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 386321 304752 456 105 0 381825 0
[pid=8654/tid=8656] ppid=8652 vsize=1545284 CPUtime=1062.27 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 109295 0 0 0 106207 20 0 0 25 0 4 0 522511875 1582370816 304752 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1545284 CPUtime=1062.15 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33468 0 0 0 106206 9 0 0 25 0 4 0 522511875 1582370816 304752 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1545284 CPUtime=1056.49 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 5243060 0 0 0 104740 909 0 0 25 0 4 0 522511875 1582370816 304752 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 1545284

[startup+1122.3 s]
/proc/loadavg: 8.11 8.18 8.13 9/188 8688
/proc/meminfo: memFree=26907572/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1548320 CPUtime=4482.93 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 6030623 0 0 0 447243 1050 0 0 25 0 4 0 522511873 1585479680 318224 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 387080 318224 456 105 0 382584 0
[pid=8654/tid=8656] ppid=8652 vsize=1548320 CPUtime=1122.28 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 109980 0 0 0 112208 20 0 0 25 0 4 0 522511875 1585479680 318224 33554432000 4194304 4623224 140733654852112 18446744073709551615 4366446 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1548320 CPUtime=1122.14 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33544 0 0 0 112205 9 0 0 25 0 4 0 522511875 1585479680 318224 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1548320 CPUtime=1116.17 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 5336223 0 0 0 110692 925 0 0 25 0 4 0 522511875 1585479680 318224 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 1548320

[startup+1182.3 s]
/proc/loadavg: 8.17 8.19 8.14 9/188 8690
/proc/meminfo: memFree=26779580/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1773824 CPUtime=4722.61 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 6135336 0 0 0 471196 1065 0 0 25 0 4 0 522511873 1816395776 343056 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 443456 343056 456 105 0 438960 0
[pid=8654/tid=8656] ppid=8652 vsize=1773824 CPUtime=1182.29 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 110574 0 0 0 118208 21 0 0 25 0 4 0 522511875 1816395776 343056 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1773824 CPUtime=1182.13 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33591 0 0 0 118204 9 0 0 25 0 4 0 522511875 1816395776 343056 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1773824 CPUtime=1175.84 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 5339784 0 0 0 116659 925 0 0 25 0 4 0 522511875 1816395776 343056 33554432000 4194304 4623224 140733654852112 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 1773824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.23 7.98 8.07 5/179 8708
/proc/meminfo: memFree=28320012/32951124 swapFree=67111352/67111528
[pid=8654] ppid=8652 vsize=1777428 CPUtime=4800.11 cores=1,3,5,7
/proc/8654/stat : 8654 (SArTagnan) R 8652 8654 8042 0 -1 4202496 6142449 0 0 0 478945 1066 0 0 25 0 4 0 522511873 1820086272 348187 33554432000 4194304 4623224 140733654852112 18446744073709551615 4510077 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8654/statm: 444357 348187 456 105 0 439861 0
[pid=8654/tid=8656] ppid=8652 vsize=1777428 CPUtime=1201.69 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (SArTagnan) R 8652 8654 8042 0 -1 4202560 110856 0 0 0 120148 21 0 0 25 0 4 0 522511875 1820086272 348187 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8654/tid=8657] ppid=8652 vsize=1777428 CPUtime=1201.54 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (SArTagnan) R 8652 8654 8042 0 -1 4202560 33689 0 0 0 120145 9 0 0 25 0 4 0 522511875 1820086272 348187 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8654/tid=8658] ppid=8652 vsize=1777428 CPUtime=1195.14 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (SArTagnan) R 8652 8654 8042 0 -1 4202560 5340745 0 0 0 118588 926 0 0 25 0 4 0 522511875 1820086272 348187 33554432000 4194304 4623224 140733654852112 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1777428

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.2
CPU user time (s): 4789.47
CPU system time (s): 10.7294
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 2053148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.47
system time used= 10.7294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6142450
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= 4135
involuntary context switches= 33750

runsolver used 1.77373 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 22:32:20
IDJOB=3265788
IDBENCH=85805
IDSOLVER=1656
FILE ID=node135/3265788-1304109140
RUNJOBID= node135-1304107918-8478
PBS_JOBID= 13170648
Free space on /tmp= 71120 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn004.shuffled-as.sat05-3844.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265788-1304109140/watcher-3265788-1304109140 -o /tmp/evaluation-result-3265788-1304109140/solver-3265788-1304109140 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3265788-1304109140.cnf -threads=4

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

MD5SUM BENCH= 7d96ba103689bec761c9e7df7b158323
RANDOM SEED=1827791232

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29642136 kB
Buffers:        917040 kB
Cached:        1737188 kB
SwapCached:        172 kB
Active:         194312 kB
Inactive:      2598260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29642136 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            2556 kB
Writeback:           0 kB
AnonPages:      137652 kB
Mapped:          15472 kB
Slab:           453592 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   328160 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71120 MiB
End job on node135 at 2011-04-29 22:52:24