Trace number 3289083

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.44 1202.07

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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-3289083-1304081805/watcher-3289083-1304081805 -o /tmp/evaluation-result-3289083-1304081805/solver-3289083-1304081805 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3289083-1304081805.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.16 8.21 8.14 7/184 9032
/proc/meminfo: memFree=23529412/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=28024 CPUtime=0 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 1504 0 0 0 0 0 0 0 25 0 1 0 519778740 28696576 1442 33554432000 4194304 4623224 140737449826816 18446744073709551615 246516834048 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/9032/statm: 7006 1442 296 105 0 2510 0

[startup+0.195002 s]
/proc/loadavg: 8.16 8.21 8.14 7/184 9032
/proc/meminfo: memFree=23529412/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=297700 CPUtime=0.49 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 15996 0 0 0 47 2 0 0 25 0 4 0 519778740 304844800 12236 33554432000 4194304 4623224 140737449826816 18446744073709551615 4358880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 74425 12236 334 105 0 69929 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 297700

[startup+0.201004 s]
/proc/loadavg: 8.16 8.21 8.14 7/184 9032
/proc/meminfo: memFree=23529412/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=297700 CPUtime=0.51 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 15996 0 0 0 49 2 0 0 25 0 4 0 519778740 304844800 12236 33554432000 4194304 4623224 140737449826816 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 74425 12236 334 105 0 69929 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 297700

[startup+0.300985 s]
/proc/loadavg: 8.16 8.21 8.14 7/184 9032
/proc/meminfo: memFree=23529412/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=297700 CPUtime=0.91 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 16178 0 0 0 89 2 0 0 25 0 4 0 519778740 304844800 12387 33554432000 4194304 4623224 140737449826816 18446744073709551615 4412768 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 74425 12387 335 105 0 69929 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 297700

[startup+0.700912 s]
/proc/loadavg: 8.16 8.21 8.14 7/184 9032
/proc/meminfo: memFree=23529412/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=300736 CPUtime=2.51 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 20661 0 0 0 248 3 0 0 25 0 4 0 519778740 307953664 14762 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 75184 14762 343 105 0 70688 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 300736

[startup+1.50077 s]
/proc/loadavg: 8.16 8.21 8.14 10/188 9036
/proc/meminfo: memFree=23468008/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=303984 CPUtime=5.7 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 24534 0 0 0 567 3 0 0 25 0 4 0 519778740 311279616 16769 33554432000 4194304 4623224 140737449826816 18446744073709551615 4412510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 75996 16769 343 105 0 71500 0
[pid=9032/tid=9034] ppid=9030 vsize=303984 CPUtime=1.4 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 2096 0 0 0 140 0 0 0 25 0 4 0 519778750 311279616 16769 33554432000 4194304 4623224 140737449826816 18446744073709551615 4377703 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=303984 CPUtime=1.4 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 2125 0 0 0 140 0 0 0 25 0 4 0 519778750 311279616 16769 33554432000 4194304 4623224 140737449826816 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=303984 CPUtime=1.39 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 5412 0 0 0 139 0 0 0 25 0 4 0 519778750 311279616 16769 33554432000 4194304 4623224 140737449826816 18446744073709551615 4365008 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 303984

[startup+3.10047 s]
/proc/loadavg: 8.14 8.20 8.14 10/188 9036
/proc/meminfo: memFree=23456888/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=321880 CPUtime=12.09 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 31610 0 0 0 1205 4 0 0 25 0 4 0 519778740 329605120 19953 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 80470 19953 343 105 0 75974 0
[pid=9032/tid=9034] ppid=9030 vsize=321880 CPUtime=2.99 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3783 0 0 0 299 0 0 0 25 0 4 0 519778750 329605120 19953 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=321880 CPUtime=2.99 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 4673 0 0 0 299 0 0 0 25 0 4 0 519778750 329605120 19953 33554432000 4194304 4623224 140737449826816 18446744073709551615 4317915 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=321880 CPUtime=2.99 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 6782 0 0 0 298 1 0 0 25 0 4 0 519778750 329605120 19953 33554432000 4194304 4623224 140737449826816 18446744073709551615 4330680 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 321880

