Trace number 3385978

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) 3122.75 1300.05

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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-3385978-1305582154/watcher-3385978-1305582154 -o /tmp/evaluation-result-3385978-1305582154/solver-3385978-1305582154 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385978-1305582154.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: 4.00 4.00 4.00 9/393 26692
/proc/meminfo: memFree=14514956/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=21080 CPUtime=0.01 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 1268 0 0 0 1 0 0 0 24 0 1 0 669818204 21585920 898 33554432000 4194304 4625164 140736071874384 18446744073709551615 218370957056 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/26692/statm: 5270 898 296 106 0 773 0

[startup+0.0477771 s]
/proc/loadavg: 4.00 4.00 4.00 9/393 26692
/proc/meminfo: memFree=14514956/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=123944 CPUtime=0.05 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 3358 0 0 0 5 0 0 0 25 0 4 0 669818204 126918656 2385 33554432000 4194304 4625164 140736071874384 18446744073709551615 218370983018 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26692/statm: 30986 2385 336 106 0 26489 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 123944

[startup+0.111083 s]
/proc/loadavg: 4.00 4.00 4.00 9/393 26692
/proc/meminfo: memFree=14514956/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=195088 CPUtime=0.17 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) D 26690 26692 26650 0 -1 4202496 5118 0 0 0 17 0 0 0 25 0 4 0 669818204 199770112 3759 33554432000 4194304 4625164 140736071874384 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26692/statm: 48772 3759 355 106 0 44275 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 195088

[startup+0.300414 s]
/proc/loadavg: 4.00 4.00 4.00 9/393 26692
/proc/meminfo: memFree=14514956/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=200352 CPUtime=0.55 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 8565 0 0 0 54 1 0 0 25 0 4 0 669818204 205160448 5022 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26692/statm: 50088 5022 365 106 0 45591 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 200352

[startup+0.70034 s]
/proc/loadavg: 4.00 4.00 4.00 9/393 26692
/proc/meminfo: memFree=14514956/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=266940 CPUtime=1.44 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 10476 0 0 0 143 1 0 0 25 0 4 0 669818204 273346560 5869 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26692/statm: 66735 5869 365 106 0 62238 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 266940

[startup+1.5002 s]
/proc/loadavg: 4.64 4.13 4.04 13/397 26696
/proc/meminfo: memFree=14466820/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=272124 CPUtime=3.03 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 14351 0 0 0 301 2 0 0 25 0 4 0 669818204 278654976 7236 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26692/statm: 68031 7237 362 106 0 63534 0
[pid=26692/tid=26694] ppid=26690 vsize=272124 CPUtime=1.18 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 3559 0 0 0 118 0 0 0 18 0 4 0 669818207 278654976 7237 33554432000 4194304 4625164 140736071874384 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=272124 CPUtime=0.25 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1646 0 0 0 25 0 0 0 25 0 4 0 669818207 278654976 7237 33554432000 4194304 4625164 140736071874384 18446744073709551615 218371062303 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=272124 CPUtime=0.5 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 2706 0 0 0 50 0 0 0 25 0 4 0 669818207 278654976 7237 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 272124

[startup+3.10092 s]
/proc/loadavg: 4.64 4.13 4.04 12/397 26696
/proc/meminfo: memFree=14442440/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=271512 CPUtime=6.21 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 18037 0 0 0 619 2 0 0 25 0 4 0 669818204 278028288 9035 33554432000 4194304 4625164 140736071874384 18446744073709551615 4392955 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26692/statm: 67878 9035 360 106 0 63381 0
[pid=26692/tid=26694] ppid=26690 vsize=271512 CPUtime=2.14 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 5524 0 0 0 213 1 0 0 20 0 4 0 669818207 278028288 9035 33554432000 4194304 4625164 140736071874384 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=271512 CPUtime=0.9 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 3038 0 0 0 90 0 0 0 25 0 4 0 669818207 278028288 9035 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=271512 CPUtime=1.29 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 2832 0 0 0 129 0 0 0 25 0 4 0 669818207 278028288 9035 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 271512

