Trace number 3386090

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) 3908.72 1300.21

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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-3386090-1305577565/watcher-3386090-1305577565 -o /tmp/evaluation-result-3386090-1305577565/solver-3386090-1305577565 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386090-1305577565.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: 9.14 9.28 9.21 7/438 5742
/proc/meminfo: memFree=18560416/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=24548 CPUtime=0 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 1127 0 0 0 0 0 0 0 25 0 1 0 669356178 25137152 945 33554432000 4194304 4625164 140734152774352 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5742/statm: 6137 945 296 106 0 1640 0

[startup+0.095075 s]
/proc/loadavg: 9.14 9.28 9.21 7/438 5742
/proc/meminfo: memFree=18560416/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=35492 CPUtime=0.08 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 7416 0 0 0 7 1 0 0 25 0 1 0 669356178 36343808 4318 33554432000 4194304 4625164 140734152774352 18446744073709551615 210647146240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5742/statm: 8873 4322 296 106 0 4376 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35492

[startup+0.101073 s]
/proc/loadavg: 9.14 9.28 9.21 7/438 5742
/proc/meminfo: memFree=18560416/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=41804 CPUtime=0.08 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 8878 0 0 0 7 1 0 0 25 0 1 0 669356178 42807296 5779 33554432000 4194304 4625164 140734152774352 18446744073709551615 4298385 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5742/statm: 10451 5806 298 106 0 5954 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41804

[startup+0.30101 s]
/proc/loadavg: 9.14 9.28 9.21 7/438 5742
/proc/meminfo: memFree=18560416/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=233660 CPUtime=0.66 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 20219 0 0 0 63 3 0 0 25 0 4 0 669356178 239267840 13184 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5742/statm: 58415 13184 341 106 0 53918 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 233660

[startup+0.700941 s]
/proc/loadavg: 9.14 9.28 9.21 7/438 5742
/proc/meminfo: memFree=18560416/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=236120 CPUtime=1.87 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 27766 0 0 0 182 5 0 0 25 0 4 0 669356178 241786880 14595 33554432000 4194304 4625164 140734152774352 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5742/statm: 59030 14595 341 106 0 54533 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 236120

[startup+1.5008 s]
/proc/loadavg: 9.14 9.28 9.21 10/442 5746
/proc/meminfo: memFree=18502856/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=308028 CPUtime=4.24 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 35627 0 0 0 418 6 0 0 25 0 4 0 669356178 315420672 17729 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5742/statm: 77007 17729 347 106 0 72510 0
[pid=5742/tid=5744] ppid=5740 vsize=308028 CPUtime=0.84 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 2468 0 0 0 84 0 0 0 25 0 4 0 669356188 315420672 17729 33554432000 4194304 4625164 140734152774352 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=308028 CPUtime=1.09 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 4492 0 0 0 109 0 0 0 25 0 4 0 669356188 315420672 17729 33554432000 4194304 4625164 140734152774352 18446744073709551615 4467377 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=308028 CPUtime=0.79 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 12627 0 0 0 77 2 0 0 25 0 4 0 669356188 315420672 17729 33554432000 4194304 4625164 140734152774352 18446744073709551615 210646843789 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 308028

[startup+3.10054 s]
/proc/loadavg: 9.14 9.28 9.21 10/442 5746
/proc/meminfo: memFree=18482268/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=317428 CPUtime=9.01 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 56109 0 0 0 893 8 0 0 25 0 4 0 669356178 325046272 21066 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5742/statm: 79357 21067 347 106 0 74860 0
[pid=5742/tid=5744] ppid=5740 vsize=317428 CPUtime=1.98 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 3883 0 0 0 197 1 0 0 25 0 4 0 669356188 325046272 21067 33554432000 4194304 4625164 140734152774352 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=317428 CPUtime=1.98 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 6554 0 0 0 198 0 0 0 25 0 4 0 669356188 325046272 21067 33554432000 4194304 4625164 140734152774352 18446744073709551615 210646807237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=317428 CPUtime=2.32 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 29273 0 0 0 229 3 0 0 25 0 4 0 669356188 325046272 21067 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 317428

