Trace number 3386405

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) 3704.69 1300.1

General information on the benchmark

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

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3386405-1305580051/watcher-3386405-1305580051 -o /tmp/evaluation-result-3386405-1305580051/solver-3386405-1305580051 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386405-1305580051.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: 10.89 11.05 11.07 8/447 11919
/proc/meminfo: memFree=19963912/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=28668 CPUtime=0 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 1663 0 0 0 0 0 0 0 25 0 1 0 650420939 29356032 1601 33554432000 4194304 4625164 140736815328208 18446744073709551615 233509994688 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11919/statm: 7167 1602 299 106 0 2670 0

[startup+0.059716 s]
/proc/loadavg: 10.89 11.05 11.07 8/447 11919
/proc/meminfo: memFree=19963912/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=34256 CPUtime=0.05 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 5001 0 0 0 5 0 0 0 25 0 1 0 650420939 35078144 3063 33554432000 4194304 4625164 140736815328208 18446744073709551615 4306536 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11919/statm: 8564 3065 299 106 0 4067 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34256

[startup+0.110214 s]
/proc/loadavg: 10.89 11.05 11.07 8/447 11919
/proc/meminfo: memFree=19963912/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=92936 CPUtime=0.11 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 12441 0 0 0 10 1 0 0 25 0 4 0 650420939 95166464 10139 33554432000 4194304 4625164 140736815328208 18446744073709551615 233510340698 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 23234 10139 320 106 0 18737 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 92936

[startup+0.300645 s]
/proc/loadavg: 10.89 11.05 11.07 8/447 11919
/proc/meminfo: memFree=19963912/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=232132 CPUtime=0.53 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 15174 0 0 0 52 1 0 0 25 0 4 0 650420939 237703168 11969 33554432000 4194304 4625164 140736815328208 18446744073709551615 4390706 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 58033 11969 336 106 0 53536 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 232132

[startup+0.700575 s]
/proc/loadavg: 10.89 11.05 11.07 8/447 11919
/proc/meminfo: memFree=19963912/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=237176 CPUtime=1.54 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 18666 0 0 0 152 2 0 0 25 0 4 0 650420939 242868224 13009 33554432000 4194304 4625164 140736815328208 18446744073709551615 4509456 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 59294 13009 342 106 0 54797 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 237176

[startup+1.50043 s]
/proc/loadavg: 10.89 11.05 11.07 12/451 11923
/proc/meminfo: memFree=19903748/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=239340 CPUtime=3.52 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 21512 0 0 0 350 2 0 0 25 0 4 0 650420939 245084160 14175 33554432000 4194304 4625164 140736815328208 18446744073709551615 4392018 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 59835 14175 342 106 0 55338 0
[pid=11919/tid=11921] ppid=11917 vsize=239340 CPUtime=0.7 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 1820 0 0 0 70 0 0 0 25 0 4 0 650420948 245084160 14176 33554432000 4194304 4625164 140736815328208 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=239340 CPUtime=0.61 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 1719 0 0 0 61 0 0 0 25 0 4 0 650420948 245084160 14177 33554432000 4194304 4625164 140736815328208 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=239340 CPUtime=0.74 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 3842 0 0 0 74 0 0 0 25 0 4 0 650420948 245084160 14177 33554432000 4194304 4625164 140736815328208 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 239340

[startup+3.10115 s]
/proc/loadavg: 10.89 11.05 11.07 12/451 11923
/proc/meminfo: memFree=19903996/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=249084 CPUtime=7.51 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 27198 0 0 0 747 4 0 0 25 0 4 0 650420939 255062016 16830 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 62271 16830 343 106 0 57774 0
[pid=11919/tid=11921] ppid=11917 vsize=249084 CPUtime=1.49 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 2488 0 0 0 149 0 0 0 25 0 4 0 650420948 255062016 16830 33554432000 4194304 4625164 140736815328208 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=249084 CPUtime=1.41 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 1824 0 0 0 141 0 0 0 25 0 4 0 650420948 255062016 16830 33554432000 4194304 4625164 140736815328208 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=249084 CPUtime=1.54 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 7962 0 0 0 153 1 0 0 25 0 4 0 650420948 255062016 16830 33554432000 4194304 4625164 140736815328208 18446744073709551615 4552287 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 249084

