Trace number 3386226

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.39 1204.85

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.33 8.47 8.24 2/453 7835
/proc/meminfo: memFree=10550200/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=30364 CPUtime=0 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 1913 0 0 0 0 0 0 0 18 0 1 0 650157291 31092736 1852 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7835/statm: 7591 1853 299 106 0 3094 0

[startup+0.061262 s]
/proc/loadavg: 8.33 8.47 8.24 2/453 7835
/proc/meminfo: memFree=10550200/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=37616 CPUtime=0.05 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 6220 0 0 0 5 0 0 0 18 0 1 0 650157291 38518784 3658 33554432000 4194304 4625164 140736474621504 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7835/statm: 9404 3659 299 106 0 4907 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37616

[startup+0.100277 s]
/proc/loadavg: 8.33 8.47 8.24 2/453 7835
/proc/meminfo: memFree=10550200/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=43336 CPUtime=0.09 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 9569 0 0 0 8 1 0 0 18 0 1 0 650157291 44376064 5114 33554432000 4194304 4625164 140736474621504 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7835/statm: 10834 5116 299 106 0 6337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43336

[startup+0.355171 s]
/proc/loadavg: 8.33 8.47 8.24 2/453 7835
/proc/meminfo: memFree=10550200/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=330992 CPUtime=0.98 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 28735 0 0 0 95 3 0 0 19 0 4 0 650157291 338935808 19909 33554432000 4194304 4625164 140736474621504 18446744073709551615 4503594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 82748 19909 336 106 0 78251 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 330992

[startup+0.701109 s]
/proc/loadavg: 8.33 8.47 8.24 2/453 7835
/proc/meminfo: memFree=10550200/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=333424 CPUtime=2.37 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 32541 0 0 0 234 3 0 0 19 0 4 0 650157291 341426176 20442 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 83356 20442 342 106 0 78859 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 333424

[startup+1.50096 s]
/proc/loadavg: 8.33 8.47 8.24 9/463 7848
/proc/meminfo: memFree=10385464/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=390556 CPUtime=5.54 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 86334 0 0 0 543 11 0 0 18 0 4 0 650157291 399929344 44603 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 97639 44604 343 106 0 93142 0
[pid=7835/tid=7843] ppid=7833 vsize=390556 CPUtime=1.33 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 11872 0 0 0 132 1 0 0 18 0 4 0 650157305 399929344 44606 33554432000 4194304 4625164 140736474621504 18446744073709551615 4469027 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=390556 CPUtime=1.34 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 2795 0 0 0 134 0 0 0 23 0 4 0 650157305 399929344 44608 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=390556 CPUtime=1.35 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 19524 0 0 0 133 2 0 0 23 0 4 0 650157305 399929344 44608 33554432000 4194304 4625164 140736474621504 18446744073709551615 4334454 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 390556

[startup+3.10067 s]
/proc/loadavg: 8.30 8.46 8.24 9/463 7848
/proc/meminfo: memFree=10030452/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=447768 CPUtime=11.92 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 133419 0 0 0 1174 18 0 0 20 0 4 0 650157291 458514432 65288 33554432000 4194304 4625164 140736474621504 18446744073709551615 4511846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 111942 65288 346 106 0 107445 0
[pid=7835/tid=7843] ppid=7833 vsize=447768 CPUtime=2.93 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 20782 0 0 0 291 2 0 0 20 0 4 0 650157305 458514432 65288 33554432000 4194304 4625164 140736474621504 18446744073709551615 4465328 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=447768 CPUtime=2.92 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 15062 0 0 0 290 2 0 0 25 0 4 0 650157305 458514432 65288 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=447768 CPUtime=2.94 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 30793 0 0 0 291 3 0 0 25 0 4 0 650157305 458514432 65288 33554432000 4194304 4625164 140736474621504 18446744073709551615 228095109299 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 447768

