Trace number 3288025

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.28 1201.97

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288025-1304071857/watcher-3288025-1304071857 -o /tmp/evaluation-result-3288025-1304071857/solver-3288025-1304071857 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3288025-1304071857.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: 8.10 7.89 7.91 5/180 22797
/proc/meminfo: memFree=12081036/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=21376 CPUtime=0 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 1072 0 0 0 0 0 0 0 25 0 1 0 597416413 21889024 1009 33554432000 4194304 4623224 140733445998256 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22797/statm: 5344 1011 290 105 0 848 0

[startup+0.0876159 s]
/proc/loadavg: 8.10 7.89 7.91 5/180 22797
/proc/meminfo: memFree=12081036/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=55356 CPUtime=0.08 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 8727 0 0 0 7 1 0 0 25 0 1 0 597416413 56684544 5906 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22797/statm: 13839 5907 297 105 0 9343 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55356

[startup+0.10061 s]
/proc/loadavg: 8.10 7.89 7.91 5/180 22797
/proc/meminfo: memFree=12081036/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=59204 CPUtime=0.09 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 9909 0 0 0 8 1 0 0 25 0 1 0 597416413 60624896 6597 33554432000 4194304 4623224 140733445998256 18446744073709551615 216734876117 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22797/statm: 14801 6615 297 105 0 10305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59204

[startup+0.30054 s]
/proc/loadavg: 8.10 7.89 7.91 5/180 22797
/proc/meminfo: memFree=12081036/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=260824 CPUtime=0.37 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 39173 0 0 0 32 5 0 0 25 0 4 0 597416413 267083776 30647 33554432000 4194304 4623224 140733445998256 18446744073709551615 4497338 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 65206 30647 327 105 0 60710 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 260824

[startup+0.700472 s]
/proc/loadavg: 8.10 7.89 7.91 5/180 22797
/proc/meminfo: memFree=12081036/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=397596 CPUtime=1.97 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 42694 0 0 0 191 6 0 0 25 0 4 0 597416413 407138304 33585 33554432000 4194304 4623224 140733445998256 18446744073709551615 4412493 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 99399 33585 335 105 0 94903 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 397596

[startup+1.50033 s]
/proc/loadavg: 8.10 7.89 7.91 9/184 22801
/proc/meminfo: memFree=11940768/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=403020 CPUtime=5.17 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 47744 0 0 0 509 8 0 0 25 0 4 0 597416413 412692480 35670 33554432000 4194304 4623224 140733445998256 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 100755 35670 342 105 0 96259 0
[pid=22797/tid=22799] ppid=22795 vsize=403020 CPUtime=1.22 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 3063 0 0 0 121 1 0 0 25 0 4 0 597416440 412692480 35670 33554432000 4194304 4623224 140733445998256 18446744073709551615 4330692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=403020 CPUtime=1.22 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 1787 0 0 0 122 0 0 0 25 0 4 0 597416440 412692480 35670 33554432000 4194304 4623224 140733445998256 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=403020 CPUtime=1.21 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 5603 0 0 0 120 1 0 0 25 0 4 0 597416440 412692480 35670 33554432000 4194304 4623224 140733445998256 18446744073709551615 216734845914 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 403020

[startup+3.10105 s]
/proc/loadavg: 8.10 7.89 7.91 9/184 22801
/proc/meminfo: memFree=11933452/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=408444 CPUtime=11.57 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 52820 0 0 0 1148 9 0 0 25 0 4 0 597416413 418246656 37141 33554432000 4194304 4623224 140733445998256 18446744073709551615 4412527 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 102111 37141 343 105 0 97615 0
[pid=22797/tid=22799] ppid=22795 vsize=408444 CPUtime=2.82 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 3436 0 0 0 281 1 0 0 25 0 4 0 597416440 418246656 37141 33554432000 4194304 4623224 140733445998256 18446744073709551615 4289747 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=408444 CPUtime=2.81 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 3496 0 0 0 281 0 0 0 25 0 4 0 597416440 418246656 37141 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=408444 CPUtime=2.82 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 8216 0 0 0 280 2 0 0 25 0 4 0 597416440 418246656 37141 33554432000 4194304 4623224 140733445998256 18446744073709551615 4552832 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 408444