[startup+6.30089 s]
/proc/loadavg: 8.14 8.20 8.14 9/188 9036
/proc/meminfo: memFree=23442188/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=321880 CPUtime=24.88 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 33837 0 0 0 2483 5 0 0 25 0 4 0 519778740 329605120 20386 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 80470 20386 343 105 0 75974 0
[pid=9032/tid=9034] ppid=9030 vsize=321880 CPUtime=6.19 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3895 0 0 0 619 0 0 0 25 0 4 0 519778750 329605120 20386 33554432000 4194304 4623224 140737449826816 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=321880 CPUtime=6.19 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 4744 0 0 0 619 0 0 0 25 0 4 0 519778750 329605120 20386 33554432000 4194304 4623224 140737449826816 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=321880 CPUtime=6.17 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 8756 0 0 0 616 1 0 0 25 0 4 0 519778750 329605120 20386 33554432000 4194304 4623224 140737449826816 18446744073709551615 4289735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 321880

[startup+12.7007 s]
/proc/loadavg: 8.12 8.20 8.14 9/188 9037
/proc/meminfo: memFree=23423220/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=336932 CPUtime=50.45 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 63055 0 0 0 5033 12 0 0 25 0 4 0 519778740 345018368 25378 33554432000 4194304 4623224 140737449826816 18446744073709551615 4412450 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 84233 25378 343 105 0 79737 0
[pid=9032/tid=9034] ppid=9030 vsize=336932 CPUtime=12.6 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 6842 0 0 0 1259 1 0 0 25 0 4 0 519778750 345018368 25378 33554432000 4194304 4623224 140737449826816 18446744073709551615 4289781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=336932 CPUtime=12.6 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 6860 0 0 0 1259 1 0 0 25 0 4 0 519778750 345018368 25378 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=336932 CPUtime=12.53 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 28521 0 0 0 1248 5 0 0 25 0 4 0 519778750 345018368 25378 33554432000 4194304 4623224 140737449826816 18446744073709551615 4549202 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 336932

[startup+25.5004 s]
/proc/loadavg: 7.81 8.13 8.11 9/188 9068
/proc/meminfo: memFree=24695724/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=473188 CPUtime=101.55 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 146700 0 0 0 10130 25 0 0 25 0 4 0 519778740 484544512 63481 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 118297 63481 349 105 0 113801 0
[pid=9032/tid=9034] ppid=9030 vsize=473188 CPUtime=25.4 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 24100 0 0 0 2536 4 0 0 25 0 4 0 519778750 484544512 63481 33554432000 4194304 4623224 140737449826816 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=473188 CPUtime=25.38 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 16116 0 0 0 2536 2 0 0 25 0 4 0 519778750 484544512 63481 33554432000 4194304 4623224 140737449826816 18446744073709551615 4317180 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=473188 CPUtime=25.25 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 47629 0 0 0 2517 8 0 0 25 0 4 0 519778750 484544512 63481 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 473188

[startup+51.1007 s]
/proc/loadavg: 8.00 8.15 8.12 9/188 9069
/proc/meminfo: memFree=24531984/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=488260 CPUtime=203.82 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 158384 0 0 0 20353 29 0 0 25 0 4 0 519778740 499978240 71040 33554432000 4194304 4623224 140737449826816 18446744073709551615 4517805 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 122065 71040 347 105 0 117569 0
[pid=9032/tid=9034] ppid=9030 vsize=488260 CPUtime=51 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 28337 0 0 0 5093 7 0 0 25 0 4 0 519778750 499978240 71040 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=488260 CPUtime=50.98 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 20940 0 0 0 5096 2 0 0 25 0 4 0 519778750 499978240 71040 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=488260 CPUtime=50.72 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 49312 0 0 0 5063 9 0 0 25 0 4 0 519778750 499978240 71040 33554432000 4194304 4623224 140737449826816 18446744073709551615 4363870 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 488260