[startup+6.30108 s]
/proc/loadavg: 8.30 8.46 8.24 9/463 7849
/proc/meminfo: memFree=10057004/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=473004 CPUtime=24.67 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 168331 0 0 0 2444 23 0 0 25 0 4 0 650157291 484356096 62011 33554432000 4194304 4625164 140736474621504 18446744073709551615 4338276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 118251 62011 346 106 0 113754 0
[pid=7835/tid=7843] ppid=7833 vsize=473004 CPUtime=6.13 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 21322 0 0 0 611 2 0 0 25 0 4 0 650157305 484356096 62011 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=473004 CPUtime=6.07 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 19575 0 0 0 604 3 0 0 25 0 4 0 650157305 484356096 62011 33554432000 4194304 4625164 140736474621504 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=473004 CPUtime=6.15 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 60246 0 0 0 608 7 0 0 25 0 4 0 650157305 484356096 62011 33554432000 4194304 4625164 140736474621504 18446744073709551615 228095109311 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 473004

[startup+12.7009 s]
/proc/loadavg: 8.25 8.45 8.24 9/463 7849
/proc/meminfo: memFree=10048388/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=473004 CPUtime=50.16 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 176494 0 0 0 4992 24 0 0 25 0 4 0 650157291 484356096 63429 33554432000 4194304 4625164 140736474621504 18446744073709551615 4356423 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 118251 63429 346 106 0 113754 0
[pid=7835/tid=7843] ppid=7833 vsize=473004 CPUtime=12.53 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 21821 0 0 0 1250 3 0 0 25 0 4 0 650157305 484356096 63429 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=473004 CPUtime=12.36 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 20010 0 0 0 1233 3 0 0 25 0 4 0 650157305 484356096 63429 33554432000 4194304 4625164 140736474621504 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=473004 CPUtime=12.54 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 67141 0 0 0 1247 7 0 0 25 0 4 0 650157305 484356096 63429 33554432000 4194304 4625164 140736474621504 18446744073709551615 4579343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 473004

[startup+25.5005 s]
/proc/loadavg: 8.21 8.43 8.23 9/463 7849
/proc/meminfo: memFree=10039560/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=473004 CPUtime=101.16 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 249235 0 0 0 10079 37 0 0 25 0 4 0 650157291 484356096 64618 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 118251 64618 346 106 0 113754 0
[pid=7835/tid=7843] ppid=7833 vsize=473004 CPUtime=25.33 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 21870 0 0 0 2530 3 0 0 25 0 4 0 650157305 484356096 64618 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=473004 CPUtime=24.96 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 20157 0 0 0 2493 3 0 0 25 0 4 0 650157305 484356096 64618 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=473004 CPUtime=25.35 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 139571 0 0 0 2515 20 0 0 25 0 4 0 650157305 484356096 64618 33554432000 4194304 4625164 140736474621504 18446744073709551615 4340066 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 473004

[startup+51.1008 s]
/proc/loadavg: 8.22 8.41 8.23 9/463 7850
/proc/meminfo: memFree=10025768/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=473004 CPUtime=203.18 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 414206 0 0 0 20255 63 0 0 25 0 4 0 650157291 484356096 67631 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 118251 67631 346 106 0 113754 0
[pid=7835/tid=7843] ppid=7833 vsize=473004 CPUtime=50.93 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 22038 0 0 0 5090 3 0 0 25 0 4 0 650157305 484356096 67631 33554432000 4194304 4625164 140736474621504 18446744073709551615 4462457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=473004 CPUtime=50.17 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 20266 0 0 0 5014 3 0 0 25 0 4 0 650157305 484356096 67631 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=473004 CPUtime=50.95 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 304046 0 0 0 5049 46 0 0 25 0 4 0 650157305 484356096 67631 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.18
Current children cumulated vsize (KiB) 473004

