Trace number 3291383

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.15 1202.02

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

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-3291383-1304102800/watcher-3291383-1304102800 -o /tmp/evaluation-result-3291383-1304102800/solver-3291383-1304102800 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3291383-1304102800.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: 3.74 4.74 6.09 2/174 27407
/proc/meminfo: memFree=30920548/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=20960 CPUtime=0 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 743 0 0 0 0 0 0 0 21 0 1 0 521877096 21463040 681 33554432000 4194304 4623224 140736435522544 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27407/statm: 5240 682 301 105 0 744 0

[startup+0.050145 s]
/proc/loadavg: 3.74 4.74 6.09 2/174 27407
/proc/meminfo: memFree=30920548/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=130588 CPUtime=0.06 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 5340 0 0 0 6 0 0 0 22 0 4 0 521877096 133722112 3933 33554432000 4194304 4623224 140736435522544 18446744073709551615 4412324 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 32647 3958 327 105 0 28151 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 130588

[startup+0.101085 s]
/proc/loadavg: 3.74 4.74 6.09 2/174 27407
/proc/meminfo: memFree=30920548/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=134596 CPUtime=0.26 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 6215 0 0 0 26 0 0 0 22 0 4 0 521877096 137826304 4651 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 33649 4651 340 105 0 29153 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 134596

[startup+0.301047 s]
/proc/loadavg: 3.74 4.74 6.09 2/174 27407
/proc/meminfo: memFree=30920548/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=203152 CPUtime=1.07 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 9269 0 0 0 106 1 0 0 23 0 4 0 521877096 208027648 5148 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 50788 5148 340 105 0 46292 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 203152

[startup+0.70097 s]
/proc/loadavg: 3.74 4.74 6.09 2/174 27407
/proc/meminfo: memFree=30920548/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=203152 CPUtime=2.66 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 11680 0 0 0 265 1 0 0 25 0 4 0 521877096 208027648 5498 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 50788 5498 340 105 0 46292 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 203152

[startup+1.50082 s]
/proc/loadavg: 3.74 4.74 6.09 9/184 27420
/proc/meminfo: memFree=30871124/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=203744 CPUtime=5.85 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 15280 0 0 0 583 2 0 0 25 0 4 0 521877096 208633856 6380 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 50936 6381 340 105 0 46440 0
[pid=27407/tid=27415] ppid=27405 vsize=203744 CPUtime=1.44 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 945 0 0 0 144 0 0 0 25 0 4 0 521877100 208633856 6381 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=203744 CPUtime=1.45 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 901 0 0 0 145 0 0 0 25 0 4 0 521877100 208633856 6381 33554432000 4194304 4623224 140736435522544 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=203744 CPUtime=1.45 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 7778 0 0 0 143 2 0 0 25 0 4 0 521877100 208633856 6381 33554432000 4194304 4623224 140736435522544 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 203744

[startup+3.10051 s]
/proc/loadavg: 4.08 4.79 6.10 9/184 27420
/proc/meminfo: memFree=30863072/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=209048 CPUtime=12.25 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 24903 0 0 0 1221 4 0 0 25 0 4 0 521877096 214065152 8389 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 52262 8389 341 105 0 47766 0
[pid=27407/tid=27415] ppid=27405 vsize=209048 CPUtime=3.04 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 1782 0 0 0 304 0 0 0 25 0 4 0 521877100 214065152 8389 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=209048 CPUtime=3.05 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 1705 0 0 0 305 0 0 0 25 0 4 0 521877100 214065152 8389 33554432000 4194304 4623224 140736435522544 18446744073709551615 4466288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=209048 CPUtime=3.04 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 14988 0 0 0 302 2 0 0 25 0 4 0 521877100 214065152 8389 33554432000 4194304 4623224 140736435522544 18446744073709551615 4364650 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 209048

[startup+6.3009 s]
/proc/loadavg: 4.08 4.79 6.10 9/184 27420
/proc/meminfo: memFree=30842968/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=302228 CPUtime=25.02 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 53995 0 0 0 2495 7 0 0 25 0 4 0 521877096 309481472 20878 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 75557 20878 366 105 0 71061 0
[pid=27407/tid=27415] ppid=27405 vsize=302228 CPUtime=6.21 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 6082 0 0 0 621 0 0 0 25 0 4 0 521877100 309481472 20878 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=302228 CPUtime=6.24 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 6257 0 0 0 624 0 0 0 25 0 4 0 521877100 309481472 20879 33554432000 4194304 4623224 140736435522544 18446744073709551615 4462398 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=302228 CPUtime=6.25 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 28580 0 0 0 621 4 0 0 25 0 4 0 521877100 309481472 20879 33554432000 4194304 4623224 140736435522544 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 302228

