Trace number 3386407

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.26 1203.98

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.37 7.90 5/384 5209
/proc/meminfo: memFree=21076340/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=28844 CPUtime=0 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 1615 0 0 0 0 0 0 0 25 0 1 0 669604661 29536256 1553 33554432000 4194304 4625164 140733611325216 18446744073709551615 235594866432 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5209/statm: 7244 1554 298 106 0 2747 0

[startup+0.030914 s]
/proc/loadavg: 8.14 8.37 7.90 5/384 5209
/proc/meminfo: memFree=21076340/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=31352 CPUtime=0.02 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 2898 0 0 0 2 0 0 0 25 0 1 0 669604661 32104448 2272 33554432000 4194304 4625164 140733611325216 18446744073709551615 235594485276 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5209/statm: 7838 2273 299 106 0 3341 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31352

[startup+0.100906 s]
/proc/loadavg: 8.14 8.37 7.90 5/384 5209
/proc/meminfo: memFree=21076340/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=62768 CPUtime=0.09 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 12159 0 0 0 8 1 0 0 25 0 1 0 669604661 64274432 9136 33554432000 4194304 4625164 140733611325216 18446744073709551615 4277645 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5209/statm: 15692 9156 301 106 0 11195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62768

[startup+0.300872 s]
/proc/loadavg: 8.14 8.37 7.90 5/384 5209
/proc/meminfo: memFree=21076340/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=309804 CPUtime=0.87 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 19742 0 0 0 85 2 0 0 25 0 4 0 669604661 317239296 14008 33554432000 4194304 4625164 140733611325216 18446744073709551615 4390671 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 77451 14009 336 106 0 72954 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 309804

[startup+0.700802 s]
/proc/loadavg: 8.14 8.37 7.90 5/384 5209
/proc/meminfo: memFree=21076340/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=314140 CPUtime=2.47 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 25668 0 0 0 244 3 0 0 25 0 4 0 669604661 321679360 17049 33554432000 4194304 4625164 140733611325216 18446744073709551615 4509371 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 78535 17050 342 106 0 74038 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 314140

[startup+1.50066 s]
/proc/loadavg: 8.14 8.37 7.90 9/388 5213
/proc/meminfo: memFree=21006008/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=315760 CPUtime=5.66 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 28930 0 0 0 563 3 0 0 25 0 4 0 669604661 323338240 17632 33554432000 4194304 4625164 140733611325216 18446744073709551615 4509133 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 78940 17632 342 106 0 74443 0
[pid=5209/tid=5211] ppid=5207 vsize=315760 CPUtime=1.39 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 2469 0 0 0 139 0 0 0 25 0 4 0 669604671 323338240 17632 33554432000 4194304 4625164 140733611325216 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=315760 CPUtime=1.37 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 2466 0 0 0 137 0 0 0 25 0 4 0 669604671 323338240 17632 33554432000 4194304 4625164 140733611325216 18446744073709551615 4291832 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=315760 CPUtime=1.39 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 5958 0 0 0 138 1 0 0 25 0 4 0 669604671 323338240 17632 33554432000 4194304 4625164 140733611325216 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 315760

[startup+3.10038 s]
/proc/loadavg: 8.14 8.37 7.90 9/388 5213
/proc/meminfo: memFree=21000180/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=320648 CPUtime=12.04 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 32880 0 0 0 1201 3 0 0 25 0 4 0 669604661 328343552 17866 33554432000 4194304 4625164 140733611325216 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 80162 17866 342 106 0 75665 0
[pid=5209/tid=5211] ppid=5207 vsize=320648 CPUtime=2.98 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3385 0 0 0 298 0 0 0 25 0 4 0 669604671 328343552 17866 33554432000 4194304 4625164 140733611325216 18446744073709551615 4462355 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=320648 CPUtime=2.96 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3410 0 0 0 296 0 0 0 25 0 4 0 669604671 328343552 17866 33554432000 4194304 4625164 140733611325216 18446744073709551615 4288561 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=320648 CPUtime=2.99 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 7938 0 0 0 298 1 0 0 25 0 4 0 669604671 328343552 17866 33554432000 4194304 4625164 140733611325216 18446744073709551615 4579601 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 320648