[startup+6.30058 s]
/proc/loadavg: 10.89 11.05 11.07 12/451 11923
/proc/meminfo: memFree=19883172/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=250704 CPUtime=15.46 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 34629 0 0 0 1542 4 0 0 25 0 4 0 650420939 256720896 18117 33554432000 4194304 4625164 140736815328208 18446744073709551615 4509162 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 62676 18117 343 106 0 58179 0
[pid=11919/tid=11921] ppid=11917 vsize=250704 CPUtime=3.09 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 2782 0 0 0 309 0 0 0 25 0 4 0 650420948 256720896 18117 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=250704 CPUtime=3.01 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 1887 0 0 0 301 0 0 0 25 0 4 0 650420948 256720896 18117 33554432000 4194304 4625164 140736815328208 18446744073709551615 4288765 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=250704 CPUtime=3.14 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 13869 0 0 0 313 1 0 0 25 0 4 0 650420948 256720896 18117 33554432000 4194304 4625164 140736815328208 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 250704

[startup+12.7004 s]
/proc/loadavg: 10.90 11.05 11.07 12/451 11923
/proc/meminfo: memFree=19875500/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=271040 CPUtime=31.26 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 56524 0 0 0 3117 9 0 0 25 0 4 0 650420939 277544960 21856 33554432000 4194304 4625164 140736815328208 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 67760 21856 344 106 0 63263 0
[pid=11919/tid=11921] ppid=11917 vsize=271040 CPUtime=8.92 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 6666 0 0 0 892 0 0 0 25 0 4 0 650420948 277544960 21856 33554432000 4194304 4625164 140736815328208 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=271040 CPUtime=6.19 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 5698 0 0 0 619 0 0 0 25 0 4 0 650420948 277544960 21856 33554432000 4194304 4625164 140736815328208 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=271040 CPUtime=6.33 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 23673 0 0 0 629 4 0 0 25 0 4 0 650420948 277544960 21856 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351860 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.26
Current children cumulated vsize (KiB) 271040

[startup+25.5011 s]
/proc/loadavg: 10.92 11.04 11.07 12/451 11924
/proc/meminfo: memFree=19721620/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=345308 CPUtime=63.07 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 115349 0 0 0 6291 16 0 0 25 0 4 0 650420939 353595392 57968 33554432000 4194304 4625164 140736815328208 18446744073709551615 4509199 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 86327 57968 351 106 0 81830 0
[pid=11919/tid=11921] ppid=11917 vsize=345308 CPUtime=21.53 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 18373 0 0 0 2151 2 0 0 25 0 4 0 650420948 353595392 57968 33554432000 4194304 4625164 140736815328208 18446744073709551615 4375328 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=345308 CPUtime=12.48 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 8150 0 0 0 1248 0 0 0 25 0 4 0 650420948 353595392 57968 33554432000 4194304 4625164 140736815328208 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=345308 CPUtime=12.84 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 36541 0 0 0 1278 6 0 0 25 0 4 0 650420948 353595392 57968 33554432000 4194304 4625164 140736815328208 18446744073709551615 233510402542 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 63.07
Current children cumulated vsize (KiB) 345308