[startup+6.3005 s]
/proc/loadavg: 8.09 7.89 7.91 9/184 22801
/proc/meminfo: memFree=11919824/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=424720 CPUtime=24.35 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 64914 0 0 0 2423 12 0 0 25 0 4 0 597416413 434913280 40538 33554432000 4194304 4623224 140733445998256 18446744073709551615 4412444 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 106180 40538 343 105 0 101684 0
[pid=22797/tid=22799] ppid=22795 vsize=424720 CPUtime=6.02 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 6298 0 0 0 600 2 0 0 25 0 4 0 597416440 434913280 40538 33554432000 4194304 4623224 140733445998256 18446744073709551615 4485214 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=424720 CPUtime=5.99 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 6371 0 0 0 598 1 0 0 25 0 4 0 597416440 434913280 40538 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=424720 CPUtime=6.02 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 11637 0 0 0 600 2 0 0 25 0 4 0 597416440 434913280 40538 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366043 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.35
Current children cumulated vsize (KiB) 424720

[startup+12.7004 s]
/proc/loadavg: 8.16 7.91 7.91 9/184 22801
/proc/meminfo: memFree=11232792/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1114508 CPUtime=49.81 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 451014 0 0 0 4919 62 0 0 19 0 4 0 597416413 1141256192 207017 33554432000 4194304 4623224 140733445998256 18446744073709551615 4288252 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 278627 207017 368 105 0 274131 0
[pid=22797/tid=22799] ppid=22795 vsize=1114508 CPUtime=12.39 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 82234 0 0 0 1228 11 0 0 19 0 4 0 597416440 1141256192 207017 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1114508 CPUtime=12.33 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 79709 0 0 0 1222 11 0 0 19 0 4 0 597416440 1141256192 207017 33554432000 4194304 4623224 140733445998256 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1114508 CPUtime=12.4 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 88895 0 0 0 1228 12 0 0 19 0 4 0 597416440 1141256192 207017 33554432000 4194304 4623224 140733445998256 18446744073709551615 216734837060 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 1114508

[startup+25.5011 s]
/proc/loadavg: 8.13 7.91 7.91 9/184 22801
/proc/meminfo: memFree=11206880/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1114508 CPUtime=100.94 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 548148 0 0 0 10019 75 0 0 25 0 4 0 597416413 1141256192 212007 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 278627 212007 369 105 0 274131 0
[pid=22797/tid=22799] ppid=22795 vsize=1114508 CPUtime=25.19 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 83000 0 0 0 2508 11 0 0 25 0 4 0 597416440 1141256192 212007 33554432000 4194304 4623224 140733445998256 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1114508 CPUtime=25.06 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 80568 0 0 0 2495 11 0 0 25 0 4 0 597416440 1141256192 212007 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1114508 CPUtime=25.2 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 182551 0 0 0 2496 24 0 0 25 0 4 0 597416440 1141256192 212007 33554432000 4194304 4623224 140733445998256 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 1114508

[startup+51.1007 s]
/proc/loadavg: 8.15 7.93 7.92 9/184 22802
/proc/meminfo: memFree=11171508/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1114508 CPUtime=203.2 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 740174 0 0 0 20215 105 0 0 25 0 4 0 597416413 1141256192 213376 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 278627 213376 369 105 0 274131 0
[pid=22797/tid=22799] ppid=22795 vsize=1114508 CPUtime=50.79 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 83025 0 0 0 5068 11 0 0 25 0 4 0 597416440 1141256192 213376 33554432000 4194304 4623224 140733445998256 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1114508 CPUtime=50.52 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 80590 0 0 0 5041 11 0 0 25 0 4 0 597416440 1141256192 213376 33554432000 4194304 4623224 140733445998256 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1114508 CPUtime=50.8 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 374301 0 0 0 5026 54 0 0 25 0 4 0 597416440 1141256192 213376 33554432000 4194304 4623224 140733445998256 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.2
Current children cumulated vsize (KiB) 1114508

[startup+102.307 s]
/proc/loadavg: 8.18 7.97 7.93 9/184 22803
/proc/meminfo: memFree=11089852/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1114508 CPUtime=407.75 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 1123990 0 0 0 40612 163 0 0 25 0 4 0 597416413 1141256192 216358 33554432000 4194304 4623224 140733445998256 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 278627 216358 369 105 0 274131 0
[pid=22797/tid=22799] ppid=22795 vsize=1114508 CPUtime=102 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 83062 0 0 0 10189 11 0 0 25 0 4 0 597416440 1141256192 216358 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1114508 CPUtime=101.45 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 80631 0 0 0 10134 11 0 0 25 0 4 0 597416440 1141256192 216358 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1114508 CPUtime=102 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 757200 0 0 0 10089 111 0 0 25 0 4 0 597416440 1141256192 216358 33554432000 4194304 4623224 140733445998256 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (KiB) 1114508

