Trace number 3386191

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) 4800.36 1205.66

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1110.09
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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-3386191-1305576659/watcher-3386191-1305576659 -o /tmp/evaluation-result-3386191-1305576659/solver-3386191-1305576659 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386191-1305576659.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: 7.74 8.32 8.31 2/485 1524
/proc/meminfo: memFree=16023188/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 1133 0 0 0 0 0 0 0 24 0 1 0 669263702 24780800 1072 33554432000 4194304 4625164 140735359347104 18446744073709551615 4315093 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1524/statm: 6050 1074 291 106 0 1553 0

[startup+0.0289399 s]
/proc/loadavg: 7.74 8.32 8.31 2/485 1524
/proc/meminfo: memFree=16023188/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=78836 CPUtime=0.02 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 7179 0 0 0 2 0 0 0 24 0 1 0 669263702 80728064 7053 33554432000 4194304 4625164 140735359347104 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1524/statm: 19709 7054 299 106 0 15212 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 78836

[startup+0.100973 s]
/proc/loadavg: 7.74 8.32 8.31 2/485 1524
/proc/meminfo: memFree=16023188/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=85236 CPUtime=0.09 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 10996 0 0 0 8 1 0 0 24 0 1 0 669263702 87281664 8790 33554432000 4194304 4625164 140735359347104 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1524/statm: 21309 8791 299 106 0 16812 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85236

[startup+0.300926 s]
/proc/loadavg: 7.74 8.32 8.31 2/485 1524
/proc/meminfo: memFree=16023188/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=103968 CPUtime=0.29 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 22074 0 0 0 27 2 0 0 25 0 1 0 669263702 106463232 13640 33554432000 4194304 4625164 140735359347104 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1524/statm: 25992 13641 299 106 0 21495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103968

[startup+0.700788 s]
/proc/loadavg: 7.74 8.32 8.31 2/485 1524
/proc/meminfo: memFree=16023188/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=385708 CPUtime=0.87 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 75419 0 0 0 80 7 0 0 25 0 4 0 669263702 394964992 58674 33554432000 4194304 4625164 140735359347104 18446744073709551615 4504494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 96427 58675 323 106 0 91930 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 385708

[startup+1.50062 s]
/proc/loadavg: 7.28 8.22 8.28 9/495 1537
/proc/meminfo: memFree=15438960/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=580588 CPUtime=4.03 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 110728 0 0 0 390 13 0 0 25 0 4 0 669263702 594522112 73353 33554432000 4194304 4625164 140735359347104 18446744073709551615 4340798 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 145147 73353 336 106 0 140650 0
[pid=1524/tid=1532] ppid=1522 vsize=580588 CPUtime=0.85 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 11523 0 0 0 83 2 0 0 25 0 4 0 669263765 594522112 73353 33554432000 4194304 4625164 140735359347104 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=580588 CPUtime=0.83 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 10532 0 0 0 82 1 0 0 18 0 4 0 669263765 594522112 73353 33554432000 4194304 4625164 140735359347104 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=580588 CPUtime=0.83 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 12182 0 0 0 82 1 0 0 25 0 4 0 669263765 594522112 73353 33554432000 4194304 4625164 140735359347104 18446744073709551615 4472202 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 580588

[startup+3.10033 s]
/proc/loadavg: 7.28 8.22 8.28 9/495 1538
/proc/meminfo: memFree=15340876/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=580588 CPUtime=10.42 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 115823 0 0 0 1028 14 0 0 25 0 4 0 669263702 594522112 77100 33554432000 4194304 4625164 140735359347104 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 145147 77100 336 106 0 140650 0
[pid=1524/tid=1532] ppid=1522 vsize=580588 CPUtime=2.45 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 12448 0 0 0 243 2 0 0 25 0 4 0 669263765 594522112 77100 33554432000 4194304 4625164 140735359347104 18446744073709551615 4352472 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=580588 CPUtime=2.43 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 11863 0 0 0 242 1 0 0 21 0 4 0 669263765 594522112 77100 33554432000 4194304 4625164 140735359347104 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=580588 CPUtime=2.41 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 13936 0 0 0 240 1 0 0 25 0 4 0 669263765 594522112 77100 33554432000 4194304 4625164 140735359347104 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 580588

