Trace number 3386365

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) 3906.52 1300.08

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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-3386365-1305583441/watcher-3386365-1305583441 -o /tmp/evaluation-result-3386365-1305583441/solver-3386365-1305583441 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386365-1305583441.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: 9.85 9.99 8.72 7/393 7771
/proc/meminfo: memFree=22556412/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=25976 CPUtime=0 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 748574792 26599424 638 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7771/statm: 6494 638 296 106 0 1997 0

[startup+0.071746 s]
/proc/loadavg: 9.85 9.99 8.72 7/393 7771
/proc/meminfo: memFree=22556412/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=29488 CPUtime=0.06 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3054 0 0 0 6 0 0 0 25 0 1 0 748574792 30195712 1414 33554432000 4194304 4625164 140734804100928 18446744073709551615 231895490304 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7771/statm: 7372 1415 296 106 0 2875 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29488

[startup+0.138312 s]
/proc/loadavg: 9.85 9.99 8.72 7/393 7771
/proc/meminfo: memFree=22556412/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=211420 CPUtime=0.22 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 7831 0 0 0 21 1 0 0 25 0 4 0 748574792 216494080 5378 33554432000 4194304 4625164 140734804100928 18446744073709551615 231895151301 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 52855 5378 338 106 0 48358 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 211420

[startup+0.300651 s]
/proc/loadavg: 9.85 9.99 8.72 7/393 7771
/proc/meminfo: memFree=22556412/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=221656 CPUtime=0.71 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 13681 0 0 0 69 2 0 0 25 0 4 0 748574792 226975744 11228 33554432000 4194304 4625164 140734804100928 18446744073709551615 4509230 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 55414 11228 344 106 0 50917 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 221656

[startup+0.700574 s]
/proc/loadavg: 9.85 9.99 8.72 7/393 7771
/proc/meminfo: memFree=22556412/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=228328 CPUtime=1.91 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 16871 0 0 0 189 2 0 0 25 0 4 0 748574792 233807872 14418 33554432000 4194304 4625164 140734804100928 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 57082 14418 345 106 0 52585 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 228328

[startup+1.50042 s]
/proc/loadavg: 9.86 9.99 8.72 12/397 7775
/proc/meminfo: memFree=22500568/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=230076 CPUtime=4.3 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 18963 0 0 0 427 3 0 0 25 0 4 0 748574792 235597824 14243 33554432000 4194304 4625164 140734804100928 18446744073709551615 4512142 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 57519 14243 345 106 0 53022 0
[pid=7771/tid=7773] ppid=7769 vsize=230076 CPUtime=0.7 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 2268 0 0 0 70 0 0 0 18 0 4 0 748574801 235597824 14243 33554432000 4194304 4625164 140734804100928 18446744073709551615 4288950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=230076 CPUtime=1.39 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 2572 0 0 0 139 0 0 0 20 0 4 0 748574801 235597824 14243 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=230076 CPUtime=0.7 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 1671 0 0 0 70 0 0 0 18 0 4 0 748574801 235597824 14243 33554432000 4194304 4625164 140734804100928 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 230076

[startup+3.10112 s]
/proc/loadavg: 9.86 9.99 8.72 12/397 7775
/proc/meminfo: memFree=22493624/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=246012 CPUtime=9.08 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 24431 0 0 0 904 4 0 0 25 0 4 0 748574792 251916288 17491 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 61503 17491 345 106 0 57006 0
[pid=7771/tid=7773] ppid=7769 vsize=246012 CPUtime=1.56 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3585 0 0 0 156 0 0 0 19 0 4 0 748574801 251916288 17491 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=246012 CPUtime=2.69 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 4090 0 0 0 269 0 0 0 23 0 4 0 748574801 251916288 17491 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339868 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=246012 CPUtime=1.85 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3195 0 0 0 185 0 0 0 19 0 4 0 748574801 251916288 17491 33554432000 4194304 4625164 140734804100928 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 246012

[startup+6.30052 s]
/proc/loadavg: 9.86 9.99 8.72 11/397 7775
/proc/meminfo: memFree=22477824/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=248624 CPUtime=18.64 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 30007 0 0 0 1859 5 0 0 25 0 4 0 748574792 254590976 19470 33554432000 4194304 4625164 140734804100928 18446744073709551615 231895145456 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 62156 19470 346 106 0 57659 0
[pid=7771/tid=7773] ppid=7769 vsize=248624 CPUtime=4.71 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 5907 0 0 0 471 0 0 0 25 0 4 0 748574801 254590976 19470 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=248624 CPUtime=4.09 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 4360 0 0 0 409 0 0 0 25 0 4 0 748574801 254590976 19470 33554432000 4194304 4625164 140734804100928 18446744073709551615 4352549 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=248624 CPUtime=5.05 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 5825 0 0 0 504 1 0 0 25 0 4 0 748574801 254590976 19470 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.64
Current children cumulated vsize (KiB) 248624

