Trace number 3386073

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) 2902.31 1300.11

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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

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

running on 4 cores: 0,2,4,6

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: 4.00 4.00 4.00 7/387 26683
/proc/meminfo: memFree=14517988/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=21208 CPUtime=0.01 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 1060 0 0 0 1 0 0 0 23 0 1 0 669818201 21716992 585 33554432000 4194304 4625164 140734979181072 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26683/statm: 5302 586 296 106 0 805 0

[startup+0.114207 s]
/proc/loadavg: 4.00 4.00 4.00 7/387 26683
/proc/meminfo: memFree=14517988/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=188432 CPUtime=0.24 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 3048 0 0 0 24 0 0 0 24 0 4 0 669818201 192954368 2264 33554432000 4194304 4625164 140734979181072 18446744073709551615 4513364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26683/statm: 47108 2265 345 106 0 42611 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 188432

[startup+0.200192 s]
/proc/loadavg: 4.00 4.00 4.00 7/387 26683
/proc/meminfo: memFree=14517988/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=189584 CPUtime=0.47 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 3757 0 0 0 47 0 0 0 24 0 4 0 669818201 194134016 2973 33554432000 4194304 4625164 140734979181072 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26683/statm: 47396 2973 345 106 0 42899 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 189584

[startup+0.300173 s]
/proc/loadavg: 4.00 4.00 4.00 7/387 26683
/proc/meminfo: memFree=14517988/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=258756 CPUtime=0.66 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 4789 0 0 0 66 0 0 0 25 0 4 0 669818201 264966144 4005 33554432000 4194304 4625164 140734979181072 18446744073709551615 218371000503 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 64689 4005 345 106 0 60192 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 258756

[startup+0.807046 s]
/proc/loadavg: 4.00 4.00 4.00 7/387 26683
/proc/meminfo: memFree=14517988/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=265900 CPUtime=1.68 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 8686 0 0 0 168 0 0 0 18 0 4 0 669818201 272281600 6179 33554432000 4194304 4625164 140734979181072 18446744073709551615 218371000503 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26683/statm: 66475 6179 345 106 0 61978 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 265900

[startup+1.51496 s]
/proc/loadavg: 4.64 4.13 4.04 13/397 26696
/proc/meminfo: memFree=14457892/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=269772 CPUtime=3.43 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 11622 0 0 0 342 1 0 0 19 0 4 0 669818201 276246528 8764 33554432000 4194304 4625164 140734979181072 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26683/statm: 67443 8765 356 106 0 62946 0
[pid=26683/tid=26685] ppid=26681 vsize=269772 CPUtime=1.33 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 3682 0 0 0 133 0 0 0 19 0 4 0 669818203 276246528 8765 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=269772 CPUtime=0.28 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 1755 0 0 0 28 0 0 0 25 0 4 0 669818203 276246528 8766 33554432000 4194304 4625164 140734979181072 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=269772 CPUtime=0.6 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 1186 0 0 0 60 0 0 0 25 0 4 0 669818203 276246528 8766 33554432000 4194304 4625164 140734979181072 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 269772

[startup+3.10068 s]
/proc/loadavg: 4.64 4.13 4.04 13/397 26696
/proc/meminfo: memFree=14439300/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=278076 CPUtime=7.32 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 18870 0 0 0 729 3 0 0 21 0 4 0 669818201 284749824 12981 33554432000 4194304 4625164 140734979181072 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26683/statm: 69519 12981 354 106 0 65022 0
[pid=26683/tid=26685] ppid=26681 vsize=278076 CPUtime=2.63 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 5483 0 0 0 263 0 0 0 21 0 4 0 669818203 284749824 12981 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=278076 CPUtime=0.98 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 4680 0 0 0 97 1 0 0 25 0 4 0 669818203 284749824 12981 33554432000 4194304 4625164 140734979181072 18446744073709551615 218370624416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=278076 CPUtime=1.4 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 2629 0 0 0 140 0 0 0 25 0 4 0 669818203 284749824 12981 33554432000 4194304 4625164 140734979181072 18446744073709551615 218370653963 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 278076