[startup+6.30075 s]
/proc/loadavg: 7.34 8.22 8.27 9/495 1538
/proc/meminfo: memFree=15287108/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=613608 CPUtime=23.15 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 140390 0 0 0 2297 18 0 0 25 0 4 0 669263702 628334592 82300 33554432000 4194304 4625164 140735359347104 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 153402 82300 336 106 0 148905 0
[pid=1524/tid=1532] ppid=1522 vsize=613608 CPUtime=5.65 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 17773 0 0 0 563 2 0 0 25 0 4 0 669263765 628334592 82300 33554432000 4194304 4625164 140735359347104 18446744073709551615 4352472 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=613608 CPUtime=5.63 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 17400 0 0 0 561 2 0 0 25 0 4 0 669263765 628334592 82300 33554432000 4194304 4625164 140735359347104 18446744073709551615 4316714 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=613608 CPUtime=5.55 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 22315 0 0 0 552 3 0 0 25 0 4 0 669263765 628334592 82300 33554432000 4194304 4625164 140735359347104 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.15
Current children cumulated vsize (KiB) 613608

[startup+12.7006 s]
/proc/loadavg: 7.39 8.21 8.27 9/495 1538
/proc/meminfo: memFree=15254452/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=675484 CPUtime=48.65 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 163535 0 0 0 4843 22 0 0 25 0 4 0 669263702 691695616 87921 33554432000 4194304 4625164 140735359347104 18446744073709551615 4383993 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 168871 87921 336 106 0 164374 0
[pid=1524/tid=1532] ppid=1522 vsize=675484 CPUtime=12.05 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 25167 0 0 0 1202 3 0 0 25 0 4 0 669263765 691695616 87921 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=675484 CPUtime=12.04 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 18436 0 0 0 1201 3 0 0 25 0 4 0 669263765 691695616 87921 33554432000 4194304 4625164 140735359347104 18446744073709551615 4340576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=675484 CPUtime=11.84 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 29523 0 0 0 1179 5 0 0 25 0 4 0 669263765 691695616 87921 33554432000 4194304 4625164 140735359347104 18446744073709551615 218905428437 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.65
Current children cumulated vsize (KiB) 675484

[startup+25.5003 s]
/proc/loadavg: 7.49 8.20 8.27 9/495 1538
/proc/meminfo: memFree=15175372/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=639808 CPUtime=99.63 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 214863 0 0 0 9933 30 0 0 25 0 4 0 669263702 655163392 97283 33554432000 4194304 4625164 140735359347104 18446744073709551615 4390553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 159952 97283 341 106 0 155455 0
[pid=1524/tid=1532] ppid=1522 vsize=639808 CPUtime=24.86 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 26669 0 0 0 2482 4 0 0 25 0 4 0 669263765 655163392 97283 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=639808 CPUtime=24.83 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 32502 0 0 0 2479 4 0 0 25 0 4 0 669263765 655163392 97283 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288719 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=639808 CPUtime=24.42 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 56447 0 0 0 2433 9 0 0 25 0 4 0 669263765 655163392 97283 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.63
Current children cumulated vsize (KiB) 639808

[startup+51.1006 s]
/proc/loadavg: 7.79 8.21 8.27 9/495 1539
/proc/meminfo: memFree=15085776/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=714076 CPUtime=201.6 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 337313 0 0 0 20113 47 0 0 25 0 4 0 669263702 731213824 109179 33554432000 4194304 4625164 140735359347104 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 178519 109179 343 106 0 174022 0
[pid=1524/tid=1532] ppid=1522 vsize=714076 CPUtime=50.45 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 37857 0 0 0 5040 5 0 0 25 0 4 0 669263765 731213824 109179 33554432000 4194304 4625164 140735359347104 18446744073709551615 4463931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=714076 CPUtime=50.42 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 55197 0 0 0 5034 8 0 0 25 0 4 0 669263765 731213824 109179 33554432000 4194304 4625164 140735359347104 18446744073709551615 4317270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=714076 CPUtime=49.6 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 131643 0 0 0 4941 19 0 0 25 0 4 0 669263765 731213824 109179 33554432000 4194304 4625164 140735359347104 18446744073709551615 4352056 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.6
Current children cumulated vsize (KiB) 714076