[startup+6.30082 s]
/proc/loadavg: 8.13 8.37 7.90 9/388 5213
/proc/meminfo: memFree=20995476/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=324808 CPUtime=24.8 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 39962 0 0 0 2475 5 0 0 25 0 4 0 669604661 332603392 19173 33554432000 4194304 4625164 140733611325216 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 81202 19173 342 106 0 76705 0
[pid=5209/tid=5211] ppid=5207 vsize=324808 CPUtime=6.18 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 4359 0 0 0 618 0 0 0 25 0 4 0 669604671 332603392 19173 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=324808 CPUtime=6.12 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 4298 0 0 0 612 0 0 0 25 0 4 0 669604671 332603392 19173 33554432000 4194304 4625164 140733611325216 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=324808 CPUtime=6.19 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 13039 0 0 0 617 2 0 0 25 0 4 0 669604671 332603392 19173 33554432000 4194304 4625164 140733611325216 18446744073709551615 4554597 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 324808

[startup+12.7007 s]
/proc/loadavg: 8.12 8.36 7.90 9/388 5213
/proc/meminfo: memFree=20965180/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=335596 CPUtime=50.32 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 69846 0 0 0 5022 10 0 0 25 0 4 0 669604661 343650304 25581 33554432000 4194304 4625164 140733611325216 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 83899 25581 343 106 0 79402 0
[pid=5209/tid=5211] ppid=5207 vsize=335596 CPUtime=12.59 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 6858 0 0 0 1258 1 0 0 25 0 4 0 669604671 343650304 25581 33554432000 4194304 4625164 140733611325216 18446744073709551615 4288780 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=335596 CPUtime=12.43 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 6831 0 0 0 1243 0 0 0 25 0 4 0 669604671 343650304 25581 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=335596 CPUtime=12.58 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 33462 0 0 0 1253 5 0 0 25 0 4 0 669604671 343650304 25581 33554432000 4194304 4625164 140733611325216 18446744073709551615 4327845 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 335596

[startup+25.5004 s]
/proc/loadavg: 8.16 8.36 7.91 9/388 5213
/proc/meminfo: memFree=20821072/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=463236 CPUtime=101.34 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 136548 0 0 0 10115 19 0 0 25 0 4 0 669604661 474353664 59698 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511945 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 115809 59698 348 106 0 111312 0
[pid=5209/tid=5211] ppid=5207 vsize=463236 CPUtime=25.38 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 13565 0 0 0 2537 1 0 0 25 0 4 0 669604671 474353664 59698 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=463236 CPUtime=25.06 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 14893 0 0 0 2504 2 0 0 25 0 4 0 669604671 474353664 59698 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=463236 CPUtime=25.39 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 47231 0 0 0 2531 8 0 0 25 0 4 0 669604671 474353664 59698 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 463236

[startup+51.1009 s]
/proc/loadavg: 8.10 8.33 7.91 9/388 5214
/proc/meminfo: memFree=20753252/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=488488 CPUtime=203.42 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 159802 0 0 0 20319 23 0 0 25 0 4 0 669604661 500211712 69701 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 122122 69701 395 106 0 117625 0
[pid=5209/tid=5211] ppid=5207 vsize=488488 CPUtime=50.99 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 22677 0 0 0 5096 3 0 0 25 0 4 0 669604671 500211712 69701 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=488488 CPUtime=50.35 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 18545 0 0 0 5032 3 0 0 25 0 4 0 669604671 500211712 69701 33554432000 4194304 4625164 140733611325216 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=488488 CPUtime=50.99 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 56791 0 0 0 5089 10 0 0 25 0 4 0 669604671 500211712 69701 33554432000 4194304 4625164 140733611325216 18446744073709551615 4334957 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 488488

