Trace number 3282137

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.44 1202.16

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
Bench CategoryAPPLICATION (applications 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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282137-1304042096/watcher-3282137-1304042096 -o /tmp/evaluation-result-3282137-1304042096/solver-3282137-1304042096 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3282137-1304042096.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.01 8.02 7.47 5/180 29221
/proc/meminfo: memFree=21370552/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=24672 CPUtime=0 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 1643 0 0 0 0 0 0 0 25 0 1 0 594440050 25264128 1582 33554432000 4194304 4623224 140735787706224 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29221/statm: 6168 1593 290 105 0 1672 0

[startup+0.0917079 s]
/proc/loadavg: 8.01 8.02 7.47 5/180 29221
/proc/meminfo: memFree=21370552/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=39480 CPUtime=0.08 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 7299 0 0 0 7 1 0 0 25 0 1 0 594440050 40427520 4329 33554432000 4194304 4623224 140735787706224 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29221/statm: 9870 4330 297 105 0 5374 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39480

[startup+0.10071 s]
/proc/loadavg: 8.01 8.02 7.47 5/180 29221
/proc/meminfo: memFree=21370552/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=52176 CPUtime=0.09 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 10254 0 0 0 8 1 0 0 25 0 1 0 594440050 53428224 7283 33554432000 4194304 4623224 140735787706224 18446744073709551615 4277629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29221/statm: 13611 7306 303 105 0 9115 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52176

[startup+0.300632 s]
/proc/loadavg: 8.01 8.02 7.47 5/180 29221
/proc/meminfo: memFree=21370552/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=312000 CPUtime=0.86 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 21739 0 0 0 84 2 0 0 25 0 4 0 594440050 319488000 14916 33554432000 4194304 4623224 140735787706224 18446744073709551615 4412507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 78000 14916 335 105 0 73504 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 312000

[startup+0.700555 s]
/proc/loadavg: 8.01 8.02 7.47 5/180 29221
/proc/meminfo: memFree=21370552/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=312000 CPUtime=2.46 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 22410 0 0 0 244 2 0 0 25 0 4 0 594440050 319488000 15106 33554432000 4194304 4623224 140735787706224 18446744073709551615 4412804 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 78000 15106 335 105 0 73504 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 312000

[startup+1.50041 s]
/proc/loadavg: 8.01 8.02 7.47 9/184 29225
/proc/meminfo: memFree=21311008/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=312816 CPUtime=5.65 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 24020 0 0 0 563 2 0 0 25 0 4 0 594440050 320323584 15925 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 78204 15925 335 105 0 73708 0
[pid=29221/tid=29223] ppid=29219 vsize=312816 CPUtime=1.38 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 2034 0 0 0 138 0 0 0 25 0 4 0 594440061 320323584 15925 33554432000 4194304 4623224 140735787706224 18446744073709551615 4330736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=312816 CPUtime=1.38 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 2211 0 0 0 138 0 0 0 25 0 4 0 594440061 320323584 15925 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=312816 CPUtime=1.38 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 3952 0 0 0 138 0 0 0 25 0 4 0 594440061 320323584 15925 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 312816

[startup+3.10111 s]
/proc/loadavg: 8.01 8.02 7.47 9/184 29225
/proc/meminfo: memFree=21301832/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=312816 CPUtime=12.05 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 26074 0 0 0 1202 3 0 0 25 0 4 0 594440050 320323584 17467 33554432000 4194304 4623224 140735787706224 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 78204 17467 335 105 0 73708 0
[pid=29221/tid=29223] ppid=29219 vsize=312816 CPUtime=2.98 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 2157 0 0 0 298 0 0 0 25 0 4 0 594440061 320323584 17467 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=312816 CPUtime=2.97 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 2335 0 0 0 297 0 0 0 25 0 4 0 594440061 320323584 17467 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=312816 CPUtime=2.99 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 5640 0 0 0 298 1 0 0 25 0 4 0 594440061 320323584 17467 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 312816

[startup+6.30052 s]
/proc/loadavg: 8.01 8.02 7.47 9/184 29225
/proc/meminfo: memFree=21279572/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=319984 CPUtime=24.83 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 36120 0 0 0 2478 5 0 0 25 0 4 0 594440050 327663616 20502 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 79996 20502 342 105 0 75500 0
[pid=29221/tid=29223] ppid=29219 vsize=319984 CPUtime=6.18 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 3452 0 0 0 618 0 0 0 25 0 4 0 594440061 327663616 20502 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=319984 CPUtime=6.15 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 3434 0 0 0 615 0 0 0 25 0 4 0 594440061 327663616 20502 33554432000 4194304 4623224 140735787706224 18446744073709551615 4463136 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=319984 CPUtime=6.18 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 11346 0 0 0 616 2 0 0 25 0 4 0 594440061 327663616 20502 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289691 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 319984

[startup+12.7003 s]
/proc/loadavg: 8.01 8.02 7.47 9/184 29225
/proc/meminfo: memFree=21242756/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=327968 CPUtime=50.39 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 53453 0 0 0 5030 9 0 0 25 0 4 0 594440050 335839232 24691 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 81992 24691 342 105 0 77496 0
[pid=29221/tid=29223] ppid=29219 vsize=327968 CPUtime=12.58 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 4220 0 0 0 1258 0 0 0 25 0 4 0 594440061 335839232 24691 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=327968 CPUtime=12.51 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 5346 0 0 0 1251 0 0 0 25 0 4 0 594440061 335839232 24691 33554432000 4194304 4623224 140735787706224 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=327968 CPUtime=12.58 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 25259 0 0 0 1252 6 0 0 25 0 4 0 594440061 335839232 24691 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 327968

[startup+25.5009 s]
/proc/loadavg: 8.07 8.03 7.49 9/184 29226
/proc/meminfo: memFree=21180476/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=332876 CPUtime=101.53 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 88563 0 0 0 10136 17 0 0 25 0 4 0 594440050 340865024 32460 33554432000 4194304 4623224 140735787706224 18446744073709551615 4526808 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 83219 32460 342 105 0 78723 0
[pid=29221/tid=29223] ppid=29219 vsize=332876 CPUtime=25.38 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 6396 0 0 0 2536 2 0 0 25 0 4 0 594440061 340865024 32460 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376829 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=332876 CPUtime=25.25 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 6679 0 0 0 2524 1 0 0 25 0 4 0 594440061 340865024 32460 33554432000 4194304 4623224 140735787706224 18446744073709551615 4463378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=332876 CPUtime=25.39 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 55245 0 0 0 2528 11 0 0 25 0 4 0 594440061 340865024 32460 33554432000 4194304 4623224 140735787706224 18446744073709551615 4548199 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 332876

[startup+51.1002 s]
/proc/loadavg: 8.05 8.03 7.50 9/184 29226
/proc/meminfo: memFree=21073092/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=414668 CPUtime=203.78 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 145197 0 0 0 20350 28 0 0 25 0 4 0 594440050 424620032 47814 33554432000 4194304 4623224 140735787706224 18446744073709551615 4517428 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 103667 47814 342 105 0 99171 0
[pid=29221/tid=29223] ppid=29219 vsize=414668 CPUtime=50.98 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 9196 0 0 0 5095 3 0 0 25 0 4 0 594440061 424620032 47814 33554432000 4194304 4623224 140735787706224 18446744073709551615 4460867 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=414668 CPUtime=50.71 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 11490 0 0 0 5069 2 0 0 25 0 4 0 594440061 424620032 47814 33554432000 4194304 4623224 140735787706224 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=414668 CPUtime=50.98 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 103781 0 0 0 5078 20 0 0 25 0 4 0 594440061 424620032 47814 33554432000 4194304 4623224 140735787706224 18446744073709551615 4355435 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 414668

[startup+102.307 s]
/proc/loadavg: 8.06 8.04 7.53 9/184 29228
/proc/meminfo: memFree=20425640/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=863308 CPUtime=408.33 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 392130 0 0 0 40760 73 0 0 25 0 4 0 594440050 884027392 167753 33554432000 4194304 4623224 140735787706224 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 215827 167753 493 105 0 211331 0
[pid=29221/tid=29223] ppid=29219 vsize=863308 CPUtime=102.18 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 46824 0 0 0 10207 11 0 0 25 0 4 0 594440061 884027392 167753 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289735 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=863308 CPUtime=101.63 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 41830 0 0 0 10153 10 0 0 25 0 4 0 594440061 884027392 167753 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=863308 CPUtime=102.19 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 201602 0 0 0 10183 36 0 0 25 0 4 0 594440061 884027392 167753 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.33
Current children cumulated vsize (KiB) 863308

[startup+162.301 s]
/proc/loadavg: 8.07 8.04 7.56 9/184 29229
/proc/meminfo: memFree=20292784/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=896464 CPUtime=647.97 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 429314 0 0 0 64719 78 0 0 25 0 4 0 594440050 917979136 175646 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 224116 175646 429 105 0 219620 0
[pid=29221/tid=29223] ppid=29219 vsize=896464 CPUtime=162.18 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 55465 0 0 0 16206 12 0 0 25 0 4 0 594440061 917979136 175646 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=896464 CPUtime=161.3 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 42796 0 0 0 16120 10 0 0 25 0 4 0 594440061 917979136 175646 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=896464 CPUtime=162.18 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 214499 0 0 0 16180 38 0 0 25 0 4 0 594440061 917979136 175646 33554432000 4194304 4623224 140735787706224 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.97
Current children cumulated vsize (KiB) 896464

[startup+222.3 s]
/proc/loadavg: 8.06 8.05 7.59 9/184 29231
/proc/meminfo: memFree=20060108/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=1113576 CPUtime=887.64 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 843426 0 0 0 88619 145 0 0 25 0 4 0 594440050 1140301824 209962 33554432000 4194304 4623224 140735787706224 18446744073709551615 4517612 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 278394 209962 413 105 0 273898 0
[pid=29221/tid=29223] ppid=29219 vsize=1113576 CPUtime=222.18 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 56768 0 0 0 22206 12 0 0 25 0 4 0 594440061 1140301824 209962 33554432000 4194304 4623224 140735787706224 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=1113576 CPUtime=220.98 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 50307 0 0 0 22087 11 0 0 25 0 4 0 594440061 1140301824 209962 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=1113576 CPUtime=222.19 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 556750 0 0 0 22126 93 0 0 25 0 4 0 594440061 1140301824 209962 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366450 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.64
Current children cumulated vsize (KiB) 1113576

[startup+282.3 s]

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


[startup+702.301 s]
/proc/loadavg: 8.18 8.16 7.83 9/184 29719
/proc/meminfo: memFree=17406676/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3116768 CPUtime=2803.71 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 4159269 0 0 0 279703 668 0 0 25 0 4 0 594440050 3191570432 645792 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 779192 645792 395 105 0 774696 0
[pid=29221/tid=29223] ppid=29219 vsize=3116768 CPUtime=702 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 139487 0 0 0 70151 49 0 0 25 0 4 0 594440061 3191570432 645792 33554432000 4194304 4623224 140735787706224 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3116768 CPUtime=698.36 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 65742 0 0 0 69817 19 0 0 25 0 4 0 594440061 3191570432 645792 33554432000 4194304 4623224 140735787706224 18446744073709551615 4354994 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3116768 CPUtime=701.13 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 2942917 0 0 0 69663 450 0 0 25 0 4 0 594440061 3191570432 645792 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2803.71
Current children cumulated vsize (KiB) 3116768

[startup+762.306 s]
/proc/loadavg: 6.33 7.70 7.69 5/175 29738
/proc/meminfo: memFree=22205968/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3327924 CPUtime=3043.42 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 4448691 0 0 0 303609 733 0 0 25 0 4 0 594440050 3407794176 678149 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 831981 678149 395 105 0 827485 0
[pid=29221/tid=29223] ppid=29219 vsize=3327924 CPUtime=762 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 144610 0 0 0 76137 63 0 0 25 0 4 0 594440061 3407794176 678149 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3327924 CPUtime=758.06 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 67421 0 0 0 75781 25 0 0 25 0 4 0 594440061 3407794176 678149 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3327924 CPUtime=761.14 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 3202462 0 0 0 75623 491 0 0 25 0 4 0 594440061 3407794176 678149 33554432000 4194304 4623224 140735787706224 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3043.42
Current children cumulated vsize (KiB) 3327924

[startup+822.301 s]
/proc/loadavg: 4.93 7.08 7.48 5/175 29740
/proc/meminfo: memFree=22089116/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3427176 CPUtime=3283.14 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 4740010 0 0 0 327504 810 0 0 25 0 4 0 594440050 3509428224 707997 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 856794 707997 395 105 0 852298 0
[pid=29221/tid=29223] ppid=29219 vsize=3427176 CPUtime=822 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 154239 0 0 0 82110 90 0 0 25 0 4 0 594440061 3509428224 707997 33554432000 4194304 4623224 140735787706224 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3427176 CPUtime=817.79 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 67986 0 0 0 81754 25 0 0 25 0 4 0 594440061 3509428224 707997 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3427176 CPUtime=821.14 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 3470757 0 0 0 81578 536 0 0 25 0 4 0 594440061 3509428224 707997 33554432000 4194304 4623224 140735787706224 18446744073709551615 4546853 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.14
Current children cumulated vsize (KiB) 3427176

[startup+882.301 s]
/proc/loadavg: 4.35 6.49 7.24 5/175 29741
/proc/meminfo: memFree=21941376/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3538364 CPUtime=3522.86 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 4953150 0 0 0 351423 863 0 0 25 0 4 0 594440050 3623284736 742870 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 884591 742870 625 105 0 880095 0
[pid=29221/tid=29223] ppid=29219 vsize=3538364 CPUtime=882.01 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 158198 0 0 0 88095 106 0 0 25 0 4 0 594440061 3623284736 742870 33554432000 4194304 4623224 140735787706224 18446744073709551615 4377613 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3538364 CPUtime=877.52 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 79964 0 0 0 87724 28 0 0 25 0 4 0 594440061 3623284736 742871 33554432000 4194304 4623224 140735787706224 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3538364 CPUtime=881.14 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 3642185 0 0 0 87551 563 0 0 25 0 4 0 594440061 3623284736 742871 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.86
Current children cumulated vsize (KiB) 3538364

[startup+942.301 s]
/proc/loadavg: 4.18 6.08 7.06 5/175 29743
/proc/meminfo: memFree=21846096/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3626356 CPUtime=3762.6 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 5245903 0 0 0 375337 923 0 0 25 0 4 0 594440050 3713388544 767381 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 906589 767381 395 105 0 902093 0
[pid=29221/tid=29223] ppid=29219 vsize=3626356 CPUtime=942 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 161241 0 0 0 94086 114 0 0 25 0 4 0 594440061 3713388544 767381 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3626356 CPUtime=937.25 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 83266 0 0 0 93696 29 0 0 25 0 4 0 594440061 3713388544 767381 33554432000 4194304 4623224 140735787706224 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3626356 CPUtime=941.14 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 3919500 0 0 0 93508 606 0 0 25 0 4 0 594440061 3713388544 767381 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.6
Current children cumulated vsize (KiB) 3626356

[startup+1002.3 s]
/proc/loadavg: 4.10 5.71 6.87 5/175 29745
/proc/meminfo: memFree=21750068/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3626356 CPUtime=4002.34 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 5512182 0 0 0 399242 992 0 0 25 0 4 0 594440050 3713388544 789122 33554432000 4194304 4623224 140735787706224 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 906589 789122 395 105 0 902093 0
[pid=29221/tid=29223] ppid=29219 vsize=3626356 CPUtime=1002 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 166947 0 0 0 100066 134 0 0 25 0 4 0 594440061 3713388544 789122 33554432000 4194304 4623224 140735787706224 18446744073709551615 4377655 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3626356 CPUtime=996.98 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 84170 0 0 0 99665 33 0 0 25 0 4 0 594440061 3713388544 789122 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3626356 CPUtime=1001.14 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 4171714 0 0 0 99469 645 0 0 25 0 4 0 594440061 3713388544 789122 33554432000 4194304 4623224 140735787706224 18446744073709551615 4330716 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 3626356

[startup+1062.3 s]
/proc/loadavg: 4.15 5.43 6.70 5/175 29746
/proc/meminfo: memFree=21657644/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3809996 CPUtime=4242.06 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 5797482 0 0 0 423138 1068 0 0 25 0 4 0 594440050 3901435904 814613 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 952499 814613 395 105 0 948003 0
[pid=29221/tid=29223] ppid=29219 vsize=3809996 CPUtime=1062 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 193442 0 0 0 106062 138 0 0 25 0 4 0 594440061 3901435904 814613 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3809996 CPUtime=1056.71 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 87930 0 0 0 105616 55 0 0 25 0 4 0 594440061 3901435904 814613 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3809996 CPUtime=1061.14 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 4417994 0 0 0 105432 682 0 0 25 0 4 0 594440061 3901435904 814613 33554432000 4194304 4623224 140735787706224 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.06
Current children cumulated vsize (KiB) 3809996

[startup+1122.3 s]
/proc/loadavg: 4.05 5.17 6.53 5/175 29748
/proc/meminfo: memFree=21555292/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=3962040 CPUtime=4481.79 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 5931978 0 0 0 447079 1100 0 0 25 0 4 0 594440050 4057128960 840103 33554432000 4194304 4623224 140735787706224 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 990510 840103 576 105 0 986014 0
[pid=29221/tid=29223] ppid=29219 vsize=3962040 CPUtime=1122 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 201486 0 0 0 112061 139 0 0 25 0 4 0 594440061 4057128960 840103 33554432000 4194304 4623224 140735787706224 18446744073709551615 4357430 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=3962040 CPUtime=1116.44 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 88925 0 0 0 111584 60 0 0 25 0 4 0 594440061 4057128960 840103 33554432000 4194304 4623224 140735787706224 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=3962040 CPUtime=1121.14 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 4535901 0 0 0 111414 700 0 0 25 0 4 0 594440061 4057128960 840103 33554432000 4194304 4623224 140735787706224 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.79
Current children cumulated vsize (KiB) 3962040

[startup+1182.3 s]
/proc/loadavg: 4.02 4.95 6.37 5/175 29749
/proc/meminfo: memFree=21495340/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=4007996 CPUtime=4721.53 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 6085795 0 0 0 471023 1130 0 0 25 0 4 0 594440050 4104187904 855134 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510096 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 1001999 855134 498 105 0 997503 0
[pid=29221/tid=29223] ppid=29219 vsize=4007996 CPUtime=1182.01 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 201897 0 0 0 118061 140 0 0 25 0 4 0 594440061 4104187904 855134 33554432000 4194304 4623224 140735787706224 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=4007996 CPUtime=1176.17 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 96450 0 0 0 117556 61 0 0 25 0 4 0 594440061 4104187904 855134 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=4007996 CPUtime=1181.15 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 4679102 0 0 0 117390 725 0 0 25 0 4 0 594440061 4104187904 855134 33554432000 4194304 4623224 140735787706224 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.53
Current children cumulated vsize (KiB) 4007996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 4.01 4.87 6.30 5/175 29750
/proc/meminfo: memFree=21483540/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=4008920 CPUtime=4800.25 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) R 29219 29221 28460 0 -1 4202496 6105687 0 0 0 478892 1133 0 0 25 0 4 0 594440050 4105134080 857837 33554432000 4194304 4623224 140735787706224 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 1002230 857838 395 105 0 997734 0
[pid=29221/tid=29223] ppid=29219 vsize=4008920 CPUtime=1201.72 cores=0,2,4,6
/proc/29221/task/29223/stat : 29223 (SArTagnan) R 29219 29221 28460 0 -1 4202560 202032 0 0 0 120032 140 0 0 25 0 4 0 594440061 4105134080 857838 33554432000 4194304 4623224 140735787706224 18446744073709551615 4357491 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=4008920 CPUtime=1195.77 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4202560 97220 0 0 0 119516 61 0 0 25 0 4 0 594440061 4105134080 857838 33554432000 4194304 4623224 140735787706224 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29221/tid=29225] ppid=29219 vsize=4008920 CPUtime=1200.85 cores=0,2,4,6
/proc/29221/task/29225/stat : 29225 (SArTagnan) R 29219 29221 28460 0 -1 4202560 4696958 0 0 0 119358 727 0 0 25 0 4 0 594440061 4105134080 857838 33554432000 4194304 4623224 140735787706224 18446744073709551615 4545914 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 4008920

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

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