[startup+6.30111 s]
/proc/loadavg: 4.64 4.13 4.04 13/397 26696
/proc/meminfo: memFree=14406668/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=285240 CPUtime=14.67 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 34404 0 0 0 1462 5 0 0 25 0 4 0 669818201 292085760 17864 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 71310 17864 347 106 0 66813 0
[pid=26683/tid=26685] ppid=26681 vsize=285240 CPUtime=4.37 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 7702 0 0 0 437 0 0 0 25 0 4 0 669818203 292085760 17864 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=285240 CPUtime=2.04 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 6884 0 0 0 203 1 0 0 25 0 4 0 669818203 292085760 17864 33554432000 4194304 4625164 140734979181072 18446744073709551615 218371062254 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=285240 CPUtime=3.05 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 11948 0 0 0 305 0 0 0 25 0 4 0 669818203 292085760 17864 33554432000 4194304 4625164 140734979181072 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 285240

[startup+12.701 s]
/proc/loadavg: 5.93 4.42 4.14 13/397 26696
/proc/meminfo: memFree=14347976/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=299640 CPUtime=27.87 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 63091 0 0 0 2777 10 0 0 25 0 4 0 669818201 306831360 25861 33554432000 4194304 4625164 140734979181072 18446744073709551615 4397112 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26683/statm: 74910 25861 348 106 0 70413 0
[pid=26683/tid=26685] ppid=26681 vsize=299640 CPUtime=7.31 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 11487 0 0 0 729 2 0 0 25 0 4 0 669818203 306831360 25861 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=299640 CPUtime=5.01 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 11190 0 0 0 499 2 0 0 25 0 4 0 669818203 306831360 25861 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=299640 CPUtime=6.3 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 31552 0 0 0 627 3 0 0 25 0 4 0 669818203 306831360 25861 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 27.87
Current children cumulated vsize (KiB) 299640

[startup+25.5007 s]
/proc/loadavg: 6.94 4.69 4.23 13/397 26696
/proc/meminfo: memFree=14276788/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=334712 CPUtime=56.03 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 95064 0 0 0 5585 18 0 0 25 0 4 0 669818201 342745088 40208 33554432000 4194304 4625164 140734979181072 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26683/statm: 83678 40208 371 106 0 79181 0
[pid=26683/tid=26685] ppid=26681 vsize=334712 CPUtime=13.43 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 16401 0 0 0 1340 3 0 0 25 0 4 0 669818203 342745088 40208 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=334712 CPUtime=11.54 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 19479 0 0 0 1148 6 0 0 25 0 4 0 669818203 342745088 40208 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=334712 CPUtime=12.8 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 46786 0 0 0 1274 6 0 0 25 0 4 0 669818203 342745088 40208 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.03
Current children cumulated vsize (KiB) 334712

[startup+51.1012 s]
/proc/loadavg: 8.66 5.28 4.43 13/397 26697
/proc/meminfo: memFree=14126900/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=447580 CPUtime=112.37 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 147989 0 0 0 11206 31 0 0 25 0 4 0 669818201 458321920 68338 33554432000 4194304 4625164 140734979181072 18446744073709551615 218370654677 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26683/statm: 111895 68338 361 106 0 107398 0
[pid=26683/tid=26685] ppid=26681 vsize=447580 CPUtime=26.11 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 25109 0 0 0 2604 7 0 0 25 0 4 0 669818203 458321920 68338 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=447580 CPUtime=23.53 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 33793 0 0 0 2342 11 0 0 19 0 4 0 669818203 458321920 68338 33554432000 4194304 4625164 140734979181072 18446744073709551615 4339600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=447580 CPUtime=28.5 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 53005 0 0 0 2843 7 0 0 25 0 4 0 669818203 458321920 68338 33554432000 4194304 4625164 140734979181072 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 112.37
Current children cumulated vsize (KiB) 447580