[startup+102.318 s]
/proc/loadavg: 8.07 8.22 8.27 9/495 1540
/proc/meminfo: memFree=14993144/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=757572 CPUtime=405.62 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 479609 0 0 0 40490 72 0 0 25 0 4 0 669263702 775753728 125607 33554432000 4194304 4625164 140735359347104 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 189393 125608 590 106 0 184896 0
[pid=1524/tid=1532] ppid=1522 vsize=757572 CPUtime=101.67 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 45378 0 0 0 10160 7 0 0 25 0 4 0 669263765 775753728 125609 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=757572 CPUtime=101.63 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 74046 0 0 0 10152 11 0 0 25 0 4 0 669263765 775753728 125609 33554432000 4194304 4625164 140735359347104 18446744073709551615 4316897 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=757572 CPUtime=99.98 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 240103 0 0 0 9961 37 0 0 25 0 4 0 669263765 775753728 125609 33554432000 4194304 4625164 140735359347104 18446744073709551615 4554736 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.62
Current children cumulated vsize (KiB) 757572

[startup+162.301 s]
/proc/loadavg: 8.12 8.21 8.26 9/495 1542
/proc/meminfo: memFree=14875920/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=783192 CPUtime=644.57 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 670517 0 0 0 64355 102 0 0 25 0 4 0 669263702 801988608 144753 33554432000 4194304 4625164 140735359347104 18446744073709551615 4519673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 195798 144753 596 106 0 191301 0
[pid=1524/tid=1532] ppid=1522 vsize=783192 CPUtime=161.66 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 56747 0 0 0 16157 9 0 0 25 0 4 0 669263765 801988608 144753 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=783192 CPUtime=161.6 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 114469 0 0 0 16141 19 0 0 25 0 4 0 669263765 801988608 144753 33554432000 4194304 4625164 140735359347104 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=783192 CPUtime=158.99 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 377596 0 0 0 15841 58 0 0 25 0 4 0 669263765 801988608 144753 33554432000 4194304 4625164 140735359347104 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 644.57
Current children cumulated vsize (KiB) 783192

[startup+222.301 s]
/proc/loadavg: 8.21 8.22 8.26 9/495 1543
/proc/meminfo: memFree=14768616/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=828972 CPUtime=883.58 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 934567 0 0 0 88213 145 0 0 25 0 4 0 669263702 848867328 162148 33554432000 4194304 4625164 140735359347104 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 207243 162148 598 106 0 202746 0
[pid=1524/tid=1532] ppid=1522 vsize=828972 CPUtime=221.66 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 68411 0 0 0 22155 11 0 0 25 0 4 0 669263765 848867328 162148 33554432000 4194304 4625164 140735359347104 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=828972 CPUtime=221.59 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 196894 0 0 0 22127 32 0 0 25 0 4 0 669263765 848867328 162148 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=828972 CPUtime=218 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 546443 0 0 0 21715 85 0 0 25 0 4 0 669263765 848867328 162148 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 883.58
Current children cumulated vsize (KiB) 828972

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.06 8.10 8.17 9/495 1556
/proc/meminfo: memFree=13461696/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1721248 CPUtime=2795.63 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3009494 0 0 0 279090 473 0 0 25 0 4 0 669263702 1762557952 323728 33554432000 4194304 4625164 140735359347104 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 430312 323728 536 106 0 425815 0
[pid=1524/tid=1532] ppid=1522 vsize=1721248 CPUtime=701.67 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 223704 0 0 0 70134 33 0 0 25 0 4 0 669263765 1762557952 323728 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1721248 CPUtime=701.47 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 712903 0 0 0 70023 124 0 0 25 0 4 0 669263765 1762557952 323728 33554432000 4194304 4625164 140735359347104 18446744073709551615 4352102 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1721248 CPUtime=690.15 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1926744 0 0 0 68720 295 0 0 25 0 4 0 669263765 1762557952 323728 33554432000 4194304 4625164 140735359347104 18446744073709551615 4547603 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2795.63
Current children cumulated vsize (KiB) 1721248

