Trace number 3280343

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.19 1202.19

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.89
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

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-3280343-1304036807/watcher-3280343-1304036807 -o /tmp/evaluation-result-3280343-1304036807/solver-3280343-1304036807 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3280343-1304036807.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: 6.35 7.72 7.79 2/181 16858
/proc/meminfo: memFree=25421104/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=22108 CPUtime=0 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 1178 0 0 0 0 0 0 0 22 0 1 0 515278954 22638592 1115 33554432000 4194304 4623224 140734038155424 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16858/statm: 5527 1117 290 105 0 1031 0

[startup+0.0625479 s]
/proc/loadavg: 6.35 7.72 7.79 2/181 16858
/proc/meminfo: memFree=25421104/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=68352 CPUtime=0.05 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 7396 0 0 0 5 0 0 0 22 0 1 0 515278954 69992448 5661 33554432000 4194304 4623224 140734038155424 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16858/statm: 17088 5662 297 105 0 12592 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 68352

[startup+0.100579 s]
/proc/loadavg: 6.35 7.72 7.79 2/181 16858
/proc/meminfo: memFree=25421104/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=71132 CPUtime=0.09 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 8938 0 0 0 9 0 0 0 22 0 1 0 515278954 72839168 6278 33554432000 4194304 4623224 140734038155424 18446744073709551615 232335892224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16858/statm: 17783 6279 297 105 0 13287 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71132

[startup+0.300499 s]
/proc/loadavg: 6.35 7.72 7.79 2/181 16858
/proc/meminfo: memFree=25421104/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=89108 CPUtime=0.28 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 16769 0 0 0 27 1 0 0 23 0 1 0 515278954 91246592 10480 33554432000 4194304 4623224 140734038155424 18446744073709551615 4384378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16858/statm: 22277 10480 301 105 0 17781 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 89108

[startup+0.700357 s]
/proc/loadavg: 6.35 7.72 7.79 2/181 16858
/proc/meminfo: memFree=25421104/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=455224 CPUtime=1.37 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 56336 0 0 0 131 6 0 0 25 0 4 0 515278954 466149376 50007 33554432000 4194304 4623224 140734038155424 18446744073709551615 4400672 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 113806 50007 332 105 0 109310 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 455224

[startup+1.50021 s]
/proc/loadavg: 6.35 7.72 7.79 9/188 16865
/proc/meminfo: memFree=25099400/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=455224 CPUtime=4.57 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 59597 0 0 0 450 7 0 0 25 0 4 0 515278954 466149376 49556 33554432000 4194304 4623224 140734038155424 18446744073709551615 4412444 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 113806 49556 335 105 0 109310 0
[pid=16858/tid=16863] ppid=16856 vsize=455224 CPUtime=1.02 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 2752 0 0 0 102 0 0 0 25 0 4 0 515279002 466149376 49556 33554432000 4194304 4623224 140734038155424 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=455224 CPUtime=1.01 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 3450 0 0 0 101 0 0 0 25 0 4 0 515279002 466149376 49556 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=455224 CPUtime=1.02 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 2493 0 0 0 102 0 0 0 25 0 4 0 515279002 466149376 49556 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289694 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 455224

[startup+3.10093 s]
/proc/loadavg: 6.35 7.72 7.79 9/188 16865
/proc/meminfo: memFree=25094316/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=455224 CPUtime=10.96 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 59958 0 0 0 1089 7 0 0 25 0 4 0 515278954 466149376 49622 33554432000 4194304 4623224 140734038155424 18446744073709551615 4365976 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 113806 49622 335 105 0 109310 0
[pid=16858/tid=16863] ppid=16856 vsize=455224 CPUtime=2.62 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 2783 0 0 0 262 0 0 0 25 0 4 0 515279002 466149376 49622 33554432000 4194304 4623224 140734038155424 18446744073709551615 4466086 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=455224 CPUtime=2.61 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 3483 0 0 0 261 0 0 0 25 0 4 0 515279002 466149376 49622 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=455224 CPUtime=2.62 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 2790 0 0 0 262 0 0 0 25 0 4 0 515279002 466149376 49622 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289917 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 455224