[startup+162.3 s]
/proc/loadavg: 8.06 7.97 7.93 9/184 22805
/proc/meminfo: memFree=11009484/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1114508 CPUtime=647.41 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 1478813 0 0 0 64521 220 0 0 25 0 4 0 597416413 1141256192 220310 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 278627 220310 369 105 0 274131 0
[pid=22797/tid=22799] ppid=22795 vsize=1114508 CPUtime=161.99 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 83086 0 0 0 16188 11 0 0 25 0 4 0 597416440 1141256192 220310 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1114508 CPUtime=161.12 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 80655 0 0 0 16101 11 0 0 25 0 4 0 597416440 1141256192 220310 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376595 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1114508 CPUtime=162 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 1111221 0 0 0 16032 168 0 0 25 0 4 0 597416440 1141256192 220310 33554432000 4194304 4623224 140733445998256 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.41
Current children cumulated vsize (KiB) 1114508

[startup+222.301 s]
/proc/loadavg: 8.02 7.97 7.93 9/184 22806
/proc/meminfo: memFree=10935436/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1152264 CPUtime=887.08 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 1814708 0 0 0 88436 272 0 0 25 0 4 0 597416413 1179918336 223550 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 288066 223550 344 105 0 283570 0
[pid=22797/tid=22799] ppid=22795 vsize=1152264 CPUtime=221.99 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 83235 0 0 0 22188 11 0 0 25 0 4 0 597416440 1179918336 223550 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376480 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1152264 CPUtime=220.79 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 80716 0 0 0 22068 11 0 0 25 0 4 0 597416440 1179918336 223550 33554432000 4194304 4623224 140733445998256 18446744073709551615 4377923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1152264 CPUtime=222 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 1427160 0 0 0 21982 218 0 0 25 0 4 0 597416440 1179918336 223550 33554432000 4194304 4623224 140733445998256 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.08
Current children cumulated vsize (KiB) 1152264

[startup+282.3 s]

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

[pid=22797] ppid=22795 vsize=1376248 CPUtime=2804.47 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 4095805 0 0 0 279821 626 0 0 25 0 4 0 597416413 1409277952 273945 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 344062 273945 345 105 0 339566 0
[pid=22797/tid=22799] ppid=22795 vsize=1376248 CPUtime=702 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 117686 0 0 0 70172 28 0 0 25 0 4 0 597416440 1409277952 273945 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1376248 CPUtime=698.18 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 83340 0 0 0 69805 13 0 0 25 0 4 0 597416440 1409277952 273945 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1376248 CPUtime=701.98 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 3650140 0 0 0 69649 549 0 0 25 0 4 0 597416440 1409277952 273945 33554432000 4194304 4623224 140733445998256 18446744073709551615 216734845954 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2804.47
Current children cumulated vsize (KiB) 1376248

[startup+762.307 s]
/proc/loadavg: 8.09 8.07 7.98 9/184 22821
/proc/meminfo: memFree=10191776/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1489892 CPUtime=3044.17 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 4420886 0 0 0 303739 678 0 0 25 0 4 0 597416413 1525649408 283690 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510252 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 372473 283690 345 105 0 367977 0
[pid=22797/tid=22799] ppid=22795 vsize=1489892 CPUtime=762.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 120117 0 0 0 76171 30 0 0 25 0 4 0 597416440 1525649408 283690 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1489892 CPUtime=757.85 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 103000 0 0 0 75770 15 0 0 25 0 4 0 597416440 1525649408 283690 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1489892 CPUtime=761.99 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 3951983 0 0 0 75602 597 0 0 25 0 4 0 597416440 1525649408 283691 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.17
Current children cumulated vsize (KiB) 1489892

[startup+822.301 s]
/proc/loadavg: 8.03 8.05 7.98 9/184 22822
/proc/meminfo: memFree=10119572/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1490156 CPUtime=3283.83 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 4832270 0 0 0 327636 747 0 0 25 0 4 0 597416413 1525919744 294198 33554432000 4194304 4623224 140733445998256 18446744073709551615 4519742 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 372539 294198 345 105 0 368043 0
[pid=22797/tid=22799] ppid=22795 vsize=1490156 CPUtime=822.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 120923 0 0 0 82170 31 0 0 25 0 4 0 597416440 1525919744 294198 33554432000 4194304 4623224 140733445998256 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1490156 CPUtime=817.53 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 103999 0 0 0 81737 16 0 0 25 0 4 0 597416440 1525919744 294198 33554432000 4194304 4623224 140733445998256 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1490156 CPUtime=821.98 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 4358538 0 0 0 81535 663 0 0 25 0 4 0 597416440 1525919744 294198 33554432000 4194304 4623224 140733445998256 18446744073709551615 4363817 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.83
Current children cumulated vsize (KiB) 1490156

