Trace number 3258396

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.54 1201.92

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3258396-1304054491/watcher-3258396-1304054491 -o /tmp/evaluation-result-3258396-1304054491/solver-3258396-1304054491 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3258396-1304054491.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: 8.08 7.99 7.46 5/180 21997
/proc/meminfo: memFree=22281404/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=25124 CPUtime=0 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 597 0 0 0 0 0 0 0 25 0 1 0 517046188 25726976 473 33554432000 4194304 4623224 140734587250352 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21997/statm: 6281 473 297 105 0 1785 0

[startup+0.0638921 s]
/proc/loadavg: 8.08 7.99 7.46 5/180 21997
/proc/meminfo: memFree=22281404/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=28568 CPUtime=0.06 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 3124 0 0 0 5 1 0 0 25 0 1 0 517046188 29253632 1275 33554432000 4194304 4623224 140734587250352 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21997/statm: 7142 1275 297 105 0 2646 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28568

[startup+0.105072 s]
/proc/loadavg: 8.08 7.99 7.46 5/180 21997
/proc/meminfo: memFree=22281404/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=267952 CPUtime=0.19 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 7753 0 0 0 18 1 0 0 25 0 4 0 517046188 274382848 5900 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 66988 5901 332 105 0 62492 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 267952

[startup+0.300783 s]
/proc/loadavg: 8.08 7.99 7.46 5/180 21997
/proc/meminfo: memFree=22281404/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=269116 CPUtime=0.97 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 9530 0 0 0 96 1 0 0 25 0 4 0 517046188 275574784 7677 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 67279 7677 341 105 0 62783 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 269116

[startup+0.700706 s]
/proc/loadavg: 8.08 7.99 7.46 5/180 21997
/proc/meminfo: memFree=22281404/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=274096 CPUtime=2.57 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 13130 0 0 0 255 2 0 0 25 0 4 0 517046188 280674304 10380 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 68524 10380 342 105 0 64028 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 274096

[startup+1.50055 s]
/proc/loadavg: 8.07 7.99 7.47 9/184 22001
/proc/meminfo: memFree=22231036/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=277868 CPUtime=5.77 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 18210 0 0 0 574 3 0 0 25 0 4 0 517046188 284536832 14329 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 69467 14329 342 105 0 64971 0
[pid=21997/tid=21999] ppid=21995 vsize=277868 CPUtime=1.41 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 2648 0 0 0 141 0 0 0 25 0 4 0 517046195 284536832 14329 33554432000 4194304 4623224 140734587250352 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=277868 CPUtime=1.41 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 3182 0 0 0 141 0 0 0 25 0 4 0 517046195 284536832 14329 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=277868 CPUtime=1.43 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 2064 0 0 0 143 0 0 0 25 0 4 0 517046195 284536832 14329 33554432000 4194304 4623224 140734587250352 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 277868

[startup+3.10025 s]
/proc/loadavg: 8.07 7.99 7.47 9/184 22001
/proc/meminfo: memFree=22200156/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=294300 CPUtime=12.17 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 29821 0 0 0 1212 5 0 0 25 0 4 0 517046188 301363200 20432 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 73575 20432 343 105 0 69079 0
[pid=21997/tid=21999] ppid=21995 vsize=294300 CPUtime=3.01 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 4657 0 0 0 300 1 0 0 25 0 4 0 517046195 301363200 20432 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=294300 CPUtime=3.01 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 6121 0 0 0 300 1 0 0 25 0 4 0 517046195 301363200 20432 33554432000 4194304 4623224 140734587250352 18446744073709551615 4377056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=294300 CPUtime=3.02 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 6400 0 0 0 302 0 0 0 25 0 4 0 517046195 301363200 20432 33554432000 4194304 4623224 140734587250352 18446744073709551615 4363752 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 294300

[startup+6.30064 s]
/proc/loadavg: 8.07 7.99 7.47 9/184 22001
/proc/meminfo: memFree=22149440/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=315172 CPUtime=24.95 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 54750 0 0 0 2486 9 0 0 25 0 4 0 517046188 322736128 27298 33554432000 4194304 4623224 140734587250352 18446744073709551615 4519742 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 78793 27298 342 105 0 74297 0
[pid=21997/tid=21999] ppid=21995 vsize=315172 CPUtime=6.19 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 8618 0 0 0 618 1 0 0 25 0 4 0 517046195 322736128 27298 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=315172 CPUtime=6.22 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 8482 0 0 0 620 2 0 0 25 0 4 0 517046195 322736128 27298 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=315172 CPUtime=6.22 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 21460 0 0 0 619 3 0 0 25 0 4 0 517046195 322736128 27298 33554432000 4194304 4623224 140734587250352 18446744073709551615 4364001 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 315172