[startup+102.3 s]
/proc/loadavg: 8.20 8.18 8.13 9/188 9070
/proc/meminfo: memFree=24370760/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=583532 CPUtime=408.34 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 303452 0 0 0 40775 59 0 0 25 0 4 0 519778740 597536768 93380 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 145883 93380 349 105 0 141387 0
[pid=9032/tid=9034] ppid=9030 vsize=583532 CPUtime=102.19 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 46238 0 0 0 10205 14 0 0 25 0 4 0 519778750 597536768 93380 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=583532 CPUtime=102.18 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 23233 0 0 0 10215 3 0 0 25 0 4 0 519778750 597536768 93380 33554432000 4194304 4623224 140737449826816 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=583532 CPUtime=101.65 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 172646 0 0 0 10135 30 0 0 25 0 4 0 519778750 597536768 93380 33554432000 4194304 4623224 140737449826816 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 583532

[startup+162.3 s]
/proc/loadavg: 8.24 8.19 8.13 9/188 9072
/proc/meminfo: memFree=24274872/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=616720 CPUtime=647.98 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 701530 0 0 0 64673 125 0 0 25 0 4 0 519778740 631521280 106331 33554432000 4194304 4623224 140737449826816 18446744073709551615 246516493044 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 154180 106331 347 105 0 149684 0
[pid=9032/tid=9034] ppid=9030 vsize=616720 CPUtime=162.17 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 52544 0 0 0 16200 17 0 0 25 0 4 0 519778750 631521280 106331 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=616720 CPUtime=162.18 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 30457 0 0 0 16213 5 0 0 25 0 4 0 519778750 631521280 106331 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=616720 CPUtime=161.32 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 557126 0 0 0 16041 91 0 0 25 0 4 0 519778750 631521280 106331 33554432000 4194304 4623224 140737449826816 18446744073709551615 4363616 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.98
Current children cumulated vsize (KiB) 616720

[startup+222.306 s]
/proc/loadavg: 8.18 8.18 8.13 9/188 9073
/proc/meminfo: memFree=24230828/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=639328 CPUtime=887.66 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 1013235 0 0 0 88588 178 0 0 25 0 4 0 519778740 654671872 110615 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 159832 110615 347 105 0 155336 0
[pid=9032/tid=9034] ppid=9030 vsize=639328 CPUtime=222.17 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 64495 0 0 0 22198 19 0 0 25 0 4 0 519778750 654671872 110615 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376668 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=639328 CPUtime=222.18 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 30758 0 0 0 22213 5 0 0 25 0 4 0 519778750 654671872 110615 33554432000 4194304 4623224 140737449826816 18446744073709551615 4375283 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=639328 CPUtime=220.99 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 856278 0 0 0 21958 141 0 0 25 0 4 0 519778750 654671872 110615 33554432000 4194304 4623224 140737449826816 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.66
Current children cumulated vsize (KiB) 639328

[startup+282.3 s]

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

[pid=9032] ppid=9030 vsize=1164344 CPUtime=2804.21 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 2304239 0 0 0 279989 432 0 0 25 0 4 0 519778740 1192288256 213797 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 291086 213797 433 105 0 286590 0
[pid=9032/tid=9034] ppid=9030 vsize=1164344 CPUtime=702.18 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 113685 0 0 0 70161 57 0 0 25 0 4 0 519778750 1192288256 213797 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1164344 CPUtime=702.19 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 52530 0 0 0 70202 17 0 0 25 0 4 0 519778750 1192288256 213797 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1164344 CPUtime=698.38 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 2023256 0 0 0 69504 334 0 0 25 0 4 0 519778750 1192288256 213797 33554432000 4194304 4623224 140737449826816 18446744073709551615 4550467 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.21
Current children cumulated vsize (KiB) 1164344