[startup+6.30035 s]
/proc/loadavg: 4.64 4.13 4.04 13/397 26696
/proc/meminfo: memFree=14410268/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=276584 CPUtime=13.3 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 23379 0 0 0 1326 4 0 0 25 0 4 0 669818204 283222016 12934 33554432000 4194304 4625164 140736071874384 18446744073709551615 4511953 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26692/statm: 69146 12934 404 106 0 64649 0
[pid=26692/tid=26694] ppid=26690 vsize=276584 CPUtime=4.26 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 7172 0 0 0 425 1 0 0 20 0 4 0 669818207 283222016 12934 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=276584 CPUtime=2.2 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 4949 0 0 0 219 1 0 0 25 0 4 0 669818207 283222016 12934 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=276584 CPUtime=3.9 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 3728 0 0 0 390 0 0 0 25 0 4 0 669818207 283222016 12934 33554432000 4194304 4625164 140736071874384 18446744073709551615 4352029 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 276584

[startup+12.7002 s]
/proc/loadavg: 5.93 4.42 4.14 13/397 26696
/proc/meminfo: memFree=14349464/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=287572 CPUtime=29.16 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 29578 0 0 0 2909 7 0 0 25 0 4 0 669818204 294473728 17342 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512149 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 71893 17342 438 106 0 67396 0
[pid=26692/tid=26694] ppid=26690 vsize=287572 CPUtime=7.49 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 10438 0 0 0 747 2 0 0 25 0 4 0 669818207 294473728 17342 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=287572 CPUtime=5.29 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 5910 0 0 0 528 1 0 0 25 0 4 0 669818207 294473728 17342 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=287572 CPUtime=10.22 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 5551 0 0 0 1021 1 0 0 25 0 4 0 669818207 294473728 17342 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 29.16
Current children cumulated vsize (KiB) 287572

[startup+25.5009 s]
/proc/loadavg: 6.94 4.69 4.23 13/397 26696
/proc/meminfo: memFree=14273564/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=296516 CPUtime=55.13 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 60512 0 0 0 5500 13 0 0 25 0 4 0 669818204 303632384 21474 33554432000 4194304 4625164 140736071874384 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 74129 21474 354 106 0 69632 0
[pid=26692/tid=26694] ppid=26690 vsize=296516 CPUtime=13.76 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 15977 0 0 0 1372 4 0 0 25 0 4 0 669818207 303632384 21474 33554432000 4194304 4625164 140736071874384 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=296516 CPUtime=11.51 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) D 26690 26692 26650 0 -1 4202560 8580 0 0 0 1149 2 0 0 25 0 4 0 669818207 303632384 21474 33554432000 4194304 4625164 140736071874384 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=296516 CPUtime=17.16 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 28267 0 0 0 1712 4 0 0 25 0 4 0 669818207 303632384 21474 33554432000 4194304 4625164 140736071874384 18446744073709551615 4328138 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.13
Current children cumulated vsize (KiB) 296516

[startup+51.1004 s]
/proc/loadavg: 8.66 5.28 4.43 13/397 26697
/proc/meminfo: memFree=14130372/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=310072 CPUtime=116.03 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 223485 0 0 0 11564 39 0 0 25 0 4 0 669818204 317513728 30460 33554432000 4194304 4625164 140736071874384 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26692/statm: 77518 30460 366 106 0 73021 0
[pid=26692/tid=26694] ppid=26690 vsize=310072 CPUtime=26.6 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 23218 0 0 0 2653 7 0 0 25 0 4 0 669818207 317513728 30460 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=310072 CPUtime=25.72 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 13117 0 0 0 2569 3 0 0 25 0 4 0 669818207 317513728 30460 33554432000 4194304 4625164 140736071874384 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=310072 CPUtime=38.16 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 179200 0 0 0 3790 26 0 0 25 0 4 0 669818207 317513728 30460 33554432000 4194304 4625164 140736071874384 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 116.03
Current children cumulated vsize (KiB) 310072

[startup+102.315 s]
/proc/loadavg: 10.86 6.46 4.89 13/397 26698
/proc/meminfo: memFree=13795296/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=322080 CPUtime=230.14 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 437883 0 0 0 22940 74 0 0 25 0 4 0 669818204 329809920 46765 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26692/statm: 80520 46765 488 106 0 76023 0
[pid=26692/tid=26694] ppid=26690 vsize=322080 CPUtime=51.92 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 45307 0 0 0 5182 10 0 0 25 0 4 0 669818207 329809920 46765 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=322080 CPUtime=54.09 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 21025 0 0 0 5401 8 0 0 25 0 4 0 669818207 329809920 46765 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=322080 CPUtime=66.38 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 361618 0 0 0 6585 53 0 0 25 0 4 0 669818207 329809920 46765 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 230.14
Current children cumulated vsize (KiB) 322080

