Trace number 3289681

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.41 1201.87

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

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-3289681-1304083545/watcher-3289681-1304083545 -o /tmp/evaluation-result-3289681-1304083545/solver-3289681-1304083545 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3289681-1304083545.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: 7.13 7.89 8.02 5/180 31774
/proc/meminfo: memFree=22126160/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=27160 CPUtime=0 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 1406 0 0 0 0 0 0 0 23 0 1 0 519953280 27811840 1344 33554432000 4194304 4623224 140733700094896 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31774/statm: 6790 1344 300 105 0 2294 0

[startup+0.103345 s]
/proc/loadavg: 7.13 7.89 8.02 5/180 31774
/proc/meminfo: memFree=22126160/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=162088 CPUtime=0.11 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 13126 0 0 0 10 1 0 0 25 0 4 0 519953280 165978112 10167 33554432000 4194304 4623224 140733700094896 18446744073709551615 4497279 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 40522 10167 322 105 0 36026 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 162088

[startup+0.200332 s]
/proc/loadavg: 7.13 7.89 8.02 5/180 31774
/proc/meminfo: memFree=22126160/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=301332 CPUtime=0.5 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 15521 0 0 0 49 1 0 0 25 0 4 0 519953280 308563968 12562 33554432000 4194304 4623224 140733700094896 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 75333 12562 342 105 0 70837 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 301332

[startup+0.300311 s]
/proc/loadavg: 7.13 7.89 8.02 5/180 31774
/proc/meminfo: memFree=22126160/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=303504 CPUtime=0.9 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 17236 0 0 0 89 1 0 0 25 0 4 0 519953280 310788096 14277 33554432000 4194304 4623224 140733700094896 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 75876 14277 357 105 0 71380 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 303504

[startup+0.700241 s]
/proc/loadavg: 7.13 7.89 8.02 5/180 31774
/proc/meminfo: memFree=22126160/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=308396 CPUtime=2.5 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 20169 0 0 0 248 2 0 0 25 0 4 0 519953280 315797504 15751 33554432000 4194304 4623224 140733700094896 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 77099 15751 370 105 0 72603 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 308396

[startup+1.5011 s]
/proc/loadavg: 7.13 7.89 8.02 9/184 31778
/proc/meminfo: memFree=22048760/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=312736 CPUtime=5.7 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 25603 0 0 0 567 3 0 0 25 0 4 0 519953280 320241664 17549 33554432000 4194304 4623224 140733700094896 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 78184 17549 370 105 0 73688 0
[pid=31774/tid=31776] ppid=31772 vsize=312736 CPUtime=1.4 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 2156 0 0 0 140 0 0 0 25 0 4 0 519953290 320241664 17549 33554432000 4194304 4623224 140733700094896 18446744073709551615 4330680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=312736 CPUtime=1.4 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 1741 0 0 0 140 0 0 0 25 0 4 0 519953290 320241664 17549 33554432000 4194304 4623224 140733700094896 18446744073709551615 4278624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=312736 CPUtime=1.39 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 6633 0 0 0 139 0 0 0 25 0 4 0 519953290 320241664 17549 33554432000 4194304 4623224 140733700094896 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 312736

[startup+3.10081 s]
/proc/loadavg: 7.13 7.89 8.02 9/184 31778
/proc/meminfo: memFree=21941996/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=319796 CPUtime=12.09 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 35215 0 0 0 1205 4 0 0 25 0 4 0 519953280 327471104 18985 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510020 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 79949 18985 370 105 0 75453 0
[pid=31774/tid=31776] ppid=31772 vsize=319796 CPUtime=3 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 3099 0 0 0 300 0 0 0 25 0 4 0 519953290 327471104 18985 33554432000 4194304 4623224 140733700094896 18446744073709551615 4483128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=319796 CPUtime=2.99 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 3315 0 0 0 299 0 0 0 25 0 4 0 519953290 327471104 18985 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=319796 CPUtime=2.99 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 12715 0 0 0 298 1 0 0 25 0 4 0 519953290 327471104 18985 33554432000 4194304 4623224 140733700094896 18446744073709551615 4546853 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 319796