[startup+762.319 s]
/proc/loadavg: 8.19 8.13 8.18 9/495 1558
/proc/meminfo: memFree=13349432/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1792208 CPUtime=3034.7 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3066069 0 0 0 302987 483 0 0 25 0 4 0 669263702 1835220992 332513 33554432000 4194304 4625164 140735359347104 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 448052 332513 536 106 0 443555 0
[pid=1524/tid=1532] ppid=1522 vsize=1792208 CPUtime=761.69 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 224694 0 0 0 76136 33 0 0 25 0 4 0 669263765 1835220992 332513 33554432000 4194304 4625164 140735359347104 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1792208 CPUtime=761.47 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 766039 0 0 0 76014 133 0 0 25 0 4 0 669263765 1835220992 332513 33554432000 4194304 4625164 140735359347104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1792208 CPUtime=749.18 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1929028 0 0 0 74623 295 0 0 25 0 4 0 669263765 1835220992 332513 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3034.7
Current children cumulated vsize (KiB) 1792208

[startup+822.301 s]
/proc/loadavg: 8.18 8.13 8.18 9/495 1559
/proc/meminfo: memFree=13253168/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1792932 CPUtime=3273.64 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3112996 0 0 0 326869 495 0 0 25 0 4 0 669263702 1835962368 342140 33554432000 4194304 4625164 140735359347104 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 448233 342140 536 106 0 443736 0
[pid=1524/tid=1532] ppid=1522 vsize=1792932 CPUtime=821.67 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 225121 0 0 0 82134 33 0 0 25 0 4 0 669263765 1835962368 342140 33554432000 4194304 4625164 140735359347104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1792932 CPUtime=821.43 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 811417 0 0 0 81999 144 0 0 25 0 4 0 669263765 1835962368 342140 33554432000 4194304 4625164 140735359347104 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1792932 CPUtime=808.18 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1929988 0 0 0 80523 295 0 0 25 0 4 0 669263765 1835962368 342140 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3273.64
Current children cumulated vsize (KiB) 1792932

[startup+882.3 s]
/proc/loadavg: 8.13 8.12 8.17 9/495 1561
/proc/meminfo: memFree=13154180/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1802256 CPUtime=3512.63 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3162082 0 0 0 350758 505 0 0 25 0 4 0 669263702 1845510144 353911 33554432000 4194304 4625164 140735359347104 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 450564 353911 535 106 0 446067 0
[pid=1524/tid=1532] ppid=1522 vsize=1802256 CPUtime=881.68 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 225931 0 0 0 88134 34 0 0 25 0 4 0 669263765 1845510144 353911 33554432000 4194304 4625164 140735359347104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1802256 CPUtime=881.42 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 856033 0 0 0 87988 154 0 0 25 0 4 0 669263765 1845510144 353911 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288864 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1802256 CPUtime=867.2 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1933237 0 0 0 86424 296 0 0 25 0 4 0 669263765 1845510144 353911 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3512.63
Current children cumulated vsize (KiB) 1802256

[startup+942.3 s]
/proc/loadavg: 8.11 8.11 8.16 9/495 1563
/proc/meminfo: memFree=13099452/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1808236 CPUtime=3751.66 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3215714 0 0 0 374649 517 0 0 25 0 4 0 669263702 1851633664 360815 33554432000 4194304 4625164 140735359347104 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 452059 360815 535 106 0 447562 0
[pid=1524/tid=1532] ppid=1522 vsize=1808236 CPUtime=941.68 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 226916 0 0 0 94134 34 0 0 25 0 4 0 669263765 1851633664 360815 33554432000 4194304 4625164 140735359347104 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1808236 CPUtime=941.41 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 905722 0 0 0 93977 164 0 0 25 0 4 0 669263765 1851633664 360815 33554432000 4194304 4625164 140735359347104 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1808236 CPUtime=926.23 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1935714 0 0 0 92326 297 0 0 25 0 4 0 669263765 1851633664 360815 33554432000 4194304 4625164 140735359347104 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3751.66
Current children cumulated vsize (KiB) 1808236