[startup+6.301 s]
/proc/loadavg: 9.12 9.27 9.21 14/442 5747
/proc/meminfo: memFree=18462424/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=323452 CPUtime=18.55 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 80655 0 0 0 1843 12 0 0 25 0 4 0 669356178 331214848 24496 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 80863 24496 342 106 0 76366 0
[pid=5742/tid=5744] ppid=5740 vsize=323452 CPUtime=4.84 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 4160 0 0 0 483 1 0 0 25 0 4 0 669356188 331214848 24496 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=323452 CPUtime=4.41 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 9808 0 0 0 440 1 0 0 25 0 4 0 669356188 331214848 24496 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=323452 CPUtime=4.88 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 47982 0 0 0 482 6 0 0 25 0 4 0 669356188 331214848 24496 33554432000 4194304 4625164 140734152774352 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.55
Current children cumulated vsize (KiB) 323452

[startup+12.7009 s]
/proc/loadavg: 9.19 9.28 9.21 10/442 5747
/proc/meminfo: memFree=18439532/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=328288 CPUtime=37.64 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 107352 0 0 0 3747 17 0 0 25 0 4 0 669356178 336166912 29669 33554432000 4194304 4625164 140734152774352 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5742/statm: 82072 29669 347 106 0 77575 0
[pid=5742/tid=5744] ppid=5740 vsize=328288 CPUtime=8.84 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 5025 0 0 0 882 2 0 0 25 0 4 0 669356188 336166912 29669 33554432000 4194304 4625164 140734152774352 18446744073709551615 4487080 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=328288 CPUtime=10.81 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 10693 0 0 0 1079 2 0 0 25 0 4 0 669356188 336166912 29669 33554432000 4194304 4625164 140734152774352 18446744073709551615 4339826 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=328288 CPUtime=8.45 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 70435 0 0 0 836 9 0 0 25 0 4 0 669356188 336166912 29669 33554432000 4194304 4625164 140734152774352 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.64
Current children cumulated vsize (KiB) 328288

[startup+25.5008 s]
/proc/loadavg: 9.15 9.27 9.21 10/442 5747
/proc/meminfo: memFree=18418820/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=352952 CPUtime=75.8 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 141894 0 0 0 7557 23 0 0 25 0 4 0 669356178 361422848 33796 33554432000 4194304 4625164 140734152774352 18446744073709551615 4499479 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5742/statm: 88238 33796 347 106 0 83741 0
[pid=5742/tid=5744] ppid=5740 vsize=352952 CPUtime=16.59 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 7726 0 0 0 1657 2 0 0 25 0 4 0 669356188 361422848 33796 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=352952 CPUtime=23.56 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 11337 0 0 0 2354 2 0 0 25 0 4 0 669356188 361422848 33796 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=352952 CPUtime=14.8 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 91597 0 0 0 1468 12 0 0 25 0 4 0 669356188 361422848 33796 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 75.8
Current children cumulated vsize (KiB) 352952

[startup+51.1005 s]
/proc/loadavg: 9.10 9.25 9.20 10/442 5748
/proc/meminfo: memFree=18365656/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=374396 CPUtime=152.29 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 195482 0 0 0 15192 37 0 0 25 0 4 0 669356178 383381504 46296 33554432000 4194304 4625164 140734152774352 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5742/statm: 93599 46296 347 106 0 89102 0
[pid=5742/tid=5744] ppid=5740 vsize=374396 CPUtime=37.14 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 13230 0 0 0 3709 5 0 0 25 0 4 0 669356188 383381504 46296 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=374396 CPUtime=38.52 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 16791 0 0 0 3848 4 0 0 25 0 4 0 669356188 383381504 46296 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=374396 CPUtime=32.18 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 126280 0 0 0 3199 19 0 0 25 0 4 0 669356188 383381504 46296 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 152.29
Current children cumulated vsize (KiB) 374396