[startup+762.301 s]
/proc/loadavg: 8.23 8.21 8.16 9/188 9100
/proc/meminfo: memFree=23283704/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1289880 CPUtime=3043.91 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 2337029 0 0 0 303948 443 0 0 25 0 4 0 519778740 1320837120 225699 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 322470 225699 434 105 0 317974 0
[pid=9032/tid=9034] ppid=9030 vsize=1289880 CPUtime=762.18 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 140194 0 0 0 76153 65 0 0 25 0 4 0 519778750 1320837120 225699 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1289880 CPUtime=762.2 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 52776 0 0 0 76202 18 0 0 25 0 4 0 519778750 1320837120 225699 33554432000 4194304 4623224 140737449826816 18446744073709551615 4366460 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1289880 CPUtime=758.05 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 2028041 0 0 0 75470 335 0 0 25 0 4 0 519778750 1320837120 225699 33554432000 4194304 4623224 140737449826816 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.91
Current children cumulated vsize (KiB) 1289880

[startup+822.301 s]
/proc/loadavg: 8.21 8.20 8.16 9/188 9101
/proc/meminfo: memFree=23203828/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1307780 CPUtime=3283.57 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 2348643 0 0 0 327907 450 0 0 25 0 4 0 519778740 1339166720 237251 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 326945 237251 434 105 0 322449 0
[pid=9032/tid=9034] ppid=9030 vsize=1307780 CPUtime=822.18 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 145118 0 0 0 82147 71 0 0 25 0 4 0 519778750 1339166720 237251 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1307780 CPUtime=822.2 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 53078 0 0 0 82202 18 0 0 25 0 4 0 519778750 1339166720 237251 33554432000 4194304 4623224 140737449826816 18446744073709551615 4377410 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1307780 CPUtime=817.72 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 2032705 0 0 0 81436 336 0 0 25 0 4 0 519778750 1339166720 237251 33554432000 4194304 4623224 140737449826816 18446744073709551615 4545438 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.57
Current children cumulated vsize (KiB) 1307780

[startup+882.307 s]
/proc/loadavg: 8.31 8.22 8.16 9/188 9103
/proc/meminfo: memFree=23127412/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1313436 CPUtime=3523.27 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 2610961 0 0 0 351828 499 0 0 25 0 4 0 519778740 1344958464 244897 33554432000 4194304 4623224 140737449826816 18446744073709551615 4414875 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 328359 244897 434 105 0 323863 0
[pid=9032/tid=9034] ppid=9030 vsize=1313436 CPUtime=882.19 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 147634 0 0 0 88146 73 0 0 25 0 4 0 519778750 1344958464 244897 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1313436 CPUtime=882.2 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 53868 0 0 0 88201 19 0 0 25 0 4 0 519778750 1344958464 244897 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1313436 CPUtime=877.41 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 2291037 0 0 0 87359 382 0 0 25 0 4 0 519778750 1344958464 244897 33554432000 4194304 4623224 140737449826816 18446744073709551615 246516531577 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.27
Current children cumulated vsize (KiB) 1313436

[startup+942.301 s]
/proc/loadavg: 8.23 8.21 8.16 9/188 9104
/proc/meminfo: memFree=23039600/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1324128 CPUtime=3762.92 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 3025118 0 0 0 375718 574 0 0 25 0 4 0 519778740 1355907072 257062 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510181 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 331032 257062 434 105 0 326536 0
[pid=9032/tid=9034] ppid=9030 vsize=1324128 CPUtime=942.18 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 152486 0 0 0 94142 76 0 0 25 0 4 0 519778750 1355907072 257062 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1324128 CPUtime=942.19 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 54973 0 0 0 94199 20 0 0 25 0 4 0 519778750 1355907072 257062 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1324128 CPUtime=937.07 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 2698205 0 0 0 93255 452 0 0 25 0 4 0 519778750 1355907072 257062 33554432000 4194304 4623224 140737449826816 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.92
Current children cumulated vsize (KiB) 1324128