[startup+882.301 s]
/proc/loadavg: 8.07 8.06 7.98 9/184 22824
/proc/meminfo: memFree=10062272/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1546804 CPUtime=3523.5 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 5230181 0 0 0 351536 814 0 0 25 0 4 0 597416413 1583927296 301420 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 386701 301420 345 105 0 382205 0
[pid=22797/tid=22799] ppid=22795 vsize=1546804 CPUtime=882.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 150851 0 0 0 88166 35 0 0 25 0 4 0 597416440 1583927296 301420 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1546804 CPUtime=877.2 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 105243 0 0 0 87702 18 0 0 25 0 4 0 597416440 1583927296 301420 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1546804 CPUtime=881.98 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 4723715 0 0 0 87474 724 0 0 25 0 4 0 597416440 1583927296 301420 33554432000 4194304 4623224 140733445998256 18446744073709551615 4549223 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.5
Current children cumulated vsize (KiB) 1546804

[startup+942.301 s]
/proc/loadavg: 8.07 8.06 7.99 5/180 22827
/proc/meminfo: memFree=11513956/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1554196 CPUtime=3763.18 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 5647167 0 0 0 375435 883 0 0 25 0 4 0 597416413 1591496704 308699 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 388549 308699 345 105 0 384053 0
[pid=22797/tid=22799] ppid=22795 vsize=1554196 CPUtime=942.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 153667 0 0 0 94165 36 0 0 25 0 4 0 597416440 1591496704 308699 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1554196 CPUtime=936.88 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 105455 0 0 0 93670 18 0 0 25 0 4 0 597416440 1591496704 308699 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1554196 CPUtime=941.98 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 5136712 0 0 0 93407 791 0 0 25 0 4 0 597416440 1591496704 308699 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.18
Current children cumulated vsize (KiB) 1554196

[startup+1002.3 s]
/proc/loadavg: 7.98 8.02 7.98 9/184 22858
/proc/meminfo: memFree=10995328/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1628708 CPUtime=4002.85 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 6047178 0 0 0 399340 945 0 0 25 0 4 0 597416413 1667796992 317175 33554432000 4194304 4623224 140733445998256 18446744073709551615 4507171 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 407177 317175 345 105 0 402681 0
[pid=22797/tid=22799] ppid=22795 vsize=1628708 CPUtime=1002.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 156563 0 0 0 100163 38 0 0 25 0 4 0 597416440 1667796992 317175 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1628708 CPUtime=996.55 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 105736 0 0 0 99637 18 0 0 25 0 4 0 597416440 1667796992 317175 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1628708 CPUtime=1001.97 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 5532133 0 0 0 99348 849 0 0 25 0 4 0 597416440 1667796992 317175 33554432000 4194304 4623224 140733445998256 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.85
Current children cumulated vsize (KiB) 1628708

[startup+1062.3 s]
/proc/loadavg: 8.09 8.04 7.99 9/184 22860
/proc/meminfo: memFree=10903556/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1591996 CPUtime=4242.53 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 6450187 0 0 0 423247 1006 0 0 25 0 4 0 597416413 1630203904 326472 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 397999 326472 345 105 0 393503 0
[pid=22797/tid=22799] ppid=22795 vsize=1591996 CPUtime=1062.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 158785 0 0 0 106162 39 0 0 25 0 4 0 597416440 1630203904 326472 33554432000 4194304 4623224 140733445998256 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1591996 CPUtime=1056.22 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 107056 0 0 0 105603 19 0 0 25 0 4 0 597416440 1630203904 326472 33554432000 4194304 4623224 140733445998256 18446744073709551615 4289768 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1591996 CPUtime=1061.97 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 5930634 0 0 0 105290 907 0 0 25 0 4 0 597416440 1630203904 326472 33554432000 4194304 4623224 140733445998256 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.53
Current children cumulated vsize (KiB) 1591996