[startup+6.30036 s]
/proc/loadavg: 6.49 7.72 7.79 9/188 16865
/proc/meminfo: memFree=25036804/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=455224 CPUtime=23.73 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 60289 0 0 0 2366 7 0 0 25 0 4 0 515278954 466149376 49812 33554432000 4194304 4623224 140734038155424 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 113806 49812 335 105 0 109310 0
[pid=16858/tid=16863] ppid=16856 vsize=455224 CPUtime=5.81 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 2830 0 0 0 581 0 0 0 25 0 4 0 515279002 466149376 49812 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=455224 CPUtime=5.78 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 3573 0 0 0 578 0 0 0 25 0 4 0 515279002 466149376 49812 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=455224 CPUtime=5.82 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 2984 0 0 0 582 0 0 0 25 0 4 0 515279002 466149376 49812 33554432000 4194304 4623224 140734038155424 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 455224

[startup+12.7002 s]
/proc/loadavg: 6.61 7.72 7.79 9/188 16865
/proc/meminfo: memFree=24882528/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=477128 CPUtime=49.29 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 78591 0 0 0 4920 9 0 0 25 0 4 0 515278954 488579072 55569 33554432000 4194304 4623224 140734038155424 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 119282 55569 344 105 0 114786 0
[pid=16858/tid=16863] ppid=16856 vsize=477128 CPUtime=12.21 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 5059 0 0 0 1221 0 0 0 25 0 4 0 515279002 488579072 55569 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=477128 CPUtime=12.14 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 6666 0 0 0 1214 0 0 0 25 0 4 0 515279002 488579072 55569 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=477128 CPUtime=12.22 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 15954 0 0 0 1220 2 0 0 25 0 4 0 515279002 488579072 55569 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289641 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.29
Current children cumulated vsize (KiB) 477128

[startup+25.501 s]
/proc/loadavg: 6.91 7.74 7.80 9/188 16866
/proc/meminfo: memFree=24742564/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=488168 CPUtime=100.42 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 115974 0 0 0 10026 16 0 0 25 0 4 0 515278954 499884032 59816 33554432000 4194304 4623224 140734038155424 18446744073709551615 4412464 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 122042 59816 344 105 0 117546 0
[pid=16858/tid=16863] ppid=16856 vsize=488168 CPUtime=25.01 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 8780 0 0 0 2500 1 0 0 25 0 4 0 515279002 499884032 59816 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=488168 CPUtime=24.88 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 11940 0 0 0 2486 2 0 0 25 0 4 0 515279002 499884032 59816 33554432000 4194304 4623224 140734038155424 18446744073709551615 4377591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=488168 CPUtime=25.02 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 44342 0 0 0 2496 6 0 0 25 0 4 0 515279002 499884032 59816 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.42
Current children cumulated vsize (KiB) 488168

[startup+51.1004 s]
/proc/loadavg: 7.28 7.76 7.80 9/188 16866
/proc/meminfo: memFree=24618784/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=504716 CPUtime=202.68 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 132545 0 0 0 20248 20 0 0 25 0 4 0 515278954 516829184 65148 33554432000 4194304 4623224 140734038155424 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 126179 65148 344 105 0 121683 0
[pid=16858/tid=16863] ppid=16856 vsize=504716 CPUtime=50.62 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 14632 0 0 0 5059 3 0 0 25 0 4 0 515279002 516829184 65148 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=504716 CPUtime=50.33 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 18731 0 0 0 5030 3 0 0 25 0 4 0 515279002 516829184 65148 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=504716 CPUtime=50.62 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 47878 0 0 0 5055 7 0 0 25 0 4 0 515279002 516829184 65148 33554432000 4194304 4623224 140734038155424 18446744073709551615 4545674 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.68
Current children cumulated vsize (KiB) 504716

