Trace number 3281079

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.27 1201.93

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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-3281079-1304039396/watcher-3281079-1304039396 -o /tmp/evaluation-result-3281079-1304039396/solver-3281079-1304039396 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3281079-1304039396.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.03 8.07 8.08 5/184 17127
/proc/meminfo: memFree=25116252/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=18348 CPUtime=0 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 403 0 0 0 0 0 0 0 25 0 1 0 515537788 18788352 341 33554432000 4194304 4623224 140735800528784 18446744073709551615 232335892224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17127/statm: 4587 341 290 105 0 91 0

[startup+0.0979519 s]
/proc/loadavg: 8.03 8.07 8.08 5/184 17127
/proc/meminfo: memFree=25116252/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=47884 CPUtime=0.09 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 8840 0 0 0 8 1 0 0 25 0 1 0 515537788 49033216 6355 33554432000 4194304 4623224 140735800528784 18446744073709551615 4277629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17127/statm: 11971 6380 303 105 0 7475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47884

[startup+0.100948 s]
/proc/loadavg: 8.03 8.07 8.08 5/184 17127
/proc/meminfo: memFree=25116252/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=55988 CPUtime=0.09 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 10414 0 0 0 8 1 0 0 25 0 1 0 515537788 57331712 7929 33554432000 4194304 4623224 140735800528784 18446744073709551615 4277629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17127/statm: 13997 7952 303 105 0 9501 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55988

[startup+0.30087 s]
/proc/loadavg: 8.03 8.07 8.08 5/184 17127
/proc/meminfo: memFree=25116252/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=306360 CPUtime=0.88 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 20892 0 0 0 86 2 0 0 18 0 4 0 515537788 313712640 15188 33554432000 4194304 4623224 140735800528784 18446744073709551615 4412468 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 76590 15188 335 105 0 72094 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 306360

[startup+0.700801 s]
/proc/loadavg: 8.03 8.07 8.08 5/184 17127
/proc/meminfo: memFree=25116252/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=307520 CPUtime=2.48 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 22749 0 0 0 246 2 0 0 18 0 4 0 515537788 314900480 15911 33554432000 4194304 4623224 140735800528784 18446744073709551615 4412459 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 76880 15911 343 105 0 72384 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 307520

[startup+1.50066 s]
/proc/loadavg: 8.03 8.07 8.08 10/188 17131
/proc/meminfo: memFree=25052120/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=307520 CPUtime=5.67 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 22989 0 0 0 565 2 0 0 19 0 4 0 515537788 314900480 16151 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510077 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 76880 16151 343 105 0 72384 0
[pid=17127/tid=17129] ppid=17125 vsize=307520 CPUtime=1.38 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 2196 0 0 0 138 0 0 0 25 0 4 0 515537798 314900480 16151 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=307520 CPUtime=1.39 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 2745 0 0 0 139 0 0 0 19 0 4 0 515537798 314900480 16151 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=307520 CPUtime=1.39 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 3470 0 0 0 139 0 0 0 25 0 4 0 515537798 314900480 16151 33554432000 4194304 4623224 140735800528784 18446744073709551615 4354432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 307520

[startup+3.10037 s]
/proc/loadavg: 8.03 8.07 8.08 9/188 17131
/proc/meminfo: memFree=25050244/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=311536 CPUtime=12.07 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 26390 0 0 0 1204 3 0 0 25 0 4 0 515537788 319012864 17552 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510119 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 77884 17552 343 105 0 73388 0
[pid=17127/tid=17129] ppid=17125 vsize=311536 CPUtime=2.97 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 3541 0 0 0 297 0 0 0 25 0 4 0 515537798 319012864 17552 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=311536 CPUtime=2.98 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 4176 0 0 0 298 0 0 0 25 0 4 0 515537798 319012864 17552 33554432000 4194304 4623224 140735800528784 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=311536 CPUtime=2.99 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 3636 0 0 0 299 0 0 0 25 0 4 0 515537798 319012864 17552 33554432000 4194304 4623224 140735800528784 18446744073709551615 4553582 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 311536

