Trace number 3386401

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-05-15 (fixed)? (TO) 4800.42 1204.77

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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: 961)

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-3386401-1305580054/watcher-3386401-1305580054 -o /tmp/evaluation-result-3386401-1305580054/solver-3386401-1305580054 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386401-1305580054.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.28 8.07 8.06 5/450 30604
/proc/meminfo: memFree=18354028/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=28000 CPUtime=0.01 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 2027 0 0 0 1 0 0 0 25 0 1 0 748236219 28672000 1639 33554432000 4194304 4625164 140736493515552 18446744073709551615 215988592384 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30604/statm: 7000 1640 299 106 0 2503 0

[startup+0.0989279 s]
/proc/loadavg: 8.28 8.07 8.06 5/450 30604
/proc/meminfo: memFree=18354028/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=223372 CPUtime=0.14 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 11876 0 0 0 13 1 0 0 25 0 4 0 748236219 228732928 9522 33554432000 4194304 4625164 140736493515552 18446744073709551615 215988250886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 55843 9522 331 106 0 51346 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 223372

[startup+0.101703 s]
/proc/loadavg: 8.28 8.07 8.06 5/450 30604
/proc/meminfo: memFree=18354028/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=288908 CPUtime=0.15 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) D 30602 30604 30199 0 -1 4202496 12204 0 0 0 14 1 0 0 25 0 4 0 748236219 295841792 9850 33554432000 4194304 4625164 140736493515552 18446744073709551615 4361412 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 72227 9850 333 106 0 67730 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 288908

[startup+0.300828 s]
/proc/loadavg: 8.28 8.07 8.06 5/450 30604
/proc/meminfo: memFree=18354028/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=289992 CPUtime=0.94 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 14343 0 0 0 93 1 0 0 25 0 4 0 748236219 296951808 11216 33554432000 4194304 4625164 140736493515552 18446744073709551615 4509483 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 72498 11216 341 106 0 68001 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 289992

[startup+0.700759 s]
/proc/loadavg: 8.28 8.07 8.06 5/450 30604
/proc/meminfo: memFree=18354028/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=289992 CPUtime=2.55 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 16131 0 0 0 253 2 0 0 25 0 4 0 748236219 296951808 11641 33554432000 4194304 4625164 140736493515552 18446744073709551615 4528711 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 72498 11641 341 106 0 68001 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 289992

[startup+1.50062 s]
/proc/loadavg: 8.28 8.07 8.06 9/454 30608
/proc/meminfo: memFree=18298700/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=290456 CPUtime=5.73 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 20279 0 0 0 570 3 0 0 25 0 4 0 748236219 297426944 13713 33554432000 4194304 4625164 140736493515552 18446744073709551615 4528700 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 72614 13713 341 106 0 68117 0
[pid=30604/tid=30606] ppid=30602 vsize=290456 CPUtime=1.41 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 1668 0 0 0 141 0 0 0 25 0 4 0 748236227 297426944 13713 33554432000 4194304 4625164 140736493515552 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=290456 CPUtime=1.39 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 1320 0 0 0 139 0 0 0 25 0 4 0 748236227 297426944 13713 33554432000 4194304 4625164 140736493515552 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=290456 CPUtime=1.41 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 5285 0 0 0 140 1 0 0 25 0 4 0 748236227 297426944 13713 33554432000 4194304 4625164 140736493515552 18446744073709551615 4554808 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 290456

[startup+3.10034 s]
/proc/loadavg: 8.26 8.06 8.06 9/454 30608
/proc/meminfo: memFree=18290148/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=303092 CPUtime=12.12 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 28110 0 0 0 1207 5 0 0 25 0 4 0 748236219 310366208 17141 33554432000 4194304 4625164 140736493515552 18446744073709551615 4519632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 75773 17141 343 106 0 71276 0
[pid=30604/tid=30606] ppid=30602 vsize=303092 CPUtime=3.01 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 2438 0 0 0 301 0 0 0 25 0 4 0 748236227 310366208 17141 33554432000 4194304 4625164 140736493515552 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=303092 CPUtime=2.98 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 2706 0 0 0 298 0 0 0 25 0 4 0 748236227 310366208 17149 33554432000 4194304 4625164 140736493515552 18446744073709551615 4464383 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=303092 CPUtime=3.01 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 9794 0 0 0 299 2 0 0 25 0 4 0 748236227 310366208 17163 33554432000 4194304 4625164 140736493515552 18446744073709551615 215988289647 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 303092

