Trace number 3386396

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.38 1204.27

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.79 5.76 7.11 3/424 5703
/proc/meminfo: memFree=20103872/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=23456 CPUtime=0 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 1012 0 0 0 0 0 0 0 21 0 1 0 748257504 24018944 951 33554432000 4194304 4625164 140736497665280 18446744073709551615 260905393920 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5703/statm: 5864 952 298 106 0 1367 0

[startup+0.108863 s]
/proc/loadavg: 3.79 5.76 7.11 3/424 5703
/proc/meminfo: memFree=20103872/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=274796 CPUtime=0.26 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 9281 0 0 0 26 0 0 0 23 0 4 0 748257504 281391104 7042 33554432000 4194304 4625164 140736497665280 18446744073709551615 4338016 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 68699 7042 336 106 0 64202 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 274796

[startup+0.200846 s]
/proc/loadavg: 3.79 5.76 7.11 3/424 5703
/proc/meminfo: memFree=20103872/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=276244 CPUtime=0.63 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 10937 0 0 0 62 1 0 0 23 0 4 0 748257504 282873856 7972 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512252 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 69061 7972 342 106 0 64564 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 276244

[startup+0.300829 s]
/proc/loadavg: 3.79 5.76 7.11 3/424 5703
/proc/meminfo: memFree=20103872/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=276684 CPUtime=1.03 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 11972 0 0 0 102 1 0 0 23 0 4 0 748257504 283324416 8721 33554432000 4194304 4625164 140736497665280 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 69171 8721 342 106 0 64674 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 276684

[startup+0.700754 s]
/proc/loadavg: 3.79 5.76 7.11 3/424 5703
/proc/meminfo: memFree=20103872/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=278128 CPUtime=2.62 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 14108 0 0 0 261 1 0 0 25 0 4 0 748257504 284803072 9876 33554432000 4194304 4625164 140736497665280 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 69532 9876 342 106 0 65035 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 278128

[startup+1.50061 s]
/proc/loadavg: 4.13 5.79 7.11 9/431 5710
/proc/meminfo: memFree=20025484/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=284640 CPUtime=5.81 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 17523 0 0 0 579 2 0 0 25 0 4 0 748257504 291471360 11019 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512467 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 71160 11019 342 106 0 66663 0
[pid=5703/tid=5708] ppid=5701 vsize=284640 CPUtime=1.44 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 1891 0 0 0 144 0 0 0 25 0 4 0 748257509 291471360 11019 33554432000 4194304 4625164 140736497665280 18446744073709551615 4467219 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=284640 CPUtime=1.44 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 1759 0 0 0 144 0 0 0 25 0 4 0 748257509 291471360 11019 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=284640 CPUtime=1.42 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 5032 0 0 0 142 0 0 0 25 0 4 0 748257509 291471360 11019 33554432000 4194304 4625164 140736497665280 18446744073709551615 4550103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 284640

[startup+3.10031 s]
/proc/loadavg: 4.13 5.79 7.11 9/431 5710
/proc/meminfo: memFree=19938560/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=349872 CPUtime=12.18 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 66399 0 0 0 1209 9 0 0 25 0 4 0 748257504 358268928 30671 33554432000 4194304 4625164 140736497665280 18446744073709551615 260905050119 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 87468 30671 345 106 0 82971 0
[pid=5703/tid=5708] ppid=5701 vsize=349872 CPUtime=3.02 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 10185 0 0 0 301 1 0 0 25 0 4 0 748257509 358268928 30671 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=349872 CPUtime=3.03 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 10112 0 0 0 302 1 0 0 25 0 4 0 748257509 358268928 30671 33554432000 4194304 4625164 140736497665280 18446744073709551615 4463787 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=349872 CPUtime=3 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 15968 0 0 0 298 2 0 0 19 0 4 0 748257509 358268928 30671 33554432000 4194304 4625164 140736497665280 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 349872

[startup+6.30073 s]
/proc/loadavg: 4.13 5.79 7.11 9/431 5711
/proc/meminfo: memFree=19783924/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=349872 CPUtime=24.93 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 84063 0 0 0 2482 11 0 0 25 0 4 0 748257504 358268928 31920 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 87468 31920 347 106 0 82971 0
[pid=5703/tid=5708] ppid=5701 vsize=349872 CPUtime=6.22 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 10955 0 0 0 621 1 0 0 25 0 4 0 748257509 358268928 31920 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=349872 CPUtime=6.23 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 10168 0 0 0 622 1 0 0 25 0 4 0 748257509 358268928 31920 33554432000 4194304 4625164 140736497665280 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=349872 CPUtime=6.16 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 32609 0 0 0 612 4 0 0 25 0 4 0 748257509 358268928 31920 33554432000 4194304 4625164 140736497665280 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 349872