[startup+6.30025 s]
/proc/loadavg: 7.28 7.91 8.03 10/184 31778
/proc/meminfo: memFree=21785936/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=521424 CPUtime=24.83 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 166575 0 0 0 2459 24 0 0 18 0 4 0 519953280 533938176 66414 33554432000 4194304 4623224 140733700094896 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 130356 66414 344 105 0 125860 0
[pid=31774/tid=31776] ppid=31772 vsize=521424 CPUtime=6.18 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 26103 0 0 0 614 4 0 0 18 0 4 0 519953290 533938176 66414 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=521424 CPUtime=6.17 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 26253 0 0 0 615 2 0 0 18 0 4 0 519953290 533938176 66414 33554432000 4194304 4623224 140733700094896 18446744073709551615 4363667 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=521424 CPUtime=6.19 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 45196 0 0 0 613 6 0 0 18 0 4 0 519953290 533938176 66414 33554432000 4194304 4623224 140733700094896 18446744073709551615 268272346870 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 521424

[startup+12.7011 s]
/proc/loadavg: 7.34 7.91 8.03 9/184 31778
/proc/meminfo: memFree=21708400/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=521424 CPUtime=50.39 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 211050 0 0 0 5007 32 0 0 25 0 4 0 519953280 533938176 69257 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 130356 69257 344 105 0 125860 0
[pid=31774/tid=31776] ppid=31772 vsize=521424 CPUtime=12.59 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 26856 0 0 0 1254 5 0 0 25 0 4 0 519953290 533938176 69257 33554432000 4194304 4623224 140733700094896 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=521424 CPUtime=12.57 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 26322 0 0 0 1255 2 0 0 25 0 4 0 519953290 533938176 69257 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=521424 CPUtime=12.59 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 88601 0 0 0 1245 14 0 0 25 0 4 0 519953290 533938176 69257 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 521424

[startup+25.5008 s]
/proc/loadavg: 7.55 7.93 8.03 9/184 31779
/proc/meminfo: memFree=21667224/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=521424 CPUtime=101.52 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 297477 0 0 0 10104 48 0 0 25 0 4 0 519953280 533938176 74867 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 130356 74867 344 105 0 125860 0
[pid=31774/tid=31776] ppid=31772 vsize=521424 CPUtime=25.39 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 29984 0 0 0 2532 7 0 0 25 0 4 0 519953290 533938176 74867 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=521424 CPUtime=25.37 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 26506 0 0 0 2535 2 0 0 25 0 4 0 519953290 533938176 74867 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=521424 CPUtime=25.39 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 171579 0 0 0 2512 27 0 0 25 0 4 0 519953290 533938176 74867 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 521424

[startup+51.1003 s]
/proc/loadavg: 7.70 7.94 8.03 9/184 31779
/proc/meminfo: memFree=21626912/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=533784 CPUtime=203.77 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 458608 0 0 0 20296 81 0 0 25 0 4 0 519953280 546594816 83071 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510302 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 133446 83071 344 105 0 128950 0
[pid=31774/tid=31776] ppid=31772 vsize=533784 CPUtime=50.98 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 40281 0 0 0 5086 12 0 0 25 0 4 0 519953290 546594816 83071 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=533784 CPUtime=50.97 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 27052 0 0 0 5094 3 0 0 25 0 4 0 519953290 546594816 83072 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=533784 CPUtime=50.99 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 319445 0 0 0 5045 54 0 0 25 0 4 0 519953290 546594816 83072 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 533784

[startup+102.301 s]
/proc/loadavg: 7.96 7.97 8.03 9/184 31781
/proc/meminfo: memFree=21530424/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=546168 CPUtime=408.3 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 806682 0 0 0 40687 143 0 0 25 0 4 0 519953280 559276032 92284 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 136542 92293 345 105 0 132046 0
[pid=31774/tid=31776] ppid=31772 vsize=546168 CPUtime=102.18 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 44069 0 0 0 10202 16 0 0 25 0 4 0 519953290 559276032 92317 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=546168 CPUtime=102.17 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 35278 0 0 0 10213 4 0 0 25 0 4 0 519953290 559276032 92331 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=546168 CPUtime=102.19 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 655135 0 0 0 10109 110 0 0 25 0 4 0 519953290 559276032 92343 33554432000 4194304 4623224 140733700094896 18446744073709551615 268272386497 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 546168