[startup+6.30081 s]
/proc/loadavg: 8.03 8.07 8.08 9/188 17131
/proc/meminfo: memFree=25038092/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=314004 CPUtime=24.85 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 28411 0 0 0 2481 4 0 0 25 0 4 0 515537788 321540096 19573 33554432000 4194304 4623224 140735800528784 18446744073709551615 4507259 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 78501 19573 343 105 0 74005 0
[pid=17127/tid=17129] ppid=17125 vsize=314004 CPUtime=6.15 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 3922 0 0 0 615 0 0 0 25 0 4 0 515537798 321540096 19573 33554432000 4194304 4623224 140735800528784 18446744073709551615 4377387 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=314004 CPUtime=6.19 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 5027 0 0 0 618 1 0 0 25 0 4 0 515537798 321540096 19573 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376550 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=314004 CPUtime=6.19 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 4352 0 0 0 619 0 0 0 25 0 4 0 515537798 321540096 19573 33554432000 4194304 4623224 140735800528784 18446744073709551615 4488366 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 314004

[startup+12.7007 s]
/proc/loadavg: 8.03 8.07 8.08 10/188 17131
/proc/meminfo: memFree=25008884/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=325992 CPUtime=50.42 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 55883 0 0 0 5032 10 0 0 25 0 4 0 515537788 333815808 26295 33554432000 4194304 4623224 140735800528784 18446744073709551615 4507356 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 81498 26295 343 105 0 77002 0
[pid=17127/tid=17129] ppid=17125 vsize=325992 CPUtime=12.52 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 6849 0 0 0 1251 1 0 0 25 0 4 0 515537798 333815808 26295 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=325992 CPUtime=12.59 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 8643 0 0 0 1256 3 0 0 25 0 4 0 515537798 333815808 26295 33554432000 4194304 4623224 140735800528784 18446744073709551615 4377675 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=325992 CPUtime=12.59 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 25129 0 0 0 1256 3 0 0 25 0 4 0 515537798 333815808 26295 33554432000 4194304 4623224 140735800528784 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 325992

[startup+25.5004 s]
/proc/loadavg: 8.10 8.08 8.08 9/188 17132
/proc/meminfo: memFree=24873472/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=426184 CPUtime=101.54 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 115995 0 0 0 10135 19 0 0 25 0 4 0 515537788 436412416 55539 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 106546 55539 346 105 0 102050 0
[pid=17127/tid=17129] ppid=17125 vsize=426184 CPUtime=25.24 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 19404 0 0 0 2521 3 0 0 25 0 4 0 515537798 436412416 55539 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=426184 CPUtime=25.39 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 19507 0 0 0 2535 4 0 0 25 0 4 0 515537798 436412416 55539 33554432000 4194304 4623224 140735800528784 18446744073709551615 4485185 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=426184 CPUtime=25.39 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 35767 0 0 0 2535 4 0 0 25 0 4 0 515537798 436412416 55539 33554432000 4194304 4623224 140735800528784 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 426184

[startup+51.1009 s]
/proc/loadavg: 8.20 8.11 8.09 9/188 17133
/proc/meminfo: memFree=24790276/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=460620 CPUtime=203.8 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 282702 0 0 0 20332 48 0 0 25 0 4 0 515537788 471674880 68962 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 115155 68962 344 105 0 110659 0
[pid=17127/tid=17129] ppid=17125 vsize=460620 CPUtime=50.7 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 20970 0 0 0 5067 3 0 0 25 0 4 0 515537798 471674880 68962 33554432000 4194304 4623224 140735800528784 18446744073709551615 4366710 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=460620 CPUtime=50.99 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 29616 0 0 0 5092 7 0 0 25 0 4 0 515537798 471674880 68962 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=460620 CPUtime=50.98 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 186472 0 0 0 5069 29 0 0 25 0 4 0 515537798 471674880 68962 33554432000 4194304 4623224 140735800528784 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 460620

[startup+102.307 s]
/proc/loadavg: 8.22 8.12 8.09 9/188 17134
/proc/meminfo: memFree=24580700/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=569408 CPUtime=408.32 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 604922 0 0 0 40734 98 0 0 25 0 4 0 515537788 583073792 107372 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 142352 107372 349 105 0 137856 0
[pid=17127/tid=17129] ppid=17125 vsize=569408 CPUtime=101.62 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 40347 0 0 0 10156 6 0 0 25 0 4 0 515537798 583073792 107372 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=569408 CPUtime=102.18 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 55853 0 0 0 10207 11 0 0 25 0 4 0 515537798 583073792 107372 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=569408 CPUtime=102.19 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 455081 0 0 0 10149 70 0 0 25 0 4 0 515537798 583073792 107372 33554432000 4194304 4623224 140735800528784 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.32
Current children cumulated vsize (KiB) 569408