[startup+162.301 s]
/proc/loadavg: 11.80 7.53 5.35 12/397 26700
/proc/meminfo: memFree=13525200/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=351824 CPUtime=379.39 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 687826 0 0 0 37824 115 0 0 25 0 4 0 669818204 360267776 60836 33554432000 4194304 4625164 140736071874384 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26692/statm: 87956 60836 686 106 0 83459 0
[pid=26692/tid=26694] ppid=26690 vsize=351824 CPUtime=81.99 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 48027 0 0 0 8187 12 0 0 25 0 4 0 669818207 360267776 60836 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=351824 CPUtime=88.32 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 22645 0 0 0 8823 9 0 0 25 0 4 0 669818207 360267776 60836 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=351824 CPUtime=96.25 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 597437 0 0 0 9535 90 0 0 25 0 4 0 669818207 360267776 60836 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 379.39
Current children cumulated vsize (KiB) 351824

[startup+222.301 s]
/proc/loadavg: 11.92 8.34 5.76 13/397 26701
/proc/meminfo: memFree=13220248/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=523880 CPUtime=528.58 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 768899 0 0 0 52729 129 0 0 25 0 4 0 669818204 536453120 73992 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26692/statm: 130970 73992 851 106 0 126473 0
[pid=26692/tid=26694] ppid=26690 vsize=523880 CPUtime=111.96 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 50450 0 0 0 11183 13 0 0 25 0 4 0 669818207 536453120 73992 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=523880 CPUtime=147.55 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 31901 0 0 0 14744 11 0 0 25 0 4 0 669818207 536453120 73992 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=523880 CPUtime=126.26 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 665120 0 0 0 12525 101 0 0 25 0 4 0 669818207 536453120 73992 33554432000 4194304 4625164 140736071874384 18446744073709551615 4547381 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 528.58
Current children cumulated vsize (KiB) 523880

[startup+282.3 s]

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

[pid=26692] ppid=26690 vsize=769248 CPUtime=1755.83 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 932755 0 0 0 175423 160 0 0 25 0 4 0 669818204 787709952 135300 33554432000 4194304 4625164 140736071874384 18446744073709551615 4511922 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 192312 135300 736 106 0 187815 0
[pid=26692/tid=26694] ppid=26690 vsize=769248 CPUtime=358.34 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 102033 0 0 0 35812 22 0 0 25 0 4 0 669818207 787709952 135300 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=769248 CPUtime=598.66 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 47567 0 0 0 59852 14 0 0 25 0 4 0 669818207 787709952 135300 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=769248 CPUtime=415.98 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 671286 0 0 0 41495 103 0 0 25 0 4 0 669818207 787709952 135300 33554432000 4194304 4625164 140736071874384 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1755.83
Current children cumulated vsize (KiB) 769248

[startup+762.315 s]
/proc/loadavg: 12.18 11.55 8.57 13/397 26716
/proc/meminfo: memFree=11934556/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=801472 CPUtime=1927.32 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 953391 0 0 0 192568 164 0 0 25 0 4 0 669818204 820707328 141709 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 200368 141709 535 106 0 195871 0
[pid=26692/tid=26694] ppid=26690 vsize=801472 CPUtime=388.34 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 102635 0 0 0 38812 22 0 0 25 0 4 0 669818207 820707328 141709 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=801472 CPUtime=657.91 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 64955 0 0 0 65774 17 0 0 25 0 4 0 669818207 820707328 141709 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=801472 CPUtime=468.19 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 671493 0 0 0 46716 103 0 0 25 0 4 0 669818207 820707328 141709 33554432000 4194304 4625164 140736071874384 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1927.32
Current children cumulated vsize (KiB) 801472

[startup+822.301 s]
/proc/loadavg: 12.19 11.66 8.80 13/397 26717
/proc/meminfo: memFree=11846976/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=805684 CPUtime=2081.97 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 958768 0 0 0 208031 166 0 0 25 0 4 0 669818204 825020416 146967 33554432000 4194304 4625164 140736071874384 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 201421 146967 530 106 0 196924 0
[pid=26692/tid=26694] ppid=26690 vsize=805684 CPUtime=418.34 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 104046 0 0 0 41811 23 0 0 25 0 4 0 669818207 825020416 146967 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=805684 CPUtime=696.79 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 65634 0 0 0 69661 18 0 0 25 0 4 0 669818207 825020416 146967 33554432000 4194304 4625164 140736071874384 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=805684 CPUtime=523.98 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 671867 0 0 0 52295 103 0 0 25 0 4 0 669818207 825020416 146967 33554432000 4194304 4625164 140736071874384 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2081.97
Current children cumulated vsize (KiB) 805684