[startup+102.317 s]
/proc/loadavg: 9.09 9.22 9.19 10/442 5749
/proc/meminfo: memFree=18210144/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=460356 CPUtime=305.15 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 337088 0 0 0 30451 64 0 0 25 0 4 0 669356178 471404544 79404 33554432000 4194304 4625164 140734152774352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 115089 79404 347 106 0 110592 0
[pid=5742/tid=5744] ppid=5740 vsize=460356 CPUtime=70.29 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 24232 0 0 0 7022 7 0 0 25 0 4 0 669356188 471404544 79404 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=460356 CPUtime=86.79 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 34732 0 0 0 8671 8 0 0 25 0 4 0 669356188 471404544 79404 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=460356 CPUtime=59.99 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 205888 0 0 0 5966 33 0 0 25 0 4 0 669356188 471404544 79404 33554432000 4194304 4625164 140734152774352 18446744073709551615 210646805925 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 305.15
Current children cumulated vsize (KiB) 460356

[startup+162.301 s]
/proc/loadavg: 9.17 9.22 9.19 10/442 5751
/proc/meminfo: memFree=17901124/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=918956 CPUtime=484.16 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 638118 0 0 0 48296 120 0 0 25 0 4 0 669356178 941010944 151949 33554432000 4194304 4625164 140734152774352 18446744073709551615 4392018 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 229739 151949 351 106 0 225242 0
[pid=5742/tid=5744] ppid=5740 vsize=918956 CPUtime=109.99 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 49102 0 0 0 10984 15 0 0 25 0 4 0 669356188 941010944 151949 33554432000 4194304 4625164 140734152774352 18446744073709551615 4487007 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=918956 CPUtime=146.01 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 53395 0 0 0 14589 12 0 0 25 0 4 0 669356188 941010944 151949 33554432000 4194304 4625164 140734152774352 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=918956 CPUtime=98.39 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 348950 0 0 0 9783 56 0 0 25 0 4 0 669356188 941010944 151949 33554432000 4194304 4625164 140734152774352 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 484.16
Current children cumulated vsize (KiB) 918956

[startup+222.301 s]
/proc/loadavg: 9.22 9.22 9.19 10/442 5752
/proc/meminfo: memFree=17329096/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=1426776 CPUtime=663.2 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 1087842 0 0 0 66120 200 0 0 25 0 4 0 669356178 1461018624 289003 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512084 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 356694 289003 350 106 0 352197 0
[pid=5742/tid=5744] ppid=5740 vsize=1426776 CPUtime=152.34 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 77281 0 0 0 15208 26 0 0 22 0 4 0 669356188 1461018624 289003 33554432000 4194304 4625164 140734152774352 18446744073709551615 4467253 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=1426776 CPUtime=198.48 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 76502 0 0 0 19830 18 0 0 25 0 4 0 669356188 1461018624 289003 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=1426776 CPUtime=142.88 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 513783 0 0 0 14207 81 0 0 20 0 4 0 669356188 1461018624 289004 33554432000 4194304 4625164 140734152774352 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 663.2
Current children cumulated vsize (KiB) 1426776

[startup+282.301 s]

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


[startup+762.317 s]
/proc/loadavg: 9.18 9.18 9.17 10/442 5767
/proc/meminfo: memFree=13764788/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5059012 CPUtime=2277.54 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 3779887 0 0 0 227062 692 0 0 25 0 4 0 669356178 5180428288 1100223 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1264753 1100223 347 106 0 1260256 0
[pid=5742/tid=5744] ppid=5740 vsize=5059012 CPUtime=642.53 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144440 0 0 0 64197 56 0 0 25 0 4 0 669356188 5180428288 1100223 33554432000 4194304 4625164 140734152774352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5059012 CPUtime=700.11 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153004 0 0 0 69969 42 0 0 25 0 4 0 669356188 5180428288 1100223 33554432000 4194304 4625164 140734152774352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5059012 CPUtime=470.13 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 1421502 0 0 0 46780 233 0 0 25 0 4 0 669356188 5180428288 1100223 33554432000 4194304 4625164 140734152774352 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2277.54
Current children cumulated vsize (KiB) 5059012