[startup+51.1006 s]
/proc/loadavg: 11.03 11.05 11.07 12/451 11924
/proc/meminfo: memFree=19705224/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=361800 CPUtime=126.7 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 130141 0 0 0 12652 18 0 0 25 0 4 0 650420939 370483200 58929 33554432000 4194304 4625164 140736815328208 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 90450 58929 348 106 0 85953 0
[pid=11919/tid=11921] ppid=11917 vsize=361800 CPUtime=46.77 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 23247 0 0 0 4674 3 0 0 25 0 4 0 650420948 370483200 58929 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=361800 CPUtime=25.28 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 10710 0 0 0 2528 0 0 0 25 0 4 0 650420948 370483200 58929 33554432000 4194304 4625164 140736815328208 18446744073709551615 4316839 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=361800 CPUtime=25.63 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 38982 0 0 0 2557 6 0 0 25 0 4 0 650420948 370483200 58929 33554432000 4194304 4625164 140736815328208 18446744073709551615 4328194 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 126.7
Current children cumulated vsize (KiB) 361800

[startup+102.317 s]
/proc/loadavg: 10.97 11.04 11.07 12/451 11926
/proc/meminfo: memFree=19648144/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=456324 CPUtime=252.03 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 175011 0 0 0 25177 26 0 0 25 0 4 0 650420939 467275776 66706 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 114081 66706 385 106 0 109584 0
[pid=11919/tid=11921] ppid=11917 vsize=456324 CPUtime=78.68 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 23823 0 0 0 7865 3 0 0 25 0 4 0 650420948 467275776 66706 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=456324 CPUtime=50.99 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 15305 0 0 0 5097 2 0 0 25 0 4 0 650420948 467275776 66706 33554432000 4194304 4625164 140736815328208 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=456324 CPUtime=51.62 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 77222 0 0 0 5150 12 0 0 25 0 4 0 650420948 467275776 66706 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 252.03
Current children cumulated vsize (KiB) 456324

[startup+162.301 s]
/proc/loadavg: 11.17 11.09 11.08 12/451 11927
/proc/meminfo: memFree=19566512/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=564008 CPUtime=384.13 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 271921 0 0 0 38370 43 0 0 25 0 4 0 650420939 577544192 81079 33554432000 4194304 4625164 140736815328208 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11919/statm: 141002 81079 496 106 0 136505 0
[pid=11919/tid=11921] ppid=11917 vsize=564008 CPUtime=121.05 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 34264 0 0 0 12100 5 0 0 25 0 4 0 650420948 577544192 81079 33554432000 4194304 4625164 140736815328208 18446744073709551615 4352562 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=564008 CPUtime=80.88 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 21053 0 0 0 8085 3 0 0 25 0 4 0 650420948 577544192 81079 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=564008 CPUtime=81.7 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 157310 0 0 0 8145 25 0 0 25 0 4 0 650420948 577544192 81079 33554432000 4194304 4625164 140736815328208 18446744073709551615 4547216 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 384.13
Current children cumulated vsize (KiB) 564008

[startup+222.301 s]
/proc/loadavg: 11.24 11.13 11.09 12/451 11929
/proc/meminfo: memFree=19502724/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=564008 CPUtime=532.94 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 444098 0 0 0 53221 73 0 0 25 0 4 0 650420939 577544192 92381 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11919/statm: 141002 92381 458 106 0 136505 0
[pid=11919/tid=11921] ppid=11917 vsize=564008 CPUtime=161.95 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 37333 0 0 0 16189 6 0 0 25 0 4 0 650420948 577544192 92381 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=564008 CPUtime=110.73 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 22403 0 0 0 11068 5 0 0 25 0 4 0 650420948 577544192 92381 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=564008 CPUtime=111.87 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 325012 0 0 0 11136 51 0 0 25 0 4 0 650420948 577544192 92381 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 532.94
Current children cumulated vsize (KiB) 564008

[startup+282.3 s]

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

[pid=11919] ppid=11917 vsize=1016864 CPUtime=1961.32 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 2325237 0 0 0 195747 385 0 0 25 0 4 0 650420939 1041268736 182374 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 254216 182374 747 106 0 249719 0
[pid=11919/tid=11921] ppid=11917 vsize=1016864 CPUtime=492.97 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 82875 0 0 0 49277 20 0 0 25 0 4 0 650420948 1041268736 182374 33554432000 4194304 4625164 140736815328208 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1016864 CPUtime=457.64 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 44794 0 0 0 45743 21 0 0 25 0 4 0 650420948 1041268736 182374 33554432000 4194304 4625164 140736815328208 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1016864 CPUtime=449.62 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 2068226 0 0 0 44642 320 0 0 25 0 4 0 650420948 1041268736 182374 33554432000 4194304 4625164 140736815328208 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1961.32
Current children cumulated vsize (KiB) 1016864