[startup+6.30078 s]
/proc/loadavg: 8.26 8.06 8.06 9/454 30608
/proc/meminfo: memFree=18266620/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=313116 CPUtime=24.87 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 43319 0 0 0 2480 7 0 0 25 0 4 0 748236219 320630784 20114 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 78279 20114 343 106 0 73782 0
[pid=30604/tid=30606] ppid=30602 vsize=313116 CPUtime=6.21 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 3816 0 0 0 621 0 0 0 25 0 4 0 748236227 320630784 20114 33554432000 4194304 4625164 140736493515552 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=313116 CPUtime=6.13 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 4052 0 0 0 613 0 0 0 25 0 4 0 748236227 320630784 20114 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=313116 CPUtime=6.21 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 19703 0 0 0 617 4 0 0 25 0 4 0 748236227 320630784 20114 33554432000 4194304 4625164 140736493515552 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 313116

[startup+12.7007 s]
/proc/loadavg: 8.22 8.06 8.06 9/454 30608
/proc/meminfo: memFree=18142564/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=375108 CPUtime=50.36 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 99497 0 0 0 5022 14 0 0 25 0 4 0 748236219 384110592 46534 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 93777 46534 347 106 0 89280 0
[pid=30604/tid=30606] ppid=30602 vsize=375108 CPUtime=12.61 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 12763 0 0 0 1260 1 0 0 25 0 4 0 748236227 384110592 46534 33554432000 4194304 4625164 140736493515552 18446744073709551615 4352414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=375108 CPUtime=12.43 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 9413 0 0 0 1242 1 0 0 25 0 4 0 748236227 384110592 46534 33554432000 4194304 4625164 140736493515552 18446744073709551615 4316736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=375108 CPUtime=12.61 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 35390 0 0 0 1255 6 0 0 25 0 4 0 748236227 384110592 46534 33554432000 4194304 4625164 140736493515552 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 375108

[startup+25.5004 s]
/proc/loadavg: 8.18 8.06 8.06 9/454 30609
/proc/meminfo: memFree=18102768/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=391632 CPUtime=101.36 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 142360 0 0 0 10114 22 0 0 25 0 4 0 748236219 401031168 50021 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 97908 50021 347 106 0 93411 0
[pid=30604/tid=30606] ppid=30602 vsize=391632 CPUtime=25.41 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 16933 0 0 0 2539 2 0 0 25 0 4 0 748236227 401031168 50021 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=391632 CPUtime=25.02 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 12038 0 0 0 2501 1 0 0 25 0 4 0 748236227 401031168 50021 33554432000 4194304 4625164 140736493515552 18446744073709551615 4317260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=391632 CPUtime=25.41 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 70741 0 0 0 2529 12 0 0 25 0 4 0 748236227 401031168 50021 33554432000 4194304 4625164 140736493515552 18446744073709551615 4557583 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 391632

[startup+51.1009 s]
/proc/loadavg: 8.26 8.08 8.07 9/454 30609
/proc/meminfo: memFree=18044816/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=430452 CPUtime=203.36 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 163785 0 0 0 20311 25 0 0 25 0 4 0 748236219 440782848 56929 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 107613 56929 347 106 0 103116 0
[pid=30604/tid=30606] ppid=30602 vsize=430452 CPUtime=51 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 22332 0 0 0 5097 3 0 0 25 0 4 0 748236227 440782848 56929 33554432000 4194304 4625164 140736493515552 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=430452 CPUtime=50.23 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 17750 0 0 0 5021 2 0 0 25 0 4 0 748236227 440782848 56929 33554432000 4194304 4625164 140736493515552 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=430452 CPUtime=51.01 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 72266 0 0 0 5089 12 0 0 25 0 4 0 748236227 440782848 56929 33554432000 4194304 4625164 140736493515552 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.36
Current children cumulated vsize (KiB) 430452

[startup+102.318 s]
/proc/loadavg: 8.20 8.10 8.07 9/454 30611
/proc/meminfo: memFree=17978812/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=444512 CPUtime=407.44 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 378500 0 0 0 40681 63 0 0 25 0 4 0 748236219 455180288 65746 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 111128 65747 347 106 0 106631 0
[pid=30604/tid=30606] ppid=30602 vsize=444512 CPUtime=102.21 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 31942 0 0 0 10216 5 0 0 25 0 4 0 748236227 455180288 65747 33554432000 4194304 4625164 140736493515552 18446744073709551615 4288976 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=444512 CPUtime=100.66 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 18528 0 0 0 10064 2 0 0 25 0 4 0 748236227 455180288 65748 33554432000 4194304 4625164 140736493515552 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=444512 CPUtime=102.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 276575 0 0 0 10175 47 0 0 25 0 4 0 748236227 455180288 65748 33554432000 4194304 4625164 140736493515552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.44
Current children cumulated vsize (KiB) 444512