[startup+162.3 s]
/proc/loadavg: 8.07 8.00 8.04 9/184 31782
/proc/meminfo: memFree=21394984/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=722764 CPUtime=647.94 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 1231894 0 0 0 64577 217 0 0 25 0 4 0 519953280 740110336 106583 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510172 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 180691 106583 345 105 0 176195 0
[pid=31774/tid=31776] ppid=31772 vsize=722764 CPUtime=162.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 57594 0 0 0 16197 20 0 0 25 0 4 0 519953290 740110336 106583 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=722764 CPUtime=162.17 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 39635 0 0 0 16210 7 0 0 25 0 4 0 519953290 740110336 106583 33554432000 4194304 4623224 140733700094896 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=722764 CPUtime=162.19 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 1054745 0 0 0 16042 177 0 0 25 0 4 0 519953290 740110336 106583 33554432000 4194304 4623224 140733700094896 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.94
Current children cumulated vsize (KiB) 722764

[startup+222.307 s]
/proc/loadavg: 8.10 8.03 8.04 9/184 31784
/proc/meminfo: memFree=21265860/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=735940 CPUtime=887.64 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 1515968 0 0 0 88484 280 0 0 25 0 4 0 519953280 753602560 125812 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31774/statm: 183985 125812 345 105 0 179489 0
[pid=31774/tid=31776] ppid=31772 vsize=735940 CPUtime=222.18 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 63859 0 0 0 22191 27 0 0 25 0 4 0 519953290 753602560 125812 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=735940 CPUtime=222.17 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 43838 0 0 0 22205 12 0 0 25 0 4 0 519953290 753602560 125812 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=735940 CPUtime=222.19 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 1326946 0 0 0 21991 228 0 0 25 0 4 0 519953290 753602560 125812 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.64
Current children cumulated vsize (KiB) 735940

[startup+282.301 s]

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

[pid=31774] ppid=31772 vsize=1254840 CPUtime=2805 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 3990210 0 0 0 279770 730 0 0 25 0 4 0 519953280 1284956160 245099 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 313710 245100 345 105 0 309214 0
[pid=31774/tid=31776] ppid=31772 vsize=1254840 CPUtime=702.16 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 145118 0 0 0 70151 65 0 0 25 0 4 0 519953290 1284956160 245101 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1254840 CPUtime=700.45 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 73241 0 0 0 70014 31 0 0 25 0 4 0 519953290 1284956160 245101 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1254840 CPUtime=702.19 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 3659129 0 0 0 69605 614 0 0 25 0 4 0 519953290 1284956160 245102 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805
Current children cumulated vsize (KiB) 1254840

[startup+762.301 s]
/proc/loadavg: 8.14 8.09 8.06 9/184 31798
/proc/meminfo: memFree=20323708/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1276404 CPUtime=3044.69 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 4412370 0 0 0 303666 803 0 0 25 0 4 0 519953280 1307037696 260437 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 319101 260437 346 105 0 314605 0
[pid=31774/tid=31776] ppid=31772 vsize=1276404 CPUtime=762.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 153976 0 0 0 76147 70 0 0 25 0 4 0 519953290 1307037696 260438 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1276404 CPUtime=760.13 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 77897 0 0 0 75978 35 0 0 25 0 4 0 519953290 1307037696 260438 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1276404 CPUtime=762.2 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 4066751 0 0 0 75542 678 0 0 25 0 4 0 519953290 1307037696 260438 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.69
Current children cumulated vsize (KiB) 1276404

[startup+822.301 s]
/proc/loadavg: 8.10 8.08 8.06 10/184 31800
/proc/meminfo: memFree=20229916/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1348072 CPUtime=3284.36 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 4812861 0 0 0 327561 875 0 0 25 0 4 0 519953280 1380425728 272756 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 337018 272756 345 105 0 332522 0
[pid=31774/tid=31776] ppid=31772 vsize=1348072 CPUtime=822.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 158911 0 0 0 82143 74 0 0 25 0 4 0 519953290 1380425728 272756 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1348072 CPUtime=819.8 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 80165 0 0 0 81943 37 0 0 25 0 4 0 519953290 1380425728 272756 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1348072 CPUtime=822.2 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 4459296 0 0 0 81476 744 0 0 25 0 4 0 519953290 1380425728 272756 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.36
Current children cumulated vsize (KiB) 1348072

