Trace number 3263368

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.14 1201.75

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
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 variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

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-3263368-1304100998/watcher-3263368-1304100998 -o /tmp/evaluation-result-3263368-1304100998/solver-3263368-1304100998 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263368-1304100998.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.11 8.10 8.02 2/174 25698
/proc/meminfo: memFree=29751828/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=20656 CPUtime=0 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 626 0 0 0 0 0 0 0 25 0 1 0 600330495 21151744 528 33554432000 4194304 4623224 140735869800848 18446744073709551615 256415088848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25698/statm: 5164 541 297 105 0 668 0

[startup+0.180956 s]
/proc/loadavg: 8.11 8.10 8.02 2/174 25698
/proc/meminfo: memFree=29751828/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=217504 CPUtime=0.49 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 14619 0 0 0 47 2 0 0 25 0 4 0 600330495 222724096 9107 33554432000 4194304 4623224 140735869800848 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 54376 9107 410 105 0 49880 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 217504

[startup+0.200952 s]
/proc/loadavg: 8.11 8.10 8.02 2/174 25698
/proc/meminfo: memFree=29751828/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=219424 CPUtime=0.57 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 16082 0 0 0 55 2 0 0 25 0 4 0 600330495 224690176 9159 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 54856 9159 410 105 0 50360 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 219424

[startup+0.300934 s]
/proc/loadavg: 8.11 8.10 8.02 2/174 25698
/proc/meminfo: memFree=29751828/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=219424 CPUtime=0.96 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 17258 0 0 0 94 2 0 0 25 0 4 0 600330495 224690176 9550 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 54856 9550 402 105 0 50360 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 219424

[startup+0.700858 s]
/proc/loadavg: 8.11 8.10 8.02 2/174 25698
/proc/meminfo: memFree=29751828/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=228960 CPUtime=2.57 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 25936 0 0 0 253 4 0 0 25 0 4 0 600330495 234455040 11867 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 57240 11867 402 105 0 52744 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 228960

[startup+1.50071 s]
/proc/loadavg: 8.10 8.10 8.02 10/184 25711
/proc/meminfo: memFree=29664460/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=231832 CPUtime=5.76 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 39153 0 0 0 569 7 0 0 25 0 4 0 600330495 237395968 13085 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 57958 13085 385 105 0 53462 0
[pid=25698/tid=25706] ppid=25696 vsize=231832 CPUtime=1.42 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 2234 0 0 0 142 0 0 0 25 0 4 0 600330502 237395968 13085 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=231832 CPUtime=1.41 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 4876 0 0 0 141 0 0 0 25 0 4 0 600330502 237395968 13085 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=231832 CPUtime=1.41 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 20860 0 0 0 137 4 0 0 25 0 4 0 600330502 237395968 13085 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550479 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 231832

[startup+3.10041 s]
/proc/loadavg: 8.10 8.10 8.02 10/184 25711
/proc/meminfo: memFree=29647472/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=237608 CPUtime=12.15 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 60487 0 0 0 1206 9 0 0 25 0 4 0 600330495 243310592 15357 33554432000 4194304 4623224 140735869800848 18446744073709551615 4414815 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 59402 15357 370 105 0 54906 0
[pid=25698/tid=25706] ppid=25696 vsize=237608 CPUtime=3.02 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 4071 0 0 0 302 0 0 0 25 0 4 0 600330502 243310592 15357 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=237608 CPUtime=3.01 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 5272 0 0 0 301 0 0 0 25 0 4 0 600330502 243310592 15357 33554432000 4194304 4623224 140735869800848 18446744073709551615 4366439 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=237608 CPUtime=3.01 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 38082 0 0 0 295 6 0 0 25 0 4 0 600330502 243310592 15357 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 237608

[startup+6.3008 s]
/proc/loadavg: 8.10 8.10 8.02 10/184 25711
/proc/meminfo: memFree=29614212/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=249072 CPUtime=24.94 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 97089 0 0 0 2478 16 0 0 25 0 4 0 600330495 255049728 19174 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 62268 19174 371 105 0 57772 0
[pid=25698/tid=25706] ppid=25696 vsize=249072 CPUtime=6.21 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 7386 0 0 0 621 0 0 0 25 0 4 0 600330502 255049728 19174 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=249072 CPUtime=6.22 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 8738 0 0 0 621 1 0 0 25 0 4 0 600330502 255049728 19174 33554432000 4194304 4623224 140735869800848 18446744073709551615 4366480 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=249072 CPUtime=6.18 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 67533 0 0 0 607 11 0 0 25 0 4 0 600330502 255049728 19174 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 249072