[startup+162.3 s]
/proc/loadavg: 8.11 8.09 8.07 9/454 30612
/proc/meminfo: memFree=17884176/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=461596 CPUtime=646.44 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 679045 0 0 0 64531 113 0 0 25 0 4 0 748236219 472674304 76444 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 115399 76444 347 106 0 110902 0
[pid=30604/tid=30606] ppid=30602 vsize=461596 CPUtime=162.19 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 33795 0 0 0 16213 6 0 0 25 0 4 0 748236227 472674304 76444 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=461596 CPUtime=159.74 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 25816 0 0 0 15969 5 0 0 25 0 4 0 748236227 472674304 76444 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=461596 CPUtime=162.21 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 567929 0 0 0 16126 95 0 0 25 0 4 0 748236227 472674304 76444 33554432000 4194304 4625164 140736493515552 18446744073709551615 4552410 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.44
Current children cumulated vsize (KiB) 461596

[startup+222.301 s]
/proc/loadavg: 8.19 8.12 8.08 9/454 30614
/proc/meminfo: memFree=17746136/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=518388 CPUtime=885.53 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 878439 0 0 0 88399 154 0 0 25 0 4 0 748236219 530829312 93390 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 129597 93390 410 106 0 125100 0
[pid=30604/tid=30606] ppid=30602 vsize=518388 CPUtime=222.19 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 46948 0 0 0 22210 9 0 0 25 0 4 0 748236227 530829312 93390 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=518388 CPUtime=218.82 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 28866 0 0 0 21873 9 0 0 25 0 4 0 748236227 530829312 93390 33554432000 4194304 4625164 140736493515552 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=518388 CPUtime=222.21 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 749344 0 0 0 22094 127 0 0 25 0 4 0 748236227 530829312 93390 33554432000 4194304 4625164 140736493515552 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 885.53
Current children cumulated vsize (KiB) 518388

[startup+282.3 s]

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

[pid=30604] ppid=30602 vsize=1111980 CPUtime=2798.29 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 3725527 0 0 0 279182 647 0 0 25 0 4 0 748236219 1138667520 214865 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 277995 214865 894 106 0 273498 0
[pid=30604/tid=30606] ppid=30602 vsize=1111980 CPUtime=702.2 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 113186 0 0 0 70190 30 0 0 25 0 4 0 748236227 1138667520 214865 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1111980 CPUtime=691.55 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 63162 0 0 0 69128 27 0 0 25 0 4 0 748236227 1138667520 214865 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1111980 CPUtime=702.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 3424701 0 0 0 69653 569 0 0 25 0 4 0 748236227 1138667520 214865 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2798.29
Current children cumulated vsize (KiB) 1111980

[startup+762.318 s]
/proc/loadavg: 8.09 8.10 8.09 9/454 30628
/proc/meminfo: memFree=16580484/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1219352 CPUtime=3037.44 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 4133945 0 0 0 303026 718 0 0 25 0 4 0 748236219 1248616448 227067 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 304838 227068 898 106 0 300341 0
[pid=30604/tid=30606] ppid=30602 vsize=1219352 CPUtime=762.21 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 116853 0 0 0 76187 34 0 0 25 0 4 0 748236227 1248616448 227068 33554432000 4194304 4625164 140736493515552 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1219352 CPUtime=750.65 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 64230 0 0 0 75036 29 0 0 25 0 4 0 748236227 1248616448 227069 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1219352 CPUtime=762.23 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 3804768 0 0 0 75592 631 0 0 25 0 4 0 748236227 1248616448 227069 33554432000 4194304 4625164 140736493515552 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3037.44
Current children cumulated vsize (KiB) 1219352

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 8.09 9/454 30630
/proc/meminfo: memFree=16478900/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1219352 CPUtime=3276.49 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 4520059 0 0 0 326868 781 0 0 25 0 4 0 748236219 1248616448 237835 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 304838 237835 894 106 0 300341 0
[pid=30604/tid=30606] ppid=30602 vsize=1219352 CPUtime=822.19 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 120445 0 0 0 82181 38 0 0 25 0 4 0 748236227 1248616448 237835 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1219352 CPUtime=809.74 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 65177 0 0 0 80944 30 0 0 25 0 4 0 748236227 1248616448 237835 33554432000 4194304 4625164 140736493515552 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1219352 CPUtime=822.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 4184263 0 0 0 81534 688 0 0 25 0 4 0 748236227 1248616448 237835 33554432000 4194304 4625164 140736493515552 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3276.49
Current children cumulated vsize (KiB) 1219352