[startup+102.317 s]
/proc/loadavg: 8.51 8.44 8.25 10/464 7854
/proc/meminfo: memFree=9977508/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=475448 CPUtime=407.25 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 534324 0 0 0 40644 81 0 0 25 0 4 0 650157291 486858752 71724 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 118862 71724 347 106 0 114365 0
[pid=7835/tid=7843] ppid=7833 vsize=475448 CPUtime=102.16 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 22860 0 0 0 10212 4 0 0 25 0 4 0 650157305 486858752 71724 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=475448 CPUtime=100.59 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 22194 0 0 0 10055 4 0 0 25 0 4 0 650157305 486858752 71724 33554432000 4194304 4625164 140736474621504 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=475448 CPUtime=102.16 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 420917 0 0 0 10154 62 0 0 25 0 4 0 650157305 486858752 71724 33554432000 4194304 4625164 140736474621504 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.25
Current children cumulated vsize (KiB) 475448

[startup+162.3 s]
/proc/loadavg: 8.36 8.41 8.25 9/463 7856
/proc/meminfo: memFree=9941128/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=582744 CPUtime=646.26 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 689481 0 0 0 64521 105 0 0 25 0 4 0 650157291 596729856 77559 33554432000 4194304 4625164 140736474621504 18446744073709551615 4509043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 145686 77559 347 106 0 141189 0
[pid=7835/tid=7843] ppid=7833 vsize=582744 CPUtime=162.13 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 29689 0 0 0 16209 4 0 0 25 0 4 0 650157305 596729856 77559 33554432000 4194304 4625164 140736474621504 18446744073709551615 4462457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=582744 CPUtime=159.66 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 22854 0 0 0 15962 4 0 0 25 0 4 0 650157305 596729856 77559 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=582744 CPUtime=162.15 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 561758 0 0 0 16130 85 0 0 25 0 4 0 650157305 596729856 77559 33554432000 4194304 4625164 140736474621504 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.26
Current children cumulated vsize (KiB) 582744

[startup+222.3 s]
/proc/loadavg: 8.39 8.40 8.26 9/463 7857
/proc/meminfo: memFree=9879248/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=589280 CPUtime=885.34 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 1014297 0 0 0 88380 154 0 0 25 0 4 0 650157291 603422720 84053 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 147320 84054 347 106 0 142823 0
[pid=7835/tid=7843] ppid=7833 vsize=589280 CPUtime=222.14 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 30379 0 0 0 22209 5 0 0 25 0 4 0 650157305 603422720 84054 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=589280 CPUtime=218.72 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 23405 0 0 0 21868 4 0 0 25 0 4 0 650157305 603422720 84054 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=589280 CPUtime=222.15 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 884707 0 0 0 22083 132 0 0 25 0 4 0 650157305 603422720 84055 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 885.34
Current children cumulated vsize (KiB) 589280

[startup+282.3 s]

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

[pid=7835] ppid=7833 vsize=733060 CPUtime=2558.94 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 2336816 0 0 0 255531 363 0 0 25 0 4 0 650157291 750653440 134022 33554432000 4194304 4625164 140736474621504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 183265 134022 347 106 0 178768 0
[pid=7835/tid=7843] ppid=7833 vsize=733060 CPUtime=642.17 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 48688 0 0 0 64203 14 0 0 25 0 4 0 650157305 750653440 134022 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=733060 CPUtime=632.26 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 33444 0 0 0 63219 7 0 0 25 0 4 0 650157305 750653440 134022 33554432000 4194304 4625164 140736474621504 18446744073709551615 4465353 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=733060 CPUtime=642.18 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 2155343 0 0 0 63894 324 0 0 25 0 4 0 650157305 750653440 134022 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2558.94
Current children cumulated vsize (KiB) 733060