[startup+102.307 s]
/proc/loadavg: 7.72 7.81 7.82 9/188 16868
/proc/meminfo: memFree=24333940/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=515256 CPUtime=407.19 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 166660 0 0 0 40687 32 0 0 25 0 4 0 515278954 527622144 82249 33554432000 4194304 4623224 140734038155424 18446744073709551615 4507344 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 128814 82249 374 105 0 124318 0
[pid=16858/tid=16863] ppid=16856 vsize=515256 CPUtime=101.81 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 21092 0 0 0 10175 6 0 0 25 0 4 0 515279002 527622144 82249 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=515256 CPUtime=101.23 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 21471 0 0 0 10117 6 0 0 25 0 4 0 515279002 527622144 82249 33554432000 4194304 4623224 140734038155424 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=515256 CPUtime=101.82 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 66799 0 0 0 10171 11 0 0 25 0 4 0 515279002 527622144 82249 33554432000 4194304 4623224 140734038155424 18446744073709551615 4571842 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.19
Current children cumulated vsize (KiB) 515256

[startup+162.301 s]
/proc/loadavg: 8.07 7.90 7.84 9/188 16869
/proc/meminfo: memFree=24090264/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=527688 CPUtime=646.81 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 229650 0 0 0 64637 44 0 0 25 0 4 0 515278954 540352512 85334 33554432000 4194304 4623224 140734038155424 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 131922 85334 374 105 0 127426 0
[pid=16858/tid=16863] ppid=16856 vsize=527688 CPUtime=161.78 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 29533 0 0 0 16170 8 0 0 25 0 4 0 515279002 540352512 85334 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=527688 CPUtime=160.89 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 21543 0 0 0 16083 6 0 0 25 0 4 0 515279002 540352512 85334 33554432000 4194304 4623224 140734038155424 18446744073709551615 4317264 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=527688 CPUtime=161.82 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 121006 0 0 0 16161 21 0 0 25 0 4 0 515279002 540352512 85334 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289750 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.81
Current children cumulated vsize (KiB) 527688

[startup+222.301 s]
/proc/loadavg: 8.22 7.96 7.87 9/188 16871
/proc/meminfo: memFree=23990428/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=538624 CPUtime=886.48 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 436443 0 0 0 88571 77 0 0 25 0 4 0 515278954 551550976 96871 33554432000 4194304 4623224 140734038155424 18446744073709551615 4413725 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 134656 96872 417 105 0 130160 0
[pid=16858/tid=16863] ppid=16856 vsize=538624 CPUtime=221.78 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 33546 0 0 0 22167 11 0 0 25 0 4 0 515279002 551550976 96872 33554432000 4194304 4623224 140734038155424 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=538624 CPUtime=220.55 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 21681 0 0 0 22049 6 0 0 25 0 4 0 515279002 551550976 96872 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=538624 CPUtime=221.82 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 321282 0 0 0 22132 50 0 0 25 0 4 0 515279002 551550976 96872 33554432000 4194304 4623224 140734038155424 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 886.48
Current children cumulated vsize (KiB) 538624

[startup+282.3 s]

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

[pid=16858] ppid=16856 vsize=1582492 CPUtime=2803.84 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 3855953 0 0 0 279800 584 0 0 25 0 4 0 515278954 1620471808 307671 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 395623 307671 528 105 0 391127 0
[pid=16858/tid=16863] ppid=16856 vsize=1582492 CPUtime=701.79 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 105597 0 0 0 70155 24 0 0 25 0 4 0 515279002 1620471808 307671 33554432000 4194304 4623224 140734038155424 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=1582492 CPUtime=697.91 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 30867 0 0 0 69783 8 0 0 25 0 4 0 515279002 1620471808 307671 33554432000 4194304 4623224 140734038155424 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=1582492 CPUtime=701.81 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 3272338 0 0 0 69697 484 0 0 25 0 4 0 515279002 1620471808 307671 33554432000 4194304 4623224 140734038155424 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2803.84
Current children cumulated vsize (KiB) 1582492