[startup+882.301 s]
/proc/loadavg: 12.12 11.73 9.00 13/397 26719
/proc/meminfo: memFree=11793128/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=809336 CPUtime=2204.87 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 1129373 0 0 0 220297 190 0 0 25 0 4 0 669818204 828760064 149907 33554432000 4194304 4625164 140736071874384 18446744073709551615 4511982 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 202334 149907 543 106 0 197837 0
[pid=26692/tid=26694] ppid=26690 vsize=809336 CPUtime=448.43 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 104228 0 0 0 44820 23 0 0 25 0 4 0 669818207 828760064 149907 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=809336 CPUtime=726.77 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 65966 0 0 0 72659 18 0 0 25 0 4 0 669818207 828760064 149907 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=809336 CPUtime=556.91 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 840611 0 0 0 55565 126 0 0 25 0 4 0 669818207 828760064 149907 33554432000 4194304 4625164 140736071874384 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2204.87
Current children cumulated vsize (KiB) 809336

[startup+942.3 s]
/proc/loadavg: 12.09 11.79 9.19 13/397 26721
/proc/meminfo: memFree=11738536/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=847776 CPUtime=2324.88 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 1367561 0 0 0 232261 227 0 0 25 0 4 0 669818204 868122624 148580 33554432000 4194304 4625164 140736071874384 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 211944 148580 437 106 0 207447 0
[pid=26692/tid=26694] ppid=26690 vsize=847776 CPUtime=478.43 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 104639 0 0 0 47820 23 0 0 25 0 4 0 669818207 868122624 148580 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=847776 CPUtime=756.77 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 66556 0 0 0 75659 18 0 0 25 0 4 0 669818207 868122624 148580 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=847776 CPUtime=586.9 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1065215 0 0 0 58530 160 0 0 25 0 4 0 669818207 868122624 148580 33554432000 4194304 4625164 140736071874384 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2324.88
Current children cumulated vsize (KiB) 847776

[startup+1002.3 s]
/proc/loadavg: 12.18 11.87 9.38 13/397 26722
/proc/meminfo: memFree=11558932/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=851208 CPUtime=2444.87 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 1619684 0 0 0 244222 265 0 0 25 0 4 0 669818204 871636992 151681 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 212802 151681 445 106 0 208305 0
[pid=26692/tid=26694] ppid=26690 vsize=851208 CPUtime=508.43 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 105683 0 0 0 50819 24 0 0 25 0 4 0 669818207 871636992 151681 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=851208 CPUtime=786.77 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 67253 0 0 0 78659 18 0 0 25 0 4 0 669818207 871636992 151681 33554432000 4194304 4625164 140736071874384 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=851208 CPUtime=616.9 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1293141 0 0 0 61496 194 0 0 25 0 4 0 669818207 871636992 151681 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2444.87
Current children cumulated vsize (KiB) 851208

[startup+1062.3 s]
/proc/loadavg: 12.22 11.94 9.55 13/397 26724
/proc/meminfo: memFree=11509420/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=879040 CPUtime=2564.88 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 1771740 0 0 0 256196 292 0 0 25 0 4 0 669818204 900136960 156639 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 219760 156639 412 106 0 215263 0
[pid=26692/tid=26694] ppid=26690 vsize=879040 CPUtime=538.44 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 107518 0 0 0 53819 25 0 0 25 0 4 0 669818207 900136960 156639 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=879040 CPUtime=816.78 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 70568 0 0 0 81659 19 0 0 25 0 4 0 669818207 900136960 156639 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=879040 CPUtime=646.89 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1410851 0 0 0 64476 213 0 0 25 0 4 0 669818207 900136960 156639 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2564.88
Current children cumulated vsize (KiB) 879040

[startup+1122.3 s]
/proc/loadavg: 12.32 12.02 9.73 13/397 26734
/proc/meminfo: memFree=11442024/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=947704 CPUtime=2697.56 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 1842286 0 0 0 269451 305 0 0 25 0 4 0 669818204 970448896 166771 33554432000 4194304 4625164 140736071874384 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 236926 166771 412 106 0 232429 0
[pid=26692/tid=26694] ppid=26690 vsize=947704 CPUtime=568.44 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 145529 0 0 0 56814 30 0 0 25 0 4 0 669818207 970448896 166771 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=947704 CPUtime=846.65 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 70722 0 0 0 84646 19 0 0 25 0 4 0 669818207 970448896 166771 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=947704 CPUtime=689.71 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1410884 0 0 0 68757 214 0 0 25 0 4 0 669818207 970448896 166771 33554432000 4194304 4625164 140736071874384 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2697.56
Current children cumulated vsize (KiB) 947704