[startup+702.301 s]
/proc/loadavg: 8.14 8.18 8.18 9/463 7870
/proc/meminfo: memFree=9406576/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=749192 CPUtime=2797.99 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 2343766 0 0 0 279433 366 0 0 25 0 4 0 650157291 767172608 140919 33554432000 4194304 4625164 140736474621504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 187298 140919 347 106 0 182801 0
[pid=7835/tid=7843] ppid=7833 vsize=749192 CPUtime=702.15 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 49679 0 0 0 70200 15 0 0 25 0 4 0 650157305 767172608 140919 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=749192 CPUtime=691.33 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 33690 0 0 0 69126 7 0 0 25 0 4 0 650157305 767172608 140919 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=749192 CPUtime=702.17 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 2159790 0 0 0 69891 326 0 0 25 0 4 0 650157305 767172608 140919 33554432000 4194304 4625164 140736474621504 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2797.99
Current children cumulated vsize (KiB) 749192

[startup+762.318 s]
/proc/loadavg: 8.13 8.17 8.18 9/463 7872
/proc/meminfo: memFree=9347660/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=817612 CPUtime=3037.12 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 2702219 0 0 0 303290 422 0 0 25 0 4 0 650157291 837234688 149093 33554432000 4194304 4625164 140736474621504 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 204403 149093 348 106 0 199906 0
[pid=7835/tid=7843] ppid=7833 vsize=817612 CPUtime=762.17 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 50667 0 0 0 76201 16 0 0 25 0 4 0 650157305 837234688 149093 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=817612 CPUtime=750.41 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 33865 0 0 0 75034 7 0 0 25 0 4 0 650157305 837234688 149093 33554432000 4194304 4625164 140736474621504 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=817612 CPUtime=762.18 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 2515801 0 0 0 75838 380 0 0 25 0 4 0 650157305 837234688 149094 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3037.12
Current children cumulated vsize (KiB) 817612

[startup+822.301 s]
/proc/loadavg: 8.16 8.18 8.18 9/463 7873
/proc/meminfo: memFree=9296316/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=817612 CPUtime=3276.15 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 3150267 0 0 0 327123 492 0 0 25 0 4 0 650157291 837234688 154149 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 204403 154149 347 106 0 199906 0
[pid=7835/tid=7843] ppid=7833 vsize=817612 CPUtime=822.15 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 51452 0 0 0 82198 17 0 0 25 0 4 0 650157305 837234688 154149 33554432000 4194304 4625164 140736474621504 18446744073709551615 4462362 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=817612 CPUtime=809.48 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 34131 0 0 0 80941 7 0 0 25 0 4 0 650157305 837234688 154149 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=817612 CPUtime=822.16 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 2961771 0 0 0 81768 448 0 0 25 0 4 0 650157305 837234688 154150 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3276.15
Current children cumulated vsize (KiB) 817612

[startup+882.301 s]
/proc/loadavg: 8.13 8.17 8.18 9/463 7875
/proc/meminfo: memFree=9244352/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=934120 CPUtime=3515.22 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 3393899 0 0 0 350994 528 0 0 25 0 4 0 650157291 956538880 159739 33554432000 4194304 4625164 140736474621504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 233530 159739 347 106 0 229033 0
[pid=7835/tid=7843] ppid=7833 vsize=934120 CPUtime=882.16 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 52204 0 0 0 88198 18 0 0 25 0 4 0 650157305 956538880 159739 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=934120 CPUtime=868.55 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 34233 0 0 0 86848 7 0 0 25 0 4 0 650157305 956538880 159739 33554432000 4194304 4625164 140736474621504 18446744073709551615 4352112 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=934120 CPUtime=882.16 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 3189758 0 0 0 87734 482 0 0 25 0 4 0 650157305 956538880 159739 33554432000 4194304 4625164 140736474621504 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3515.22
Current children cumulated vsize (KiB) 934120