[startup+762.307 s]
/proc/loadavg: 8.29 8.18 8.01 9/188 16885
/proc/meminfo: memFree=22266068/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=1728200 CPUtime=3043.52 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 4392065 0 0 0 303688 664 0 0 25 0 4 0 515278954 1769676800 335810 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 432050 335810 450 105 0 427554 0
[pid=16858/tid=16863] ppid=16856 vsize=1728200 CPUtime=761.8 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 108966 0 0 0 76153 27 0 0 25 0 4 0 515279002 1769676800 335810 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=1728200 CPUtime=757.58 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 30976 0 0 0 75750 8 0 0 25 0 4 0 515279002 1769676800 335810 33554432000 4194304 4623224 140734038155424 18446744073709551615 4316634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=1728200 CPUtime=761.81 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 3708789 0 0 0 75631 550 0 0 25 0 4 0 515279002 1769676800 335811 33554432000 4194304 4623224 140734038155424 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3043.52
Current children cumulated vsize (KiB) 1728200

[startup+822.3 s]
/proc/loadavg: 8.25 8.19 8.02 9/188 16887
/proc/meminfo: memFree=22134364/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=1927584 CPUtime=3282.94 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 4908516 0 0 0 327531 763 0 0 25 0 4 0 515278954 1973846016 367113 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 481896 367113 354 105 0 477400 0
[pid=16858/tid=16863] ppid=16856 vsize=1927584 CPUtime=821.78 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 111194 0 0 0 82144 34 0 0 25 0 4 0 515279002 1973846016 367113 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=1927584 CPUtime=817.25 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 31244 0 0 0 81716 9 0 0 25 0 4 0 515279002 1973846016 367113 33554432000 4194304 4623224 140734038155424 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=1927584 CPUtime=821.81 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 4188581 0 0 0 81555 626 0 0 25 0 4 0 515279002 1973846016 367113 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3282.94
Current children cumulated vsize (KiB) 1927584

[startup+882.301 s]
/proc/loadavg: 8.25 8.19 8.03 9/188 16889
/proc/meminfo: memFree=22085860/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=1862048 CPUtime=3522.62 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 5475784 0 0 0 351411 851 0 0 25 0 4 0 515278954 1906737152 375433 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 465512 375433 345 105 0 461016 0
[pid=16858/tid=16863] ppid=16856 vsize=1862048 CPUtime=881.77 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 113402 0 0 0 88143 34 0 0 25 0 4 0 515279002 1906737152 375433 33554432000 4194304 4623224 140734038155424 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=1862048 CPUtime=876.92 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 31457 0 0 0 87683 9 0 0 25 0 4 0 515279002 1906737152 375433 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=1862048 CPUtime=881.8 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 4742591 0 0 0 87470 710 0 0 25 0 4 0 515279002 1906737152 375433 33554432000 4194304 4623224 140734038155424 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.62
Current children cumulated vsize (KiB) 1862048

[startup+942.301 s]
/proc/loadavg: 8.23 8.20 8.04 9/188 16890
/proc/meminfo: memFree=22034136/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=1946564 CPUtime=3762.29 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 6048436 0 0 0 375289 940 0 0 25 0 4 0 515278954 1993281536 384092 33554432000 4194304 4623224 140734038155424 18446744073709551615 4507356 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 486641 384094 345 105 0 482145 0
[pid=16858/tid=16863] ppid=16856 vsize=1946564 CPUtime=941.78 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 114251 0 0 0 94143 35 0 0 25 0 4 0 515279002 1993281536 384094 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=1946564 CPUtime=936.59 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 41766 0 0 0 93649 10 0 0 25 0 4 0 515279002 1993281536 384094 33554432000 4194304 4623224 140734038155424 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=1946564 CPUtime=941.8 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 5295331 0 0 0 93385 795 0 0 25 0 4 0 515279002 1993281536 384106 33554432000 4194304 4623224 140734038155424 18446744073709551615 232335589561 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.29
Current children cumulated vsize (KiB) 1946564