[startup+162.301 s]
/proc/loadavg: 8.28 8.14 8.10 10/188 17135
/proc/meminfo: memFree=23939232/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=748144 CPUtime=647.95 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 871830 0 0 0 64653 142 0 0 25 0 4 0 515537788 766099456 142251 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 187036 142251 363 105 0 182540 0
[pid=17127/tid=17129] ppid=17125 vsize=748144 CPUtime=161.27 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 66663 0 0 0 16115 12 0 0 25 0 4 0 515537798 766099456 142251 33554432000 4194304 4623224 140735800528784 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=748144 CPUtime=162.18 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 57337 0 0 0 16205 13 0 0 25 0 4 0 515537798 766099456 142251 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=748144 CPUtime=162.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 676923 0 0 0 16113 105 0 0 25 0 4 0 515537798 766099456 142251 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.95
Current children cumulated vsize (KiB) 748144

[startup+222.3 s]
/proc/loadavg: 8.27 8.17 8.11 9/188 17137
/proc/meminfo: memFree=23792140/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=836500 CPUtime=887.56 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 954015 0 0 0 88594 162 0 0 25 0 4 0 515537788 856576000 165936 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510353 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17127/statm: 209125 165936 352 105 0 204629 0
[pid=17127/tid=17129] ppid=17125 vsize=836500 CPUtime=221.17 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 83819 0 0 0 22097 20 0 0 25 0 4 0 515537798 856576000 165936 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=836500 CPUtime=221.89 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 58096 0 0 0 22175 14 0 0 25 0 4 0 515537798 856576000 165936 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=836500 CPUtime=222.19 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 724804 0 0 0 22106 113 0 0 25 0 4 0 515537798 856576000 165936 33554432000 4194304 4623224 140735800528784 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.56
Current children cumulated vsize (KiB) 836500

[startup+282.301 s]

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


[startup+702.3 s]
/proc/loadavg: 8.22 8.22 8.15 9/188 17150
/proc/meminfo: memFree=21929384/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=2479468 CPUtime=2804.85 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 2976895 0 0 0 279897 588 0 0 25 0 4 0 515537788 2538975232 523609 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 619867 523609 345 105 0 615371 0
[pid=17127/tid=17129] ppid=17125 vsize=2479468 CPUtime=701.12 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 243503 0 0 0 70003 109 0 0 25 0 4 0 515537798 2538975232 523609 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=2479468 CPUtime=699.23 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 143264 0 0 0 69856 67 0 0 25 0 4 0 515537798 2538975232 523609 33554432000 4194304 4623224 140735800528784 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=2479468 CPUtime=702.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 2157882 0 0 0 69871 347 0 0 25 0 4 0 515537798 2538975232 523609 33554432000 4194304 4623224 140735800528784 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2804.85
Current children cumulated vsize (KiB) 2479468

[startup+762.307 s]
/proc/loadavg: 8.33 8.24 8.16 9/188 17151
/proc/meminfo: memFree=21785160/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=2545004 CPUtime=3044.54 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 3293469 0 0 0 303805 649 0 0 25 0 4 0 515537788 2606084096 545302 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 636251 545302 348 105 0 631755 0
[pid=17127/tid=17129] ppid=17125 vsize=2545004 CPUtime=761.13 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 243544 0 0 0 76004 109 0 0 25 0 4 0 515537798 2606084096 545302 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=2545004 CPUtime=758.9 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 148758 0 0 0 75815 75 0 0 25 0 4 0 515537798 2606084096 545302 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=2545004 CPUtime=762.19 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 2460513 0 0 0 75820 399 0 0 25 0 4 0 515537798 2606084096 545302 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.54
Current children cumulated vsize (KiB) 2545004

[startup+822.301 s]
/proc/loadavg: 8.26 8.23 8.16 9/188 17153
/proc/meminfo: memFree=21637088/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=2610540 CPUtime=3284.19 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 3636679 0 0 0 327703 716 0 0 25 0 4 0 515537788 2673192960 574169 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 652635 574169 353 105 0 648139 0
[pid=17127/tid=17129] ppid=17125 vsize=2610540 CPUtime=821.12 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 243647 0 0 0 82003 109 0 0 25 0 4 0 515537798 2673192960 574169 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=2610540 CPUtime=818.57 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 159623 0 0 0 81768 89 0 0 25 0 4 0 515537798 2673192960 574169 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=2610540 CPUtime=822.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 2784271 0 0 0 81767 451 0 0 25 0 4 0 515537798 2673192960 574169 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.19
Current children cumulated vsize (KiB) 2610540