[startup+942.301 s]
/proc/loadavg: 8.09 8.15 8.17 9/463 7876
/proc/meminfo: memFree=9194368/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=995728 CPUtime=3754.32 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 3423384 0 0 0 374899 533 0 0 25 0 4 0 650157291 1019625472 166121 33554432000 4194304 4625164 140736474621504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 248932 166121 347 106 0 244435 0
[pid=7835/tid=7843] ppid=7833 vsize=995728 CPUtime=942.16 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 67156 0 0 0 94196 20 0 0 25 0 4 0 650157305 1019625472 166121 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=995728 CPUtime=927.63 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 34292 0 0 0 92756 7 0 0 25 0 4 0 650157305 1019625472 166121 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=995728 CPUtime=942.17 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 3193775 0 0 0 93734 483 0 0 25 0 4 0 650157305 1019625472 166121 33554432000 4194304 4625164 140736474621504 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3754.32
Current children cumulated vsize (KiB) 995728

[startup+1002.3 s]
/proc/loadavg: 8.10 8.15 8.17 9/463 7878
/proc/meminfo: memFree=9134708/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=1021808 CPUtime=3993.38 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 3674974 0 0 0 398764 574 0 0 25 0 4 0 650157291 1046331392 173557 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512035 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 255452 173557 347 106 0 250955 0
[pid=7835/tid=7843] ppid=7833 vsize=1021808 CPUtime=1002.16 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 67573 0 0 0 100196 20 0 0 25 0 4 0 650157305 1046331392 173557 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=1021808 CPUtime=986.7 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 44526 0 0 0 98662 8 0 0 25 0 4 0 650157305 1046331392 173557 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=1021808 CPUtime=1002.17 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 3434079 0 0 0 99693 524 0 0 25 0 4 0 650157305 1046331392 173557 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3993.38
Current children cumulated vsize (KiB) 1021808

[startup+1062.3 s]
/proc/loadavg: 8.11 8.14 8.16 9/463 7880
/proc/meminfo: memFree=9090912/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=1021808 CPUtime=4232.47 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 4137716 0 0 0 422604 643 0 0 25 0 4 0 650157291 1046331392 177681 33554432000 4194304 4625164 140736474621504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 255452 177681 347 106 0 250955 0
[pid=7835/tid=7843] ppid=7833 vsize=1021808 CPUtime=1062.17 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 67958 0 0 0 106196 21 0 0 25 0 4 0 650157305 1046331392 177681 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=1021808 CPUtime=1045.79 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 45128 0 0 0 104570 9 0 0 25 0 4 0 650157305 1046331392 177681 33554432000 4194304 4625164 140736474621504 18446744073709551615 4352776 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=1021808 CPUtime=1062.17 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 3895474 0 0 0 105626 591 0 0 25 0 4 0 650157305 1046331392 177681 33554432000 4194304 4625164 140736474621504 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.47
Current children cumulated vsize (KiB) 1021808

[startup+1122.3 s]
/proc/loadavg: 8.12 8.13 8.16 9/463 7881
/proc/meminfo: memFree=9043536/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=1021808 CPUtime=4471.54 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 4540426 0 0 0 446451 703 0 0 25 0 4 0 650157291 1046331392 183330 33554432000 4194304 4625164 140736474621504 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 255452 183330 347 106 0 250955 0
[pid=7835/tid=7843] ppid=7833 vsize=1021808 CPUtime=1122.17 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 68277 0 0 0 112196 21 0 0 25 0 4 0 650157305 1046331392 183330 33554432000 4194304 4625164 140736474621504 18446744073709551615 4351736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=1021808 CPUtime=1104.85 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 45276 0 0 0 110476 9 0 0 25 0 4 0 650157305 1046331392 183330 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=1021808 CPUtime=1122.18 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 4297276 0 0 0 111567 651 0 0 25 0 4 0 650157305 1046331392 183330 33554432000 4194304 4625164 140736474621504 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4471.54
Current children cumulated vsize (KiB) 1021808