[startup+1002.3 s]
/proc/loadavg: 8.14 8.18 8.04 9/188 16892
/proc/meminfo: memFree=21946576/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=2012100 CPUtime=4001.95 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 6610515 0 0 0 399170 1025 0 0 25 0 4 0 515278954 2060390400 394368 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 503025 394368 354 105 0 498529 0
[pid=16858/tid=16863] ppid=16856 vsize=2012100 CPUtime=1001.78 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 114907 0 0 0 100143 35 0 0 25 0 4 0 515279002 2060390400 394368 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=2012100 CPUtime=996.25 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 42242 0 0 0 99615 10 0 0 25 0 4 0 515279002 2060390400 394368 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=2012100 CPUtime=1001.8 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 5846646 0 0 0 99301 879 0 0 25 0 4 0 515279002 2060390400 394368 33554432000 4194304 4623224 140734038155424 18446744073709551615 4364007 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4001.95
Current children cumulated vsize (KiB) 2012100

[startup+1062.3 s]
/proc/loadavg: 8.29 8.22 8.06 9/188 16893
/proc/meminfo: memFree=21874772/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=2103732 CPUtime=4241.63 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 7219025 0 0 0 423045 1118 0 0 25 0 4 0 515278954 2154221568 406267 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 525933 406267 370 105 0 521437 0
[pid=16858/tid=16863] ppid=16856 vsize=2103732 CPUtime=1061.79 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 157237 0 0 0 106139 40 0 0 25 0 4 0 515279002 2154221568 406267 33554432000 4194304 4623224 140734038155424 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=2103732 CPUtime=1055.92 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 42433 0 0 0 105582 10 0 0 25 0 4 0 515279002 2154221568 406267 33554432000 4194304 4623224 140734038155424 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=2103732 CPUtime=1061.8 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 6403354 0 0 0 105216 964 0 0 25 0 4 0 515279002 2154221568 406267 33554432000 4194304 4623224 140734038155424 18446744073709551615 4550528 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.63
Current children cumulated vsize (KiB) 2103732

[startup+1122.3 s]
/proc/loadavg: 8.18 8.19 8.06 9/188 16895
/proc/meminfo: memFree=21803456/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=2189332 CPUtime=4481.29 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 7802248 0 0 0 446922 1207 0 0 25 0 4 0 515278954 2241875968 418383 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 547333 418384 347 105 0 542837 0
[pid=16858/tid=16863] ppid=16856 vsize=2189332 CPUtime=1121.78 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 158431 0 0 0 112138 40 0 0 25 0 4 0 515279002 2241875968 418384 33554432000 4194304 4623224 140734038155424 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=2189332 CPUtime=1115.59 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 42590 0 0 0 111549 10 0 0 25 0 4 0 515279002 2241875968 418384 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=2189332 CPUtime=1121.8 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 6962582 0 0 0 111131 1049 0 0 25 0 4 0 515279002 2241875968 418384 33554432000 4194304 4623224 140734038155424 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.29
Current children cumulated vsize (KiB) 2189332