[startup+1202.11 s]
/proc/loadavg: 4.01 4.87 6.30 5/175 29750
/proc/meminfo: memFree=21483540/32951124 swapFree=67111348/67111528
[pid=29221] ppid=29219 vsize=0 CPUtime=4800.38 cores=0,2,4,6
/proc/29221/stat : 29221 (SArTagnan) Z 29219 29221 28460 0 -1 4203548 6106281 0 0 0 478895 1143 0 0 25 0 2 0 594440050 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29221/statm: 0 0 0 0 0 0 0
[pid=29221/tid=29224] ppid=29219 vsize=0 CPUtime=1195.88 cores=0,2,4,6
/proc/29221/task/29224/stat : 29224 (SArTagnan) R 29219 29221 28460 0 -1 4203588 97220 0 0 0 119517 71 0 0 25 0 2 0 594440061 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.16
CPU time (s): 4800.44
CPU user time (s): 4788.95
CPU system time (s): 11.4853
CPU usage (%): 399.317
Max. virtual memory (cumulated for all children) (KiB): 4008920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.95
system time used= 11.4853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6106281
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= 2470
involuntary context switches= 34504

runsolver used 1.87471 second user time and 4.25735 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 03:54:56
IDJOB=3282137
IDBENCH=70781
IDSOLVER=1656
FILE ID=node111/3282137-1304042096
RUNJOBID= node111-1304040775-28979
PBS_JOBID= 13170353
Free space on /tmp= 70884 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282137-1304042096/watcher-3282137-1304042096 -o /tmp/evaluation-result-3282137-1304042096/solver-3282137-1304042096 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3282137-1304042096.cnf -threads=4

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=701782296

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21370708 kB
Buffers:       1266816 kB
Cached:        6217952 kB
SwapCached:        124 kB
Active:        6596392 kB
Inactive:      4489596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21370708 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4316 kB
Writeback:           0 kB
AnonPages:     3600964 kB
Mapped:          15464 kB
Slab:           424148 kB
PageTables:      12240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4101980 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= 70892 MiB
End job on node111 at 2011-04-29 04:15:00