Trace number 3386052

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.43 1201.75

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.756
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

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: 977)

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-3386052-1307650678/watcher-3386052-1307650678 -o /tmp/evaluation-result-3386052-1307650678/solver-3386052-1307650678 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386052-1307650678.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: 7.51 7.89 6.38 6/180 30504
/proc/meminfo: memFree=32220412/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=19172 CPUtime=0 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 588 0 0 0 0 0 0 0 25 0 1 0 955298502 19632128 524 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30504/statm: 4793 524 299 106 0 296 0

[startup+0.110962 s]
/proc/loadavg: 7.51 7.89 6.38 6/180 30504
/proc/meminfo: memFree=32220412/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=183828 CPUtime=0.41 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 1931 0 0 0 41 0 0 0 25 0 4 0 955298502 188239872 1427 33554432000 4194304 4625164 140735305316352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 45957 1427 345 106 0 41460 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 183828

[startup+0.200948 s]
/proc/loadavg: 7.51 7.89 6.38 6/180 30504
/proc/meminfo: memFree=32220412/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=184576 CPUtime=0.77 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 2680 0 0 0 77 0 0 0 25 0 4 0 955298502 189005824 1867 33554432000 4194304 4625164 140735305316352 18446744073709551615 4511899 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 46144 1867 345 106 0 41647 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 184576

[startup+0.300928 s]
/proc/loadavg: 7.51 7.89 6.38 6/180 30504
/proc/meminfo: memFree=32220412/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=185072 CPUtime=1.17 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 3201 0 0 0 117 0 0 0 25 0 4 0 955298502 189513728 2154 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 46268 2154 345 106 0 41771 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 185072

[startup+0.700857 s]
/proc/loadavg: 7.51 7.89 6.38 6/180 30504
/proc/meminfo: memFree=32220412/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=187616 CPUtime=2.76 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 5360 0 0 0 276 0 0 0 25 0 4 0 955298502 192118784 3413 33554432000 4194304 4625164 140735305316352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 46904 3413 345 106 0 42407 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 187616

[startup+1.50071 s]
/proc/loadavg: 7.51 7.89 6.38 9/184 30508
/proc/meminfo: memFree=32190768/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=191240 CPUtime=5.96 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 9822 0 0 0 595 1 0 0 25 0 4 0 955298502 195829760 4963 33554432000 4194304 4625164 140735305316352 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 47810 4963 346 106 0 43313 0
[pid=30504/tid=30506] ppid=30502 vsize=191240 CPUtime=1.48 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 1602 0 0 0 148 0 0 0 25 0 4 0 955298502 195829760 4963 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=191240 CPUtime=1.48 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 1601 0 0 0 148 0 0 0 25 0 4 0 955298502 195829760 4963 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352085 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=191240 CPUtime=1.47 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 4864 0 0 0 147 0 0 0 25 0 4 0 955298502 195829760 4963 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 191240

[startup+3.10042 s]
/proc/loadavg: 7.55 7.90 6.39 9/184 30508
/proc/meminfo: memFree=32175172/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=197156 CPUtime=12.35 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 18691 0 0 0 1233 2 0 0 25 0 4 0 955298502 201887744 7698 33554432000 4194304 4625164 140735305316352 18446744073709551615 4338090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 49289 7698 346 106 0 44792 0
[pid=30504/tid=30506] ppid=30502 vsize=197156 CPUtime=3.08 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 2652 0 0 0 308 0 0 0 25 0 4 0 955298502 201887744 7698 33554432000 4194304 4625164 140735305316352 18446744073709551615 4353500 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=197156 CPUtime=3.08 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 2563 0 0 0 308 0 0 0 25 0 4 0 955298502 201887744 7698 33554432000 4194304 4625164 140735305316352 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=197156 CPUtime=3.07 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 11131 0 0 0 306 1 0 0 25 0 4 0 955298502 201887744 7698 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351790 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 197156