[startup+12.7003 s]
/proc/loadavg: 9.88 9.99 8.74 12/397 7775
/proc/meminfo: memFree=22455512/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=330600 CPUtime=37.7 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 52292 0 0 0 3761 9 0 0 25 0 4 0 748574792 338534400 25286 33554432000 4194304 4625164 140734804100928 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 82650 25286 346 106 0 78153 0
[pid=7771/tid=7773] ppid=7769 vsize=330600 CPUtime=10.6 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 9580 0 0 0 1059 1 0 0 25 0 4 0 748574801 338534400 25286 33554432000 4194304 4625164 140734804100928 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=330600 CPUtime=7.74 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 7401 0 0 0 773 1 0 0 25 0 4 0 748574801 338534400 25286 33554432000 4194304 4625164 140734804100928 18446744073709551615 4288789 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=330600 CPUtime=9.85 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 18139 0 0 0 982 3 0 0 25 0 4 0 748574801 338534400 25286 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.7
Current children cumulated vsize (KiB) 330600

[startup+25.5009 s]
/proc/loadavg: 9.90 9.99 8.75 12/397 7776
/proc/meminfo: memFree=22400076/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=357820 CPUtime=75.92 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 127119 0 0 0 7572 20 0 0 25 0 4 0 748574792 366407680 38110 33554432000 4194304 4625164 140734804100928 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 89455 38110 463 106 0 84958 0
[pid=7771/tid=7773] ppid=7769 vsize=357820 CPUtime=17.09 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 14968 0 0 0 1707 2 0 0 25 0 4 0 748574801 366407680 38110 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=357820 CPUtime=18.76 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 13376 0 0 0 1874 2 0 0 25 0 4 0 748574801 366407680 38110 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=357820 CPUtime=21.75 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 72970 0 0 0 2164 11 0 0 25 0 4 0 748574801 366407680 38110 33554432000 4194304 4625164 140734804100928 18446744073709551615 4551106 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 75.92
Current children cumulated vsize (KiB) 357820

[startup+51.1011 s]
/proc/loadavg: 10.01 10.00 8.79 12/397 7776
/proc/meminfo: memFree=22317712/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=399968 CPUtime=152.41 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 250572 0 0 0 15200 41 0 0 25 0 4 0 748574792 409567232 56447 33554432000 4194304 4625164 140734804100928 18446744073709551615 4513489 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7771/statm: 99992 56447 518 106 0 95495 0
[pid=7771/tid=7773] ppid=7769 vsize=399968 CPUtime=39.21 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 24341 0 0 0 3916 5 0 0 25 0 4 0 748574801 409567232 56447 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=399968 CPUtime=34.99 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 19390 0 0 0 3495 4 0 0 25 0 4 0 748574801 409567232 56447 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=399968 CPUtime=47.03 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 170606 0 0 0 4678 25 0 0 25 0 4 0 748574801 409567232 56447 33554432000 4194304 4625164 140734804100928 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 152.41
Current children cumulated vsize (KiB) 399968

[startup+102.314 s]
/proc/loadavg: 10.15 10.03 8.86 11/397 7778
/proc/meminfo: memFree=22206324/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=439324 CPUtime=305.38 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 385304 0 0 0 30471 67 0 0 25 0 4 0 748574792 449867776 78196 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 109831 78196 522 106 0 105334 0
[pid=7771/tid=7773] ppid=7769 vsize=439324 CPUtime=90.1 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 45873 0 0 0 9002 8 0 0 25 0 4 0 748574801 449867776 78196 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=439324 CPUtime=67.36 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 22655 0 0 0 6730 6 0 0 25 0 4 0 748574801 449867776 78196 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351972 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=439324 CPUtime=85.28 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 265054 0 0 0 8485 43 0 0 25 0 4 0 748574801 449867776 78196 33554432000 4194304 4625164 140734804100928 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 305.38
Current children cumulated vsize (KiB) 439324