[startup+822.301 s]
/proc/loadavg: 9.17 9.18 9.17 10/442 5768
/proc/meminfo: memFree=13608276/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5122128 CPUtime=2456.63 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 3953589 0 0 0 244942 721 0 0 25 0 4 0 669356178 5245059072 1124215 33554432000 4194304 4625164 140734152774352 18446744073709551615 4338092 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1280532 1124215 347 106 0 1276035 0
[pid=5742/tid=5744] ppid=5740 vsize=5122128 CPUtime=702.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144455 0 0 0 70195 56 0 0 25 0 4 0 669356188 5245059072 1124215 33554432000 4194304 4625164 140734152774352 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5122128 CPUtime=760.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153058 0 0 0 75968 42 0 0 25 0 4 0 669356188 5245059072 1124215 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5122128 CPUtime=499.86 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 1539289 0 0 0 49733 253 0 0 25 0 4 0 669356188 5245059072 1124215 33554432000 4194304 4625164 140734152774352 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2456.63
Current children cumulated vsize (KiB) 5122128

[startup+882.301 s]
/proc/loadavg: 9.11 9.16 9.17 10/442 5770
/proc/meminfo: memFree=13577380/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5122128 CPUtime=2635.74 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4062436 0 0 0 262832 742 0 0 25 0 4 0 669356178 5245059072 1124887 33554432000 4194304 4625164 140734152774352 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1280532 1124887 347 106 0 1276035 0
[pid=5742/tid=5744] ppid=5740 vsize=5122128 CPUtime=762.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144469 0 0 0 76195 56 0 0 25 0 4 0 669356188 5245059072 1124887 33554432000 4194304 4625164 140734152774352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5122128 CPUtime=820.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153087 0 0 0 81968 42 0 0 25 0 4 0 669356188 5245059072 1124887 33554432000 4194304 4625164 140734152774352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5122128 CPUtime=529.42 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 1648091 0 0 0 52668 274 0 0 25 0 4 0 669356188 5245059072 1124887 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2635.74
Current children cumulated vsize (KiB) 5122128

[startup+942.3 s]
/proc/loadavg: 9.04 9.13 9.15 10/442 5772
/proc/meminfo: memFree=13544272/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5122128 CPUtime=2814.88 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4172426 0 0 0 280726 762 0 0 25 0 4 0 669356178 5245059072 1125503 33554432000 4194304 4625164 140734152774352 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1280532 1125503 347 106 0 1276035 0
[pid=5742/tid=5744] ppid=5740 vsize=5122128 CPUtime=822.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144484 0 0 0 82195 56 0 0 25 0 4 0 669356188 5245059072 1125503 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5122128 CPUtime=880.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153109 0 0 0 87968 42 0 0 25 0 4 0 669356188 5245059072 1125503 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5122128 CPUtime=559.02 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 1758043 0 0 0 55608 294 0 0 25 0 4 0 669356188 5245059072 1125503 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2814.88
Current children cumulated vsize (KiB) 5122128

[startup+1002.3 s]
/proc/loadavg: 9.01 9.10 9.14 10/442 5773
/proc/meminfo: memFree=13508288/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5122128 CPUtime=2993.99 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4282917 0 0 0 298616 783 0 0 25 0 4 0 669356178 5245059072 1126072 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1280532 1126072 347 106 0 1276035 0
[pid=5742/tid=5744] ppid=5740 vsize=5122128 CPUtime=882.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144498 0 0 0 88195 56 0 0 25 0 4 0 669356188 5245059072 1126072 33554432000 4194304 4625164 140734152774352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5122128 CPUtime=940.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153128 0 0 0 93968 42 0 0 25 0 4 0 669356188 5245059072 1126072 33554432000 4194304 4625164 140734152774352 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5122128 CPUtime=588.54 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 1868500 0 0 0 58539 315 0 0 25 0 4 0 669356188 5245059072 1126072 33554432000 4194304 4625164 140734152774352 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2993.99
Current children cumulated vsize (KiB) 5122128