[startup+102.301 s]
/proc/loadavg: 10.86 6.46 4.89 14/397 26698
/proc/meminfo: memFree=13796412/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=762944 CPUtime=229 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 450945 0 0 0 22820 80 0 0 25 0 4 0 669818201 781254656 133520 33554432000 4194304 4625164 140734979181072 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26683/statm: 190736 133520 526 106 0 186239 0
[pid=26683/tid=26685] ppid=26681 vsize=762944 CPUtime=62.67 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 48806 0 0 0 6255 12 0 0 25 0 4 0 669818203 781254656 133520 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=762944 CPUtime=47.62 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 52869 0 0 0 4743 19 0 0 25 0 4 0 669818203 781254656 133520 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=762944 CPUtime=53.69 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 195492 0 0 0 5341 28 0 0 25 0 4 0 669818203 781254656 133520 33554432000 4194304 4625164 140734979181072 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 229
Current children cumulated vsize (KiB) 762944

[startup+162.3 s]
/proc/loadavg: 11.80 7.53 5.35 13/397 26700
/proc/meminfo: memFree=13522844/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=968876 CPUtime=371.86 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 866327 0 0 0 37042 144 0 0 25 0 4 0 669818201 992129024 188269 33554432000 4194304 4625164 140734979181072 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26683/statm: 242219 188269 561 106 0 237722 0
[pid=26683/tid=26685] ppid=26681 vsize=968876 CPUtime=95.99 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 65120 0 0 0 9585 14 0 0 25 0 4 0 669818203 992129024 188269 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=968876 CPUtime=76.6 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 75896 0 0 0 7628 32 0 0 25 0 4 0 669818203 992129024 188269 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=968876 CPUtime=82.34 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 486989 0 0 0 8167 67 0 0 25 0 4 0 669818203 992129024 188269 33554432000 4194304 4625164 140734979181072 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 371.86
Current children cumulated vsize (KiB) 968876

[startup+222.301 s]
/proc/loadavg: 11.92 8.34 5.76 13/397 26701
/proc/meminfo: memFree=13221736/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=1301588 CPUtime=508.86 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 1169054 0 0 0 50692 194 0 0 25 0 4 0 669818201 1332826112 250772 33554432000 4194304 4625164 140734979181072 18446744073709551615 4393068 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 325397 250772 421 106 0 320900 0
[pid=26683/tid=26685] ppid=26681 vsize=1301588 CPUtime=137.11 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 70328 0 0 0 13695 16 0 0 25 0 4 0 669818203 1332826112 250772 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=1301588 CPUtime=105.47 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 92295 0 0 0 10504 43 0 0 25 0 4 0 669818203 1332826112 250772 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=1301588 CPUtime=115.58 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 644605 0 0 0 11469 89 0 0 25 0 4 0 669818203 1332826112 250772 33554432000 4194304 4625164 140734979181072 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 508.86
Current children cumulated vsize (KiB) 1301588

[startup+282.301 s]

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

[pid=26683] ppid=26681 vsize=2463508 CPUtime=1580.58 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 3555689 0 0 0 157512 546 0 0 25 0 4 0 669818201 2522632192 491850 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 615877 491850 346 106 0 611380 0
[pid=26683/tid=26685] ppid=26681 vsize=2463508 CPUtime=428.98 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 105184 0 0 0 42872 26 0 0 25 0 4 0 669818203 2522632192 491850 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=2463508 CPUtime=341.98 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 194942 0 0 0 34098 100 0 0 25 0 4 0 669818203 2522632192 491850 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=2463508 CPUtime=363.04 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 2440383 0 0 0 35982 322 0 0 25 0 4 0 669818203 2522632192 491850 33554432000 4194304 4625164 140734979181072 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1580.58
Current children cumulated vsize (KiB) 2463508

