Trace number 3385851

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
Bench CategoryCRAFTED (crafted 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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3385851-1305583760/watcher-3385851-1305583760 -o /tmp/evaluation-result-3385851-1305583760/solver-3385851-1305583760 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385851-1305583760.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: 10.10 10.13 9.49 7/373 28633
/proc/meminfo: memFree=14838084/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=31168 CPUtime=0.01 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 936 0 0 0 1 0 0 0 25 0 1 0 669975655 31916032 599 33554432000 4194304 4625164 140734516226368 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28633/statm: 7792 599 296 106 0 3295 0

[startup+0.115866 s]
/proc/loadavg: 10.10 10.13 9.49 7/373 28633
/proc/meminfo: memFree=14838084/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=38248 CPUtime=0.1 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 5792 0 0 0 10 0 0 0 25 0 1 0 669975655 39165952 1917 33554432000 4194304 4625164 140734516226368 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28633/statm: 9562 1917 296 106 0 5065 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38248

[startup+0.200817 s]
/proc/loadavg: 10.10 10.13 9.49 7/373 28633
/proc/meminfo: memFree=14838084/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=291080 CPUtime=0.32 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 12060 0 0 0 31 1 0 0 25 0 4 0 669975655 298065920 8182 33554432000 4194304 4625164 140734516226368 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 72770 8182 329 106 0 68273 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 291080

[startup+0.300767 s]
/proc/loadavg: 10.10 10.13 9.49 7/373 28633
/proc/meminfo: memFree=14838084/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=292772 CPUtime=0.62 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 13415 0 0 0 61 1 0 0 25 0 4 0 669975655 299798528 9521 33554432000 4194304 4625164 140734516226368 18446744073709551615 274664499152 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28633/statm: 73193 9521 329 106 0 68696 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 292772

[startup+0.700699 s]
/proc/loadavg: 10.10 10.13 9.49 7/373 28633
/proc/meminfo: memFree=14838084/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=298384 CPUtime=1.82 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 17485 0 0 0 180 2 0 0 25 0 4 0 669975655 305545216 13552 33554432000 4194304 4625164 140734516226368 18446744073709551615 274664475630 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28633/statm: 74596 13552 329 106 0 70099 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 298384

[startup+1.50056 s]
/proc/loadavg: 10.17 10.14 9.50 11/377 28637
/proc/meminfo: memFree=14695344/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=341916 CPUtime=4.2 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 48013 0 0 0 415 5 0 0 25 0 4 0 669975655 350121984 29126 33554432000 4194304 4625164 140734516226368 18446744073709551615 274664469537 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28633/statm: 85479 29127 334 106 0 80982 0
[pid=28633/tid=28635] ppid=28631 vsize=341916 CPUtime=1.25 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 3695 0 0 0 125 0 0 0 19 0 4 0 669975668 350121984 29128 33554432000 4194304 4625164 140734516226368 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=341916 CPUtime=1.21 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 6419 0 0 0 120 1 0 0 25 0 4 0 669975668 350121984 29128 33554432000 4194304 4625164 140734516226368 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=341916 CPUtime=1.35 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 1829 0 0 0 135 0 0 0 25 0 4 0 669975668 350121984 29129 33554432000 4194304 4625164 140734516226368 18446744073709551615 274664466886 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 341916

[startup+3.64102 s]
/proc/loadavg: 10.17 10.14 9.50 11/377 28637
/proc/meminfo: memFree=14637440/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=512032 CPUtime=12.97 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 139588 0 0 0 1279 18 0 0 25 0 4 0 669975655 524320768 73131 33554432000 4194304 4625164 140734516226368 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28633/statm: 128008 73131 336 106 0 123511 0
[pid=28633/tid=28635] ppid=28631 vsize=512032 CPUtime=4.07 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 7704 0 0 0 406 1 0 0 22 0 4 0 669975668 524320768 73131 33554432000 4194304 4625164 140734516226368 18446744073709551615 4291755 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=512032 CPUtime=3.41 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 12399 0 0 0 339 2 0 0 25 0 4 0 669975668 524320768 73132 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=512032 CPUtime=4.34 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 4782 0 0 0 434 0 0 0 23 0 4 0 669975668 524320768 73132 33554432000 4194304 4625164 140734516226368 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 512032

[startup+6.30073 s]
/proc/loadavg: 10.17 10.14 9.50 11/377 28637
/proc/meminfo: memFree=14435952/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=584816 CPUtime=16.05 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 190932 0 0 0 1580 25 0 0 25 0 4 0 669975655 598851584 91927 33554432000 4194304 4625164 140734516226368 18446744073709551615 274664851639 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 146204 91927 454 106 0 141707 0
[pid=28633/tid=28635] ppid=28631 vsize=584816 CPUtime=5.08 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 9554 0 0 0 507 1 0 0 25 0 4 0 669975668 598851584 91927 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=584816 CPUtime=4.09 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 15286 0 0 0 406 3 0 0 25 0 4 0 669975668 598851584 91927 33554432000 4194304 4625164 140734516226368 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=584816 CPUtime=5.37 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 4938 0 0 0 537 0 0 0 25 0 4 0 669975668 598851584 91927 33554432000 4194304 4625164 140734516226368 18446744073709551615 4334254 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 584816

[startup+12.7006 s]
/proc/loadavg: 10.14 10.14 9.50 11/377 28637
/proc/meminfo: memFree=14150640/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=832840 CPUtime=35.01 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 302734 0 0 0 3458 43 0 0 25 0 4 0 669975655 852828160 148968 33554432000 4194304 4625164 140734516226368 18446744073709551615 4381791 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 208210 148968 470 106 0 203713 0
[pid=28633/tid=28635] ppid=28631 vsize=832840 CPUtime=11.15 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 15055 0 0 0 1113 2 0 0 19 0 4 0 669975668 852828160 148968 33554432000 4194304 4625164 140734516226368 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=832840 CPUtime=9.7 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 23011 0 0 0 965 5 0 0 25 0 4 0 669975668 852828160 148968 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=832840 CPUtime=11.3 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 11248 0 0 0 1129 1 0 0 25 0 4 0 669975668 852828160 148968 33554432000 4194304 4625164 140734516226368 18446744073709551615 4375328 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35.01
Current children cumulated vsize (KiB) 832840

[startup+25.5004 s]
/proc/loadavg: 10.12 10.13 9.51 11/377 28638
/proc/meminfo: memFree=13821580/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=1134616 CPUtime=73.22 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 494660 0 0 0 7253 69 0 0 25 0 4 0 669975655 1161846784 212333 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28633/statm: 283654 212333 1337 106 0 279157 0
[pid=28633/tid=28635] ppid=28631 vsize=1134616 CPUtime=18.53 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 20909 0 0 0 1850 3 0 0 25 0 4 0 669975668 1161846784 212333 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=1134616 CPUtime=22.41 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 29910 0 0 0 2235 6 0 0 25 0 4 0 669975668 1161846784 212333 33554432000 4194304 4625164 140734516226368 18446744073709551615 274664475650 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=1134616 CPUtime=23.92 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 70178 0 0 0 2382 10 0 0 25 0 4 0 669975668 1161846784 212333 33554432000 4194304 4625164 140734516226368 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.22
Current children cumulated vsize (KiB) 1134616

[startup+51.101 s]
/proc/loadavg: 10.08 10.12 9.52 11/377 28638
/proc/meminfo: memFree=13640448/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=1243216 CPUtime=149.71 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 576351 0 0 0 14888 83 0 0 25 0 4 0 669975655 1273053184 237843 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 310804 237843 1411 106 0 306307 0
[pid=28633/tid=28635] ppid=28631 vsize=1243216 CPUtime=36.94 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 27556 0 0 0 3691 3 0 0 25 0 4 0 669975668 1273053184 237843 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=1243216 CPUtime=36.89 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 49035 0 0 0 3677 12 0 0 25 0 4 0 669975668 1273053184 237843 33554432000 4194304 4625164 140734516226368 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=1243216 CPUtime=43.79 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 124802 0 0 0 4362 17 0 0 25 0 4 0 669975668 1273053184 237843 33554432000 4194304 4625164 140734516226368 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 149.71
Current children cumulated vsize (KiB) 1243216

[startup+102.301 s]
/proc/loadavg: 10.10 10.12 9.56 11/377 28640
/proc/meminfo: memFree=13291756/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=1389752 CPUtime=302.68 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 753810 0 0 0 30155 113 0 0 25 0 4 0 669975655 1423106048 279856 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 347438 279856 1238 106 0 342941 0
[pid=28633/tid=28635] ppid=28631 vsize=1389752 CPUtime=83.16 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 40337 0 0 0 8311 5 0 0 25 0 4 0 669975668 1423106048 279856 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=1389752 CPUtime=62.4 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 66127 0 0 0 6219 21 0 0 25 0 4 0 669975668 1423106048 279856 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=1389752 CPUtime=79.57 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 257323 0 0 0 7924 33 0 0 25 0 4 0 669975668 1423106048 279856 33554432000 4194304 4625164 140734516226368 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 302.68
Current children cumulated vsize (KiB) 1389752

[startup+162.301 s]
/proc/loadavg: 10.04 10.10 9.58 11/377 28641
/proc/meminfo: memFree=13018464/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=1445392 CPUtime=481.96 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 1071349 0 0 0 48035 161 0 0 25 0 4 0 669975655 1480081408 313025 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 361348 313025 1238 106 0 356851 0
[pid=28633/tid=28635] ppid=28631 vsize=1445392 CPUtime=142.48 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 55659 0 0 0 14240 8 0 0 25 0 4 0 669975668 1480081408 313025 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=1445392 CPUtime=92.5 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 86647 0 0 0 9221 29 0 0 25 0 4 0 669975668 1480081408 313025 33554432000 4194304 4625164 140734516226368 18446744073709551615 4464349 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=1445392 CPUtime=110.3 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 516362 0 0 0 10962 68 0 0 25 0 4 0 669975668 1480081408 313025 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 481.96
Current children cumulated vsize (KiB) 1445392

[startup+222.3 s]
/proc/loadavg: 10.12 10.11 9.61 11/377 28643
/proc/meminfo: memFree=12683784/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=1756336 CPUtime=661.2 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 1293839 0 0 0 65924 196 0 0 25 0 4 0 669975655 1798488064 353594 33554432000 4194304 4625164 140734516226368 18446744073709551615 4360190 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 439084 353594 1238 106 0 434587 0
[pid=28633/tid=28635] ppid=28631 vsize=1756336 CPUtime=202.44 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 56991 0 0 0 20235 9 0 0 25 0 4 0 669975668 1798488064 353594 33554432000 4194304 4625164 140734516226368 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=1756336 CPUtime=122.47 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 97393 0 0 0 12211 36 0 0 25 0 4 0 669975668 1798488064 353594 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=1756336 CPUtime=154.03 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 597293 0 0 0 15324 79 0 0 25 0 4 0 669975668 1798488064 353594 33554432000 4194304 4625164 140734516226368 18446744073709551615 4469358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 661.2
Current children cumulated vsize (KiB) 1756336

[startup+282.301 s]

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

[pid=28633] ppid=28631 vsize=2337924 CPUtime=2111.9 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 4153040 0 0 0 210555 635 0 0 25 0 4 0 669975655 2394034176 450382 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 584481 450382 712 106 0 579984 0
[pid=28633/tid=28635] ppid=28631 vsize=2337924 CPUtime=649.78 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 61432 0 0 0 64962 16 0 0 25 0 4 0 669975668 2394034176 450382 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2337924 CPUtime=471.17 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 121545 0 0 0 47073 44 0 0 25 0 4 0 669975668 2394034176 450382 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2337924 CPUtime=459.43 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 3196520 0 0 0 45473 470 0 0 25 0 4 0 669975668 2394034176 450382 33554432000 4194304 4625164 140734516226368 18446744073709551615 4579616 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2111.9
Current children cumulated vsize (KiB) 2337924

[startup+762.301 s]
/proc/loadavg: 10.14 10.12 9.82 11/377 28657
/proc/meminfo: memFree=11615580/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2368004 CPUtime=2291.16 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 4445005 0 0 0 228439 677 0 0 25 0 4 0 669975655 2424836096 458700 33554432000 4194304 4625164 140734516226368 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 592001 458700 696 106 0 587504 0
[pid=28633/tid=28635] ppid=28631 vsize=2368004 CPUtime=709.76 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 61531 0 0 0 70959 17 0 0 25 0 4 0 669975668 2424836096 458700 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2368004 CPUtime=501.18 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 122018 0 0 0 50073 45 0 0 25 0 4 0 669975668 2424836096 458700 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2368004 CPUtime=489.43 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 3469111 0 0 0 48434 509 0 0 25 0 4 0 669975668 2424836096 458700 33554432000 4194304 4625164 140734516226368 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2291.16
Current children cumulated vsize (KiB) 2368004

[startup+822.301 s]
/proc/loadavg: 10.05 10.10 9.83 11/377 28659
/proc/meminfo: memFree=11544896/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2369468 CPUtime=2470.42 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 4713589 0 0 0 246326 716 0 0 25 0 4 0 669975655 2426335232 464747 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 592367 464747 695 106 0 587870 0
[pid=28633/tid=28635] ppid=28631 vsize=2369468 CPUtime=769.73 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 61587 0 0 0 76956 17 0 0 25 0 4 0 669975668 2426335232 464747 33554432000 4194304 4625164 140734516226368 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2369468 CPUtime=531.19 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 122352 0 0 0 53074 45 0 0 25 0 4 0 669975668 2426335232 464747 33554432000 4194304 4625164 140734516226368 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2369468 CPUtime=519.42 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 3733180 0 0 0 51396 546 0 0 25 0 4 0 669975668 2426335232 464747 33554432000 4194304 4625164 140734516226368 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2470.42
Current children cumulated vsize (KiB) 2369468

[startup+882.3 s]
/proc/loadavg: 10.10 10.10 9.85 11/377 28660
/proc/meminfo: memFree=11494796/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2460128 CPUtime=2649.67 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 4929922 0 0 0 264217 750 0 0 25 0 4 0 669975655 2519171072 471839 33554432000 4194304 4625164 140734516226368 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 615032 471839 678 106 0 610535 0
[pid=28633/tid=28635] ppid=28631 vsize=2460128 CPUtime=829.69 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 61675 0 0 0 82951 18 0 0 25 0 4 0 669975668 2519171072 471839 33554432000 4194304 4625164 140734516226368 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2460128 CPUtime=561.19 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 122570 0 0 0 56074 45 0 0 25 0 4 0 669975668 2519171072 471839 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2460128 CPUtime=549.42 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 3947187 0 0 0 54364 578 0 0 25 0 4 0 669975668 2519171072 471839 33554432000 4194304 4625164 140734516226368 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2649.67
Current children cumulated vsize (KiB) 2460128

[startup+942.301 s]
/proc/loadavg: 10.14 10.11 9.86 11/377 28662
/proc/meminfo: memFree=11441720/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2462180 CPUtime=2828.92 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 5185402 0 0 0 282105 787 0 0 25 0 4 0 669975655 2521272320 476504 33554432000 4194304 4625164 140734516226368 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 615545 476504 664 106 0 611048 0
[pid=28633/tid=28635] ppid=28631 vsize=2462180 CPUtime=889.68 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 61769 0 0 0 88949 19 0 0 25 0 4 0 669975668 2521272320 476504 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2462180 CPUtime=591.2 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 122925 0 0 0 59075 45 0 0 25 0 4 0 669975668 2521272320 476504 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2462180 CPUtime=579.41 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 4199025 0 0 0 57327 614 0 0 25 0 4 0 669975668 2521272320 476504 33554432000 4194304 4625164 140734516226368 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2828.92
Current children cumulated vsize (KiB) 2462180

[startup+1002.3 s]
/proc/loadavg: 10.16 10.12 9.88 11/377 28664
/proc/meminfo: memFree=11379592/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2470460 CPUtime=3008.18 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 5459218 0 0 0 299992 826 0 0 25 0 4 0 669975655 2529751040 486627 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 617615 486627 656 106 0 613118 0
[pid=28633/tid=28635] ppid=28631 vsize=2470460 CPUtime=949.65 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 61887 0 0 0 94945 20 0 0 25 0 4 0 669975668 2529751040 486627 33554432000 4194304 4625164 140734516226368 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2470460 CPUtime=621.2 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 123225 0 0 0 62075 45 0 0 25 0 4 0 669975668 2529751040 486627 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2470460 CPUtime=609.4 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 4465713 0 0 0 60289 651 0 0 25 0 4 0 669975668 2529751040 486627 33554432000 4194304 4625164 140734516226368 18446744073709551615 4547311 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3008.18
Current children cumulated vsize (KiB) 2470460

[startup+1062.3 s]
/proc/loadavg: 10.14 10.11 9.89 11/377 28665
/proc/meminfo: memFree=11304688/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2473500 CPUtime=3187.43 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 5738294 0 0 0 317877 866 0 0 25 0 4 0 669975655 2532864000 493440 33554432000 4194304 4625164 140734516226368 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 618375 493440 641 106 0 613878 0
[pid=28633/tid=28635] ppid=28631 vsize=2473500 CPUtime=1004.21 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 61988 0 0 0 100400 21 0 0 25 0 4 0 669975668 2532864000 493440 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2473500 CPUtime=656.61 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 123492 0 0 0 65616 45 0 0 25 0 4 0 669975668 2532864000 493440 33554432000 4194304 4625164 140734516226368 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2473500 CPUtime=639.41 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 4739458 0 0 0 63252 689 0 0 25 0 4 0 669975668 2532864000 493440 33554432000 4194304 4625164 140734516226368 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3187.43
Current children cumulated vsize (KiB) 2473500

[startup+1122.3 s]
/proc/loadavg: 10.08 10.10 9.90 11/377 28667
/proc/meminfo: memFree=11259784/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2476984 CPUtime=3366.73 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 6000386 0 0 0 335773 900 0 0 25 0 4 0 669975655 2536431616 499818 33554432000 4194304 4625164 140734516226368 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 619246 499818 639 106 0 614749 0
[pid=28633/tid=28635] ppid=28631 vsize=2476984 CPUtime=1064.23 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 62044 0 0 0 106402 21 0 0 25 0 4 0 669975668 2536431616 499820 33554432000 4194304 4625164 140734516226368 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2476984 CPUtime=686.6 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 123604 0 0 0 68615 45 0 0 25 0 4 0 669975668 2536431616 499820 33554432000 4194304 4625164 140734516226368 18446744073709551615 4330859 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2476984 CPUtime=669.41 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 4997567 0 0 0 66219 722 0 0 25 0 4 0 669975668 2536431616 499821 33554432000 4194304 4625164 140734516226368 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3366.73
Current children cumulated vsize (KiB) 2476984

[startup+1182.3 s]
/proc/loadavg: 10.17 10.11 9.92 11/377 28669
/proc/meminfo: memFree=11184740/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2485200 CPUtime=3545.97 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 6376329 0 0 0 353643 954 0 0 25 0 4 0 669975655 2544844800 510512 33554432000 4194304 4625164 140734516226368 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 621300 510512 639 106 0 616803 0
[pid=28633/tid=28635] ppid=28631 vsize=2485200 CPUtime=1117.29 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 62132 0 0 0 111708 21 0 0 25 0 4 0 669975668 2544844800 510512 33554432000 4194304 4625164 140734516226368 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2485200 CPUtime=716.63 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 123898 0 0 0 71617 46 0 0 25 0 4 0 669975668 2544844800 510512 33554432000 4194304 4625164 140734516226368 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2485200 CPUtime=706.29 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 5364565 0 0 0 69855 774 0 0 25 0 4 0 669975668 2544844800 510512 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3545.97
Current children cumulated vsize (KiB) 2485200

[startup+1242.31 s]
/proc/loadavg: 10.13 10.11 9.92 11/377 28670
/proc/meminfo: memFree=11137852/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2486308 CPUtime=3725.28 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 6642309 0 0 0 371537 991 0 0 25 0 4 0 669975655 2545979392 517139 33554432000 4194304 4625164 140734516226368 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 621577 517139 639 106 0 617080 0
[pid=28633/tid=28635] ppid=28631 vsize=2486308 CPUtime=1177.3 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 62335 0 0 0 117709 21 0 0 25 0 4 0 669975668 2545979392 517139 33554432000 4194304 4625164 140734516226368 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2486308 CPUtime=746.63 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 124126 0 0 0 74617 46 0 0 25 0 4 0 669975668 2545979392 517139 33554432000 4194304 4625164 140734516226368 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2486308 CPUtime=736.29 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 5626722 0 0 0 72820 809 0 0 25 0 4 0 669975668 2545979392 517139 33554432000 4194304 4625164 140734516226368 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3725.28
Current children cumulated vsize (KiB) 2486308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.11 10.10 9.93 8/376 28673
/proc/meminfo: memFree=11485912/32951132 swapFree=67093824/67111528
[pid=28633] ppid=28631 vsize=2487428 CPUtime=3897.65 cores=0,2,4,6
/proc/28633/stat : 28633 (SArTagnan) R 28631 28633 27834 0 -1 4202496 6924371 0 0 0 388734 1031 0 0 25 0 4 0 669975655 2547126272 521238 33554432000 4194304 4625164 140734516226368 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28633/statm: 621857 521238 639 106 0 617360 0
[pid=28633/tid=28635] ppid=28631 vsize=2487428 CPUtime=1225.95 cores=0,2,4,6
/proc/28633/task/28635/stat : 28635 (SArTagnan) R 28631 28633 27834 0 -1 4202560 62458 0 0 0 122574 21 0 0 25 0 4 0 669975668 2547126272 521239 33554432000 4194304 4625164 140734516226368 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28633/tid=28636] ppid=28631 vsize=2487428 CPUtime=784.53 cores=0,2,4,6
/proc/28633/task/28636/stat : 28636 (SArTagnan) R 28631 28633 27834 0 -1 4202560 124402 0 0 0 78406 47 0 0 25 0 4 0 669975668 2547126272 521239 33554432000 4194304 4625164 140734516226368 18446744073709551615 4488056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28633/tid=28637] ppid=28631 vsize=2487428 CPUtime=765.13 cores=0,2,4,6
/proc/28633/task/28637/stat : 28637 (SArTagnan) R 28631 28633 27834 0 -1 4202560 5905986 0 0 0 75666 847 0 0 25 0 4 0 669975668 2547126272 521239 33554432000 4194304 4625164 140734516226368 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3897.65
Current children cumulated vsize (KiB) 2487428

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): 3897.76
CPU user time (s): 3887.36
CPU system time (s): 10.3974
CPU usage (%): 299.804
Max. virtual memory (cumulated for all children) (KiB): 2977300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3887.36
system time used= 10.3974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6924432
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= 13718
involuntary context switches= 34819

runsolver used 4.39033 second user time and 11.4233 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-17 00:09:20
IDJOB=3385851
IDBENCH=88226
IDSOLVER=1871
FILE ID=node131/3385851-1305583760
RUNJOBID= node131-1305582458-28501
PBS_JOBID= 13350211
Free space on /tmp= 73568 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385851-1305583760/watcher-3385851-1305583760 -o /tmp/evaluation-result-3385851-1305583760/solver-3385851-1305583760 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385851-1305583760.cnf -threads=4

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1638942516

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14838976 kB
Buffers:        310012 kB
Cached:        4751756 kB
SwapCached:       1504 kB
Active:       14151156 kB
Inactive:      3679232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14838976 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            8164 kB
Writeback:          24 kB
AnonPages:    12766952 kB
Mapped:          32820 kB
Slab:           170788 kB
PageTables:      45896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 65736636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node131 at 2011-05-17 00:31:02