[startup+12.7006 s]
/proc/loadavg: 4.80 5.88 7.13 9/431 5711
/proc/meminfo: memFree=19759552/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=362936 CPUtime=50.43 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 127929 0 0 0 5024 19 0 0 25 0 4 0 748257504 371646464 39499 33554432000 4194304 4625164 140736497665280 18446744073709551615 4356539 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 90734 39500 347 106 0 86237 0
[pid=5703/tid=5708] ppid=5701 vsize=362936 CPUtime=12.62 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 14532 0 0 0 1259 3 0 0 25 0 4 0 748257509 371646464 39500 33554432000 4194304 4625164 140736497665280 18446744073709551615 4335647 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=362936 CPUtime=12.64 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 15389 0 0 0 1261 3 0 0 25 0 4 0 748257509 371646464 39500 33554432000 4194304 4625164 140736497665280 18446744073709551615 260905054917 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=362936 CPUtime=12.46 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 67455 0 0 0 1237 9 0 0 25 0 4 0 748257509 371646464 39500 33554432000 4194304 4625164 140736497665280 18446744073709551615 260905091521 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 362936

[startup+25.5012 s]
/proc/loadavg: 5.38 5.97 7.14 9/431 5711
/proc/meminfo: memFree=19698176/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=370376 CPUtime=101.45 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 221884 0 0 0 10111 34 0 0 25 0 4 0 748257504 379265024 42486 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 92594 42486 347 106 0 88097 0
[pid=5703/tid=5708] ppid=5701 vsize=370376 CPUtime=25.43 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 17772 0 0 0 2539 4 0 0 25 0 4 0 748257509 379265024 42486 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=370376 CPUtime=25.43 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 15748 0 0 0 2540 3 0 0 25 0 4 0 748257509 379265024 42486 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=370376 CPUtime=25.09 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 157793 0 0 0 2486 23 0 0 25 0 4 0 748257509 379265024 42486 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 370376

[startup+51.1005 s]
/proc/loadavg: 6.27 6.13 7.16 9/431 5712
/proc/meminfo: memFree=19608448/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=384196 CPUtime=203.49 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 370364 0 0 0 20291 58 0 0 25 0 4 0 748257504 393416704 48407 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 96049 48407 347 106 0 91552 0
[pid=5703/tid=5708] ppid=5701 vsize=384196 CPUtime=51.03 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 23612 0 0 0 5097 6 0 0 25 0 4 0 748257509 393416704 48407 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351808 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=384196 CPUtime=51.02 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 17478 0 0 0 5099 3 0 0 25 0 4 0 748257509 393416704 48407 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=384196 CPUtime=50.34 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 295559 0 0 0 4989 45 0 0 25 0 4 0 748257509 393416704 48407 33554432000 4194304 4625164 140736497665280 18446744073709551615 4554641 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.49
Current children cumulated vsize (KiB) 384196

[startup+102.301 s]
/proc/loadavg: 7.31 6.44 7.21 9/431 5713
/proc/meminfo: memFree=19492976/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=404300 CPUtime=407.62 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 615985 0 0 0 40667 95 0 0 25 0 4 0 748257504 414003200 66853 33554432000 4194304 4625164 140736497665280 18446744073709551615 4508942 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 101075 66853 347 106 0 96578 0
[pid=5703/tid=5708] ppid=5701 vsize=404300 CPUtime=102.23 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 35286 0 0 0 10216 7 0 0 25 0 4 0 748257509 414003200 66854 33554432000 4194304 4625164 140736497665280 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=404300 CPUtime=102.24 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 25641 0 0 0 10218 6 0 0 25 0 4 0 748257509 414003200 66854 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=404300 CPUtime=100.86 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 515968 0 0 0 10009 77 0 0 25 0 4 0 748257509 414003200 66854 33554432000 4194304 4625164 140736497665280 18446744073709551615 4579358 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.62
Current children cumulated vsize (KiB) 404300