[startup+12.7006 s]
/proc/loadavg: 8.08 8.09 8.02 9/184 25711
/proc/meminfo: memFree=29560916/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=261428 CPUtime=50.5 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 167657 0 0 0 5023 27 0 0 25 0 4 0 600330495 267702272 25905 33554432000 4194304 4623224 140735869800848 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 65357 25905 349 105 0 60861 0
[pid=25698/tid=25706] ppid=25696 vsize=261428 CPUtime=12.62 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 8292 0 0 0 1261 1 0 0 25 0 4 0 600330502 267702272 25905 33554432000 4194304 4623224 140735869800848 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=261428 CPUtime=12.62 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 13499 0 0 0 1260 2 0 0 25 0 4 0 600330502 267702272 25905 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=261428 CPUtime=12.55 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 130961 0 0 0 1234 21 0 0 25 0 4 0 600330502 267702272 25905 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 261428

[startup+25.5012 s]
/proc/loadavg: 8.07 8.09 8.02 10/184 25712
/proc/meminfo: memFree=29475608/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=294456 CPUtime=101.63 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 248983 0 0 0 10124 39 0 0 25 0 4 0 600330495 301522944 35760 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 73614 35760 346 105 0 69118 0
[pid=25698/tid=25706] ppid=25696 vsize=294456 CPUtime=25.42 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 19867 0 0 0 2540 2 0 0 25 0 4 0 600330502 301522944 35760 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=294456 CPUtime=25.42 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 21146 0 0 0 2539 3 0 0 25 0 4 0 600330502 301522944 35760 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=294456 CPUtime=25.28 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 190475 0 0 0 2498 30 0 0 25 0 4 0 600330502 301522944 35760 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 294456

[startup+51.1004 s]
/proc/loadavg: 8.12 8.10 8.02 9/184 25712
/proc/meminfo: memFree=29355460/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=331080 CPUtime=203.89 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 472128 0 0 0 20310 79 0 0 25 0 4 0 600330495 339025920 46390 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510146 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 82770 46390 347 105 0 78274 0
[pid=25698/tid=25706] ppid=25696 vsize=331080 CPUtime=51.01 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 29977 0 0 0 5097 4 0 0 25 0 4 0 600330502 339025920 46390 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=331080 CPUtime=51.02 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 31127 0 0 0 5097 5 0 0 25 0 4 0 600330502 339025920 46390 33554432000 4194304 4623224 140735869800848 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=331080 CPUtime=50.73 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 393403 0 0 0 5008 65 0 0 25 0 4 0 600330502 339025920 46390 33554432000 4194304 4623224 140735869800848 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 331080

[startup+102.301 s]
/proc/loadavg: 8.12 8.10 8.02 10/184 25714
/proc/meminfo: memFree=29219012/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=350660 CPUtime=408.41 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 619100 0 0 0 40737 104 0 0 25 0 4 0 600330495 359075840 56253 33554432000 4194304 4623224 140735869800848 18446744073709551615 4414871 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 87665 56253 352 105 0 83169 0
[pid=25698/tid=25706] ppid=25696 vsize=350660 CPUtime=102.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 33284 0 0 0 10217 5 0 0 25 0 4 0 600330502 359075840 56253 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=350660 CPUtime=102.2 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 31184 0 0 0 10215 5 0 0 25 0 4 0 600330502 359075840 56253 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=350660 CPUtime=101.66 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 536924 0 0 0 10077 89 0 0 25 0 4 0 600330502 359075840 56253 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.41
Current children cumulated vsize (KiB) 350660