[startup+882.306 s]
/proc/loadavg: 8.04 8.07 8.05 9/184 31802
/proc/meminfo: memFree=20115672/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1430244 CPUtime=3524.05 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 5171608 0 0 0 351462 943 0 0 25 0 4 0 519953280 1464569856 290171 33554432000 4194304 4623224 140733700094896 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 357561 290171 345 105 0 353065 0
[pid=31774/tid=31776] ppid=31772 vsize=1430244 CPUtime=882.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 163412 0 0 0 88139 78 0 0 25 0 4 0 519953290 1464569856 290171 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1430244 CPUtime=879.48 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 84996 0 0 0 87905 43 0 0 25 0 4 0 519953290 1464569856 290171 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1430244 CPUtime=882.2 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 4807841 0 0 0 87419 801 0 0 25 0 4 0 519953290 1464569856 290171 33554432000 4194304 4623224 140733700094896 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.05
Current children cumulated vsize (KiB) 1430244

[startup+942.301 s]
/proc/loadavg: 8.01 8.05 8.05 9/184 31803
/proc/meminfo: memFree=20055496/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1435504 CPUtime=3763.71 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 5510907 0 0 0 375370 1001 0 0 25 0 4 0 519953280 1469956096 298800 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 358876 298800 345 105 0 354380 0
[pid=31774/tid=31776] ppid=31772 vsize=1435504 CPUtime=942.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 167142 0 0 0 94136 81 0 0 25 0 4 0 519953290 1469956096 298800 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1435504 CPUtime=939.14 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 87687 0 0 0 93869 45 0 0 25 0 4 0 519953290 1469956096 298800 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1435504 CPUtime=942.19 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 5139980 0 0 0 93365 854 0 0 25 0 4 0 519953290 1469956096 298800 33554432000 4194304 4623224 140733700094896 18446744073709551615 4377477 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.71
Current children cumulated vsize (KiB) 1435504

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.04 9/184 31805
/proc/meminfo: memFree=19978316/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1441160 CPUtime=4003.38 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 5794806 0 0 0 399288 1050 0 0 25 0 4 0 519953280 1475747840 310075 33554432000 4194304 4623224 140733700094896 18446744073709551615 4412338 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 360290 310075 345 105 0 355794 0
[pid=31774/tid=31776] ppid=31772 vsize=1441160 CPUtime=1002.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 170481 0 0 0 100133 84 0 0 25 0 4 0 519953290 1475747840 310075 33554432000 4194304 4623224 140733700094896 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1441160 CPUtime=998.81 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 88430 0 0 0 99836 45 0 0 25 0 4 0 519953290 1475747840 310075 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1441160 CPUtime=1002.2 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 5418853 0 0 0 99320 900 0 0 25 0 4 0 519953290 1475747840 310075 33554432000 4194304 4623224 140733700094896 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.38
Current children cumulated vsize (KiB) 1441160

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 8.04 9/184 31806
/proc/meminfo: memFree=19903260/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1482876 CPUtime=4243.06 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 5930684 0 0 0 423225 1081 0 0 25 0 4 0 519953280 1518465024 319362 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 370719 319362 345 105 0 366223 0
[pid=31774/tid=31776] ppid=31772 vsize=1482876 CPUtime=1062.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 170610 0 0 0 106133 84 0 0 25 0 4 0 519953290 1518465024 319362 33554432000 4194304 4623224 140733700094896 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1482876 CPUtime=1058.49 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 107454 0 0 0 105794 55 0 0 25 0 4 0 519953290 1518465024 319362 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1482876 CPUtime=1062.2 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 5534602 0 0 0 105299 921 0 0 25 0 4 0 519953290 1518465024 319362 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.06
Current children cumulated vsize (KiB) 1482876