[startup+162.301 s]
/proc/loadavg: 7.79 6.74 7.26 9/431 5715
/proc/meminfo: memFree=19358524/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=515880 CPUtime=646.79 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 931999 0 0 0 64531 148 0 0 25 0 4 0 748257504 528261120 87386 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 128970 87386 347 106 0 124473 0
[pid=5703/tid=5708] ppid=5701 vsize=515880 CPUtime=162.22 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 54448 0 0 0 16209 13 0 0 25 0 4 0 748257509 528261120 87386 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=515880 CPUtime=162.22 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 36172 0 0 0 16214 8 0 0 25 0 4 0 748257509 528261120 87386 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=515880 CPUtime=160.03 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 800816 0 0 0 15883 120 0 0 25 0 4 0 748257509 528261120 87386 33554432000 4194304 4625164 140736497665280 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.79
Current children cumulated vsize (KiB) 515880

[startup+222.316 s]
/proc/loadavg: 8.01 6.99 7.31 9/431 5716
/proc/meminfo: memFree=19227788/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=650856 CPUtime=886.03 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 1277128 0 0 0 88407 196 0 0 25 0 4 0 748257504 666476544 108125 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 162714 108125 366 106 0 158217 0
[pid=5703/tid=5708] ppid=5701 vsize=650856 CPUtime=222.23 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 73183 0 0 0 22207 16 0 0 25 0 4 0 748257509 666476544 108125 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=650856 CPUtime=222.24 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 38554 0 0 0 22214 10 0 0 25 0 4 0 748257509 666476544 108125 33554432000 4194304 4625164 140736497665280 18446744073709551615 4353059 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=650856 CPUtime=219.22 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 1113903 0 0 0 21760 162 0 0 25 0 4 0 748257509 666476544 108125 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.03
Current children cumulated vsize (KiB) 650856

[startup+282.301 s]

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

[pid=5703] ppid=5701 vsize=1012640 CPUtime=2799.47 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 2838251 0 0 0 279509 438 0 0 25 0 4 0 748257504 1036943360 206819 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 253160 206819 582 106 0 248663 0
[pid=5703/tid=5708] ppid=5701 vsize=1012640 CPUtime=702.23 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 122565 0 0 0 70191 32 0 0 25 0 4 0 748257509 1036943360 206819 33554432000 4194304 4625164 140736497665280 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1012640 CPUtime=702.23 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 57088 0 0 0 70205 18 0 0 25 0 4 0 748257509 1036943360 206819 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1012640 CPUtime=692.68 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 2515822 0 0 0 68903 365 0 0 25 0 4 0 748257509 1036943360 206819 33554432000 4194304 4625164 140736497665280 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2799.47
Current children cumulated vsize (KiB) 1012640

[startup+762.301 s]
/proc/loadavg: 8.06 7.91 7.65 9/431 5731
/proc/meminfo: memFree=18165012/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1157476 CPUtime=3038.68 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 3297457 0 0 0 303360 508 0 0 25 0 4 0 748257504 1185255424 218030 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 289369 218030 581 106 0 284872 0
[pid=5703/tid=5708] ppid=5701 vsize=1157476 CPUtime=762.25 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 125159 0 0 0 76191 34 0 0 25 0 4 0 748257509 1185255424 218030 33554432000 4194304 4625164 140736497665280 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1157476 CPUtime=762.25 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 59539 0 0 0 76205 20 0 0 25 0 4 0 748257509 1185255424 218030 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1157476 CPUtime=751.87 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 2967896 0 0 0 74757 430 0 0 25 0 4 0 748257509 1185255424 218030 33554432000 4194304 4625164 140736497665280 18446744073709551615 4339628 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3038.68
Current children cumulated vsize (KiB) 1157476

[startup+822.3 s]
/proc/loadavg: 8.14 7.96 7.67 9/431 5732
/proc/meminfo: memFree=18101732/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1157476 CPUtime=3277.85 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 3695989 0 0 0 327221 564 0 0 25 0 4 0 748257504 1185255424 228349 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 289369 228349 567 106 0 284872 0
[pid=5703/tid=5708] ppid=5701 vsize=1157476 CPUtime=822.24 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 127005 0 0 0 82188 36 0 0 25 0 4 0 748257509 1185255424 228349 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1157476 CPUtime=822.24 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 60899 0 0 0 82203 21 0 0 25 0 4 0 748257509 1185255424 228349 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1157476 CPUtime=811.05 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 3361725 0 0 0 80622 483 0 0 25 0 4 0 748257509 1185255424 228349 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3277.85
Current children cumulated vsize (KiB) 1157476