[startup+12.7004 s]
/proc/loadavg: 8.06 7.99 7.47 9/184 22002
/proc/meminfo: memFree=22072420/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=344876 CPUtime=50.51 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 106807 0 0 0 5031 20 0 0 25 0 4 0 517046188 353153024 38737 33554432000 4194304 4623224 140734587250352 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 86219 38737 342 105 0 81723 0
[pid=21997/tid=21999] ppid=21995 vsize=344876 CPUtime=12.55 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 12145 0 0 0 1252 3 0 0 25 0 4 0 517046195 353153024 38737 33554432000 4194304 4623224 140734587250352 18446744073709551615 4466339 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=344876 CPUtime=12.62 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 14866 0 0 0 1259 3 0 0 25 0 4 0 517046195 353153024 38737 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366369 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=344876 CPUtime=12.62 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 58623 0 0 0 1252 10 0 0 25 0 4 0 517046195 353153024 38737 33554432000 4194304 4623224 140734587250352 18446744073709551615 4550432 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 344876

[startup+25.501 s]
/proc/loadavg: 8.05 7.99 7.48 9/184 22002
/proc/meminfo: memFree=21900928/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=392688 CPUtime=101.63 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 215120 0 0 0 10122 41 0 0 25 0 4 0 517046188 402112512 61203 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 98172 61203 342 105 0 93676 0
[pid=21997/tid=21999] ppid=21995 vsize=392688 CPUtime=25.28 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 18730 0 0 0 2523 5 0 0 25 0 4 0 517046195 402112512 61203 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=392688 CPUtime=25.42 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 22306 0 0 0 2534 8 0 0 25 0 4 0 517046195 402112512 61203 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=392688 CPUtime=25.42 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 122292 0 0 0 2522 20 0 0 25 0 4 0 517046195 402112512 61203 33554432000 4194304 4623224 140734587250352 18446744073709551615 4364715 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 392688

[startup+51.1011 s]
/proc/loadavg: 8.17 8.02 7.50 9/184 22003
/proc/meminfo: memFree=21653388/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=651116 CPUtime=203.89 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 421741 0 0 0 20310 79 0 0 25 0 4 0 517046188 666742784 104757 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510177 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 162779 104758 493 105 0 158283 0
[pid=21997/tid=21999] ppid=21995 vsize=651116 CPUtime=50.73 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 30201 0 0 0 5062 11 0 0 25 0 4 0 517046195 666742784 104758 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=651116 CPUtime=51.01 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 36880 0 0 0 5087 14 0 0 25 0 4 0 517046195 666742784 104758 33554432000 4194304 4623224 140734587250352 18446744073709551615 4278624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=651116 CPUtime=51.01 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 250251 0 0 0 5063 38 0 0 25 0 4 0 517046195 666742784 104759 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 651116

[startup+102.306 s]
/proc/loadavg: 8.14 8.03 7.53 9/184 22004
/proc/meminfo: memFree=21246908/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=854636 CPUtime=408.41 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 765548 0 0 0 40698 143 0 0 25 0 4 0 517046188 875147264 165397 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 213659 165398 391 105 0 209163 0
[pid=21997/tid=21999] ppid=21995 vsize=854636 CPUtime=101.64 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 43390 0 0 0 10147 17 0 0 25 0 4 0 517046195 875147264 165398 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=854636 CPUtime=102.22 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 55710 0 0 0 10197 25 0 0 25 0 4 0 517046195 875147264 165399 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=854636 CPUtime=102.21 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 499332 0 0 0 10145 76 0 0 25 0 4 0 517046195 875147264 165399 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.41
Current children cumulated vsize (KiB) 854636