[startup+162.3 s]
/proc/loadavg: 8.11 8.09 8.02 10/184 25715
/proc/meminfo: memFree=29037916/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=380540 CPUtime=648.07 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 889621 0 0 0 64658 149 0 0 25 0 4 0 600330495 389672960 70125 33554432000 4194304 4623224 140735869800848 18446744073709551615 4517506 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 95135 70125 501 105 0 90639 0
[pid=25698/tid=25706] ppid=25696 vsize=380540 CPUtime=162.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 49120 0 0 0 16213 9 0 0 25 0 4 0 600330502 389672960 70125 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=380540 CPUtime=162.19 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 31383 0 0 0 16214 5 0 0 25 0 4 0 600330502 389672960 70125 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=380540 CPUtime=161.34 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 787930 0 0 0 16005 129 0 0 25 0 4 0 600330502 389672960 70125 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.07
Current children cumulated vsize (KiB) 380540

[startup+222.307 s]
/proc/loadavg: 8.04 8.07 8.02 9/184 25717
/proc/meminfo: memFree=28897592/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=512044 CPUtime=887.76 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 1116020 0 0 0 88593 183 0 0 25 0 4 0 600330495 524333056 89652 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 128011 89652 707 105 0 123515 0
[pid=25698/tid=25706] ppid=25696 vsize=512044 CPUtime=222.23 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 69061 0 0 0 22211 12 0 0 25 0 4 0 600330502 524333056 89652 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=512044 CPUtime=222.2 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 32160 0 0 0 22214 6 0 0 25 0 4 0 600330502 524333056 89652 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=512044 CPUtime=221.01 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 985432 0 0 0 21942 159 0 0 25 0 4 0 600330502 524333056 89652 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.76
Current children cumulated vsize (KiB) 512044

[startup+282.301 s]

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

[pid=25698] ppid=25696 vsize=859384 CPUtime=2565.46 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 3561467 0 0 0 255961 585 0 0 25 0 4 0 600330495 880009216 165015 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 214846 165015 1825 105 0 210350 0
[pid=25698/tid=25706] ppid=25696 vsize=859384 CPUtime=642.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 111592 0 0 0 64202 20 0 0 25 0 4 0 600330502 880009216 165015 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=859384 CPUtime=642.16 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 47683 0 0 0 64207 9 0 0 25 0 4 0 600330502 880009216 165015 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=859384 CPUtime=638.73 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 3107756 0 0 0 63374 499 0 0 25 0 4 0 600330502 880009216 165015 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.46
Current children cumulated vsize (KiB) 859384

[startup+702.301 s]
/proc/loadavg: 8.06 8.08 8.02 9/184 25730
/proc/meminfo: memFree=28163832/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=859384 CPUtime=2805.14 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 3755946 0 0 0 279898 616 0 0 25 0 4 0 600330495 880009216 168796 33554432000 4194304 4623224 140735869800848 18446744073709551615 4511014 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 214846 168796 1824 105 0 210350 0
[pid=25698/tid=25706] ppid=25696 vsize=859384 CPUtime=702.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 111909 0 0 0 70202 20 0 0 25 0 4 0 600330502 880009216 168796 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=859384 CPUtime=702.16 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 47952 0 0 0 70207 9 0 0 25 0 4 0 600330502 880009216 168796 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=859384 CPUtime=698.41 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 3273604 0 0 0 69315 526 0 0 25 0 4 0 600330502 880009216 168796 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.14
Current children cumulated vsize (KiB) 859384

[startup+762.301 s]
/proc/loadavg: 8.06 8.08 8.02 10/184 25731
/proc/meminfo: memFree=28100044/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=881500 CPUtime=3044.84 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 3951974 0 0 0 303835 649 0 0 25 0 4 0 600330495 902656000 178651 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 220375 178651 1707 105 0 215879 0
[pid=25698/tid=25706] ppid=25696 vsize=881500 CPUtime=762.23 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 116596 0 0 0 76201 22 0 0 25 0 4 0 600330502 902656000 178651 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=881500 CPUtime=762.18 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 48862 0 0 0 76208 10 0 0 25 0 4 0 600330502 902656000 178651 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=881500 CPUtime=758.08 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 3429755 0 0 0 75257 551 0 0 25 0 4 0 600330502 902656000 178651 33554432000 4194304 4623224 140735869800848 18446744073709551615 4577397 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 881500