[startup+1062.3 s]
/proc/loadavg: 9.04 9.09 9.14 10/442 5775
/proc/meminfo: memFree=13422224/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5177780 CPUtime=3196.69 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4411226 0 0 0 318862 807 0 0 25 0 4 0 669356178 5302046720 1141502 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512075 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1294445 1141502 347 106 0 1289948 0
[pid=5742/tid=5744] ppid=5740 vsize=5177780 CPUtime=942.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144515 0 0 0 94195 56 0 0 25 0 4 0 669356188 5302046720 1141502 33554432000 4194304 4625164 140734152774352 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5177780 CPUtime=1000.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153149 0 0 0 99968 42 0 0 25 0 4 0 669356188 5302046720 1141502 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5177780 CPUtime=618.47 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 1981660 0 0 0 61512 335 0 0 25 0 4 0 669356188 5302046720 1141502 33554432000 4194304 4625164 140734152774352 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3196.69
Current children cumulated vsize (KiB) 5177780

[startup+1122.3 s]
/proc/loadavg: 9.21 9.13 9.15 10/442 5807
/proc/meminfo: memFree=13951112/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5298472 CPUtime=3377.95 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4574935 0 0 0 336959 836 0 0 25 0 4 0 669356178 5425635328 1162286 33554432000 4194304 4625164 140734152774352 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1324618 1162286 347 106 0 1320121 0
[pid=5742/tid=5744] ppid=5740 vsize=5298472 CPUtime=1002.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144529 0 0 0 100195 56 0 0 25 0 4 0 669356188 5425635328 1162286 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5298472 CPUtime=1060.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153163 0 0 0 105968 42 0 0 25 0 4 0 669356188 5425635328 1162286 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5298472 CPUtime=648 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 2123227 0 0 0 64440 360 0 0 25 0 4 0 669356188 5425635328 1162286 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3377.95
Current children cumulated vsize (KiB) 5298472

[startup+1182.3 s]
/proc/loadavg: 9.18 9.14 9.15 10/442 5809
/proc/meminfo: memFree=13716964/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5356640 CPUtime=3557.09 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4704118 0 0 0 354849 860 0 0 25 0 4 0 669356178 5485199360 1179303 33554432000 4194304 4625164 140734152774352 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1339160 1179303 347 106 0 1334663 0
[pid=5742/tid=5744] ppid=5740 vsize=5356640 CPUtime=1062.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144557 0 0 0 106195 56 0 0 25 0 4 0 669356188 5485199360 1179303 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5356640 CPUtime=1120.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153178 0 0 0 111968 42 0 0 25 0 4 0 669356188 5485199360 1179303 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5356640 CPUtime=677.6 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 2235776 0 0 0 67381 379 0 0 25 0 4 0 669356188 5485199360 1179303 33554432000 4194304 4625164 140734152774352 18446744073709551615 4546803 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3557.09
Current children cumulated vsize (KiB) 5356640