[startup+12.7007 s]
/proc/loadavg: 4.68 4.89 6.12 9/184 27420
/proc/meminfo: memFree=30777708/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=305684 CPUtime=50.59 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 63612 0 0 0 5050 9 0 0 25 0 4 0 521877096 313020416 22456 33554432000 4194304 4623224 140736435522544 18446744073709551615 4488825 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 76421 22456 366 105 0 71925 0
[pid=27407/tid=27415] ppid=27405 vsize=305684 CPUtime=12.58 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 6490 0 0 0 1257 1 0 0 25 0 4 0 521877100 313020416 22456 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=305684 CPUtime=12.65 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 6349 0 0 0 1264 1 0 0 25 0 4 0 521877100 313020416 22456 33554432000 4194304 4623224 140736435522544 18446744073709551615 4289553 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=305684 CPUtime=12.65 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 35611 0 0 0 1260 5 0 0 25 0 4 0 521877100 313020416 22456 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376719 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 305684

[startup+25.5002 s]
/proc/loadavg: 5.19 5.00 6.14 9/184 27420
/proc/meminfo: memFree=30679640/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=307148 CPUtime=101.72 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 115956 0 0 0 10151 21 0 0 25 0 4 0 521877096 314519552 32391 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 76787 32391 346 105 0 72291 0
[pid=27407/tid=27415] ppid=27405 vsize=307148 CPUtime=25.31 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 11731 0 0 0 2527 4 0 0 25 0 4 0 521877100 314519552 32391 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=307148 CPUtime=25.45 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 10164 0 0 0 2543 2 0 0 25 0 4 0 521877100 314519552 32391 33554432000 4194304 4623224 140736435522544 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=307148 CPUtime=25.45 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 76431 0 0 0 2533 12 0 0 25 0 4 0 521877100 314519552 32391 33554432000 4194304 4623224 140736435522544 18446744073709551615 4330719 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 307148

[startup+51.1003 s]
/proc/loadavg: 6.21 5.25 6.19 9/184 27421
/proc/meminfo: memFree=30569864/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=405236 CPUtime=203.98 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 240471 0 0 0 20352 46 0 0 25 0 4 0 521877096 414961664 49272 33554432000 4194304 4623224 140736435522544 18446744073709551615 4355942 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 101309 49272 346 105 0 96813 0
[pid=27407/tid=27415] ppid=27405 vsize=405236 CPUtime=50.77 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 22685 0 0 0 5070 7 0 0 25 0 4 0 521877100 414961664 49272 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=405236 CPUtime=51.04 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 15077 0 0 0 5100 4 0 0 25 0 4 0 521877100 414961664 49273 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=405236 CPUtime=51.04 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 182821 0 0 0 5073 31 0 0 25 0 4 0 521877100 414961664 49274 33554432000 4194304 4623224 140736435522544 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 405236

[startup+102.307 s]
/proc/loadavg: 7.42 5.74 6.30 9/184 27422
/proc/meminfo: memFree=30338212/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=496144 CPUtime=408.51 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 435374 0 0 0 40772 79 0 0 25 0 4 0 521877096 508051456 81933 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 124036 81933 385 105 0 119540 0
[pid=27407/tid=27415] ppid=27405 vsize=496144 CPUtime=101.69 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 36441 0 0 0 10159 10 0 0 25 0 4 0 521877100 508051456 81933 33554432000 4194304 4623224 140736435522544 18446744073709551615 4377691 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=496144 CPUtime=102.25 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 16408 0 0 0 10220 5 0 0 25 0 4 0 521877100 508051456 81933 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376617 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=496144 CPUtime=102.24 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 362202 0 0 0 10164 60 0 0 25 0 4 0 521877100 508051456 81933 33554432000 4194304 4623224 140736435522544 18446744073709551615 4365976 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 496144