[startup+762.301 s]
/proc/loadavg: 12.18 11.55 8.57 13/397 26716
/proc/meminfo: memFree=11935424/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=2559420 CPUtime=1700.58 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 3582074 0 0 0 169505 553 0 0 25 0 4 0 669818201 2620846080 503368 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 639855 503368 346 106 0 635358 0
[pid=26683/tid=26685] ppid=26681 vsize=2559420 CPUtime=458.98 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 105689 0 0 0 45872 26 0 0 25 0 4 0 669818203 2620846080 503368 33554432000 4194304 4625164 140734979181072 18446744073709551615 4330972 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=2559420 CPUtime=371.98 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 199961 0 0 0 37094 104 0 0 25 0 4 0 669818203 2620846080 503368 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352310 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=2559420 CPUtime=393.04 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 2455139 0 0 0 38980 324 0 0 25 0 4 0 669818203 2620846080 503368 33554432000 4194304 4625164 140734979181072 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1700.58
Current children cumulated vsize (KiB) 2559420

[startup+822.3 s]
/proc/loadavg: 12.19 11.66 8.80 13/397 26717
/proc/meminfo: memFree=11846852/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=2562744 CPUtime=1820.59 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 3600694 0 0 0 181497 562 0 0 25 0 4 0 669818201 2624249856 520103 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 640686 520103 346 106 0 636189 0
[pid=26683/tid=26685] ppid=26681 vsize=2562744 CPUtime=488.99 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 106277 0 0 0 48873 26 0 0 25 0 4 0 669818203 2624249856 520103 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=2562744 CPUtime=401.95 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 207250 0 0 0 40084 111 0 0 25 0 4 0 669818203 2624249856 520103 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=2562744 CPUtime=423.03 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 2456713 0 0 0 41979 324 0 0 25 0 4 0 669818203 2624249856 520103 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1820.59
Current children cumulated vsize (KiB) 2562744

[startup+882.301 s]
/proc/loadavg: 12.12 11.73 9.00 13/397 26719
/proc/meminfo: memFree=11790772/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=2567616 CPUtime=1940.58 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 3613422 0 0 0 193490 568 0 0 25 0 4 0 669818201 2629238784 531074 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 641904 531074 346 106 0 637407 0
[pid=26683/tid=26685] ppid=26681 vsize=2567616 CPUtime=519 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 106422 0 0 0 51874 26 0 0 25 0 4 0 669818203 2629238784 531074 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=2567616 CPUtime=431.95 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 211824 0 0 0 43079 116 0 0 25 0 4 0 669818203 2629238784 531074 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=2567616 CPUtime=453.03 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 2458408 0 0 0 44978 325 0 0 25 0 4 0 669818203 2629238784 531074 33554432000 4194304 4625164 140734979181072 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1940.58
Current children cumulated vsize (KiB) 2567616

[startup+942.301 s]
/proc/loadavg: 12.09 11.79 9.19 13/397 26721
/proc/meminfo: memFree=11739776/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=2572664 CPUtime=2065.38 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 3726905 0 0 0 205951 587 0 0 25 0 4 0 669818201 2634407936 546168 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26683/statm: 643166 546168 348 106 0 638669 0
[pid=26683/tid=26685] ppid=26681 vsize=2572664 CPUtime=555.79 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 106516 0 0 0 55553 26 0 0 25 0 4 0 669818203 2634407936 546168 33554432000 4194304 4625164 140734979181072 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=2572664 CPUtime=457.75 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 216525 0 0 0 45656 119 0 0 25 0 4 0 669818203 2634407936 546168 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=2572664 CPUtime=476.63 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 2558619 0 0 0 47324 339 0 0 25 0 4 0 669818203 2634407936 546168 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2065.38
Current children cumulated vsize (KiB) 2572664