[startup+6.30084 s]
/proc/loadavg: 7.55 7.90 6.39 9/184 30508
/proc/meminfo: memFree=32137112/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=207936 CPUtime=25.13 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 30880 0 0 0 2509 4 0 0 25 0 4 0 955298502 212926464 10537 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 51984 10537 347 106 0 47487 0
[pid=30504/tid=30506] ppid=30502 vsize=207936 CPUtime=6.28 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 5716 0 0 0 628 0 0 0 25 0 4 0 955298502 212926464 10537 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352776 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=207936 CPUtime=6.28 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 3809 0 0 0 628 0 0 0 25 0 4 0 955298502 212926464 10537 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=207936 CPUtime=6.25 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 18806 0 0 0 623 2 0 0 25 0 4 0 955298502 212926464 10537 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 207936

[startup+12.7007 s]
/proc/loadavg: 7.62 7.90 6.40 9/184 30509
/proc/meminfo: memFree=32089764/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=222520 CPUtime=50.69 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 68163 0 0 0 5058 11 0 0 25 0 4 0 955298502 227860480 14526 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512180 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 55630 14526 346 106 0 51133 0
[pid=30504/tid=30506] ppid=30502 vsize=222520 CPUtime=12.68 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 6851 0 0 0 1267 1 0 0 25 0 4 0 955298502 227860480 14526 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=222520 CPUtime=12.68 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 5840 0 0 0 1267 1 0 0 25 0 4 0 955298502 227860480 14526 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=222520 CPUtime=12.62 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 52263 0 0 0 1254 8 0 0 25 0 4 0 955298502 227860480 14526 33554432000 4194304 4625164 140735305316352 18446744073709551615 47011268035136 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 222520

[startup+25.5003 s]
/proc/loadavg: 7.68 7.90 6.42 9/184 30509
/proc/meminfo: memFree=32019204/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=257352 CPUtime=101.83 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 123453 0 0 0 10160 23 0 0 25 0 4 0 955298502 263528448 22304 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 64338 22327 349 106 0 59841 0
[pid=30504/tid=30506] ppid=30502 vsize=257352 CPUtime=25.48 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 10834 0 0 0 2546 2 0 0 25 0 4 0 955298502 263528448 22338 33554432000 4194304 4625164 140735305316352 18446744073709551615 260905091541 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=257352 CPUtime=25.48 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 8526 0 0 0 2547 1 0 0 25 0 4 0 955298502 263528448 22350 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=257352 CPUtime=25.35 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 99904 0 0 0 2517 18 0 0 25 0 4 0 955298502 263528448 22361 33554432000 4194304 4625164 140735305316352 18446744073709551615 4334733 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 257352

[startup+51.1006 s]
/proc/loadavg: 7.79 7.91 6.46 9/184 30510
/proc/meminfo: memFree=31922100/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=314120 CPUtime=204.09 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 254783 0 0 0 20362 47 0 0 25 0 4 0 955298502 321658880 31299 33554432000 4194304 4625164 140735305316352 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 78530 31299 355 106 0 74033 0
[pid=30504/tid=30506] ppid=30502 vsize=314120 CPUtime=51.08 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 14965 0 0 0 5106 2 0 0 25 0 4 0 955298502 321658880 31299 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=314120 CPUtime=51.08 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 10673 0 0 0 5105 3 0 0 25 0 4 0 955298502 321658880 31299 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=314120 CPUtime=50.81 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 223614 0 0 0 5041 40 0 0 25 0 4 0 955298502 321658880 31299 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 314120

[startup+102.301 s]
/proc/loadavg: 7.91 7.92 6.55 9/184 30511
/proc/meminfo: memFree=31774868/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=348780 CPUtime=408.64 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 413955 0 0 0 40787 77 0 0 25 0 4 0 955298502 357150720 46232 33554432000 4194304 4625164 140735305316352 18446744073709551615 4510236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 87195 46232 401 106 0 82698 0
[pid=30504/tid=30506] ppid=30502 vsize=348780 CPUtime=102.29 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 22057 0 0 0 10225 4 0 0 25 0 4 0 955298502 357150720 46232 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=348780 CPUtime=102.28 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 14462 0 0 0 10225 3 0 0 25 0 4 0 955298502 357150720 46232 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=348780 CPUtime=101.74 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 363704 0 0 0 10109 65 0 0 25 0 4 0 955298502 357150720 46232 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 348780