[startup+162.301 s]
/proc/loadavg: 7.90 6.15 6.41 9/184 27424
/proc/meminfo: memFree=30105688/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=626476 CPUtime=648.16 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 629459 0 0 0 64702 114 0 0 25 0 4 0 521877096 641511424 112148 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 156619 112148 345 105 0 152123 0
[pid=27407/tid=27415] ppid=27405 vsize=626476 CPUtime=161.35 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 41432 0 0 0 16122 13 0 0 25 0 4 0 521877100 641511424 112148 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=626476 CPUtime=162.24 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 18131 0 0 0 16219 5 0 0 25 0 4 0 521877100 641511424 112148 33554432000 4194304 4623224 140736435522544 18446744073709551615 4377923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=626476 CPUtime=162.24 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 545982 0 0 0 16133 91 0 0 25 0 4 0 521877100 641511424 112148 33554432000 4194304 4623224 140736435522544 18446744073709551615 4545840 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.16
Current children cumulated vsize (KiB) 626476

[startup+222.301 s]
/proc/loadavg: 8.08 6.54 6.52 9/184 27425
/proc/meminfo: memFree=29849236/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=793608 CPUtime=887.81 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 872917 0 0 0 88628 153 0 0 25 0 4 0 521877096 812654592 145823 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 198402 145823 381 105 0 193906 0
[pid=27407/tid=27415] ppid=27405 vsize=793608 CPUtime=221.01 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 56653 0 0 0 22086 15 0 0 25 0 4 0 521877100 812654592 145823 33554432000 4194304 4623224 140736435522544 18446744073709551615 4467860 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=793608 CPUtime=222.24 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 25332 0 0 0 22217 7 0 0 25 0 4 0 521877100 812654592 145823 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=793608 CPUtime=222.23 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 766239 0 0 0 22097 126 0 0 25 0 4 0 521877100 812654592 145823 33554432000 4194304 4623224 140736435522544 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.81
Current children cumulated vsize (KiB) 793608

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.08 7.80 7.15 9/184 27438
/proc/meminfo: memFree=28253120/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=1645000 CPUtime=2805.18 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 2640466 0 0 0 280085 433 0 0 25 0 4 0 521877096 1684480000 343809 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510353 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 411250 343809 736 105 0 406754 0
[pid=27407/tid=27415] ppid=27405 vsize=1645000 CPUtime=698.39 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 129976 0 0 0 69808 31 0 0 25 0 4 0 521877100 1684480000 343809 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=1645000 CPUtime=702.24 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 39785 0 0 0 70211 13 0 0 25 0 4 0 521877100 1684480000 343809 33554432000 4194304 4623224 140736435522544 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=1645000 CPUtime=702.21 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 2414994 0 0 0 69841 380 0 0 25 0 4 0 521877100 1684480000 343809 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.18
Current children cumulated vsize (KiB) 1645000

[startup+762.306 s]
/proc/loadavg: 8.02 7.84 7.21 9/184 27440
/proc/meminfo: memFree=28092368/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=1729956 CPUtime=3044.87 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 2922514 0 0 0 304006 481 0 0 25 0 4 0 521877096 1771474944 361113 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 432489 361113 421 105 0 427993 0
[pid=27407/tid=27415] ppid=27405 vsize=1729956 CPUtime=758.07 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 132122 0 0 0 75775 32 0 0 25 0 4 0 521877100 1771474944 361113 33554432000 4194304 4623224 140736435522544 18446744073709551615 4377056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=1729956 CPUtime=762.25 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 40061 0 0 0 76212 13 0 0 25 0 4 0 521877100 1771474944 361113 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=1729956 CPUtime=762.2 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 2683196 0 0 0 75796 424 0 0 25 0 4 0 521877100 1771474944 361113 33554432000 4194304 4623224 140736435522544 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.87
Current children cumulated vsize (KiB) 1729956

[startup+822.301 s]
/proc/loadavg: 8.01 7.86 7.25 9/184 27441
/proc/meminfo: memFree=27795108/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=1911936 CPUtime=3284.51 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 3237578 0 0 0 327918 533 0 0 25 0 4 0 521877096 1957822464 416316 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 477984 416316 1011 105 0 473488 0
[pid=27407/tid=27415] ppid=27405 vsize=1911936 CPUtime=817.74 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 137944 0 0 0 81738 36 0 0 25 0 4 0 521877100 1957822464 416316 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=1911936 CPUtime=822.24 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 40705 0 0 0 82211 13 0 0 25 0 4 0 521877100 1957822464 416316 33554432000 4194304 4623224 140736435522544 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=1911936 CPUtime=822.19 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 2912131 0 0 0 81758 461 0 0 25 0 4 0 521877100 1957822464 416316 33554432000 4194304 4623224 140736435522544 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.51
Current children cumulated vsize (KiB) 1911936