[startup+882.3 s]
/proc/loadavg: 8.10 8.09 8.08 9/454 30631
/proc/meminfo: memFree=16392184/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1219352 CPUtime=3515.59 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 4897541 0 0 0 350713 846 0 0 25 0 4 0 748236219 1248616448 248619 33554432000 4194304 4625164 140736493515552 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 304838 248619 892 106 0 300341 0
[pid=30604/tid=30606] ppid=30602 vsize=1219352 CPUtime=882.2 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 123112 0 0 0 88177 43 0 0 25 0 4 0 748236227 1248616448 248619 33554432000 4194304 4625164 140736493515552 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1219352 CPUtime=868.84 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 67200 0 0 0 86852 32 0 0 25 0 4 0 748236227 1248616448 248619 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1219352 CPUtime=882.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 4554218 0 0 0 87476 746 0 0 25 0 4 0 748236227 1248616448 248619 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3515.59
Current children cumulated vsize (KiB) 1219352

[startup+942.301 s]
/proc/loadavg: 8.16 8.11 8.09 9/454 30633
/proc/meminfo: memFree=16308452/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1284888 CPUtime=3754.68 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 5283285 0 0 0 374557 911 0 0 25 0 4 0 748236219 1315725312 260110 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 321222 260110 897 106 0 316725 0
[pid=30604/tid=30606] ppid=30602 vsize=1284888 CPUtime=942.2 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 126124 0 0 0 94172 48 0 0 25 0 4 0 748236227 1315725312 260110 33554432000 4194304 4625164 140736493515552 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1284888 CPUtime=927.94 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 67904 0 0 0 92761 33 0 0 25 0 4 0 748236227 1315725312 260110 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1284888 CPUtime=942.21 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 4932586 0 0 0 93417 804 0 0 25 0 4 0 748236227 1315725312 260110 33554432000 4194304 4625164 140736493515552 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3754.68
Current children cumulated vsize (KiB) 1284888

[startup+1002.3 s]
/proc/loadavg: 8.22 8.13 8.10 9/454 30635
/proc/meminfo: memFree=16227324/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1313144 CPUtime=3993.75 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 5682889 0 0 0 398401 974 0 0 25 0 4 0 748236219 1344659456 271652 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 328286 271652 861 106 0 323789 0
[pid=30604/tid=30606] ppid=30602 vsize=1313144 CPUtime=1002.2 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 128988 0 0 0 100169 51 0 0 25 0 4 0 748236227 1344659456 271652 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1313144 CPUtime=987 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 68869 0 0 0 98666 34 0 0 25 0 4 0 748236227 1344659456 271652 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1313144 CPUtime=1002.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 5310289 0 0 0 99361 861 0 0 25 0 4 0 748236227 1344659456 271652 33554432000 4194304 4625164 140736493515552 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3993.75
Current children cumulated vsize (KiB) 1313144

[startup+1062.3 s]
/proc/loadavg: 8.16 8.12 8.09 9/454 30636
/proc/meminfo: memFree=16170872/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1313144 CPUtime=4232.87 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 6069646 0 0 0 422251 1036 0 0 25 0 4 0 748236219 1344659456 280317 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 328286 280317 351 106 0 323789 0
[pid=30604/tid=30606] ppid=30602 vsize=1313144 CPUtime=1062.2 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 130513 0 0 0 106167 53 0 0 25 0 4 0 748236227 1344659456 280317 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1313144 CPUtime=1046.1 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 69856 0 0 0 104574 36 0 0 25 0 4 0 748236227 1344659456 280317 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1313144 CPUtime=1062.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 5692012 0 0 0 105305 917 0 0 25 0 4 0 748236227 1344659456 280317 33554432000 4194304 4625164 140736493515552 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4232.87
Current children cumulated vsize (KiB) 1313144

[startup+1122.3 s]
/proc/loadavg: 8.11 8.11 8.09 9/454 30638
/proc/meminfo: memFree=16078460/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1351636 CPUtime=4471.92 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 6355342 0 0 0 446110 1082 0 0 25 0 4 0 748236219 1384075264 293044 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 337909 293044 347 106 0 333412 0
[pid=30604/tid=30606] ppid=30602 vsize=1351636 CPUtime=1122.2 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 141186 0 0 0 112164 56 0 0 25 0 4 0 748236227 1384075264 293044 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1351636 CPUtime=1105.19 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 71670 0 0 0 110481 38 0 0 25 0 4 0 748236227 1384075264 293044 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1351636 CPUtime=1122.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 5959448 0 0 0 111265 957 0 0 25 0 4 0 748236227 1384075264 293044 33554432000 4194304 4625164 140736493515552 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4471.92
Current children cumulated vsize (KiB) 1351636