[startup+162.301 s]
/proc/loadavg: 8.22 8.07 7.57 9/184 22006
/proc/meminfo: memFree=20862000/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=1107464 CPUtime=648.06 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 1144685 0 0 0 64595 211 0 0 25 0 4 0 517046188 1134043136 219338 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510130 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 276866 219339 368 105 0 272370 0
[pid=21997/tid=21999] ppid=21995 vsize=1107464 CPUtime=161.31 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 59203 0 0 0 16104 27 0 0 25 0 4 0 517046195 1134043136 219339 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=1107464 CPUtime=162.22 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 66089 0 0 0 16189 33 0 0 25 0 4 0 517046195 1134043136 219340 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=1107464 CPUtime=162.2 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 777811 0 0 0 16103 117 0 0 25 0 4 0 517046195 1134043136 219340 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.06
Current children cumulated vsize (KiB) 1107464

[startup+222.3 s]
/proc/loadavg: 8.08 8.05 7.60 9/184 22007
/proc/meminfo: memFree=20528424/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=1433616 CPUtime=887.71 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 1689836 0 0 0 88465 306 0 0 25 0 4 0 517046188 1468022784 269265 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21997/statm: 358404 269265 352 105 0 353908 0
[pid=21997/tid=21999] ppid=21995 vsize=1433616 CPUtime=221.17 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 65015 0 0 0 22086 31 0 0 25 0 4 0 517046195 1468022784 269265 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=1433616 CPUtime=222.21 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 86701 0 0 0 22177 44 0 0 25 0 4 0 517046195 1468022784 269265 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=1433616 CPUtime=222.01 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 1182590 0 0 0 22019 182 0 0 25 0 4 0 517046195 1468022784 269265 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.71
Current children cumulated vsize (KiB) 1433616

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2565.44
Current children cumulated vsize (KiB) 2041588

[startup+702.3 s]
/proc/loadavg: 8.17 8.07 7.77 9/184 22020
/proc/meminfo: memFree=18901348/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2117164 CPUtime=2805.09 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 2591719 0 0 0 280034 475 0 0 25 0 4 0 517046188 2167975936 441117 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 529291 441117 350 105 0 524795 0
[pid=21997/tid=21999] ppid=21995 vsize=2117164 CPUtime=701.17 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 88469 0 0 0 70079 38 0 0 25 0 4 0 517046195 2167975936 441117 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2117164 CPUtime=702.22 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 125188 0 0 0 70158 64 0 0 25 0 4 0 517046195 2167975936 441117 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2117164 CPUtime=700.07 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 1699685 0 0 0 69740 267 0 0 25 0 4 0 517046195 2167975936 441117 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.09
Current children cumulated vsize (KiB) 2117164

[startup+762.307 s]
/proc/loadavg: 8.21 8.10 7.80 9/184 22022
/proc/meminfo: memFree=18794944/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2118952 CPUtime=3044.79 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 2964124 0 0 0 303938 541 0 0 25 0 4 0 517046188 2169806848 450118 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 529738 450118 350 105 0 525242 0
[pid=21997/tid=21999] ppid=21995 vsize=2118952 CPUtime=761.17 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 88807 0 0 0 76079 38 0 0 25 0 4 0 517046195 2169806848 450118 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2118952 CPUtime=762.23 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 125483 0 0 0 76159 64 0 0 25 0 4 0 517046195 2169806848 450118 33554432000 4194304 4623224 140734587250352 18446744073709551615 4486260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2118952 CPUtime=760.08 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 2068131 0 0 0 75677 331 0 0 25 0 4 0 517046195 2169806848 450118 33554432000 4194304 4623224 140734587250352 18446744073709551615 4552727 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.79
Current children cumulated vsize (KiB) 2118952

[startup+822.3 s]
/proc/loadavg: 8.19 8.11 7.82 9/184 22023
/proc/meminfo: memFree=18614752/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2442240 CPUtime=3284.43 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 3532842 0 0 0 327816 627 0 0 25 0 4 0 517046188 2500853760 481944 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510093 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 610560 481944 350 105 0 606064 0
[pid=21997/tid=21999] ppid=21995 vsize=2442240 CPUtime=821.17 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 89111 0 0 0 82079 38 0 0 25 0 4 0 517046195 2500853760 481944 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2442240 CPUtime=822.23 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 125706 0 0 0 82159 64 0 0 25 0 4 0 517046195 2500853760 481944 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2442240 CPUtime=820.06 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 2450278 0 0 0 81612 394 0 0 25 0 4 0 517046195 2500853760 481944 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.43
Current children cumulated vsize (KiB) 2442240