[startup+762.317 s]
/proc/loadavg: 11.11 11.10 11.08 12/451 11974
/proc/meminfo: memFree=19565568/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=1063748 CPUtime=2141.85 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 2606936 0 0 0 213754 431 0 0 25 0 4 0 650420939 1089277952 200800 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 265937 200800 747 106 0 261440 0
[pid=11919/tid=11921] ppid=11917 vsize=1063748 CPUtime=529.94 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 85646 0 0 0 52971 23 0 0 25 0 4 0 650420948 1089277952 200800 33554432000 4194304 4625164 140736815328208 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1063748 CPUtime=516.97 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 55031 0 0 0 51674 23 0 0 25 0 4 0 650420948 1089277952 200800 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1063748 CPUtime=483.62 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 2309593 0 0 0 48005 357 0 0 25 0 4 0 650420948 1089277952 200800 33554432000 4194304 4625164 140736815328208 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2141.85
Current children cumulated vsize (KiB) 1063748

[startup+822.301 s]
/proc/loadavg: 11.04 11.08 11.07 12/451 11976
/proc/meminfo: memFree=19432344/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=1203824 CPUtime=2286.99 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 2901989 0 0 0 228225 474 0 0 25 0 4 0 650420939 1232715776 225531 33554432000 4194304 4625164 140736815328208 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 300956 225531 737 106 0 296459 0
[pid=11919/tid=11921] ppid=11917 vsize=1203824 CPUtime=562.81 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 111842 0 0 0 56252 29 0 0 25 0 4 0 650420948 1232715776 225531 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1203824 CPUtime=569.1 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 55235 0 0 0 56887 23 0 0 25 0 4 0 650420948 1232715776 225531 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1203824 CPUtime=513.77 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 2518586 0 0 0 50990 387 0 0 25 0 4 0 650420948 1232715776 225531 33554432000 4194304 4625164 140736815328208 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2286.99
Current children cumulated vsize (KiB) 1203824

[startup+882.301 s]
/proc/loadavg: 11.01 11.06 11.07 12/451 11978
/proc/meminfo: memFree=19273072/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=1240788 CPUtime=2426.11 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 3135099 0 0 0 242096 515 0 0 25 0 4 0 650420939 1270566912 247606 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 310197 247606 595 106 0 305700 0
[pid=11919/tid=11921] ppid=11917 vsize=1240788 CPUtime=592.3 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 119624 0 0 0 59198 32 0 0 25 0 4 0 650420948 1270566912 247606 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1240788 CPUtime=613.18 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 55569 0 0 0 61295 23 0 0 25 0 4 0 650420948 1270566912 247606 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1240788 CPUtime=543.11 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 2730934 0 0 0 53890 421 0 0 25 0 4 0 650420948 1270566912 247606 33554432000 4194304 4625164 140736815328208 18446744073709551615 4556942 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2426.11
Current children cumulated vsize (KiB) 1240788

[startup+942.301 s]
/proc/loadavg: 11.04 11.06 11.06 13/451 11979
/proc/meminfo: memFree=19161288/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=1366996 CPUtime=2604.75 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 3419665 0 0 0 259913 562 0 0 25 0 4 0 650420939 1399803904 271521 33554432000 4194304 4625164 140736815328208 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 341749 271522 347 106 0 337252 0
[pid=11919/tid=11921] ppid=11917 vsize=1366996 CPUtime=624.4 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 122123 0 0 0 62405 35 0 0 25 0 4 0 650420948 1399803904 271522 33554432000 4194304 4625164 140736815328208 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1366996 CPUtime=673.18 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 56212 0 0 0 67295 23 0 0 25 0 4 0 650420948 1399803904 271522 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1366996 CPUtime=573.14 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 2931730 0 0 0 56860 454 0 0 25 0 4 0 650420948 1399803904 271522 33554432000 4194304 4625164 140736815328208 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2604.75
Current children cumulated vsize (KiB) 1366996