[startup+1182.3 s]
/proc/loadavg: 8.18 8.13 8.15 9/463 7883
/proc/meminfo: memFree=8988228/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=1021808 CPUtime=4710.63 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 5017847 0 0 0 470292 771 0 0 25 0 4 0 650157291 1046331392 187555 33554432000 4194304 4625164 140736474621504 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 255452 187555 347 106 0 250955 0
[pid=7835/tid=7843] ppid=7833 vsize=1021808 CPUtime=1182.17 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 68759 0 0 0 118196 21 0 0 25 0 4 0 650157305 1046331392 187555 33554432000 4194304 4625164 140736474621504 18446744073709551615 4465017 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=1021808 CPUtime=1163.94 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 45573 0 0 0 116385 9 0 0 25 0 4 0 650157305 1046331392 187556 33554432000 4194304 4625164 140736474621504 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=1021808 CPUtime=1182.18 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 4773377 0 0 0 117499 719 0 0 25 0 4 0 650157305 1046331392 187556 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4710.63
Current children cumulated vsize (KiB) 1021808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.8 s]
/proc/loadavg: 8.13 8.12 8.15 9/463 7884
/proc/meminfo: memFree=8966892/32951124 swapFree=65980224/67111528
[pid=7835] ppid=7833 vsize=1021808 CPUtime=4800.31 cores=1,3,5,7
/proc/7835/stat : 7835 (SArTagnan) R 7833 7835 7803 0 -1 4202496 5192190 0 0 0 479235 796 0 0 25 0 4 0 650157291 1046331392 190368 33554432000 4194304 4625164 140736474621504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7835/statm: 255452 190368 348 106 0 250955 0
[pid=7835/tid=7843] ppid=7833 vsize=1021808 CPUtime=1204.69 cores=1,3,5,7
/proc/7835/task/7843/stat : 7843 (SArTagnan) R 7833 7835 7803 0 -1 4202560 68955 0 0 0 120448 21 0 0 25 0 4 0 650157305 1046331392 190395 33554432000 4194304 4625164 140736474621504 18446744073709551615 4462457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7835/tid=7844] ppid=7833 vsize=1021808 CPUtime=1186.08 cores=1,3,5,7
/proc/7835/task/7844/stat : 7844 (SArTagnan) R 7833 7835 7803 0 -1 4202560 45606 0 0 0 118599 9 0 0 25 0 4 0 650157305 1046331392 190395 33554432000 4194304 4625164 140736474621504 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7835/tid=7845] ppid=7833 vsize=1021808 CPUtime=1204.69 cores=1,3,5,7
/proc/7835/task/7845/stat : 7845 (SArTagnan) R 7833 7835 7803 0 -1 4202560 4947346 0 0 0 119726 743 0 0 25 0 4 0 650157305 1046331392 190395 33554432000 4194304 4625164 140736474621504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1021808

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): 1204.85
CPU time (s): 4800.39
CPU user time (s): 4792.4
CPU system time (s): 7.99079
CPU usage (%): 398.421
Max. virtual memory (cumulated for all children) (KiB): 1087344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.4
system time used= 7.99078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5192227
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= 1064
involuntary context switches= 19497

runsolver used 5.13922 second user time and 13.5069 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 22:23:38
IDJOB=3386226
IDBENCH=70830
IDSOLVER=1871
FILE ID=node142/3386226-1305577418
RUNJOBID= node142-1305577418-7822
PBS_JOBID= 13350222
Free space on /tmp= 73564 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386226-1305577418/watcher-3386226-1305577418 -o /tmp/evaluation-result-3386226-1305577418/solver-3386226-1305577418 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386226-1305577418.cnf -threads=4

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=997631371

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:      10550356 kB
Buffers:        355328 kB
Cached:        4976156 kB
SwapCached:      11512 kB
Active:       18891480 kB
Inactive:      3130940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10550356 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:            5856 kB
Writeback:           0 kB
AnonPages:    16688644 kB
Mapped:          26420 kB
Slab:           238624 kB
PageTables:      66048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114500908 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= 73560 MiB
End job on node142 at 2011-05-16 22:43:45