[startup+1002.3 s]
/proc/loadavg: 8.10 8.11 8.16 9/495 1564
/proc/meminfo: memFree=13044852/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1846964 CPUtime=3990.64 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3283772 0 0 0 398534 530 0 0 25 0 4 0 669263702 1891291136 366646 33554432000 4194304 4625164 140735359347104 18446744073709551615 4519676 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 461741 366646 535 106 0 457244 0
[pid=1524/tid=1532] ppid=1522 vsize=1846964 CPUtime=1001.68 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 227514 0 0 0 100134 34 0 0 25 0 4 0 669263765 1891291136 366646 33554432000 4194304 4625164 140735359347104 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1846964 CPUtime=1001.39 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 954271 0 0 0 99964 175 0 0 25 0 4 0 669263765 1891291136 366646 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288786 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1846964 CPUtime=985.24 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1954396 0 0 0 98224 300 0 0 25 0 4 0 669263765 1891291136 366646 33554432000 4194304 4625164 140735359347104 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3990.64
Current children cumulated vsize (KiB) 1846964

[startup+1062.3 s]
/proc/loadavg: 8.09 8.10 8.15 9/495 1566
/proc/meminfo: memFree=12991852/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1913924 CPUtime=4229.66 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3331095 0 0 0 422426 540 0 0 25 0 4 0 669263702 1959858176 371031 33554432000 4194304 4625164 140735359347104 18446744073709551615 4519559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 478481 371031 535 106 0 473984 0
[pid=1524/tid=1532] ppid=1522 vsize=1913924 CPUtime=1061.68 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 228382 0 0 0 106134 34 0 0 25 0 4 0 669263765 1959858176 371031 33554432000 4194304 4625164 140735359347104 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1913924 CPUtime=1061.38 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 999410 0 0 0 105954 184 0 0 25 0 4 0 669263765 1959858176 371031 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1913924 CPUtime=1044.26 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1955525 0 0 0 104126 300 0 0 25 0 4 0 669263765 1959858176 371031 33554432000 4194304 4625164 140735359347104 18446744073709551615 4334488 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4229.66
Current children cumulated vsize (KiB) 1913924

[startup+1122.3 s]
/proc/loadavg: 8.19 8.12 8.16 9/495 1567
/proc/meminfo: memFree=12927960/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=1923244 CPUtime=4468.67 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3383036 0 0 0 446316 551 0 0 25 0 4 0 669263702 1969401856 381355 33554432000 4194304 4625164 140735359347104 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 480811 381355 532 106 0 476314 0
[pid=1524/tid=1532] ppid=1522 vsize=1923244 CPUtime=1121.68 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 229099 0 0 0 112134 34 0 0 25 0 4 0 669263765 1969401856 381355 33554432000 4194304 4625164 140735359347104 18446744073709551615 4331096 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=1923244 CPUtime=1121.37 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1047045 0 0 0 111942 195 0 0 25 0 4 0 669263765 1969401856 381355 33554432000 4194304 4625164 140735359347104 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=1923244 CPUtime=1103.27 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1958496 0 0 0 110027 300 0 0 25 0 4 0 669263765 1969401856 381355 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4468.67
Current children cumulated vsize (KiB) 1923244