[startup+1002.3 s]
/proc/loadavg: 12.18 11.87 9.38 13/397 26722
/proc/meminfo: memFree=11565752/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=3144948 CPUtime=2207.56 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 4302137 0 0 0 220094 662 0 0 25 0 4 0 669818201 3220426752 585463 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26683/statm: 786237 585463 346 106 0 781740 0
[pid=26683/tid=26685] ppid=26681 vsize=3144948 CPUtime=594.24 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 106630 0 0 0 59398 26 0 0 25 0 4 0 669818203 3220426752 585463 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=3144948 CPUtime=486.57 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 220828 0 0 0 48534 123 0 0 20 0 4 0 669818203 3220426752 585463 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=3144948 CPUtime=503.93 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 2842922 0 0 0 50014 379 0 0 25 0 4 0 669818203 3220426752 585463 33554432000 4194304 4625164 140734979181072 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2207.56
Current children cumulated vsize (KiB) 3144948

[startup+1062.3 s]
/proc/loadavg: 12.22 11.94 9.55 13/397 26724
/proc/meminfo: memFree=11511404/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=3144948 CPUtime=2334.98 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 4591303 0 0 0 232791 707 0 0 25 0 4 0 669818201 3220426752 594888 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26683/statm: 786237 594888 350 106 0 781740 0
[pid=26683/tid=26685] ppid=26681 vsize=3144948 CPUtime=623.96 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 106727 0 0 0 62370 26 0 0 25 0 4 0 669818203 3220426752 594888 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=3144948 CPUtime=516.56 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 224086 0 0 0 51529 127 0 0 25 0 4 0 669818203 3220426752 594888 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=3144948 CPUtime=533.82 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 3124826 0 0 0 52963 419 0 0 25 0 4 0 669818203 3220426752 594888 33554432000 4194304 4625164 140734979181072 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2334.98
Current children cumulated vsize (KiB) 3144948

[startup+1122.3 s]
/proc/loadavg: 12.32 12.02 9.73 13/397 26734
/proc/meminfo: memFree=11441900/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=3144948 CPUtime=2468.33 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 4860377 0 0 0 246083 750 0 0 25 0 4 0 669818201 3220426752 601183 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26683/statm: 786237 601183 346 106 0 781740 0
[pid=26683/tid=26685] ppid=26681 vsize=3144948 CPUtime=670.17 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 106943 0 0 0 66991 26 0 0 25 0 4 0 669818203 3220426752 601183 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=3144948 CPUtime=545.03 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 227357 0 0 0 54372 131 0 0 25 0 4 0 669818203 3220426752 601183 33554432000 4194304 4625164 140734979181072 18446744073709551615 4352200 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=3144948 CPUtime=560.85 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 3387793 0 0 0 55628 457 0 0 25 0 4 0 669818203 3220426752 601183 33554432000 4194304 4625164 140734979181072 18446744073709551615 4552410 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2468.33
Current children cumulated vsize (KiB) 3144948

[startup+1182.3 s]
/proc/loadavg: 12.22 12.04 9.88 13/397 26736
/proc/meminfo: memFree=11387560/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=3144948 CPUtime=2616.76 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 5087666 0 0 0 260888 788 0 0 25 0 4 0 669818201 3220426752 610411 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338092 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26683/statm: 786237 610411 358 106 0 781740 0
[pid=26683/tid=26685] ppid=26681 vsize=3144948 CPUtime=728.72 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 107261 0 0 0 72845 27 0 0 25 0 4 0 669818203 3220426752 610411 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=3144948 CPUtime=574.89 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 230689 0 0 0 57354 135 0 0 25 0 4 0 669818203 3220426752 610411 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=3144948 CPUtime=590.71 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 3606961 0 0 0 58581 490 0 0 25 0 4 0 669818203 3220426752 610411 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2616.76
Current children cumulated vsize (KiB) 3144948