[startup+882.301 s]
/proc/loadavg: 8.15 8.10 7.83 9/184 22025
/proc/meminfo: memFree=18327436/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2542708 CPUtime=3524.1 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 3911909 0 0 0 351722 688 0 0 25 0 4 0 517046188 2603732992 494201 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 635677 494202 350 105 0 631181 0
[pid=21997/tid=21999] ppid=21995 vsize=2542708 CPUtime=881.17 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 105507 0 0 0 88076 41 0 0 25 0 4 0 517046195 2603732992 494202 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2542708 CPUtime=882.23 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 125971 0 0 0 88159 64 0 0 25 0 4 0 517046195 2603732992 494202 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2542708 CPUtime=880.06 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 2808360 0 0 0 87554 452 0 0 25 0 4 0 517046195 2603732992 494203 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.1
Current children cumulated vsize (KiB) 2542708

[startup+942.3 s]
/proc/loadavg: 8.12 8.10 7.84 9/184 22026
/proc/meminfo: memFree=18217064/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2580436 CPUtime=3763.78 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 4323783 0 0 0 375620 758 0 0 25 0 4 0 517046188 2642366464 506571 33554432000 4194304 4623224 140734587250352 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 645109 506571 350 105 0 640613 0
[pid=21997/tid=21999] ppid=21995 vsize=2580436 CPUtime=941.18 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 105731 0 0 0 94077 41 0 0 25 0 4 0 517046195 2642366464 506572 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2580436 CPUtime=942.23 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 126225 0 0 0 94159 64 0 0 25 0 4 0 517046195 2642366464 506572 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2580436 CPUtime=940.06 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 3197313 0 0 0 93488 518 0 0 25 0 4 0 517046195 2642366464 506572 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.78
Current children cumulated vsize (KiB) 2580436

[startup+1002.3 s]
/proc/loadavg: 8.15 8.11 7.86 9/184 22028
/proc/meminfo: memFree=18089708/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2582552 CPUtime=4003.45 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 4719760 0 0 0 399517 828 0 0 25 0 4 0 517046188 2644533248 518494 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 645638 518494 350 105 0 641142 0
[pid=21997/tid=21999] ppid=21995 vsize=2582552 CPUtime=1001.17 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 106011 0 0 0 100076 41 0 0 25 0 4 0 517046195 2644533248 518494 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2582552 CPUtime=1002.23 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 126433 0 0 0 100159 64 0 0 25 0 4 0 517046195 2644533248 518494 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2582552 CPUtime=1000.06 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 3587206 0 0 0 99420 586 0 0 25 0 4 0 517046195 2644533248 518494 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 2582552

[startup+1062.3 s]
/proc/loadavg: 8.23 8.13 7.88 9/184 22030
/proc/meminfo: memFree=17951304/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2696964 CPUtime=4243.13 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 5107676 0 0 0 423422 891 0 0 25 0 4 0 517046188 2761691136 537652 33554432000 4194304 4623224 140734587250352 18446744073709551615 4415031 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 674241 537652 350 105 0 669745 0
[pid=21997/tid=21999] ppid=21995 vsize=2696964 CPUtime=1061.18 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 106321 0 0 0 106077 41 0 0 25 0 4 0 517046195 2761691136 537653 33554432000 4194304 4623224 140734587250352 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2696964 CPUtime=1062.23 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 126604 0 0 0 106159 64 0 0 25 0 4 0 517046195 2761691136 537653 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2696964 CPUtime=1060.06 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 3962172 0 0 0 105359 647 0 0 25 0 4 0 517046195 2761691136 537653 33554432000 4194304 4623224 140734587250352 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 2696964

[startup+1122.3 s]
/proc/loadavg: 8.14 8.12 7.89 9/184 22031
/proc/meminfo: memFree=17837956/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2697404 CPUtime=4482.8 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 5499939 0 0 0 447322 958 0 0 25 0 4 0 517046188 2762141696 548694 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 674351 548694 350 105 0 669855 0
[pid=21997/tid=21999] ppid=21995 vsize=2697404 CPUtime=1121.17 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 106547 0 0 0 112076 41 0 0 25 0 4 0 517046195 2762141696 548694 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2697404 CPUtime=1122.24 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 126787 0 0 0 112159 65 0 0 25 0 4 0 517046195 2762141696 548694 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2697404 CPUtime=1120.07 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 4348524 0 0 0 111294 713 0 0 25 0 4 0 517046195 2762141696 548694 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.8
Current children cumulated vsize (KiB) 2697404