[startup+1182.3 s]
/proc/loadavg: 8.23 8.15 8.16 9/495 1569
/proc/meminfo: memFree=12405636/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=2619024 CPUtime=4707.68 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 3718422 0 0 0 470161 607 0 0 25 0 4 0 669263702 2681880576 537708 33554432000 4194304 4625164 140735359347104 18446744073709551615 4339612 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 654756 537709 417 106 0 650259 0
[pid=1524/tid=1532] ppid=1522 vsize=2619024 CPUtime=1181.68 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 229379 0 0 0 118134 34 0 0 25 0 4 0 669263765 2681880576 537710 33554432000 4194304 4625164 140735359347104 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=2619024 CPUtime=1181.35 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1113098 0 0 0 117928 207 0 0 25 0 4 0 669263765 2681880576 537710 33554432000 4194304 4625164 140735359347104 18446744073709551615 4288776 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=2619024 CPUtime=1162.3 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1960465 0 0 0 115929 301 0 0 25 0 4 0 669263765 2681880576 537713 33554432000 4194304 4625164 140735359347104 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4707.68
Current children cumulated vsize (KiB) 2619024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.5 s]
/proc/loadavg: 8.22 8.15 8.16 10/495 1570
/proc/meminfo: memFree=11702800/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=3187952 CPUtime=4800.17 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) R 1522 1524 1492 0 -1 4202496 4001863 0 0 0 479363 654 0 0 25 0 4 0 669263702 3264462848 670095 33554432000 4194304 4625164 140735359347104 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 796988 670095 419 106 0 792491 0
[pid=1524/tid=1532] ppid=1522 vsize=3187952 CPUtime=1204.91 cores=0,2,4,6
/proc/1524/task/1532/stat : 1532 (SArTagnan) R 1522 1524 1492 0 -1 4202560 229379 0 0 0 120457 34 0 0 25 0 4 0 669263765 3264462848 670114 33554432000 4194304 4625164 140735359347104 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1524/tid=1533] ppid=1522 vsize=3187952 CPUtime=1204.59 cores=0,2,4,6
/proc/1524/task/1533/stat : 1533 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1113235 0 0 0 120252 207 0 0 25 0 4 0 669263765 3264462848 670114 33554432000 4194304 4625164 140735359347104 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=3187952 CPUtime=1185.12 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4202560 1960465 0 0 0 118211 301 0 0 25 0 4 0 669263765 3264462848 670114 33554432000 4194304 4625164 140735359347104 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 3187952

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

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

[startup+1205.64 s]
/proc/loadavg: 8.22 8.15 8.16 10/495 1570
/proc/meminfo: memFree=11702800/32951124 swapFree=62248504/67111528
[pid=1524] ppid=1522 vsize=0 CPUtime=4800.33 cores=0,2,4,6
/proc/1524/stat : 1524 (SArTagnan) Z 1522 1524 1492 0 -1 4203548 4001882 0 0 0 479369 664 0 0 25 0 2 0 669263702 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1524/statm: 0 0 0 0 0 0 0
[pid=1524/tid=1534] ppid=1522 vsize=0 CPUtime=1185.23 cores=0,2,4,6
/proc/1524/task/1534/stat : 1534 (SArTagnan) R 1522 1524 1492 0 -1 4203588 1960465 0 0 0 118212 311 0 0 25 0 2 0 669263765 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.66
CPU time (s): 4800.36
CPU user time (s): 4793.7
CPU system time (s): 6.66399
CPU usage (%): 398.151
Max. virtual memory (cumulated for all children) (KiB): 3313652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.7
system time used= 6.66399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4001882
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= 211
involuntary context switches= 21867

runsolver used 5.36918 second user time and 14.3908 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 22:11:00
IDJOB=3386191
IDBENCH=20410
IDSOLVER=1871
FILE ID=node137/3386191-1305576659
RUNJOBID= node137-1305576659-1510
PBS_JOBID= 13350207
Free space on /tmp= 73620 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386191-1305576659/watcher-3386191-1305576659 -o /tmp/evaluation-result-3386191-1305576659/solver-3386191-1305576659 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386191-1305576659.cnf -threads=4

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=2041762865

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16023344 kB
Buffers:        329460 kB
Cached:        4406892 kB
SwapCached:      25020 kB
Active:        6919796 kB
Inactive:      9727616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16023344 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:           47644 kB
Writeback:           0 kB
AnonPages:    11895940 kB
Mapped:          30556 kB
Slab:           139904 kB
PageTables:      68448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146928668 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= 73616 MiB
End job on node137 at 2011-05-16 22:31:07