[startup+1242.3 s]
/proc/loadavg: 9.25 9.16 9.15 10/442 5811
/proc/meminfo: memFree=13570992/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5421252 CPUtime=3736.2 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4843759 0 0 0 372738 882 0 0 25 0 4 0 669356178 5551362048 1198678 33554432000 4194304 4625164 140734152774352 18446744073709551615 4392010 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1355313 1198678 347 106 0 1350816 0
[pid=5742/tid=5744] ppid=5740 vsize=5421252 CPUtime=1122.51 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144573 0 0 0 112195 56 0 0 25 0 4 0 669356188 5551362048 1198678 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5421252 CPUtime=1180.1 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153194 0 0 0 117968 42 0 0 25 0 4 0 669356188 5551362048 1198678 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5421252 CPUtime=707.17 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 2356230 0 0 0 70319 398 0 0 25 0 4 0 669356188 5551362048 1198678 33554432000 4194304 4625164 140734152774352 18446744073709551615 4339848 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3736.2
Current children cumulated vsize (KiB) 5421252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.26 9.17 9.15 11/442 5812
/proc/meminfo: memFree=13454160/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=5467780 CPUtime=3908.5 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) R 5740 5742 5668 0 -1 4202496 4972932 0 0 0 389947 903 0 0 25 0 4 0 669356178 5599006720 1212970 33554432000 4194304 4625164 140734152774352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 1366945 1212970 347 106 0 1362448 0
[pid=5742/tid=5744] ppid=5740 vsize=5467780 CPUtime=1180.23 cores=1,3,5,7
/proc/5742/task/5744/stat : 5744 (SArTagnan) R 5740 5742 5668 0 -1 4202560 144588 0 0 0 117967 56 0 0 25 0 4 0 669356188 5599006720 1212970 33554432000 4194304 4625164 140734152774352 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5742/tid=5745] ppid=5740 vsize=5467780 CPUtime=1237.82 cores=1,3,5,7
/proc/5742/task/5745/stat : 5745 (SArTagnan) R 5740 5742 5668 0 -1 4202560 153229 0 0 0 123740 42 0 0 25 0 4 0 669356188 5599006720 1212970 33554432000 4194304 4625164 140734152774352 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=5467780 CPUtime=735.59 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4202560 2470787 0 0 0 73143 416 0 0 25 0 4 0 669356188 5599006720 1212970 33554432000 4194304 4625164 140734152774352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3908.5
Current children cumulated vsize (KiB) 5467780

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

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

[startup+1300.12 s]
/proc/loadavg: 9.26 9.17 9.15 7/441 5813
/proc/meminfo: memFree=15897960/32951132 swapFree=64496000/67111528
[pid=5742] ppid=5740 vsize=0 CPUtime=3908.64 cores=1,3,5,7
/proc/5742/stat : 5742 (SArTagnan) Z 5740 5742 5668 0 -1 4203548 4972932 0 0 0 389949 915 0 0 25 0 2 0 669356178 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5742/statm: 0 0 0 0 0 0 0
[pid=5742/tid=5746] ppid=5740 vsize=0 CPUtime=735.71 cores=1,3,5,7
/proc/5742/task/5746/stat : 5746 (SArTagnan) R 5740 5742 5668 0 -1 4203588 2470787 0 0 0 73143 428 0 0 25 0 2 0 669356188 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3908.64
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.21
CPU time (s): 3908.72
CPU user time (s): 3899.5
CPU system time (s): 9.2246
CPU usage (%): 300.622
Max. virtual memory (cumulated for all children) (KiB): 5918360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3899.5
system time used= 9.2246
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4972932
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= 20655
involuntary context switches= 34844

runsolver used 5.12222 second user time and 13.8589 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-16 22:26:06
IDJOB=3386090
IDBENCH=70908
IDSOLVER=1871
FILE ID=node129/3386090-1305577565
RUNJOBID= node129-1305577449-5687
PBS_JOBID= 13350224
Free space on /tmp= 73276 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386090-1305577565/watcher-3386090-1305577565 -o /tmp/evaluation-result-3386090-1305577565/solver-3386090-1305577565 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386090-1305577565.cnf -threads=4

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1443527216

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.82
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      18560448 kB
Buffers:        291288 kB
Cached:        7014776 kB
SwapCached:      52664 kB
Active:        5157564 kB
Inactive:      8975476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18560448 kB
SwapTotal:    67111528 kB
SwapFree:     64496000 kB
Dirty:            3532 kB
Writeback:           0 kB
AnonPages:     6783532 kB
Mapped:          23616 kB
Slab:           140160 kB
PageTables:      50760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 116758740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73276 MiB
End job on node129 at 2011-05-16 22:47:48