[startup+162.3 s]
/proc/loadavg: 7.96 7.93 6.63 9/184 30513
/proc/meminfo: memFree=31630876/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=371724 CPUtime=648.3 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 581050 0 0 0 64720 110 0 0 25 0 4 0 955298502 380645376 64036 33554432000 4194304 4625164 140735305316352 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 92931 64036 733 106 0 88434 0
[pid=30504/tid=30506] ppid=30502 vsize=371724 CPUtime=162.29 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 31891 0 0 0 16222 7 0 0 25 0 4 0 955298502 380645376 64036 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=371724 CPUtime=162.28 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 16056 0 0 0 16224 4 0 0 25 0 4 0 955298502 380645376 64036 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=371724 CPUtime=161.41 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 512254 0 0 0 16047 94 0 0 25 0 4 0 955298502 380645376 64036 33554432000 4194304 4625164 140735305316352 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 371724

[startup+222.307 s]
/proc/loadavg: 7.99 7.94 6.72 9/184 30514
/proc/meminfo: memFree=31507168/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=415296 CPUtime=888.01 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 612871 0 0 0 88685 116 0 0 25 0 4 0 955298502 425263104 78023 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 103824 78023 1202 106 0 99327 0
[pid=30504/tid=30506] ppid=30502 vsize=415296 CPUtime=222.29 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 34762 0 0 0 22222 7 0 0 25 0 4 0 955298502 425263104 78023 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=415296 CPUtime=222.29 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 16470 0 0 0 22225 4 0 0 25 0 4 0 955298502 425263104 78023 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=415296 CPUtime=221.08 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 530964 0 0 0 22011 97 0 0 25 0 4 0 955298502 425263104 78023 33554432000 4194304 4625164 140735305316352 18446744073709551615 4547661 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 888.01
Current children cumulated vsize (KiB) 415296

[startup+282.3 s]

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

[pid=30504] ppid=30502 vsize=808216 CPUtime=2565.73 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 1665458 0 0 0 256285 288 0 0 25 0 4 0 955298502 827613184 128126 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 202054 128126 920 106 0 197557 0
[pid=30504/tid=30506] ppid=30502 vsize=808216 CPUtime=642.3 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 72090 0 0 0 64215 15 0 0 25 0 4 0 955298502 827613184 128126 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=808216 CPUtime=642.29 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 26643 0 0 0 64223 6 0 0 25 0 4 0 955298502 827613184 128126 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=808216 CPUtime=638.8 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 1494698 0 0 0 63626 254 0 0 25 0 4 0 955298502 827613184 128126 33554432000 4194304 4625164 140735305316352 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.73
Current children cumulated vsize (KiB) 808216

[startup+702.3 s]
/proc/loadavg: 8.01 8.02 7.23 9/184 30527
/proc/meminfo: memFree=30920588/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=808216 CPUtime=2805.41 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 1887348 0 0 0 280213 328 0 0 25 0 4 0 955298502 827613184 136591 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 202054 136591 824 106 0 197557 0
[pid=30504/tid=30506] ppid=30502 vsize=808216 CPUtime=702.3 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 74235 0 0 0 70215 15 0 0 25 0 4 0 955298502 827613184 136591 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=808216 CPUtime=702.3 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 29201 0 0 0 70223 7 0 0 25 0 4 0 955298502 827613184 136591 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=808216 CPUtime=698.48 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 1707993 0 0 0 69557 291 0 0 25 0 4 0 955298502 827613184 136591 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 808216

[startup+762.3 s]
/proc/loadavg: 8.15 8.04 7.29 9/184 30529
/proc/meminfo: memFree=30891648/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=828156 CPUtime=3045.11 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 2235570 0 0 0 304124 387 0 0 25 0 4 0 955298502 848031744 140842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512887 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 207039 140842 828 106 0 202542 0
[pid=30504/tid=30506] ppid=30502 vsize=828156 CPUtime=762.31 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 74774 0 0 0 76216 15 0 0 25 0 4 0 955298502 848031744 140842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339616 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=828156 CPUtime=762.3 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 29931 0 0 0 76223 7 0 0 25 0 4 0 955298502 848031744 140842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=828156 CPUtime=758.15 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 2052093 0 0 0 75467 348 0 0 25 0 4 0 955298502 848031744 140842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 828156