[startup+882.3 s]
/proc/loadavg: 8.00 7.89 7.30 9/184 27452
/proc/meminfo: memFree=27603488/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=2021360 CPUtime=3524.16 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 3560333 0 0 0 351833 583 0 0 25 0 4 0 521877096 2069872640 439735 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 505340 439754 1006 105 0 500844 0
[pid=27407/tid=27415] ppid=27405 vsize=2021360 CPUtime=877.41 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 141282 0 0 0 87704 37 0 0 25 0 4 0 521877100 2069872640 439764 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=2021360 CPUtime=882.23 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 40805 0 0 0 88209 14 0 0 25 0 4 0 521877100 2069872640 439777 33554432000 4194304 4623224 140736435522544 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=2021360 CPUtime=882.19 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 3201516 0 0 0 87714 505 0 0 25 0 4 0 521877100 2069872640 439788 33554432000 4194304 4623224 140736435522544 18446744073709551615 239476392323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.16
Current children cumulated vsize (KiB) 2021360

[startup+942.301 s]
/proc/loadavg: 8.00 7.90 7.34 9/184 27454
/proc/meminfo: memFree=27423388/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=2152432 CPUtime=3763.83 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 3849555 0 0 0 375752 631 0 0 25 0 4 0 521877096 2204090368 460912 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 538108 460912 1005 105 0 533612 0
[pid=27407/tid=27415] ppid=27405 vsize=2152432 CPUtime=937.08 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 144561 0 0 0 93668 40 0 0 25 0 4 0 521877100 2204090368 460912 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=2152432 CPUtime=942.22 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 40866 0 0 0 94208 14 0 0 25 0 4 0 521877100 2204090368 460912 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=2152432 CPUtime=942.19 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 3482316 0 0 0 93670 549 0 0 25 0 4 0 521877100 2204090368 460912 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.83
Current children cumulated vsize (KiB) 2152432

[startup+1002.3 s]
/proc/loadavg: 8.06 7.93 7.38 9/184 27455
/proc/meminfo: memFree=27203864/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=2372220 CPUtime=4003.5 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 4212845 0 0 0 399660 690 0 0 25 0 4 0 521877096 2429153280 491708 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 593055 491708 1045 105 0 588559 0
[pid=27407/tid=27415] ppid=27405 vsize=2372220 CPUtime=996.76 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 186614 0 0 0 99627 49 0 0 25 0 4 0 521877100 2429153280 491708 33554432000 4194304 4623224 140736435522544 18446744073709551615 4377864 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=2372220 CPUtime=1002.23 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 40915 0 0 0 100209 14 0 0 25 0 4 0 521877100 2429153280 491708 33554432000 4194304 4623224 140736435522544 18446744073709551615 4289711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=2372220 CPUtime=1002.18 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 3776308 0 0 0 99623 595 0 0 25 0 4 0 521877100 2429153280 491708 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 2372220

[startup+1062.3 s]
/proc/loadavg: 8.08 7.96 7.42 11/185 27460
/proc/meminfo: memFree=26973672/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=2512304 CPUtime=4243.02 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 4537072 0 0 0 423560 742 0 0 25 0 4 0 521877096 2572599296 519554 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 628076 519554 503 105 0 623580 0
[pid=27407/tid=27415] ppid=27405 vsize=2512304 CPUtime=1056.41 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 189900 0 0 0 105590 51 0 0 25 0 4 0 521877100 2572599296 519554 33554432000 4194304 4623224 140736435522544 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=2512304 CPUtime=1062.23 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 40993 0 0 0 106209 14 0 0 25 0 4 0 521877100 2572599296 519554 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=2512304 CPUtime=1062.03 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 4053607 0 0 0 105565 638 0 0 25 0 4 0 521877100 2572599296 519555 33554432000 4194304 4623224 140736435522544 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.02
Current children cumulated vsize (KiB) 2512304

[startup+1122.3 s]
/proc/loadavg: 8.23 8.04 7.48 9/184 27461
/proc/meminfo: memFree=26793096/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=2517824 CPUtime=4482.03 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 4827531 0 0 0 447413 790 0 0 25 0 4 0 521877096 2578251776 540172 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 629456 540172 503 105 0 624960 0
[pid=27407/tid=27415] ppid=27405 vsize=2517824 CPUtime=1115.43 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 192127 0 0 0 111490 53 0 0 25 0 4 0 521877100 2578251776 540172 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=2517824 CPUtime=1122.23 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 41051 0 0 0 112209 14 0 0 25 0 4 0 521877100 2578251776 540172 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=2517824 CPUtime=1122.02 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 4335826 0 0 0 111519 683 0 0 25 0 4 0 521877100 2578251776 540172 33554432000 4194304 4623224 140736435522544 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.03
Current children cumulated vsize (KiB) 2517824