[startup+822.301 s]
/proc/loadavg: 8.13 8.09 8.02 10/184 25733
/proc/meminfo: memFree=28056808/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=881500 CPUtime=3284.49 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 4164832 0 0 0 327766 683 0 0 25 0 4 0 600330495 902656000 183674 33554432000 4194304 4623224 140735869800848 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 220375 183674 1649 105 0 215879 0
[pid=25698/tid=25706] ppid=25696 vsize=881500 CPUtime=822.23 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 118927 0 0 0 82200 23 0 0 25 0 4 0 600330502 902656000 183674 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=881500 CPUtime=822.17 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 49096 0 0 0 82207 10 0 0 25 0 4 0 600330502 902656000 183674 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=881500 CPUtime=817.75 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 3629640 0 0 0 81192 583 0 0 25 0 4 0 600330502 902656000 183674 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.49
Current children cumulated vsize (KiB) 881500

[startup+882.307 s]
/proc/loadavg: 8.12 8.09 8.02 10/184 25735
/proc/meminfo: memFree=27992276/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=959904 CPUtime=3524.19 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 4375592 0 0 0 351699 720 0 0 25 0 4 0 600330495 982941696 190127 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510042 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 239976 190127 924 105 0 235480 0
[pid=25698/tid=25706] ppid=25696 vsize=959904 CPUtime=882.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 161916 0 0 0 88195 27 0 0 25 0 4 0 600330502 982941696 190127 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=959904 CPUtime=882.18 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 49535 0 0 0 88208 10 0 0 25 0 4 0 600330502 982941696 190127 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=959904 CPUtime=877.44 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 3782675 0 0 0 87132 612 0 0 25 0 4 0 600330502 982941696 190127 33554432000 4194304 4623224 140735869800848 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.19
Current children cumulated vsize (KiB) 959904