[startup+822.3 s]
/proc/loadavg: 8.20 8.07 7.34 9/184 30530
/proc/meminfo: memFree=30827488/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=890872 CPUtime=3284.77 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 2563881 0 0 0 328036 441 0 0 25 0 4 0 955298502 912252928 150674 33554432000 4194304 4625164 140735305316352 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 222718 150674 395 106 0 218221 0
[pid=30504/tid=30506] ppid=30502 vsize=890872 CPUtime=822.31 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 78929 0 0 0 82215 16 0 0 25 0 4 0 955298502 912252928 150674 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=890872 CPUtime=822.31 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 30381 0 0 0 82223 8 0 0 25 0 4 0 955298502 912252928 150674 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=890872 CPUtime=817.82 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 2355288 0 0 0 81384 398 0 0 25 0 4 0 955298502 912252928 150674 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 890872

[startup+882.306 s]
/proc/loadavg: 8.19 8.08 7.39 9/184 30532
/proc/meminfo: memFree=30740864/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=913556 CPUtime=3524.47 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 2585687 0 0 0 352001 446 0 0 25 0 4 0 955298502 935481344 158875 33554432000 4194304 4625164 140735305316352 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 228389 158875 346 106 0 223892 0
[pid=30504/tid=30506] ppid=30502 vsize=913556 CPUtime=882.32 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 80369 0 0 0 88215 17 0 0 25 0 4 0 955298502 935481344 158875 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=913556 CPUtime=882.31 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 41621 0 0 0 88221 10 0 0 25 0 4 0 955298502 935481344 158875 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=913556 CPUtime=877.5 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 2356586 0 0 0 87351 399 0 0 25 0 4 0 955298502 935481344 158875 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.47
Current children cumulated vsize (KiB) 913556

[startup+942.3 s]
/proc/loadavg: 8.20 8.10 7.44 9/184 30533
/proc/meminfo: memFree=30683400/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=937468 CPUtime=3764.14 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 2696156 0 0 0 375950 464 0 0 25 0 4 0 955298502 959967232 167842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 234367 167842 346 106 0 229870 0
[pid=30504/tid=30506] ppid=30502 vsize=937468 CPUtime=942.3 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 80998 0 0 0 94213 17 0 0 25 0 4 0 955298502 959967232 167842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=937468 CPUtime=942.31 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 42156 0 0 0 94221 10 0 0 25 0 4 0 955298502 959967232 167842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=937468 CPUtime=937.17 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 2451356 0 0 0 93304 413 0 0 25 0 4 0 955298502 959967232 167842 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 937468

[startup+1002.3 s]
/proc/loadavg: 8.23 8.12 7.49 9/184 30535
/proc/meminfo: memFree=30632392/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=937468 CPUtime=4003.81 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 3052008 0 0 0 399861 520 0 0 25 0 4 0 955298502 959967232 175119 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 234367 175119 350 106 0 229870 0
[pid=30504/tid=30506] ppid=30502 vsize=937468 CPUtime=1002.31 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 82160 0 0 0 100213 18 0 0 25 0 4 0 955298502 959967232 175119 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=937468 CPUtime=1002.31 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 42398 0 0 0 100221 10 0 0 25 0 4 0 955298502 959967232 175119 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=937468 CPUtime=996.85 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 2802395 0 0 0 99217 468 0 0 25 0 4 0 955298502 959967232 175119 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 937468

[startup+1062.3 s]
/proc/loadavg: 8.26 8.15 7.53 9/184 30537
/proc/meminfo: memFree=30533536/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=1107624 CPUtime=4243.49 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 3425249 0 0 0 423774 575 0 0 25 0 4 0 955298502 1134206976 189581 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 276906 189581 358 106 0 272409 0
[pid=30504/tid=30506] ppid=30502 vsize=1107624 CPUtime=1062.31 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 110829 0 0 0 106208 23 0 0 25 0 4 0 955298502 1134206976 189581 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=1107624 CPUtime=1062.31 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 42537 0 0 0 106221 10 0 0 25 0 4 0 955298502 1134206976 189581 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=1107624 CPUtime=1056.52 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 3119758 0 0 0 105137 515 0 0 25 0 4 0 955298502 1134206976 189581 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.49
Current children cumulated vsize (KiB) 1107624