[startup+1002.3 s]
/proc/loadavg: 8.41 8.26 8.18 9/188 9106
/proc/meminfo: memFree=22956244/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1336932 CPUtime=4002.61 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 3425736 0 0 0 399619 642 0 0 25 0 4 0 519778740 1369018368 267871 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 334233 267871 439 105 0 329737 0
[pid=9032/tid=9034] ppid=9030 vsize=1336932 CPUtime=1002.19 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 156456 0 0 0 100140 79 0 0 25 0 4 0 519778750 1369018368 267871 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1336932 CPUtime=1002.2 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 55850 0 0 0 100198 22 0 0 25 0 4 0 519778750 1369018368 267871 33554432000 4194304 4623224 140737449826816 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1336932 CPUtime=996.75 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3091896 0 0 0 99160 515 0 0 25 0 4 0 519778750 1369018368 267871 33554432000 4194304 4623224 140737449826816 18446744073709551615 4377056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.61
Current children cumulated vsize (KiB) 1336932

[startup+1062.3 s]
/proc/loadavg: 8.26 8.24 8.18 9/188 9108
/proc/meminfo: memFree=22881448/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1389548 CPUtime=4242.29 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 3840976 0 0 0 423520 709 0 0 25 0 4 0 519778740 1422897152 277712 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 347387 277712 434 105 0 342891 0
[pid=9032/tid=9034] ppid=9030 vsize=1389548 CPUtime=1062.19 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 160672 0 0 0 106138 81 0 0 25 0 4 0 519778750 1422897152 277712 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1389548 CPUtime=1062.2 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 56208 0 0 0 106198 22 0 0 25 0 4 0 519778750 1422897152 277712 33554432000 4194304 4623224 140737449826816 18446744073709551615 4377451 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1389548 CPUtime=1056.43 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3479863 0 0 0 105067 576 0 0 25 0 4 0 519778750 1422897152 277712 33554432000 4194304 4623224 140737449826816 18446744073709551615 4545407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.29
Current children cumulated vsize (KiB) 1389548

[startup+1122.3 s]
/proc/loadavg: 8.30 8.25 8.18 9/188 9109
/proc/meminfo: memFree=22783208/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1534440 CPUtime=4481.96 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 3944436 0 0 0 447468 728 0 0 25 0 4 0 519778740 1571266560 290568 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 383610 290568 434 105 0 379114 0
[pid=9032/tid=9034] ppid=9030 vsize=1534440 CPUtime=1122.19 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 198111 0 0 0 112131 88 0 0 25 0 4 0 519778750 1571266560 290568 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1534440 CPUtime=1122.2 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 56843 0 0 0 112197 23 0 0 25 0 4 0 519778750 1571266560 290568 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376643 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1534440 CPUtime=1116.09 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3543276 0 0 0 111023 586 0 0 25 0 4 0 519778750 1571266560 290568 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.96
Current children cumulated vsize (KiB) 1534440