[startup+1182.3 s]
/proc/loadavg: 8.20 8.20 8.07 9/188 16897
/proc/meminfo: memFree=21740572/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=2263808 CPUtime=4720.97 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 8368173 0 0 0 470804 1293 0 0 25 0 4 0 515278954 2318139392 430771 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 565952 430771 357 105 0 561456 0
[pid=16858/tid=16863] ppid=16856 vsize=2263808 CPUtime=1181.78 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 159560 0 0 0 118138 40 0 0 25 0 4 0 515279002 2318139392 430771 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=2263808 CPUtime=1175.25 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 43392 0 0 0 117515 10 0 0 25 0 4 0 515279002 2318139392 430771 33554432000 4194304 4623224 140734038155424 18446744073709551615 4317264 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=2263808 CPUtime=1181.81 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 7516119 0 0 0 117048 1133 0 0 25 0 4 0 515279002 2318139392 430771 33554432000 4194304 4623224 140734038155424 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4720.97
Current children cumulated vsize (KiB) 2263808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.14 8.18 8.07 5/183 16898
/proc/meminfo: memFree=23710096/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=2263808 CPUtime=4800.08 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 8552522 0 0 0 478684 1324 0 0 25 0 4 0 515278954 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 565952 432711 352 105 0 561456 0
[pid=16858/tid=16863] ppid=16856 vsize=2263808 CPUtime=1201.59 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 160041 0 0 0 120119 40 0 0 25 0 4 0 515279002 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=2263808 CPUtime=1194.95 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 43409 0 0 0 119485 10 0 0 25 0 4 0 515279002 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4317249 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=2263808 CPUtime=1201.61 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 7698113 0 0 0 118999 1162 0 0 25 0 4 0 515279002 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 2263808

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

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

[startup+1202.1 s]
/proc/loadavg: 8.14 8.18 8.07 5/183 16898
/proc/meminfo: memFree=23710096/32951124 swapFree=67111524/67111528
[pid=16858] ppid=16856 vsize=2263808 CPUtime=4800.08 cores=0,2,4,6
/proc/16858/stat : 16858 (SArTagnan) R 16856 16858 16820 0 -1 4202496 8552522 0 0 0 478684 1324 0 0 25 0 4 0 515278954 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4510110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16858/statm: 565952 432711 352 105 0 561456 0
[pid=16858/tid=16863] ppid=16856 vsize=2263808 CPUtime=1201.59 cores=0,2,4,6
/proc/16858/task/16863/stat : 16863 (SArTagnan) R 16856 16858 16820 0 -1 4202560 160041 0 0 0 120119 40 0 0 25 0 4 0 515279002 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16858/tid=16864] ppid=16856 vsize=2263808 CPUtime=1194.95 cores=0,2,4,6
/proc/16858/task/16864/stat : 16864 (SArTagnan) R 16856 16858 16820 0 -1 4202560 43409 0 0 0 119485 10 0 0 25 0 4 0 515279002 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4317249 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16858/tid=16865] ppid=16856 vsize=2263808 CPUtime=1201.61 cores=0,2,4,6
/proc/16858/task/16865/stat : 16865 (SArTagnan) R 16856 16858 16820 0 -1 4202560 7698113 0 0 0 118999 1162 0 0 25 0 4 0 515279002 2318139392 432711 33554432000 4194304 4623224 140734038155424 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 2263808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.19
CPU time (s): 4800.19
CPU user time (s): 4786.87
CPU system time (s): 13.324
CPU usage (%): 399.286
Max. virtual memory (cumulated for all children) (KiB): 2263808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.87
system time used= 13.324
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8552522
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= 20696
involuntary context switches= 68422

runsolver used 1.76073 second user time and 4.80927 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 02:26:48
IDJOB=3280343
IDBENCH=20384
IDSOLVER=1656
FILE ID=node132/3280343-1304036807
RUNJOBID= node132-1304036807-16838
PBS_JOBID= 13170365
Free space on /tmp= 71840 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280343-1304036807/watcher-3280343-1304036807 -o /tmp/evaluation-result-3280343-1304036807/solver-3280343-1304036807 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3280343-1304036807.cnf -threads=4

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=510277009

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25421508 kB
Buffers:        738820 kB
Cached:        6212984 kB
SwapCached:          4 kB
Active:        1616760 kB
Inactive:      5421620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25421508 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32988 kB
Writeback:          12 kB
AnonPages:       86520 kB
Mapped:          14796 kB
Slab:           426616 kB
PageTables:       5360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   249536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71852 MiB
End job on node132 at 2011-04-29 02:46:52