[startup+882.316 s]
/proc/loadavg: 8.05 7.96 7.69 9/431 5734
/proc/meminfo: memFree=18012540/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1243352 CPUtime=3517.07 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4068878 0 0 0 351090 617 0 0 25 0 4 0 748257504 1273192448 238612 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 310838 238612 561 106 0 306341 0
[pid=5703/tid=5708] ppid=5701 vsize=1243352 CPUtime=882.25 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 162795 0 0 0 88185 40 0 0 25 0 4 0 748257509 1273192448 238612 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1243352 CPUtime=882.26 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 61097 0 0 0 88205 21 0 0 25 0 4 0 748257509 1273192448 238612 33554432000 4194304 4625164 140736497665280 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1243352 CPUtime=870.24 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 3694666 0 0 0 86493 531 0 0 25 0 4 0 748257509 1273192448 238612 33554432000 4194304 4625164 140736497665280 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.07
Current children cumulated vsize (KiB) 1243352

[startup+942.3 s]
/proc/loadavg: 8.11 8.00 7.72 9/431 5736
/proc/meminfo: memFree=17931044/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1253180 CPUtime=3756.2 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4105929 0 0 0 374996 624 0 0 25 0 4 0 748257504 1283256320 244366 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 313295 244366 554 106 0 308798 0
[pid=5703/tid=5708] ppid=5701 vsize=1253180 CPUtime=942.24 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 163408 0 0 0 94184 40 0 0 25 0 4 0 748257509 1283256320 244366 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1253180 CPUtime=942.24 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 62997 0 0 0 94202 22 0 0 25 0 4 0 748257509 1283256320 244366 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1253180 CPUtime=929.41 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 3728962 0 0 0 92405 536 0 0 25 0 4 0 748257509 1283256320 244366 33554432000 4194304 4625164 140736497665280 18446744073709551615 260905091399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3756.2
Current children cumulated vsize (KiB) 1253180

[startup+1002.3 s]
/proc/loadavg: 8.13 8.03 7.74 9/431 5737
/proc/meminfo: memFree=17818168/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1327176 CPUtime=3995.39 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4308879 0 0 0 398887 652 0 0 25 0 4 0 748257504 1359028224 256057 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 331794 256057 542 106 0 327297 0
[pid=5703/tid=5708] ppid=5701 vsize=1327176 CPUtime=1002.24 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 169591 0 0 0 100183 41 0 0 25 0 4 0 748257509 1359028224 256057 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1327176 CPUtime=1002.24 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 63422 0 0 0 100201 23 0 0 25 0 4 0 748257509 1359028224 256057 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1327176 CPUtime=988.59 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 3907355 0 0 0 98299 560 0 0 25 0 4 0 748257509 1359028224 256057 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3995.39
Current children cumulated vsize (KiB) 1327176

[startup+1062.3 s]
/proc/loadavg: 8.16 8.06 7.77 9/431 5739
/proc/meminfo: memFree=17754524/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1333276 CPUtime=4234.58 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4319463 0 0 0 422803 655 0 0 25 0 4 0 748257504 1365274624 265839 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 333319 265839 539 106 0 328822 0
[pid=5703/tid=5708] ppid=5701 vsize=1333276 CPUtime=1062.24 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 171386 0 0 0 106183 41 0 0 25 0 4 0 748257509 1365274624 265839 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1333276 CPUtime=1062.25 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 64623 0 0 0 106199 26 0 0 25 0 4 0 748257509 1365274624 265839 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1333276 CPUtime=1047.78 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 3909157 0 0 0 104218 560 0 0 25 0 4 0 748257509 1365274624 265839 33554432000 4194304 4625164 140736497665280 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4234.58
Current children cumulated vsize (KiB) 1333276