[startup+1182.3 s]
/proc/loadavg: 8.17 8.22 8.18 10/188 9111
/proc/meminfo: memFree=22701332/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1572132 CPUtime=4721.64 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 4312465 0 0 0 471377 787 0 0 25 0 4 0 519778740 1609863168 301563 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 393033 301563 425 105 0 388537 0
[pid=9032/tid=9034] ppid=9030 vsize=1572132 CPUtime=1182.2 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 203190 0 0 0 118127 93 0 0 25 0 4 0 519778750 1609863168 301563 33554432000 4194304 4623224 140737449826816 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1572132 CPUtime=1182.2 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 57760 0 0 0 118196 24 0 0 25 0 4 0 519778750 1609863168 301563 33554432000 4194304 4623224 140737449826816 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1572132 CPUtime=1175.77 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3893303 0 0 0 116939 638 0 0 25 0 4 0 519778750 1609863168 301563 33554432000 4194304 4623224 140737449826816 18446744073709551615 246516531654 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.64
Current children cumulated vsize (KiB) 1572132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.27 8.24 8.18 9/188 9111
/proc/meminfo: memFree=22669456/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1572132 CPUtime=4800.36 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 4315936 0 0 0 479247 789 0 0 25 0 4 0 519778740 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 393033 305011 408 105 0 388537 0
[pid=9032/tid=9034] ppid=9030 vsize=1572132 CPUtime=1201.9 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 204603 0 0 0 120096 94 0 0 25 0 4 0 519778750 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1572132 CPUtime=1201.91 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 58993 0 0 0 120167 24 0 0 25 0 4 0 519778750 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4465904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1572132 CPUtime=1195.36 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3893425 0 0 0 118898 638 0 0 25 0 4 0 519778750 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1572132

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

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

[startup+1202 s]
/proc/loadavg: 8.27 8.24 8.18 9/188 9111
/proc/meminfo: memFree=22669456/32951124 swapFree=67111352/67111528
[pid=9032] ppid=9030 vsize=1572132 CPUtime=4800.36 cores=1,3,5,7
/proc/9032/stat : 9032 (SArTagnan) R 9030 9032 8802 0 -1 4202496 4315936 0 0 0 479247 789 0 0 25 0 4 0 519778740 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9032/statm: 393033 305011 408 105 0 388537 0
[pid=9032/tid=9034] ppid=9030 vsize=1572132 CPUtime=1201.9 cores=1,3,5,7
/proc/9032/task/9034/stat : 9034 (SArTagnan) R 9030 9032 8802 0 -1 4202560 204603 0 0 0 120096 94 0 0 25 0 4 0 519778750 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9032/tid=9035] ppid=9030 vsize=1572132 CPUtime=1201.91 cores=1,3,5,7
/proc/9032/task/9035/stat : 9035 (SArTagnan) R 9030 9032 8802 0 -1 4202560 58993 0 0 0 120167 24 0 0 25 0 4 0 519778750 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4465904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9032/tid=9036] ppid=9030 vsize=1572132 CPUtime=1195.36 cores=1,3,5,7
/proc/9032/task/9036/stat : 9036 (SArTagnan) R 9030 9032 8802 0 -1 4202560 3893425 0 0 0 118898 638 0 0 25 0 4 0 519778750 1609863168 305011 33554432000 4194304 4623224 140737449826816 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1572132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.07
CPU time (s): 4800.44
CPU user time (s): 4792.49
CPU system time (s): 7.94379
CPU usage (%): 399.349
Max. virtual memory (cumulated for all children) (KiB): 1660248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.49
system time used= 7.94379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4315936
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= 2346
involuntary context switches= 32215

runsolver used 1.74373 second user time and 4.81927 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 14:56:45
IDJOB=3289083
IDBENCH=83114
IDSOLVER=1656
FILE ID=node134/3289083-1304081805
RUNJOBID= node134-1304080396-8821
PBS_JOBID= 13170534
Free space on /tmp= 71576 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top23.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289083-1304081805/watcher-3289083-1304081805 -o /tmp/evaluation-result-3289083-1304081805/solver-3289083-1304081805 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3289083-1304081805.cnf -threads=4

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=1780398509

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23529816 kB
Buffers:       1486804 kB
Cached:        5849972 kB
SwapCached:         64 kB
Active:        2951240 kB
Inactive:      5946924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23529816 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:     1561000 kB
Mapped:          15628 kB
Slab:           458932 kB
PageTables:       7904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1964052 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= 71576 MiB
End job on node134 at 2011-04-29 15:16:50