[startup+102.315 s]
/proc/loadavg: 8.09 8.29 7.91 9/388 5216
/proc/meminfo: memFree=20530756/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=549576 CPUtime=407.62 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 265882 0 0 0 40721 41 0 0 25 0 4 0 669604661 562765824 83684 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 137394 83684 379 106 0 132897 0
[pid=5209/tid=5211] ppid=5207 vsize=549576 CPUtime=102.19 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 28244 0 0 0 10215 4 0 0 25 0 4 0 669604671 562765824 83684 33554432000 4194304 4625164 140733611325216 18446744073709551615 4288796 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=549576 CPUtime=100.91 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 24199 0 0 0 10087 4 0 0 25 0 4 0 669604671 562765824 83684 33554432000 4194304 4625164 140733611325216 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=549576 CPUtime=102.2 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 149583 0 0 0 10196 24 0 0 25 0 4 0 669604671 562765824 83684 33554432000 4194304 4625164 140733611325216 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.62
Current children cumulated vsize (KiB) 549576

[startup+162.3 s]
/proc/loadavg: 8.13 8.27 7.93 9/388 5217
/proc/meminfo: memFree=20423584/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=562120 CPUtime=646.77 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 622930 0 0 0 64580 97 0 0 25 0 4 0 669604661 575610880 94845 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 140530 94845 379 106 0 136033 0
[pid=5209/tid=5211] ppid=5207 vsize=562120 CPUtime=162.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 40983 0 0 0 16208 8 0 0 25 0 4 0 669604671 575610880 94845 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=562120 CPUtime=160.13 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 27073 0 0 0 16008 5 0 0 25 0 4 0 669604671 575610880 94845 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=562120 CPUtime=162.19 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 490705 0 0 0 16145 74 0 0 25 0 4 0 669604671 575610880 94845 33554432000 4194304 4625164 140733611325216 18446744073709551615 4353075 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.77
Current children cumulated vsize (KiB) 562120

[startup+222.301 s]
/proc/loadavg: 8.14 8.24 7.94 9/388 5219
/proc/meminfo: memFree=20245100/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=601772 CPUtime=885.99 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 1044468 0 0 0 88438 161 0 0 25 0 4 0 669604661 616214528 107941 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5209/statm: 150443 107941 365 106 0 145946 0
[pid=5209/tid=5211] ppid=5207 vsize=601772 CPUtime=222.17 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 55751 0 0 0 22205 12 0 0 25 0 4 0 669604671 616214528 107941 33554432000 4194304 4625164 140733611325216 18446744073709551615 235594525055 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=601772 CPUtime=219.37 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 36165 0 0 0 21929 8 0 0 25 0 4 0 669604671 616214528 107941 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=601772 CPUtime=222.18 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 888205 0 0 0 22086 132 0 0 25 0 4 0 669604671 616214528 107941 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 885.99
Current children cumulated vsize (KiB) 601772

[startup+282.3 s]

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

[pid=5209] ppid=5207 vsize=1322300 CPUtime=2799.84 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 3783614 0 0 0 279387 597 0 0 25 0 4 0 669604661 1354035200 238331 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 330575 238331 470 106 0 326078 0
[pid=5209/tid=5211] ppid=5207 vsize=1322300 CPUtime=702.15 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 133932 0 0 0 70175 40 0 0 25 0 4 0 669604671 1354035200 238331 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1322300 CPUtime=695.68 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 71991 0 0 0 69543 25 0 0 25 0 4 0 669604671 1354035200 238331 33554432000 4194304 4625164 140733611325216 18446744073709551615 4375311 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1322300 CPUtime=702.19 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3461099 0 0 0 69707 512 0 0 25 0 4 0 669604671 1354035200 238331 33554432000 4194304 4625164 140733611325216 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2799.84
Current children cumulated vsize (KiB) 1322300