[startup+882.3 s]
/proc/loadavg: 8.41 8.26 8.17 9/188 17155
/proc/meminfo: memFree=21426776/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=2939164 CPUtime=3523.85 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 3938173 0 0 0 351605 780 0 0 25 0 4 0 515537788 3009703936 612154 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 734791 612154 345 105 0 730295 0
[pid=17127/tid=17129] ppid=17125 vsize=2939164 CPUtime=881.12 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 243733 0 0 0 88003 109 0 0 25 0 4 0 515537798 3009703936 612154 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=2939164 CPUtime=878.23 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 176569 0 0 0 87721 102 0 0 25 0 4 0 515537798 3009703936 612154 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=2939164 CPUtime=882.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 2972727 0 0 0 87731 487 0 0 25 0 4 0 515537798 3009703936 612154 33554432000 4194304 4623224 140735800528784 18446744073709551615 4468022 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.85
Current children cumulated vsize (KiB) 2939164

[startup+942.301 s]
/proc/loadavg: 8.39 8.27 8.18 9/188 17156
/proc/meminfo: memFree=21319372/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=3054800 CPUtime=3763.52 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 4333338 0 0 0 375496 856 0 0 25 0 4 0 515537788 3128115200 634098 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 763700 634098 349 105 0 759204 0
[pid=17127/tid=17129] ppid=17125 vsize=3054800 CPUtime=941.13 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 243910 0 0 0 94004 109 0 0 25 0 4 0 515537798 3128115200 634098 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=3054800 CPUtime=937.89 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 183331 0 0 0 93679 110 0 0 25 0 4 0 515537798 3128115200 634098 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=3054800 CPUtime=942.17 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 3298515 0 0 0 93671 546 0 0 25 0 4 0 515537798 3128115200 634098 33554432000 4194304 4623224 140735800528784 18446744073709551615 4550450 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.52
Current children cumulated vsize (KiB) 3054800

[startup+1002.3 s]
/proc/loadavg: 8.20 8.24 8.18 9/188 17158
/proc/meminfo: memFree=21235160/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=3185872 CPUtime=4003.2 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 4622050 0 0 0 399407 913 0 0 25 0 4 0 515537788 3262332928 647358 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 796468 647358 345 105 0 791972 0
[pid=17127/tid=17129] ppid=17125 vsize=3185872 CPUtime=1001.13 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 243966 0 0 0 100004 109 0 0 25 0 4 0 515537798 3262332928 647358 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=3185872 CPUtime=997.56 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 183826 0 0 0 99645 111 0 0 25 0 4 0 515537798 3262332928 647358 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=3185872 CPUtime=1002.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 3582055 0 0 0 99617 601 0 0 25 0 4 0 515537798 3262332928 647358 33554432000 4194304 4623224 140735800528784 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.2
Current children cumulated vsize (KiB) 3185872

[startup+1062.3 s]
/proc/loadavg: 6.12 7.69 7.99 5/179 17177
/proc/meminfo: memFree=22820588/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=3185872 CPUtime=4242.87 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 4895515 0 0 0 423317 970 0 0 25 0 4 0 515537788 3262332928 661336 33554432000 4194304 4623224 140735800528784 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 796468 661336 349 105 0 791972 0
[pid=17127/tid=17129] ppid=17125 vsize=3185872 CPUtime=1061.13 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 244091 0 0 0 106003 110 0 0 25 0 4 0 515537798 3262332928 661336 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=3185872 CPUtime=1057.23 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 183887 0 0 0 105612 111 0 0 25 0 4 0 515537798 3262332928 661336 33554432000 4194304 4623224 140735800528784 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=3185872 CPUtime=1062.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 3851562 0 0 0 105563 655 0 0 25 0 4 0 515537798 3262332928 661336 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.87
Current children cumulated vsize (KiB) 3185872

[startup+1122.3 s]
/proc/loadavg: 4.90 7.05 7.75 5/179 17179
/proc/meminfo: memFree=22770736/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=3251408 CPUtime=4482.54 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 5197579 0 0 0 447229 1025 0 0 25 0 4 0 515537788 3329441792 674683 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510186 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 812852 674683 353 105 0 808356 0
[pid=17127/tid=17129] ppid=17125 vsize=3251408 CPUtime=1121.13 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 244150 0 0 0 112003 110 0 0 25 0 4 0 515537798 3329441792 674683 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=3251408 CPUtime=1116.9 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 183955 0 0 0 111578 112 0 0 25 0 4 0 515537798 3329441792 674683 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=3251408 CPUtime=1122.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 4150085 0 0 0 111509 709 0 0 25 0 4 0 515537798 3329441792 674683 33554432000 4194304 4623224 140735800528784 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.54
Current children cumulated vsize (KiB) 3251408