[startup+162.301 s]
/proc/loadavg: 10.15 10.05 8.94 12/397 7810
/proc/meminfo: memFree=22432924/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=631644 CPUtime=496.67 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 691931 0 0 0 49553 114 0 0 25 0 4 0 748574792 646803456 106892 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 157911 106892 578 106 0 153414 0
[pid=7771/tid=7773] ppid=7769 vsize=631644 CPUtime=149.34 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 51094 0 0 0 14924 10 0 0 25 0 4 0 748574801 646803456 106892 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=631644 CPUtime=104 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 31533 0 0 0 10392 8 0 0 25 0 4 0 748574801 646803456 106892 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=631644 CPUtime=135.23 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 536491 0 0 0 13441 82 0 0 25 0 4 0 748574801 646803456 106892 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 496.67
Current children cumulated vsize (KiB) 631644

[startup+222.301 s]
/proc/loadavg: 10.31 10.10 9.03 11/397 7812
/proc/meminfo: memFree=22061004/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=691624 CPUtime=675.9 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 921319 0 0 0 67439 151 0 0 25 0 4 0 748574792 708222976 122799 33554432000 4194304 4625164 140734804100928 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 172906 122799 547 106 0 168409 0
[pid=7771/tid=7773] ppid=7769 vsize=691624 CPUtime=206.17 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 72941 0 0 0 20603 14 0 0 25 0 4 0 748574801 708222976 122799 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=691624 CPUtime=134.05 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 32224 0 0 0 13396 9 0 0 25 0 4 0 748574801 708222976 122799 33554432000 4194304 4625164 140734804100928 18446744073709551615 4352102 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=691624 CPUtime=190.16 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 729550 0 0 0 18904 112 0 0 25 0 4 0 748574801 708222976 122799 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 675.9
Current children cumulated vsize (KiB) 691624

[startup+282.301 s]

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

[pid=7771] ppid=7769 vsize=1289904 CPUtime=2120.86 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3185808 0 0 0 211576 510 0 0 25 0 4 0 748574792 1320861696 228363 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 322476 228363 346 106 0 317979 0
[pid=7771/tid=7773] ppid=7769 vsize=1289904 CPUtime=583.31 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 128029 0 0 0 58299 32 0 0 25 0 4 0 748574801 1320861696 228363 33554432000 4194304 4625164 140734804100928 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1289904 CPUtime=480.37 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 70359 0 0 0 48017 20 0 0 25 0 4 0 748574801 1320861696 228363 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1289904 CPUtime=434.23 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 2758518 0 0 0 43004 419 0 0 25 0 4 0 748574801 1320861696 228363 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2120.86
Current children cumulated vsize (KiB) 1289904

[startup+762.315 s]
/proc/loadavg: 10.07 10.10 9.49 11/397 7826
/proc/meminfo: memFree=20516568/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1357572 CPUtime=2300.14 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3464277 0 0 0 229457 557 0 0 25 0 4 0 748574792 1390153728 242920 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511882 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 339393 242920 346 106 0 334896 0
[pid=7771/tid=7773] ppid=7769 vsize=1357572 CPUtime=613 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 166171 0 0 0 61262 38 0 0 25 0 4 0 748574801 1390153728 242920 33554432000 4194304 4625164 140734804100928 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1357572 CPUtime=529.57 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 73934 0 0 0 52936 21 0 0 25 0 4 0 748574801 1390153728 242920 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351795 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1357572 CPUtime=474.59 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 2991888 0 0 0 47001 458 0 0 25 0 4 0 748574801 1390153728 242920 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2300.14
Current children cumulated vsize (KiB) 1357572

[startup+822.301 s]
/proc/loadavg: 10.06 10.09 9.53 11/397 7828
/proc/meminfo: memFree=20455008/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1365848 CPUtime=2479.35 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3584017 0 0 0 247359 576 0 0 25 0 4 0 748574792 1398628352 252290 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 341462 252290 346 106 0 336965 0
[pid=7771/tid=7773] ppid=7769 vsize=1365848 CPUtime=642.61 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 167071 0 0 0 64223 38 0 0 25 0 4 0 748574801 1398628352 252290 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1365848 CPUtime=589.56 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 74905 0 0 0 58935 21 0 0 25 0 4 0 748574801 1398628352 252290 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1365848 CPUtime=504.21 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3104299 0 0 0 49946 475 0 0 25 0 4 0 748574801 1398628352 252290 33554432000 4194304 4625164 140734804100928 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2479.35
Current children cumulated vsize (KiB) 1365848