[startup+1182.3 s]
/proc/loadavg: 12.22 12.04 9.88 14/397 26736
/proc/meminfo: memFree=11389420/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=999400 CPUtime=2847.18 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 1944456 0 0 0 284395 323 0 0 25 0 4 0 669818204 1023385600 170628 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 249850 170628 412 106 0 245353 0
[pid=26692/tid=26694] ppid=26690 vsize=999400 CPUtime=598.45 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 145773 0 0 0 59815 30 0 0 25 0 4 0 669818207 1023385600 170628 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=999400 CPUtime=876.26 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 70741 0 0 0 87607 19 0 0 25 0 4 0 669818207 1023385600 170628 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=999400 CPUtime=749.71 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1454999 0 0 0 74749 222 0 0 25 0 4 0 669818207 1023385600 170628 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2847.18
Current children cumulated vsize (KiB) 999400

[startup+1242.3 s]
/proc/loadavg: 12.25 12.08 10.03 13/397 26738
/proc/meminfo: memFree=11354284/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=1024852 CPUtime=2996.77 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 2237648 0 0 0 299308 369 0 0 25 0 4 0 669818204 1049448448 172762 33554432000 4194304 4625164 140736071874384 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 256213 172762 430 106 0 251716 0
[pid=26692/tid=26694] ppid=26690 vsize=1024852 CPUtime=628.45 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 152316 0 0 0 62814 31 0 0 25 0 4 0 669818207 1049448448 172762 33554432000 4194304 4625164 140736071874384 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=1024852 CPUtime=905.86 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 70858 0 0 0 90567 19 0 0 25 0 4 0 669818207 1049448448 172762 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=1024852 CPUtime=809.71 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1713167 0 0 0 80709 262 0 0 25 0 4 0 669818207 1049448448 172762 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2996.77
Current children cumulated vsize (KiB) 1024852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 12.38 12.14 10.16 10/396 26743
/proc/meminfo: memFree=11711580/32951124 swapFree=52307776/67111528
[pid=26692] ppid=26690 vsize=1027360 CPUtime=3122.71 cores=1,3,5,7
/proc/26692/stat : 26692 (SArTagnan) R 26690 26692 26650 0 -1 4202496 2553601 0 0 0 311848 423 0 0 25 0 4 0 669818204 1052016640 175135 33554432000 4194304 4625164 140736071874384 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26692/statm: 256840 175135 458 106 0 252343 0
[pid=26692/tid=26694] ppid=26690 vsize=1027360 CPUtime=657.3 cores=1,3,5,7
/proc/26692/task/26694/stat : 26694 (SArTagnan) R 26690 26692 26650 0 -1 4202560 153326 0 0 0 65698 32 0 0 25 0 4 0 669818207 1052016640 175135 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26692/tid=26695] ppid=26690 vsize=1027360 CPUtime=934.65 cores=1,3,5,7
/proc/26692/task/26695/stat : 26695 (SArTagnan) R 26690 26692 26650 0 -1 4202560 71017 0 0 0 93446 19 0 0 25 0 4 0 669818207 1052016640 175135 33554432000 4194304 4625164 140736071874384 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26692/tid=26696] ppid=26690 vsize=1027360 CPUtime=849.13 cores=1,3,5,7
/proc/26692/task/26696/stat : 26696 (SArTagnan) R 26690 26692 26650 0 -1 4202560 1994950 0 0 0 84605 308 0 0 25 0 4 0 669818207 1052016640 175135 33554432000 4194304 4625164 140736071874384 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3122.71
Current children cumulated vsize (KiB) 1027360

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.05
CPU time (s): 3122.75
CPU user time (s): 3118.49
CPU system time (s): 4.26235
CPU usage (%): 240.202
Max. virtual memory (cumulated for all children) (KiB): 1080448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3118.49
system time used= 4.26235
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2553601
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= 1803
involuntary context switches= 41431

runsolver used 4.32434 second user time and 12.2501 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
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:      14515244 kB
Buffers:        355536 kB
Cached:        6537016 kB
SwapCached:      14840 kB
Active:       12718624 kB
Inactive:      5412088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14515244 kB
SwapTotal:    67111528 kB
SwapFree:     52307776 kB
Dirty:            2396 kB
Writeback:           0 kB
AnonPages:    11234884 kB
Mapped:          21004 kB
Slab:           162272 kB
PageTables:      74956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80651496 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