[startup+1002.3 s]
/proc/loadavg: 11.05 11.06 11.06 12/451 11981
/proc/meminfo: memFree=19066860/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=1432532 CPUtime=2783.86 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 3628455 0 0 0 277787 599 0 0 25 0 4 0 650420939 1466912768 286893 33554432000 4194304 4625164 140736815328208 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 358133 286893 347 106 0 353636 0
[pid=11919/tid=11921] ppid=11917 vsize=1432532 CPUtime=656.61 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 125007 0 0 0 65623 38 0 0 25 0 4 0 650420948 1466912768 286893 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1432532 CPUtime=733.18 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 56352 0 0 0 73295 23 0 0 25 0 4 0 650420948 1466912768 286893 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1432532 CPUtime=603 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 3127097 0 0 0 59815 485 0 0 25 0 4 0 650420948 1466912768 286893 33554432000 4194304 4625164 140736815328208 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2783.86
Current children cumulated vsize (KiB) 1432532

[startup+1062.3 s]
/proc/loadavg: 11.18 11.09 11.07 14/452 11985
/proc/meminfo: memFree=18974468/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=1420440 CPUtime=2973.34 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 3818833 0 0 0 296701 633 0 0 25 0 4 0 650420939 1454530560 300147 33554432000 4194304 4625164 140736815328208 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 355110 300147 347 106 0 350613 0
[pid=11919/tid=11921] ppid=11917 vsize=1420440 CPUtime=695.51 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 127820 0 0 0 69510 41 0 0 25 0 4 0 650420948 1454530560 300147 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351820 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1420440 CPUtime=792.88 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 56465 0 0 0 79265 23 0 0 25 0 4 0 650420948 1454530560 300147 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1420440 CPUtime=641.2 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 3301835 0 0 0 63606 514 0 0 25 0 4 0 650420948 1454530560 300147 33554432000 4194304 4625164 140736815328208 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2973.34
Current children cumulated vsize (KiB) 1420440

[startup+1122.3 s]
/proc/loadavg: 11.29 11.15 11.09 12/451 11987
/proc/meminfo: memFree=18755224/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=1787344 CPUtime=3151.9 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 4157657 0 0 0 314501 689 0 0 25 0 4 0 650420939 1830240256 355447 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 446836 355447 347 106 0 442339 0
[pid=11919/tid=11921] ppid=11917 vsize=1787344 CPUtime=745.56 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 167111 0 0 0 74510 46 0 0 25 0 4 0 650420948 1830240256 355447 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=1787344 CPUtime=831.06 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 58792 0 0 0 83080 26 0 0 25 0 4 0 650420948 1830240256 355447 33554432000 4194304 4625164 140736815328208 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=1787344 CPUtime=686.91 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 3505014 0 0 0 68146 545 0 0 25 0 4 0 650420948 1830240256 355447 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3151.9
Current children cumulated vsize (KiB) 1787344

[startup+1182.3 s]
/proc/loadavg: 11.26 11.16 11.10 13/451 11988
/proc/meminfo: memFree=18591476/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=2061640 CPUtime=3331.03 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 4502472 0 0 0 332363 740 0 0 25 0 4 0 650420939 2111119360 390985 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11919/statm: 515410 390985 347 106 0 510913 0
[pid=11919/tid=11921] ppid=11917 vsize=2061640 CPUtime=804.91 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 167292 0 0 0 80445 46 0 0 25 0 4 0 650420948 2111119360 390985 33554432000 4194304 4625164 140736815328208 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=2061640 CPUtime=873.78 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 60761 0 0 0 87349 29 0 0 25 0 4 0 650420948 2111119360 390985 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=2061640 CPUtime=717.38 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 3695768 0 0 0 71163 575 0 0 25 0 4 0 650420948 2111119360 390985 33554432000 4194304 4625164 140736815328208 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3331.03
Current children cumulated vsize (KiB) 2061640