[startup+942.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/184 25736
/proc/meminfo: memFree=27930056/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=998724 CPUtime=3763.84 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 4677374 0 0 0 375610 774 0 0 25 0 4 0 600330495 1022693376 197604 33554432000 4194304 4623224 140735869800848 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 249681 197604 787 105 0 245185 0
[pid=25698/tid=25706] ppid=25696 vsize=998724 CPUtime=942.23 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 163301 0 0 0 94195 28 0 0 25 0 4 0 600330502 1022693376 197604 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=998724 CPUtime=942.17 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 68508 0 0 0 94205 12 0 0 25 0 4 0 600330502 1022693376 197604 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=998724 CPUtime=937.11 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 3982967 0 0 0 93064 647 0 0 25 0 4 0 600330502 1022693376 197604 33554432000 4194304 4623224 140735869800848 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 998724

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 8.03 9/184 25738
/proc/meminfo: memFree=27847164/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=1090388 CPUtime=4003.52 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 4973212 0 0 0 399524 828 0 0 25 0 4 0 600330495 1116557312 210850 33554432000 4194304 4623224 140735869800848 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 272597 210850 813 105 0 268101 0
[pid=25698/tid=25706] ppid=25696 vsize=1090388 CPUtime=1002.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 172259 0 0 0 100193 29 0 0 25 0 4 0 600330502 1116557312 210850 33554432000 4194304 4623224 140735869800848 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=1090388 CPUtime=1002.17 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 68927 0 0 0 100205 12 0 0 25 0 4 0 600330502 1116557312 210850 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=1090388 CPUtime=996.77 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 4168139 0 0 0 98998 679 0 0 25 0 4 0 600330502 1116557312 210850 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 1090388

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 8.03 9/184 25739
/proc/meminfo: memFree=27791416/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=1155924 CPUtime=4243.2 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 5348546 0 0 0 423430 890 0 0 25 0 4 0 600330495 1183666176 215596 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 288981 215596 792 105 0 284485 0
[pid=25698/tid=25706] ppid=25696 vsize=1155924 CPUtime=1062.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 173428 0 0 0 106193 29 0 0 25 0 4 0 600330502 1183666176 215596 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=1155924 CPUtime=1062.17 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 68964 0 0 0 106205 12 0 0 25 0 4 0 600330502 1183666176 215596 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=1155924 CPUtime=1056.45 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 4495867 0 0 0 104913 732 0 0 25 0 4 0 600330502 1183666176 215596 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 1155924

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 8.03 10/184 25741
/proc/meminfo: memFree=27746340/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=1155924 CPUtime=4482.87 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 5655001 0 0 0 447343 944 0 0 25 0 4 0 600330495 1183666176 219637 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510978 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 288981 219637 752 105 0 284485 0
[pid=25698/tid=25706] ppid=25696 vsize=1155924 CPUtime=1122.23 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 174460 0 0 0 112193 30 0 0 25 0 4 0 600330502 1183666176 219637 33554432000 4194304 4623224 140735869800848 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=1155924 CPUtime=1122.17 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 69395 0 0 0 112205 12 0 0 25 0 4 0 600330502 1183666176 219637 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=1155924 CPUtime=1116.13 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 4756349 0 0 0 110836 777 0 0 25 0 4 0 600330502 1183666176 219637 33554432000 4194304 4623224 140735869800848 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.87
Current children cumulated vsize (KiB) 1155924

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 8.03 10/184 25743
/proc/meminfo: memFree=27680792/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=1155924 CPUtime=4722.56 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 5957615 0 0 0 471264 992 0 0 25 0 4 0 600330495 1183666176 224964 33554432000 4194304 4623224 140735869800848 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 288981 224964 722 105 0 284485 0
[pid=25698/tid=25706] ppid=25696 vsize=1155924 CPUtime=1182.22 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 177305 0 0 0 118192 30 0 0 25 0 4 0 600330502 1183666176 224964 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=1155924 CPUtime=1182.17 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 69501 0 0 0 118205 12 0 0 25 0 4 0 600330502 1183666176 224964 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376865 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=1155924 CPUtime=1175.8 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 5002010 0 0 0 116766 814 0 0 25 0 4 0 600330502 1183666176 224964 33554432000 4194304 4623224 140735869800848 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.56
Current children cumulated vsize (KiB) 1155924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.10 8.03 9/184 25743
/proc/meminfo: memFree=27653252/32950928 swapFree=67111364/67111528
[pid=25698] ppid=25696 vsize=1255256 CPUtime=4800.07 cores=1,3,5,7
/proc/25698/stat : 25698 (SArTagnan) R 25696 25698 25177 0 -1 4202496 6101886 0 0 0 478992 1015 0 0 25 0 4 0 600330495 1285382144 229551 33554432000 4194304 4623224 140735869800848 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25698/statm: 313814 229551 712 105 0 309318 0
[pid=25698/tid=25706] ppid=25696 vsize=1255256 CPUtime=1201.63 cores=1,3,5,7
/proc/25698/task/25706/stat : 25706 (SArTagnan) R 25696 25698 25177 0 -1 4202560 178014 0 0 0 120133 30 0 0 25 0 4 0 600330502 1285382144 229551 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25698/tid=25707] ppid=25696 vsize=1255256 CPUtime=1201.57 cores=1,3,5,7
/proc/25698/task/25707/stat : 25707 (SArTagnan) R 25696 25698 25177 0 -1 4202560 69636 0 0 0 120145 12 0 0 25 0 4 0 600330502 1285382144 229551 33554432000 4194304 4623224 140735869800848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25698/tid=25708] ppid=25696 vsize=1255256 CPUtime=1195.1 cores=1,3,5,7
/proc/25698/task/25708/stat : 25708 (SArTagnan) R 25696 25698 25177 0 -1 4202560 5108334 0 0 0 118679 831 0 0 25 0 4 0 600330502 1285382144 229551 33554432000 4194304 4623224 140735869800848 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1255256

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.14
CPU user time (s): 4789.94
CPU system time (s): 10.1945
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 1320160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.94
system time used= 10.1944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6101886
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= 2810
involuntary context switches= 29367

runsolver used 1.91471 second user time and 4.64929 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 20:16:38
IDJOB=3263368
IDBENCH=83965
IDSOLVER=1656
FILE ID=node115/3263368-1304100998
RUNJOBID= node115-1304099794-25582
PBS_JOBID= 13170604
Free space on /tmp= 72732 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263368-1304100998/watcher-3263368-1304100998 -o /tmp/evaluation-result-3263368-1304100998/solver-3263368-1304100998 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3263368-1304100998.cnf -threads=4

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=1655307994

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.74
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.811
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.75
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.811
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:      29752232 kB
Buffers:        798172 kB
Cached:        1907652 kB
SwapCached:          0 kB
Active:         157476 kB
Inactive:      2616164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29752232 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:       67728 kB
Mapped:          14696 kB
Slab:           362024 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192464 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= 72728 MiB
End job on node115 at 2011-04-29 20:36:42