[startup+1122.3 s]
/proc/loadavg: 8.00 8.02 8.03 9/184 31808
/proc/meminfo: memFree=19839844/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1555704 CPUtime=4482.73 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 6111688 0 0 0 447162 1111 0 0 25 0 4 0 519953280 1593040896 323962 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 388926 323963 345 105 0 384430 0
[pid=31774/tid=31776] ppid=31772 vsize=1555704 CPUtime=1122.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 170680 0 0 0 112133 84 0 0 25 0 4 0 519953290 1593040896 323963 33554432000 4194304 4623224 140733700094896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1555704 CPUtime=1118.16 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 107820 0 0 0 111761 55 0 0 25 0 4 0 519953290 1593040896 323963 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1555704 CPUtime=1122.2 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 5693691 0 0 0 111272 948 0 0 25 0 4 0 519953290 1593040896 323963 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.73
Current children cumulated vsize (KiB) 1555704

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 8.02 9/184 31810
/proc/meminfo: memFree=19789460/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1560060 CPUtime=4722.42 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 6595579 0 0 0 471043 1199 0 0 25 0 4 0 519953280 1597501440 327785 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510167 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 390015 327785 345 105 0 385519 0
[pid=31774/tid=31776] ppid=31772 vsize=1560060 CPUtime=1182.17 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 170766 0 0 0 118133 84 0 0 25 0 4 0 519953290 1597501440 327785 33554432000 4194304 4623224 140733700094896 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1560060 CPUtime=1177.84 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 109213 0 0 0 117728 56 0 0 25 0 4 0 519953290 1597501440 327785 33554432000 4194304 4623224 140733700094896 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1560060 CPUtime=1182.21 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 6175330 0 0 0 117187 1034 0 0 25 0 4 0 519953290 1597501440 327785 33554432000 4194304 4623224 140733700094896 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1560060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.00 8.02 8.02 5/179 31811
/proc/meminfo: memFree=20828484/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1560060 CPUtime=4800.32 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 6725888 0 0 0 478810 1222 0 0 25 0 4 0 519953280 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 390015 330238 345 105 0 385519 0
[pid=31774/tid=31776] ppid=31772 vsize=1560060 CPUtime=1201.68 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 170786 0 0 0 120084 84 0 0 25 0 4 0 519953290 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1560060 CPUtime=1197.23 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 109288 0 0 0 119667 56 0 0 25 0 4 0 519953290 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1560060 CPUtime=1201.71 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 6305315 0 0 0 119113 1058 0 0 25 0 4 0 519953290 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1560060

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

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

[startup+1201.8 s]
/proc/loadavg: 8.00 8.02 8.02 5/179 31811
/proc/meminfo: memFree=20828484/32950928 swapFree=67111524/67111528
[pid=31774] ppid=31772 vsize=1560060 CPUtime=4800.32 cores=1,3,5,7
/proc/31774/stat : 31774 (SArTagnan) R 31772 31774 31114 0 -1 4202496 6725888 0 0 0 478810 1222 0 0 25 0 4 0 519953280 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31774/statm: 390015 330238 345 105 0 385519 0
[pid=31774/tid=31776] ppid=31772 vsize=1560060 CPUtime=1201.68 cores=1,3,5,7
/proc/31774/task/31776/stat : 31776 (SArTagnan) R 31772 31774 31114 0 -1 4202560 170786 0 0 0 120084 84 0 0 25 0 4 0 519953290 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31774/tid=31777] ppid=31772 vsize=1560060 CPUtime=1197.23 cores=1,3,5,7
/proc/31774/task/31777/stat : 31777 (SArTagnan) R 31772 31774 31114 0 -1 4202560 109288 0 0 0 119667 56 0 0 25 0 4 0 519953290 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31774/tid=31778] ppid=31772 vsize=1560060 CPUtime=1201.71 cores=1,3,5,7
/proc/31774/task/31778/stat : 31778 (SArTagnan) R 31772 31774 31114 0 -1 4202560 6305315 0 0 0 119113 1058 0 0 25 0 4 0 519953290 1597501440 330238 33554432000 4194304 4623224 140733700094896 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1560060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.87
CPU time (s): 4800.41
CPU user time (s): 4788.12
CPU system time (s): 12.2881
CPU usage (%): 399.411
Max. virtual memory (cumulated for all children) (KiB): 1639160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.13
system time used= 12.2881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6725893
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= 5778
involuntary context switches= 20745

runsolver used 1.80373 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 15:25:45
IDJOB=3289681
IDBENCH=83133
IDSOLVER=1656
FILE ID=node122/3289681-1304083545
RUNJOBID= node122-1304083545-31752
PBS_JOBID= 13170508
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1482280919

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22126316 kB
Buffers:       1628508 kB
Cached:        8554944 kB
SwapCached:          4 kB
Active:        1113528 kB
Inactive:      9161520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22126316 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5644 kB
Writeback:           0 kB
AnonPages:       90964 kB
Mapped:          15568 kB
Slab:           486400 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   267756 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= 71660 MiB
End job on node122 at 2011-04-29 15:45:49