[startup+1182.3 s]
/proc/loadavg: 4.39 6.51 7.52 5/179 17181
/proc/meminfo: memFree=22717788/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=3251408 CPUtime=4722.22 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 5484332 0 0 0 471142 1080 0 0 25 0 4 0 515537788 3329441792 686584 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 812852 686584 345 105 0 808356 0
[pid=17127/tid=17129] ppid=17125 vsize=3251408 CPUtime=1181.13 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 244211 0 0 0 118003 110 0 0 25 0 4 0 515537798 3329441792 686584 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=3251408 CPUtime=1176.57 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 184082 0 0 0 117545 112 0 0 25 0 4 0 515537798 3329441792 686584 33554432000 4194304 4623224 140735800528784 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=3251408 CPUtime=1182.18 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 4433383 0 0 0 117457 761 0 0 25 0 4 0 515537798 3329441792 686584 33554432000 4194304 4623224 140735800528784 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.22
Current children cumulated vsize (KiB) 3251408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.28 6.34 7.44 6/179 17181
/proc/meminfo: memFree=22704024/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=3316944 CPUtime=4800.13 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) R 17125 17127 16820 0 -1 4202496 5569047 0 0 0 478916 1097 0 0 25 0 4 0 515537788 3396550656 690059 33554432000 4194304 4623224 140735800528784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 829236 690059 345 105 0 824740 0
[pid=17127/tid=17129] ppid=17125 vsize=3316944 CPUtime=1200.64 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (SArTagnan) R 17125 17127 16820 0 -1 4202560 244232 0 0 0 119954 110 0 0 25 0 4 0 515537798 3396550656 690059 33554432000 4194304 4623224 140735800528784 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=3316944 CPUtime=1195.96 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4202560 184110 0 0 0 119484 112 0 0 25 0 4 0 515537798 3396550656 690059 33554432000 4194304 4623224 140735800528784 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17127/tid=17131] ppid=17125 vsize=3316944 CPUtime=1201.69 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (SArTagnan) R 17125 17127 16820 0 -1 4202560 4517423 0 0 0 119391 778 0 0 25 0 4 0 515537798 3396550656 690059 33554432000 4194304 4623224 140735800528784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 3316944

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

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

[startup+1201.91 s]
/proc/loadavg: 4.28 6.34 7.44 6/179 17181
/proc/meminfo: memFree=22704024/32951124 swapFree=67111524/67111528
[pid=17127] ppid=17125 vsize=0 CPUtime=4800.25 cores=0,2,4,6
/proc/17127/stat : 17127 (SArTagnan) Z 17125 17127 16820 0 -1 4203548 5569047 0 0 0 478918 1107 0 0 25 0 2 0 515537788 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17127/statm: 0 0 0 0 0 0 0
[pid=17127/tid=17130] ppid=17125 vsize=0 CPUtime=1196.07 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (SArTagnan) R 17125 17127 16820 0 -1 4203588 184110 0 0 0 119485 122 0 0 25 0 2 0 515537798 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.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.27
CPU user time (s): 4789.18
CPU system time (s): 11.0903
CPU usage (%): 399.38
Max. virtual memory (cumulated for all children) (KiB): 3316944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.18
system time used= 11.0903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5569047
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= 10965
involuntary context switches= 70184

runsolver used 1.87671 second user time and 4.68729 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 03:09:56
IDJOB=3281079
IDBENCH=20521
IDSOLVER=1656
FILE ID=node132/3281079-1304039396
RUNJOBID= node132-1304036807-16838
PBS_JOBID= 13170365
Free space on /tmp= 71868 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281079-1304039396/watcher-3281079-1304039396 -o /tmp/evaluation-result-3281079-1304039396/solver-3281079-1304039396 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3281079-1304039396.cnf -threads=4

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=475371634

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25116532 kB
Buffers:        739256 kB
Cached:        6190504 kB
SwapCached:          4 kB
Active:        1921312 kB
Inactive:      5424496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25116532 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:      415180 kB
Mapped:          15424 kB
Slab:           425504 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   634848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node132 at 2011-04-29 03:30:00