[startup+1122.3 s]
/proc/loadavg: 8.18 8.14 7.57 9/184 30538
/proc/meminfo: memFree=30496504/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=1108800 CPUtime=4483.17 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 3781607 0 0 0 447684 633 0 0 25 0 4 0 955298502 1135411200 194937 33554432000 4194304 4625164 140735305316352 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 277200 194937 346 106 0 272703 0
[pid=30504/tid=30506] ppid=30502 vsize=1108800 CPUtime=1122.32 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 112055 0 0 0 112207 25 0 0 25 0 4 0 955298502 1135411200 194937 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=1108800 CPUtime=1122.31 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 43387 0 0 0 112221 10 0 0 25 0 4 0 955298502 1135411200 194937 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=1108800 CPUtime=1116.2 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 3471546 0 0 0 111050 570 0 0 25 0 4 0 955298502 1135411200 194937 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 1108800

[startup+1182.3 s]
/proc/loadavg: 8.17 8.15 7.60 9/184 30540
/proc/meminfo: memFree=30421044/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=1112308 CPUtime=4722.85 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 4129863 0 0 0 471600 685 0 0 25 0 4 0 955298502 1139003392 201955 33554432000 4194304 4625164 140735305316352 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 278077 201955 365 106 0 273580 0
[pid=30504/tid=30506] ppid=30502 vsize=1112308 CPUtime=1182.32 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 113370 0 0 0 118206 26 0 0 25 0 4 0 955298502 1139003392 201955 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=1112308 CPUtime=1182.32 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 43742 0 0 0 118221 11 0 0 25 0 4 0 955298502 1139003392 201955 33554432000 4194304 4625164 140735305316352 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=1112308 CPUtime=1175.87 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 3815549 0 0 0 116967 620 0 0 25 0 4 0 955298502 1139003392 201955 33554432000 4194304 4625164 140735305316352 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 1112308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.14 7.61 5/179 30541
/proc/meminfo: memFree=31426556/32950928 swapFree=67051812/67111528
[pid=30504] ppid=30502 vsize=1112308 CPUtime=4800.36 cores=1,3,5,7
/proc/30504/stat : 30504 (SArTagnan) R 30502 30504 28735 0 -1 4202496 4239456 0 0 0 479336 700 0 0 25 0 4 0 955298502 1139003392 203554 33554432000 4194304 4625164 140735305316352 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30504/statm: 278077 203554 373 106 0 273580 0
[pid=30504/tid=30506] ppid=30502 vsize=1112308 CPUtime=1201.72 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (SArTagnan) R 30502 30504 28735 0 -1 4202560 113782 0 0 0 120146 26 0 0 25 0 4 0 955298502 1139003392 203554 33554432000 4194304 4625164 140735305316352 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=1112308 CPUtime=1201.72 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (SArTagnan) R 30502 30504 28735 0 -1 4202560 43928 0 0 0 120161 11 0 0 25 0 4 0 955298502 1139003392 203554 33554432000 4194304 4625164 140735305316352 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=1112308 CPUtime=1195.17 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (SArTagnan) R 30502 30504 28735 0 -1 4202560 3924302 0 0 0 118882 635 0 0 25 0 4 0 955298502 1139003392 203554 33554432000 4194304 4625164 140735305316352 18446744073709551615 4334743 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1112308

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): 1201.75
CPU time (s): 4800.43
CPU user time (s): 4793.39
CPU system time (s): 7.03993
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 1124412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.39
system time used= 7.03993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4239457
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= 346
involuntary context switches= 32455

runsolver used 1.71974 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-09 22:17:58
IDJOB=3386052
IDBENCH=85841
IDSOLVER=1871
FILE ID=node116/3386052-1307650678
RUNJOBID= node116-1307649473-30308
PBS_JOBID= 13549375
Free space on /tmp= 74192 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386052-1307650678/watcher-3386052-1307650678 -o /tmp/evaluation-result-3386052-1307650678/solver-3386052-1307650678 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386052-1307650678.cnf -threads=4

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1328553593

node116.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.826
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.65
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.826
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.826
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.75
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.826
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.826
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.826
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.826
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.826
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:      32220708 kB
Buffers:        221912 kB
Cached:         287280 kB
SwapCached:      13040 kB
Active:         327336 kB
Inactive:       224696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32220708 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:            1232 kB
Writeback:           0 kB
AnonPages:       40088 kB
Mapped:           9220 kB
Slab:           113608 kB
PageTables:       4524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   272560 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= 74192 MiB
End job on node116 at 2011-06-09 22:38:02