[startup+1122.3 s]
/proc/loadavg: 8.07 8.05 7.99 9/184 22861
/proc/meminfo: memFree=10842388/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1660632 CPUtime=4482.21 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 6765317 0 0 0 447168 1053 0 0 25 0 4 0 597416413 1700487168 333751 33554432000 4194304 4623224 140733445998256 18446744073709551615 4517836 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 415158 333752 345 105 0 410662 0
[pid=22797/tid=22799] ppid=22795 vsize=1660632 CPUtime=1122.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 159622 0 0 0 112162 39 0 0 25 0 4 0 597416440 1700487168 333752 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1660632 CPUtime=1115.89 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 107218 0 0 0 111570 19 0 0 25 0 4 0 597416440 1700487168 333753 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1660632 CPUtime=1121.98 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 6243390 0 0 0 111244 954 0 0 25 0 4 0 597416440 1700487168 333753 33554432000 4194304 4623224 140733445998256 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 1660632

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/184 22863
/proc/meminfo: memFree=10753580/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1660632 CPUtime=4721.88 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 7179594 0 0 0 471077 1111 0 0 25 0 4 0 597416413 1700487168 338003 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 415158 338003 345 105 0 410662 0
[pid=22797/tid=22799] ppid=22795 vsize=1660632 CPUtime=1182.01 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 160539 0 0 0 118161 40 0 0 25 0 4 0 597416440 1700487168 338003 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1660632 CPUtime=1175.57 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 107415 0 0 0 117538 19 0 0 25 0 4 0 597416440 1700487168 338003 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1660632 CPUtime=1181.98 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 6655797 0 0 0 117187 1011 0 0 25 0 4 0 597416440 1700487168 338003 33554432000 4194304 4623224 140733445998256 18446744073709551615 4545379 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.88
Current children cumulated vsize (KiB) 1660632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.08 8.01 9/184 22864
/proc/meminfo: memFree=10721328/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1663800 CPUtime=4800.19 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 7307439 0 0 0 478887 1132 0 0 25 0 4 0 597416413 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 415950 344006 345 105 0 411454 0
[pid=22797/tid=22799] ppid=22795 vsize=1663800 CPUtime=1201.62 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 161992 0 0 0 120121 41 0 0 25 0 4 0 597416440 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1663800 CPUtime=1195.06 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 107468 0 0 0 119487 19 0 0 25 0 4 0 597416440 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1663800 CPUtime=1201.58 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 6781835 0 0 0 119127 1031 0 0 25 0 4 0 597416440 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4364653 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1663800

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

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

[startup+1201.9 s]
/proc/loadavg: 8.14 8.08 8.01 9/184 22864
/proc/meminfo: memFree=10721328/32951124 swapFree=67102140/67111528
[pid=22797] ppid=22795 vsize=1663800 CPUtime=4800.19 cores=1,3,5,7
/proc/22797/stat : 22797 (SArTagnan) R 22795 22797 22146 0 -1 4202496 7307439 0 0 0 478887 1132 0 0 25 0 4 0 597416413 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22797/statm: 415950 344006 345 105 0 411454 0
[pid=22797/tid=22799] ppid=22795 vsize=1663800 CPUtime=1201.62 cores=1,3,5,7
/proc/22797/task/22799/stat : 22799 (SArTagnan) R 22795 22797 22146 0 -1 4202560 161992 0 0 0 120121 41 0 0 25 0 4 0 597416440 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22797/tid=22800] ppid=22795 vsize=1663800 CPUtime=1195.06 cores=1,3,5,7
/proc/22797/task/22800/stat : 22800 (SArTagnan) R 22795 22797 22146 0 -1 4202560 107468 0 0 0 119487 19 0 0 25 0 4 0 597416440 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22797/tid=22801] ppid=22795 vsize=1663800 CPUtime=1201.58 cores=1,3,5,7
/proc/22797/task/22801/stat : 22801 (SArTagnan) R 22795 22797 22146 0 -1 4202560 6781835 0 0 0 119127 1031 0 0 25 0 4 0 597416440 1703731200 344006 33554432000 4194304 4623224 140733445998256 18446744073709551615 4364653 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1663800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.97
CPU time (s): 4800.28
CPU user time (s): 4788.9
CPU system time (s): 11.3873
CPU usage (%): 399.368
Max. virtual memory (cumulated for all children) (KiB): 1663800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.9
system time used= 11.3873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7307439
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= 2922
involuntary context switches= 32723

runsolver used 1.77473 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 12:10:58
IDJOB=3288025
IDBENCH=82481
IDSOLVER=1656
FILE ID=node119/3288025-1304071857
RUNJOBID= node119-1304071597-22497
PBS_JOBID= 13170477
Free space on /tmp= 71804 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288025-1304071857/watcher-3288025-1304071857 -o /tmp/evaluation-result-3288025-1304071857/solver-3288025-1304071857 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3288025-1304071857.cnf -threads=4

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=490715321

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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:      12081316 kB
Buffers:       2233848 kB
Cached:       17316048 kB
SwapCached:       5504 kB
Active:        8637148 kB
Inactive:     11646984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12081316 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           10316 kB
Writeback:           0 kB
AnonPages:      730356 kB
Mapped:          15244 kB
Slab:           521856 kB
PageTables:       6132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1026320 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= 71800 MiB
End job on node119 at 2011-04-29 12:31:01