[startup+1242.31 s]
/proc/loadavg: 12.25 12.08 10.03 13/397 26738
/proc/meminfo: memFree=11354656/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=3144948 CPUtime=2758.9 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 5282746 0 0 0 275073 817 0 0 25 0 4 0 669818201 3220426752 617274 33554432000 4194304 4625164 140734979181072 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26683/statm: 786237 617274 346 106 0 781740 0
[pid=26683/tid=26685] ppid=26681 vsize=3144948 CPUtime=770.51 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 107467 0 0 0 77024 27 0 0 25 0 4 0 669818203 3220426752 617274 33554432000 4194304 4625164 140734979181072 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=3144948 CPUtime=598.32 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 231848 0 0 0 59696 136 0 0 25 0 4 0 669818203 3220426752 617274 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=3144948 CPUtime=613.51 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 3796144 0 0 0 60834 517 0 0 25 0 4 0 669818203 3220426752 617274 33554432000 4194304 4625164 140734979181072 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2758.9
Current children cumulated vsize (KiB) 3144948



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 12.38 12.14 10.16 13/397 26742
/proc/meminfo: memFree=11303588/32951124 swapFree=52307776/67111528
[pid=26683] ppid=26681 vsize=3175788 CPUtime=2902.19 cores=0,2,4,6
/proc/26683/stat : 26683 (SArTagnan) R 26681 26683 26650 0 -1 4202496 5555078 0 0 0 289364 855 0 0 25 0 4 0 669818201 3252006912 626928 33554432000 4194304 4625164 140734979181072 18446744073709551615 4431978 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26683/statm: 793947 626928 346 106 0 789450 0
[pid=26683/tid=26685] ppid=26681 vsize=3175788 CPUtime=799.34 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (SArTagnan) R 26681 26683 26650 0 -1 4202560 107687 0 0 0 79907 27 0 0 25 0 4 0 669818203 3252006912 626928 33554432000 4194304 4625164 140734979181072 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26683/tid=26686] ppid=26681 vsize=3175788 CPUtime=627.19 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (SArTagnan) R 26681 26683 26650 0 -1 4202560 237485 0 0 0 62582 137 0 0 25 0 4 0 669818203 3252006912 626928 33554432000 4194304 4625164 140734979181072 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26683/tid=26687] ppid=26681 vsize=3175788 CPUtime=670.23 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (SArTagnan) R 26681 26683 26650 0 -1 4202560 4057892 0 0 0 66470 553 0 0 25 0 4 0 669818203 3252006912 626928 33554432000 4194304 4625164 140734979181072 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2902.19
Current children cumulated vsize (KiB) 3175788

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): 1300.11
CPU time (s): 2902.31
CPU user time (s): 2893.66
CPU system time (s): 8.64868
CPU usage (%): 223.235
Max. virtual memory (cumulated for all children) (KiB): 4085436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2893.66
system time used= 8.64869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5555079
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= 25042
involuntary context switches= 35095

runsolver used 4.73028 second user time and 11.7302 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-16 23:42:34
IDJOB=3386073
IDBENCH=83907
IDSOLVER=1871
FILE ID=node101/3386073-1305582154
RUNJOBID= node101-1305582154-26668
PBS_JOBID= 13350313
Free space on /tmp= 73708 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386073-1305582154/watcher-3386073-1305582154 -o /tmp/evaluation-result-3386073-1305582154/solver-3386073-1305582154 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386073-1305582154.cnf -threads=4

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=1615407170

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14518516 kB
Buffers:        355528 kB
Cached:        6535860 kB
SwapCached:      14840 kB
Active:       12714912 kB
Inactive:      5412640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14518516 kB
SwapTotal:    67111528 kB
SwapFree:     52307776 kB
Dirty:            1232 kB
Writeback:           0 kB
AnonPages:    11232944 kB
Mapped:          20616 kB
Slab:           162272 kB
PageTables:      75344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80596912 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= 73708 MiB
End job on node101 at 2011-05-17 00:04:16