[startup+1182.3 s]
/proc/loadavg: 8.14 8.04 7.52 9/184 27463
/proc/meminfo: memFree=26589316/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=2636084 CPUtime=4721.71 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 5155374 0 0 0 471328 843 0 0 25 0 4 0 521877096 2699350016 569774 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 659021 569774 504 105 0 654525 0
[pid=27407/tid=27415] ppid=27405 vsize=2636084 CPUtime=1175.11 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 196664 0 0 0 117454 57 0 0 25 0 4 0 521877100 2699350016 569774 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=2636084 CPUtime=1182.23 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 41218 0 0 0 118209 14 0 0 25 0 4 0 521877100 2699350016 569774 33554432000 4194304 4623224 140736435522544 18446744073709551615 4289581 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=2636084 CPUtime=1182.02 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 4647440 0 0 0 117472 730 0 0 25 0 4 0 521877100 2699350016 569774 33554432000 4194304 4623224 140736435522544 18446744073709551615 4549202 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.71
Current children cumulated vsize (KiB) 2636084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.09 8.04 7.53 5/179 27465
/proc/meminfo: memFree=28598148/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=2641368 CPUtime=4800.01 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) R 27405 27407 26666 0 -1 4202496 5263937 0 0 0 479141 860 0 0 25 0 4 0 521877096 2704760832 579932 33554432000 4194304 4623224 140736435522544 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 660342 579932 503 105 0 655846 0
[pid=27407/tid=27415] ppid=27405 vsize=2641368 CPUtime=1194.61 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4202560 199472 0 0 0 119402 59 0 0 25 0 4 0 521877100 2704760832 579935 33554432000 4194304 4623224 140736435522544 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=2641368 CPUtime=1201.83 cores=0,2,4,6
/proc/27407/task/27416/stat : 27416 (SArTagnan) R 27405 27407 26666 0 -1 4202560 41265 0 0 0 120169 14 0 0 25 0 4 0 521877100 2704760832 579935 33554432000 4194304 4623224 140736435522544 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=2641368 CPUtime=1201.62 cores=0,2,4,6
/proc/27407/task/27417/stat : 27417 (SArTagnan) R 27405 27407 26666 0 -1 4202560 4749469 0 0 0 119417 745 0 0 25 0 4 0 521877100 2704760832 579935 33554432000 4194304 4623224 140736435522544 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 2641368

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

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

[startup+1202.01 s]
/proc/loadavg: 8.09 8.04 7.53 5/179 27465
/proc/meminfo: memFree=28598148/32950928 swapFree=67086612/67111528
[pid=27407] ppid=27405 vsize=0 CPUtime=4800.14 cores=0,2,4,6
/proc/27407/stat : 27407 (SArTagnan) Z 27405 27407 26666 0 -1 4203548 5264221 0 0 0 479144 870 0 0 25 0 2 0 521877096 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27407/statm: 0 0 0 0 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=0 CPUtime=1194.71 cores=0,2,4,6
/proc/27407/task/27415/stat : 27415 (SArTagnan) R 27405 27407 26666 0 -1 4203588 199472 0 0 0 119402 69 0 0 25 0 2 0 521877100 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.02
CPU time (s): 4800.15
CPU user time (s): 4791.44
CPU system time (s): 8.71067
CPU usage (%): 399.341
Max. virtual memory (cumulated for all children) (KiB): 2641368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.44
system time used= 8.71068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5264221
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= 5294
involuntary context switches= 23610

runsolver used 1.93471 second user time and 4.6303 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 20:46:40
IDJOB=3291383
IDBENCH=84211
IDSOLVER=1656
FILE ID=node148/3291383-1304102800
RUNJOBID= node148-1304102800-27393
PBS_JOBID= 13170593
Free space on /tmp= 71432 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291383-1304102800/watcher-3291383-1304102800 -o /tmp/evaluation-result-3291383-1304102800/solver-3291383-1304102800 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3291383-1304102800.cnf -threads=4

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=626050119

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30920836 kB
Buffers:        695928 kB
Cached:         925028 kB
SwapCached:       3696 kB
Active:         111296 kB
Inactive:      1555400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30920836 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            2392 kB
Writeback:           0 kB
AnonPages:       43324 kB
Mapped:          13476 kB
Slab:           300148 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189652 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= 71432 MiB
End job on node148 at 2011-04-29 21:06:44