[startup+1182.3 s]
/proc/loadavg: 6.73 7.78 7.98 5/445 30657
/proc/meminfo: memFree=17472456/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1540680 CPUtime=4711.02 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 6437234 0 0 0 470008 1094 0 0 25 0 4 0 748236219 1577656320 308637 33554432000 4194304 4625164 140736493515552 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 385170 308637 347 106 0 380673 0
[pid=30604/tid=30606] ppid=30602 vsize=1540680 CPUtime=1182.2 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 176545 0 0 0 118160 60 0 0 25 0 4 0 748236227 1577656320 308637 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1540680 CPUtime=1164.29 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 71714 0 0 0 116391 38 0 0 25 0 4 0 748236227 1577656320 308637 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1540680 CPUtime=1182.22 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 5961648 0 0 0 117264 958 0 0 25 0 4 0 748236227 1577656320 308637 33554432000 4194304 4625164 140736493515552 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4711.02
Current children cumulated vsize (KiB) 1540680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 5.80 7.48 7.87 5/445 30658
/proc/meminfo: memFree=17445656/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1585944 CPUtime=4800.34 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 6464975 0 0 0 478931 1103 0 0 25 0 4 0 748236219 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 396486 315130 347 106 0 391989 0
[pid=30604/tid=30606] ppid=30602 vsize=1585944 CPUtime=1204.62 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 177483 0 0 0 120401 61 0 0 25 0 4 0 748236227 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1585944 CPUtime=1186.35 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 72656 0 0 0 118593 42 0 0 25 0 4 0 748236227 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1585944 CPUtime=1204.64 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 5962689 0 0 0 119506 958 0 0 25 0 4 0 748236227 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1585944

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

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

[startup+1204.7 s]
/proc/loadavg: 5.80 7.48 7.87 5/445 30658
/proc/meminfo: memFree=17445656/32950940 swapFree=67111356/67111528
[pid=30604] ppid=30602 vsize=1585944 CPUtime=4800.34 cores=1,3,5,7
/proc/30604/stat : 30604 (SArTagnan) R 30602 30604 30199 0 -1 4202496 6464975 0 0 0 478931 1103 0 0 25 0 4 0 748236219 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30604/statm: 396486 315130 347 106 0 391989 0
[pid=30604/tid=30606] ppid=30602 vsize=1585944 CPUtime=1204.62 cores=1,3,5,7
/proc/30604/task/30606/stat : 30606 (SArTagnan) R 30602 30604 30199 0 -1 4202560 177483 0 0 0 120401 61 0 0 25 0 4 0 748236227 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30604/tid=30607] ppid=30602 vsize=1585944 CPUtime=1186.35 cores=1,3,5,7
/proc/30604/task/30607/stat : 30607 (SArTagnan) R 30602 30604 30199 0 -1 4202560 72656 0 0 0 118593 42 0 0 25 0 4 0 748236227 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30604/tid=30608] ppid=30602 vsize=1585944 CPUtime=1204.64 cores=1,3,5,7
/proc/30604/task/30608/stat : 30608 (SArTagnan) R 30602 30604 30199 0 -1 4202560 5962689 0 0 0 119506 958 0 0 25 0 4 0 748236227 1624006656 315130 33554432000 4194304 4625164 140736493515552 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1585944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.77
CPU time (s): 4800.42
CPU user time (s): 4789.34
CPU system time (s): 11.0853
CPU usage (%): 398.45
Max. virtual memory (cumulated for all children) (KiB): 1669716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.34
system time used= 11.0853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6464975
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= 3478
involuntary context switches= 20134

runsolver used 5.02124 second user time and 13.286 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-16 23:07:34
IDJOB=3386401
IDBENCH=83115
IDSOLVER=1871
FILE ID=node117/3386401-1305580054
RUNJOBID= node117-1305577168-30218
PBS_JOBID= 13350218
Free space on /tmp= 73444 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386401-1305580054/watcher-3386401-1305580054 -o /tmp/evaluation-result-3386401-1305580054/solver-3386401-1305580054 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386401-1305580054.cnf -threads=4

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=659651127

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18354308 kB
Buffers:        340036 kB
Cached:        4760928 kB
SwapCached:          0 kB
Active:       10995812 kB
Inactive:      3238700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18354308 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3104 kB
Writeback:           0 kB
AnonPages:     9133728 kB
Mapped:          34956 kB
Slab:           246540 kB
PageTables:      50128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 115940536 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= 73448 MiB
End job on node117 at 2011-05-16 23:27:41