[startup+882.3 s]
/proc/loadavg: 10.13 10.10 9.56 11/397 7830
/proc/meminfo: memFree=20396060/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1378268 CPUtime=2658.58 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3732911 0 0 0 265257 601 0 0 25 0 4 0 748574792 1411346432 260380 33554432000 4194304 4625164 140734804100928 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 344567 260380 346 106 0 340070 0
[pid=7771/tid=7773] ppid=7769 vsize=1378268 CPUtime=700.05 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 168735 0 0 0 69966 39 0 0 25 0 4 0 748574801 1411346432 260380 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1378268 CPUtime=649.55 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 75949 0 0 0 64934 21 0 0 25 0 4 0 748574801 1411346432 260380 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1378268 CPUtime=534.19 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3247603 0 0 0 52921 498 0 0 25 0 4 0 748574801 1411346432 260380 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2658.58
Current children cumulated vsize (KiB) 1378268

[startup+942.301 s]
/proc/loadavg: 10.26 10.14 9.61 11/397 7831
/proc/meminfo: memFree=20301020/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1390968 CPUtime=2837.83 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3742867 0 0 0 283178 605 0 0 25 0 4 0 748574792 1424351232 270077 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7771/statm: 347742 270077 346 106 0 343245 0
[pid=7771/tid=7773] ppid=7769 vsize=1390968 CPUtime=759.27 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 171250 0 0 0 75887 40 0 0 25 0 4 0 748574801 1424351232 270077 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1390968 CPUtime=687.49 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 76824 0 0 0 68727 22 0 0 25 0 4 0 748574801 1424351232 270077 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1390968 CPUtime=564.31 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3251396 0 0 0 55932 499 0 0 25 0 4 0 748574801 1424351232 270077 33554432000 4194304 4625164 140734804100928 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2837.83
Current children cumulated vsize (KiB) 1390968

[startup+1002.3 s]
/proc/loadavg: 10.17 10.13 9.64 11/397 7833
/proc/meminfo: memFree=20223220/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1435948 CPUtime=3017.06 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3773931 0 0 0 301094 612 0 0 25 0 4 0 748574792 1470410752 279558 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511970 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7771/statm: 358987 279558 346 106 0 354490 0
[pid=7771/tid=7773] ppid=7769 vsize=1435948 CPUtime=818.47 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 174380 0 0 0 81806 41 0 0 25 0 4 0 748574801 1470410752 279558 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1435948 CPUtime=717.49 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 78386 0 0 0 71724 25 0 0 25 0 4 0 748574801 1470410752 279558 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1435948 CPUtime=615.86 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3275103 0 0 0 61084 502 0 0 25 0 4 0 748574801 1470410752 279558 33554432000 4194304 4625164 140734804100928 18446744073709551615 4547232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3017.06
Current children cumulated vsize (KiB) 1435948

[startup+1062.3 s]
/proc/loadavg: 10.13 10.12 9.66 11/397 7834
/proc/meminfo: memFree=20137228/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1443016 CPUtime=3196.31 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3784787 0 0 0 319014 617 0 0 25 0 4 0 748574792 1477648384 290090 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7771/statm: 360754 290090 346 106 0 356257 0
[pid=7771/tid=7773] ppid=7769 vsize=1443016 CPUtime=877.71 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 178197 0 0 0 87728 43 0 0 25 0 4 0 748574801 1477648384 290090 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1443016 CPUtime=747.48 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 79396 0 0 0 74722 26 0 0 25 0 4 0 748574801 1477648384 290090 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1443016 CPUtime=675.86 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3278118 0 0 0 67083 503 0 0 25 0 4 0 748574801 1477648384 290090 33554432000 4194304 4625164 140734804100928 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3196.31
Current children cumulated vsize (KiB) 1443016

[startup+1122.3 s]
/proc/loadavg: 10.18 10.13 9.69 11/397 7836
/proc/meminfo: memFree=20043556/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1576436 CPUtime=3375.54 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3827725 0 0 0 336926 628 0 0 25 0 4 0 748574792 1614270464 300608 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 394109 300608 346 106 0 389612 0
[pid=7771/tid=7773] ppid=7769 vsize=1576436 CPUtime=928.45 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 180763 0 0 0 92799 46 0 0 25 0 4 0 748574801 1614270464 300608 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1576436 CPUtime=786.14 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 81563 0 0 0 78585 29 0 0 25 0 4 0 748574801 1614270464 300608 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1576436 CPUtime=729.07 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3279928 0 0 0 72403 504 0 0 25 0 4 0 748574801 1614270464 300608 33554432000 4194304 4625164 140734804100928 18446744073709551615 4547606 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3375.54
Current children cumulated vsize (KiB) 1576436