[startup+1242.3 s]
/proc/loadavg: 11.25 11.17 11.10 12/451 11990
/proc/meminfo: memFree=18469156/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=2095196 CPUtime=3510.14 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 4740476 0 0 0 350237 777 0 0 25 0 4 0 650420939 2145480704 416663 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 523799 416663 351 106 0 519302 0
[pid=11919/tid=11921] ppid=11917 vsize=2095196 CPUtime=854.76 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 167955 0 0 0 85430 46 0 0 25 0 4 0 650420948 2145480704 416663 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=2095196 CPUtime=923.84 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 61228 0 0 0 92355 29 0 0 25 0 4 0 650420948 2145480704 416663 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=2095196 CPUtime=748.53 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 3910105 0 0 0 74245 608 0 0 25 0 4 0 650420948 2145480704 416663 33554432000 4194304 4625164 140736815328208 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3510.14
Current children cumulated vsize (KiB) 2095196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.24 11.19 11.11 12/451 11992
/proc/meminfo: memFree=18333796/32951124 swapFree=67023148/67111528
[pid=11919] ppid=11917 vsize=2184760 CPUtime=3704.58 cores=1,3,5,7
/proc/11919/stat : 11919 (SArTagnan) R 11917 11919 11674 0 -1 4202496 5113139 0 0 0 369626 832 0 0 25 0 4 0 650420939 2237194240 446366 33554432000 4194304 4625164 140736815328208 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11919/statm: 546190 446366 347 106 0 541693 0
[pid=11919/tid=11921] ppid=11917 vsize=2184760 CPUtime=911.37 cores=1,3,5,7
/proc/11919/task/11921/stat : 11921 (SArTagnan) R 11917 11919 11674 0 -1 4202560 168313 0 0 0 91090 47 0 0 25 0 4 0 650420948 2237194240 446366 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11919/tid=11922] ppid=11917 vsize=2184760 CPUtime=953.65 cores=1,3,5,7
/proc/11919/task/11922/stat : 11922 (SArTagnan) R 11917 11919 11674 0 -1 4202560 62014 0 0 0 95335 30 0 0 25 0 4 0 650420948 2237194240 446366 33554432000 4194304 4625164 140736815328208 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11919/tid=11923] ppid=11917 vsize=2184760 CPUtime=801.61 cores=1,3,5,7
/proc/11919/task/11923/stat : 11923 (SArTagnan) R 11917 11919 11674 0 -1 4202560 4255916 0 0 0 79504 657 0 0 25 0 4 0 650420948 2237194240 446366 33554432000 4194304 4625164 140736815328208 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3704.58
Current children cumulated vsize (KiB) 2184760

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.1
CPU time (s): 3704.69
CPU user time (s): 3696.29
CPU system time (s): 8.40172
CPU usage (%): 284.955
Max. virtual memory (cumulated for all children) (KiB): 2240888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3696.29
system time used= 8.40172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5113145
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= 9740
involuntary context switches= 33147

runsolver used 5.2392 second user time and 13.7039 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 23:07:31
IDJOB=3386405
IDBENCH=83114
IDSOLVER=1871
FILE ID=node145/3386405-1305580051
RUNJOBID= node145-1305577446-11693
PBS_JOBID= 13350223
Free space on /tmp= 73628 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=2007745250

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19964324 kB
Buffers:        108948 kB
Cached:         932928 kB
SwapCached:       4796 kB
Active:        9170232 kB
Inactive:      3558016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19964324 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:            3504 kB
Writeback:          36 kB
AnonPages:    11681560 kB
Mapped:          34316 kB
Slab:           136568 kB
PageTables:      56260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120583800 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= 73628 MiB
End job on node145 at 2011-05-16 23:29:13