[startup+762.315 s]
/proc/loadavg: 8.16 8.15 8.00 9/388 5233
/proc/meminfo: memFree=18870416/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1368184 CPUtime=3039.14 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 3897477 0 0 0 303293 621 0 0 25 0 4 0 669604661 1401020416 253850 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 342046 253850 400 106 0 337549 0
[pid=5209/tid=5211] ppid=5207 vsize=1368184 CPUtime=762.17 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 142729 0 0 0 76171 46 0 0 25 0 4 0 669604671 1401020416 253850 33554432000 4194304 4625164 140733611325216 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1368184 CPUtime=755.69 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 73798 0 0 0 75542 27 0 0 25 0 4 0 669604671 1401020416 253850 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1368184 CPUtime=762.21 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3562996 0 0 0 75693 528 0 0 25 0 4 0 669604671 1401020416 253850 33554432000 4194304 4625164 140733611325216 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.14
Current children cumulated vsize (KiB) 1368184

[startup+822.3 s]
/proc/loadavg: 8.12 8.13 8.00 9/388 5235
/proc/meminfo: memFree=18762120/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1434056 CPUtime=3278.33 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4242613 0 0 0 327160 673 0 0 25 0 4 0 669604661 1468473344 260168 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 358514 260168 378 106 0 354017 0
[pid=5209/tid=5211] ppid=5207 vsize=1434056 CPUtime=822.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 144992 0 0 0 82167 49 0 0 25 0 4 0 669604671 1468473344 260168 33554432000 4194304 4625164 140733611325216 18446744073709551615 4352143 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1434056 CPUtime=815.67 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 74087 0 0 0 81540 27 0 0 25 0 4 0 669604671 1468473344 260168 33554432000 4194304 4625164 140733611325216 18446744073709551615 4291920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1434056 CPUtime=822.2 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3905554 0 0 0 81642 578 0 0 25 0 4 0 669604671 1468473344 260168 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278.33
Current children cumulated vsize (KiB) 1434056

[startup+882.301 s]
/proc/loadavg: 8.22 8.15 8.01 9/388 5236
/proc/meminfo: memFree=18614524/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1445664 CPUtime=3517.57 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4251317 0 0 0 351077 680 0 0 25 0 4 0 669604661 1480359936 268865 33554432000 4194304 4625164 140733611325216 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 361416 268865 378 106 0 356919 0
[pid=5209/tid=5211] ppid=5207 vsize=1445664 CPUtime=882.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 150199 0 0 0 88161 55 0 0 25 0 4 0 669604671 1480359936 268865 33554432000 4194304 4625164 140733611325216 18446744073709551615 4462375 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1445664 CPUtime=875.65 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 74241 0 0 0 87538 27 0 0 25 0 4 0 669604671 1480359936 268865 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1445664 CPUtime=882.2 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3908554 0 0 0 87642 578 0 0 25 0 4 0 669604671 1480359936 268865 33554432000 4194304 4625164 140733611325216 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.57
Current children cumulated vsize (KiB) 1445664

[startup+942.3 s]
/proc/loadavg: 7.58 8.02 7.98 5/379 5255
/proc/meminfo: memFree=21002540/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1464984 CPUtime=3756.83 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4262031 0 0 0 374996 687 0 0 25 0 4 0 669604661 1500143616 279541 33554432000 4194304 4625164 140733611325216 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 366246 279541 378 106 0 361749 0
[pid=5209/tid=5211] ppid=5207 vsize=1464984 CPUtime=942.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 154607 0 0 0 94156 60 0 0 25 0 4 0 669604671 1500143616 279541 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1464984 CPUtime=935.64 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 74327 0 0 0 93537 27 0 0 25 0 4 0 669604671 1500143616 279541 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1464984 CPUtime=942.2 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3913663 0 0 0 93641 579 0 0 25 0 4 0 669604671 1500143616 279541 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756.83
Current children cumulated vsize (KiB) 1464984