[startup+1182.3 s]
/proc/loadavg: 10.19 10.13 9.72 11/397 7837
/proc/meminfo: memFree=19942448/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1676428 CPUtime=3554.8 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3890021 0 0 0 354839 641 0 0 25 0 4 0 748574792 1716662272 315163 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 419107 315163 346 106 0 414610 0
[pid=7771/tid=7773] ppid=7769 vsize=1676428 CPUtime=958.45 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 183246 0 0 0 95797 48 0 0 25 0 4 0 748574801 1716662272 315163 33554432000 4194304 4625164 140734804100928 18446744073709551615 4288640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1676428 CPUtime=846.15 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 83436 0 0 0 84584 31 0 0 25 0 4 0 748574801 1716662272 315163 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1676428 CPUtime=759.07 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3282082 0 0 0 75403 504 0 0 25 0 4 0 748574801 1716662272 315163 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3554.8
Current children cumulated vsize (KiB) 1676428

[startup+1242.3 s]
/proc/loadavg: 10.18 10.14 9.74 11/397 7839
/proc/meminfo: memFree=19846768/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1724708 CPUtime=3734.03 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3921742 0 0 0 372753 650 0 0 25 0 4 0 748574792 1766100992 325038 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 431177 325038 346 106 0 426680 0
[pid=7771/tid=7773] ppid=7769 vsize=1724708 CPUtime=1011.72 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 186304 0 0 0 101121 51 0 0 25 0 4 0 748574801 1766100992 325038 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1724708 CPUtime=882.95 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 108392 0 0 0 88261 34 0 0 25 0 4 0 748574801 1766100992 325038 33554432000 4194304 4625164 140734804100928 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1724708 CPUtime=788.98 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3283745 0 0 0 78393 505 0 0 25 0 4 0 748574801 1766100992 325038 33554432000 4194304 4625164 140734804100928 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3734.03
Current children cumulated vsize (KiB) 1724708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.19 10.14 9.76 12/397 7841
/proc/meminfo: memFree=19783352/32950928 swapFree=60044328/67111528
[pid=7771] ppid=7769 vsize=1724708 CPUtime=3906.42 cores=1,3,5,7
/proc/7771/stat : 7771 (SArTagnan) R 7769 7771 7595 0 -1 4202496 3927490 0 0 0 389987 655 0 0 25 0 4 0 748574792 1766100992 330725 33554432000 4194304 4625164 140734804100928 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7771/statm: 431177 330725 346 106 0 426680 0
[pid=7771/tid=7773] ppid=7769 vsize=1724708 CPUtime=1069.45 cores=1,3,5,7
/proc/7771/task/7773/stat : 7773 (SArTagnan) R 7769 7771 7595 0 -1 4202560 188651 0 0 0 106890 55 0 0 25 0 4 0 748574801 1766100992 330725 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=1724708 CPUtime=911.78 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (SArTagnan) R 7769 7771 7595 0 -1 4202560 109746 0 0 0 91143 35 0 0 25 0 4 0 748574801 1766100992 330725 33554432000 4194304 4625164 140734804100928 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=1724708 CPUtime=817.87 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (SArTagnan) R 7769 7771 7595 0 -1 4202560 3284520 0 0 0 81282 505 0 0 25 0 4 0 748574801 1766100992 330725 33554432000 4194304 4625164 140734804100928 18446744073709551615 4334603 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3906.42
Current children cumulated vsize (KiB) 1724708

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.08
CPU time (s): 3906.52
CPU user time (s): 3899.91
CPU system time (s): 6.61
CPU usage (%): 300.483
Max. virtual memory (cumulated for all children) (KiB): 1865392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3899.91
system time used= 6.60999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3927490
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= 1014
involuntary context switches= 31701

runsolver used 4.32734 second user time and 12.2461 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-17 00:04:01
IDJOB=3386365
IDBENCH=88062
IDSOLVER=1871
FILE ID=node114/3386365-1305583441
RUNJOBID= node114-1305582131-7614
PBS_JOBID= 13350302
Free space on /tmp= 72936 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386365-1305583441/watcher-3386365-1305583441 -o /tmp/evaluation-result-3386365-1305583441/solver-3386365-1305583441 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386365-1305583441.cnf -threads=4

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1611471972

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22556444 kB
Buffers:         75436 kB
Cached:         508472 kB
SwapCached:      48520 kB
Active:        1954892 kB
Inactive:      8240312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22556444 kB
SwapTotal:    67111528 kB
SwapFree:     60044328 kB
Dirty:            4128 kB
Writeback:           0 kB
AnonPages:     9568948 kB
Mapped:          23328 kB
Slab:            77172 kB
PageTables:      55876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82415432 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= 72936 MiB
End job on node114 at 2011-05-17 00:25:43