[startup+1182.3 s]
/proc/loadavg: 6.97 7.85 7.82 5/175 22051
/proc/meminfo: memFree=20374344/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2699412 CPUtime=4722.48 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 5897436 0 0 0 471223 1025 0 0 25 0 4 0 517046188 2764197888 560217 33554432000 4194304 4623224 140734587250352 18446744073709551615 4414921 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 674853 560217 350 105 0 670357 0
[pid=21997/tid=21999] ppid=21995 vsize=2699412 CPUtime=1181.18 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 107061 0 0 0 118076 42 0 0 25 0 4 0 517046195 2764197888 560217 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2699412 CPUtime=1182.24 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 126966 0 0 0 118159 65 0 0 25 0 4 0 517046195 2764197888 560217 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2699412 CPUtime=1180.07 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 4739238 0 0 0 117231 776 0 0 25 0 4 0 517046195 2764197888 560217 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376865 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 2699412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 6.12 7.60 7.73 5/175 22051
/proc/meminfo: memFree=20357080/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=2700480 CPUtime=4800.4 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4202496 6027293 0 0 0 478991 1049 0 0 25 0 4 0 517046188 2765291520 563929 33554432000 4194304 4623224 140734587250352 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21997/statm: 675120 563929 350 105 0 670624 0
[pid=21997/tid=21999] ppid=21995 vsize=2700480 CPUtime=1200.68 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (SArTagnan) R 21995 21997 21387 0 -1 4202560 107183 0 0 0 120026 42 0 0 25 0 4 0 517046195 2765291520 563929 33554432000 4194304 4623224 140734587250352 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21997/tid=22000] ppid=21995 vsize=2700480 CPUtime=1201.75 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (SArTagnan) R 21995 21997 21387 0 -1 4202560 127040 0 0 0 120110 65 0 0 25 0 4 0 517046195 2765291520 563929 33554432000 4194304 4623224 140734587250352 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21997/tid=22001] ppid=21995 vsize=2700480 CPUtime=1199.58 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (SArTagnan) R 21995 21997 21387 0 -1 4202560 4866538 0 0 0 119159 799 0 0 25 0 4 0 517046195 2765291520 563929 33554432000 4194304 4623224 140734587250352 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 2700480

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

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

[startup+1201.91 s]
/proc/loadavg: 6.12 7.60 7.73 5/175 22051
/proc/meminfo: memFree=20357080/32950928 swapFree=67087032/67111528
[pid=21997] ppid=21995 vsize=0 CPUtime=4800.52 cores=0,2,4,6
/proc/21997/stat : 21997 (SArTagnan) R 21995 21997 21387 0 -1 4203524 6027294 0 0 0 478993 1059 0 0 25 0 1 0 517046188 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21997/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.52
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.92
CPU time (s): 4800.54
CPU user time (s): 4789.93
CPU system time (s): 10.6054
CPU usage (%): 399.405
Max. virtual memory (cumulated for all children) (KiB): 3084300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.93
system time used= 10.6054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6027294
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= 2018
involuntary context switches= 32829

runsolver used 1.86871 second user time and 4.68129 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 07:21:31
IDJOB=3258396
IDBENCH=71353
IDSOLVER=1656
FILE ID=node148/3258396-1304054491
RUNJOBID= node148-1304053287-21878
PBS_JOBID= 13170411
Free space on /tmp= 71428 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes7.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258396-1304054491/watcher-3258396-1304054491 -o /tmp/evaluation-result-3258396-1304054491/solver-3258396-1304054491 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3258396-1304054491.cnf -threads=4

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=1839582846

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:      22281692 kB
Buffers:       2017320 kB
Cached:        7717196 kB
SwapCached:       3548 kB
Active:        2073448 kB
Inactive:      8033840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22281692 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            4284 kB
Writeback:           0 kB
AnonPages:      370700 kB
Mapped:          14500 kB
Slab:           498596 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   607600 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 07:41:35