[startup+1002.3 s]
/proc/loadavg: 5.35 7.30 7.73 5/379 5257
/proc/meminfo: memFree=20956736/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1483860 CPUtime=3996.12 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4273318 0 0 0 398918 694 0 0 25 0 4 0 669604661 1519472640 290761 33554432000 4194304 4625164 140733611325216 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 370965 290761 378 106 0 366468 0
[pid=5209/tid=5211] ppid=5207 vsize=1483860 CPUtime=1002.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 159546 0 0 0 100151 65 0 0 25 0 4 0 669604671 1519472640 290761 33554432000 4194304 4625164 140733611325216 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1483860 CPUtime=995.64 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 74473 0 0 0 99537 27 0 0 25 0 4 0 669604671 1519472640 290761 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1483860 CPUtime=1002.2 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3918474 0 0 0 99640 580 0 0 25 0 4 0 669604671 1519472640 290761 33554432000 4194304 4625164 140733611325216 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3996.12
Current children cumulated vsize (KiB) 1483860

[startup+1062.3 s]
/proc/loadavg: 4.53 6.71 7.50 5/379 5258
/proc/meminfo: memFree=20915748/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1502180 CPUtime=4235.43 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4283864 0 0 0 422842 701 0 0 25 0 4 0 669604661 1538232320 301199 33554432000 4194304 4625164 140733611325216 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 375545 301199 378 106 0 371048 0
[pid=5209/tid=5211] ppid=5207 vsize=1502180 CPUtime=1062.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 163386 0 0 0 106146 70 0 0 25 0 4 0 669604671 1538232320 301199 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1502180 CPUtime=1055.64 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 74508 0 0 0 105537 27 0 0 25 0 4 0 669604671 1538232320 301199 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1502180 CPUtime=1062.21 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3923440 0 0 0 105640 581 0 0 25 0 4 0 669604671 1538232320 301199 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4235.43
Current children cumulated vsize (KiB) 1502180

[startup+1122.3 s]
/proc/loadavg: 4.19 6.21 7.28 5/379 5260
/proc/meminfo: memFree=20877004/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1587500 CPUtime=4474.72 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4293770 0 0 0 446765 707 0 0 25 0 4 0 669604661 1625600000 311033 33554432000 4194304 4625164 140733611325216 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 396875 311033 378 106 0 392378 0
[pid=5209/tid=5211] ppid=5207 vsize=1587500 CPUtime=1122.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 166695 0 0 0 112142 74 0 0 25 0 4 0 669604671 1625600000 311033 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1587500 CPUtime=1115.64 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 74803 0 0 0 111537 27 0 0 25 0 4 0 669604671 1625600000 311033 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1587500 CPUtime=1122.2 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 3928406 0 0 0 111638 582 0 0 25 0 4 0 669604671 1625600000 311033 33554432000 4194304 4625164 140733611325216 18446744073709551615 4579358 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4474.72
Current children cumulated vsize (KiB) 1587500