[startup+1122.3 s]
/proc/loadavg: 8.23 8.11 7.80 9/431 5740
/proc/meminfo: memFree=17671400/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1404648 CPUtime=4473.76 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4604081 0 0 0 446680 696 0 0 25 0 4 0 748257504 1438359552 279944 33554432000 4194304 4625164 140736497665280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 351162 279944 536 106 0 346665 0
[pid=5703/tid=5708] ppid=5701 vsize=1404648 CPUtime=1122.25 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 172830 0 0 0 112183 42 0 0 25 0 4 0 748257509 1438359552 279944 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351972 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1404648 CPUtime=1122.25 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 65493 0 0 0 112199 26 0 0 25 0 4 0 748257509 1438359552 279944 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1404648 CPUtime=1106.96 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 4183629 0 0 0 110098 598 0 0 25 0 4 0 748257509 1438359552 279944 33554432000 4194304 4625164 140736497665280 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4473.76
Current children cumulated vsize (KiB) 1404648

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 7.82 9/431 5742
/proc/meminfo: memFree=17586796/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1556136 CPUtime=4712.96 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4840372 0 0 0 470566 730 0 0 25 0 4 0 748257504 1593483264 295292 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 389034 295292 530 106 0 384537 0
[pid=5703/tid=5708] ppid=5701 vsize=1556136 CPUtime=1182.24 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 175257 0 0 0 118181 43 0 0 25 0 4 0 748257509 1593483264 295292 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1556136 CPUtime=1182.24 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 66123 0 0 0 118198 26 0 0 25 0 4 0 748257509 1593483264 295292 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1556136 CPUtime=1166.15 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 4353109 0 0 0 115993 622 0 0 25 0 4 0 748257509 1593483264 295292 33554432000 4194304 4625164 140736497665280 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4712.96
Current children cumulated vsize (KiB) 1556136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.12 8.09 7.82 9/431 5743
/proc/meminfo: memFree=17560004/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1558776 CPUtime=4800.28 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4985330 0 0 0 479279 749 0 0 25 0 4 0 748257504 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 389694 300337 526 106 0 385197 0
[pid=5703/tid=5708] ppid=5701 vsize=1558776 CPUtime=1204.15 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 176518 0 0 0 120372 43 0 0 25 0 4 0 748257509 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1558776 CPUtime=1204.16 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 66622 0 0 0 120390 26 0 0 25 0 4 0 748257509 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1558776 CPUtime=1187.75 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 4493800 0 0 0 118135 640 0 0 25 0 4 0 748257509 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1558776

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

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

[startup+1204.2 s]
/proc/loadavg: 8.12 8.09 7.82 9/431 5743
/proc/meminfo: memFree=17560004/32950928 swapFree=65730892/67111528
[pid=5703] ppid=5701 vsize=1558776 CPUtime=4800.28 cores=0,2,4,6
/proc/5703/stat : 5703 (SArTagnan) R 5701 5703 5247 0 -1 4202496 4985330 0 0 0 479279 749 0 0 25 0 4 0 748257504 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5703/statm: 389694 300337 526 106 0 385197 0
[pid=5703/tid=5708] ppid=5701 vsize=1558776 CPUtime=1204.15 cores=0,2,4,6
/proc/5703/task/5708/stat : 5708 (SArTagnan) R 5701 5703 5247 0 -1 4202560 176518 0 0 0 120372 43 0 0 25 0 4 0 748257509 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5703/tid=5709] ppid=5701 vsize=1558776 CPUtime=1204.16 cores=0,2,4,6
/proc/5703/task/5709/stat : 5709 (SArTagnan) R 5701 5703 5247 0 -1 4202560 66622 0 0 0 120390 26 0 0 25 0 4 0 748257509 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5703/tid=5710] ppid=5701 vsize=1558776 CPUtime=1187.75 cores=0,2,4,6
/proc/5703/task/5710/stat : 5710 (SArTagnan) R 5701 5703 5247 0 -1 4202560 4493800 0 0 0 118135 640 0 0 25 0 4 0 748257509 1596186624 300337 33554432000 4194304 4625164 140736497665280 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1558776

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.27
CPU time (s): 4800.38
CPU user time (s): 4792.85
CPU system time (s): 7.53585
CPU usage (%): 398.614
Max. virtual memory (cumulated for all children) (KiB): 1675436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.85
system time used= 7.53585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4985370
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= 3251
involuntary context switches= 18646

runsolver used 4.67429 second user time and 11.7672 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-16 23:11:08
IDJOB=3386396
IDBENCH=83130
IDSOLVER=1871
FILE ID=node116/3386396-1305580268
RUNJOBID= node116-1305580268-5683
PBS_JOBID= 13350205
Free space on /tmp= 73036 MiB

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

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1822440468

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20108120 kB
Buffers:        184584 kB
Cached:        2359224 kB
SwapCached:      12328 kB
Active:       11377144 kB
Inactive:      1228144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20108120 kB
SwapTotal:    67111528 kB
SwapFree:     65730892 kB
Dirty:            5528 kB
Writeback:           0 kB
AnonPages:    10059244 kB
Mapped:          19976 kB
Slab:           117532 kB
PageTables:      53092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113445920 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= 73036 MiB
End job on node116 at 2011-05-16 23:31:15