[startup+1182.3 s]
/proc/loadavg: 4.11 5.82 7.07 5/379 5261
/proc/meminfo: memFree=20823004/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1657300 CPUtime=4714 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4586154 0 0 0 470641 759 0 0 25 0 4 0 669604661 1697075200 324200 33554432000 4194304 4625164 140733611325216 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 414325 324200 365 106 0 409828 0
[pid=5209/tid=5211] ppid=5207 vsize=1657300 CPUtime=1182.16 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 203633 0 0 0 118135 81 0 0 25 0 4 0 669604671 1697075200 324200 33554432000 4194304 4625164 140733611325216 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1657300 CPUtime=1175.64 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 77509 0 0 0 117530 34 0 0 25 0 4 0 669604671 1697075200 324200 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1657300 CPUtime=1182.2 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 4180451 0 0 0 117600 620 0 0 25 0 4 0 669604671 1697075200 324200 33554432000 4194304 4625164 140733611325216 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714
Current children cumulated vsize (KiB) 1657300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 4.07 5.68 6.99 5/379 5262
/proc/meminfo: memFree=20812208/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1657300 CPUtime=4800.15 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4717048 0 0 0 479234 781 0 0 25 0 4 0 669604661 1697075200 326776 33554432000 4194304 4625164 140733611325216 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 414325 326776 365 106 0 409828 0
[pid=5209/tid=5211] ppid=5207 vsize=1657300 CPUtime=1203.77 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 203680 0 0 0 120296 81 0 0 25 0 4 0 669604671 1697075200 326784 33554432000 4194304 4625164 140733611325216 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1657300 CPUtime=1197.26 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 78159 0 0 0 119689 37 0 0 25 0 4 0 669604671 1697075200 326784 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1657300 CPUtime=1203.82 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 4310651 0 0 0 119743 639 0 0 25 0 4 0 669604671 1697075200 326784 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1657300

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

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

[startup+1203.9 s]
/proc/loadavg: 4.07 5.68 6.99 5/379 5262
/proc/meminfo: memFree=20812208/32950928 swapFree=45972156/67111528
[pid=5209] ppid=5207 vsize=1657300 CPUtime=4800.15 cores=0,2,4,6
/proc/5209/stat : 5209 (SArTagnan) R 5207 5209 4682 0 -1 4202496 4717048 0 0 0 479234 781 0 0 25 0 4 0 669604661 1697075200 326776 33554432000 4194304 4625164 140733611325216 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5209/statm: 414325 326776 365 106 0 409828 0
[pid=5209/tid=5211] ppid=5207 vsize=1657300 CPUtime=1203.77 cores=0,2,4,6
/proc/5209/task/5211/stat : 5211 (SArTagnan) R 5207 5209 4682 0 -1 4202560 203680 0 0 0 120296 81 0 0 25 0 4 0 669604671 1697075200 326784 33554432000 4194304 4625164 140733611325216 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5209/tid=5212] ppid=5207 vsize=1657300 CPUtime=1197.26 cores=0,2,4,6
/proc/5209/task/5212/stat : 5212 (SArTagnan) R 5207 5209 4682 0 -1 4202560 78159 0 0 0 119689 37 0 0 25 0 4 0 669604671 1697075200 326784 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5209/tid=5213] ppid=5207 vsize=1657300 CPUtime=1203.82 cores=0,2,4,6
/proc/5209/task/5213/stat : 5213 (SArTagnan) R 5207 5209 4682 0 -1 4202560 4310651 0 0 0 119743 639 0 0 25 0 4 0 669604671 1697075200 326784 33554432000 4194304 4625164 140733611325216 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1657300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.98
CPU time (s): 4800.26
CPU user time (s): 4792.39
CPU system time (s): 7.8728
CPU usage (%): 398.699
Max. virtual memory (cumulated for all children) (KiB): 1657300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.39
system time used= 7.8728
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4717065
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= 4216
involuntary context switches= 21680

runsolver used 4.34534 second user time and 10.6294 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 23:07:39
IDJOB=3386407
IDBENCH=83116
IDSOLVER=1871
FILE ID=node120/3386407-1305580059
RUNJOBID= node120-1305577174-4700
PBS_JOBID= 13350219
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1205555863

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21076744 kB
Buffers:         81608 kB
Cached:         568880 kB
SwapCached:      63496 kB
Active:        1424708 kB
Inactive:     10222792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21076744 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:            4088 kB
Writeback:           0 kB
AnonPages:    10939200 kB
Mapped:          16292 kB
Slab:            77380 kB
PageTables:      84272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79925188 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= 73496 MiB
End job on node120 at 2011-05-16 23:27:45