Trace number 3250738

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-03-24? (TO) 4800.31 1201.76

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
MD5SUMafc70649cebcc24cd0a7b28def593295
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables218
Number of clauses13362
Sum of the clauses size59166
Maximum clause length15
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 311772
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51590

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.47 7.97 8.01 1/172 1761
/proc/meminfo: memFree=29410296/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=18928 CPUtime=0 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 496 0 0 0 0 0 0 0 23 0 1 0 599799464 19382272 434 33554432000 4194304 4623224 140734266980064 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1761/statm: 4784 437 296 105 0 288 0

[startup+0.0668431 s]
/proc/loadavg: 7.47 7.97 8.01 1/172 1761
/proc/meminfo: memFree=29410296/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=185660 CPUtime=0.22 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 2675 0 0 0 22 0 0 0 18 0 4 0 599799464 190115840 1757 33554432000 4194304 4623224 140734266980064 18446744073709551615 4414972 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 46415 1757 336 105 0 41919 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 185660

[startup+0.100837 s]
/proc/loadavg: 7.47 7.97 8.01 1/172 1761
/proc/meminfo: memFree=29410296/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=185908 CPUtime=0.36 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 2975 0 0 0 36 0 0 0 18 0 4 0 599799464 190369792 1901 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 46477 1901 336 105 0 41981 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 185908

[startup+0.3008 s]
/proc/loadavg: 7.47 7.97 8.01 1/172 1761
/proc/meminfo: memFree=29410296/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=186640 CPUtime=1.16 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 5123 0 0 0 116 0 0 0 18 0 4 0 599799464 191119360 2523 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510199 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 46660 2523 336 105 0 42164 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 186640

[startup+0.700728 s]
/proc/loadavg: 7.47 7.97 8.01 1/172 1761
/proc/meminfo: memFree=29410296/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=188432 CPUtime=2.75 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 8711 0 0 0 275 0 0 0 18 0 4 0 599799464 192954368 3586 33554432000 4194304 4623224 140734266980064 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 47108 3586 341 105 0 42612 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 188432

[startup+1.50058 s]
/proc/loadavg: 7.67 8.00 8.02 9/184 1776
/proc/meminfo: memFree=29377036/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=191472 CPUtime=5.95 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 15017 0 0 0 594 1 0 0 20 0 4 0 599799464 196067328 5730 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510142 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 47868 5730 341 105 0 43372 0
[pid=1761/tid=1763] ppid=1759 vsize=191472 CPUtime=1.48 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 1873 0 0 0 148 0 0 0 25 0 4 0 599799465 196067328 5730 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=191472 CPUtime=1.48 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 1783 0 0 0 148 0 0 0 20 0 4 0 599799465 196067328 5731 33554432000 4194304 4623224 140734266980064 18446744073709551615 4377220 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=191472 CPUtime=1.48 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 9314 0 0 0 147 1 0 0 20 0 4 0 599799465 196067328 5731 33554432000 4194304 4623224 140734266980064 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 191472

[startup+3.10029 s]
/proc/loadavg: 7.67 8.00 8.02 9/184 1776
/proc/meminfo: memFree=29356872/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=198144 CPUtime=12.34 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 23455 0 0 0 1232 2 0 0 25 0 4 0 599799464 202899456 9048 33554432000 4194304 4623224 140734266980064 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 49536 9048 342 105 0 45040 0
[pid=1761/tid=1763] ppid=1759 vsize=198144 CPUtime=3.07 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 4149 0 0 0 307 0 0 0 25 0 4 0 599799465 202899456 9048 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=198144 CPUtime=3.08 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 2901 0 0 0 308 0 0 0 25 0 4 0 599799465 202899456 9048 33554432000 4194304 4623224 140734266980064 18446744073709551615 4377724 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=198144 CPUtime=3.08 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 13924 0 0 0 307 1 0 0 25 0 4 0 599799465 202899456 9048 33554432000 4194304 4623224 140734266980064 18446744073709551615 4546804 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 198144

[startup+6.30069 s]
/proc/loadavg: 7.70 8.00 8.02 9/184 1776
/proc/meminfo: memFree=29313480/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=206972 CPUtime=25.12 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 44044 0 0 0 2508 4 0 0 25 0 4 0 599799464 211939328 13732 33554432000 4194304 4623224 140734266980064 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 51743 13732 343 105 0 47247 0
[pid=1761/tid=1763] ppid=1759 vsize=206972 CPUtime=6.25 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 6291 0 0 0 625 0 0 0 25 0 4 0 599799465 211939328 13732 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=206972 CPUtime=6.28 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 4422 0 0 0 628 0 0 0 25 0 4 0 599799465 211939328 13732 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=206972 CPUtime=6.28 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 30137 0 0 0 625 3 0 0 25 0 4 0 599799465 211939328 13732 33554432000 4194304 4623224 140734266980064 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 206972

[startup+12.7005 s]
/proc/loadavg: 7.72 8.00 8.02 9/184 1776
/proc/meminfo: memFree=29257052/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=227528 CPUtime=50.7 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 61755 0 0 0 5062 8 0 0 25 0 4 0 599799464 232988672 20744 33554432000 4194304 4623224 140734266980064 18446744073709551615 4517523 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 56882 20744 377 105 0 52386 0
[pid=1761/tid=1763] ppid=1759 vsize=227528 CPUtime=12.61 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 9910 0 0 0 1261 0 0 0 25 0 4 0 599799465 232988672 20744 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=227528 CPUtime=12.67 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 7030 0 0 0 1267 0 0 0 25 0 4 0 599799465 232988672 20744 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376649 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=227528 CPUtime=12.68 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 40584 0 0 0 1263 5 0 0 25 0 4 0 599799465 232988672 20744 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 227528

[startup+25.5011 s]
/proc/loadavg: 7.84 8.02 8.02 9/184 1777
/proc/meminfo: memFree=29169148/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=257084 CPUtime=101.82 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 113643 0 0 0 10166 16 0 0 25 0 4 0 599799464 263254016 30994 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 64271 30994 366 105 0 59775 0
[pid=1761/tid=1763] ppid=1759 vsize=257084 CPUtime=25.34 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 15314 0 0 0 2533 1 0 0 25 0 4 0 599799465 263254016 30994 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=257084 CPUtime=25.47 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 14127 0 0 0 2546 1 0 0 25 0 4 0 599799465 263254016 30994 33554432000 4194304 4623224 140734266980064 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=257084 CPUtime=25.48 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 78636 0 0 0 2536 12 0 0 25 0 4 0 599799465 263254016 30994 33554432000 4194304 4623224 140734266980064 18446744073709551615 4546893 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 257084

[startup+51.1004 s]
/proc/loadavg: 7.98 8.03 8.02 9/184 1777
/proc/meminfo: memFree=29048576/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=281244 CPUtime=204.08 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 210610 0 0 0 20377 31 0 0 25 0 4 0 599799464 287993856 47502 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510113 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 70311 47502 601 105 0 65815 0
[pid=1761/tid=1763] ppid=1759 vsize=281244 CPUtime=50.8 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 22993 0 0 0 5078 2 0 0 25 0 4 0 599799465 287993856 47502 33554432000 4194304 4623224 140734266980064 18446744073709551615 4377056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=281244 CPUtime=51.08 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 16361 0 0 0 5106 2 0 0 25 0 4 0 599799465 287993856 47502 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=281244 CPUtime=51.08 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 160155 0 0 0 5084 24 0 0 25 0 4 0 599799465 287993856 47502 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 281244

[startup+102.307 s]
/proc/loadavg: 8.04 8.04 8.03 9/184 1779
/proc/meminfo: memFree=28850996/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=406824 CPUtime=408.61 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 343291 0 0 0 40809 52 0 0 25 0 4 0 599799464 416587776 72251 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 101706 72251 1167 105 0 97210 0
[pid=1761/tid=1763] ppid=1759 vsize=406824 CPUtime=101.72 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 35079 0 0 0 10167 5 0 0 25 0 4 0 599799465 416587776 72251 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=406824 CPUtime=102.28 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 24804 0 0 0 10225 3 0 0 25 0 4 0 599799465 416587776 72251 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=406824 CPUtime=102.29 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 258064 0 0 0 10190 39 0 0 25 0 4 0 599799465 416587776 72251 33554432000 4194304 4623224 140734266980064 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 406824

[startup+162.301 s]
/proc/loadavg: 8.17 8.07 8.04 9/184 1780
/proc/meminfo: memFree=28710224/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=461992 CPUtime=648.26 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 381816 0 0 0 64768 58 0 0 25 0 4 0 599799464 473079808 86772 33554432000 4194304 4623224 140734266980064 18446744073709551615 251367195852 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 115498 86772 885 105 0 111002 0
[pid=1761/tid=1763] ppid=1759 vsize=461992 CPUtime=161.38 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 37510 0 0 0 16133 5 0 0 25 0 4 0 599799465 473079808 86772 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=461992 CPUtime=162.27 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 34355 0 0 0 16223 4 0 0 25 0 4 0 599799465 473079808 86772 33554432000 4194304 4623224 140734266980064 18446744073709551615 4463033 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=461992 CPUtime=162.28 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 278775 0 0 0 16186 42 0 0 25 0 4 0 599799465 473079808 86772 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (KiB) 461992

[startup+222.301 s]
/proc/loadavg: 8.13 8.07 8.04 9/184 1782
/proc/meminfo: memFree=28543032/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=622276 CPUtime=887.94 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 605033 0 0 0 88702 92 0 0 25 0 4 0 599799464 637210624 106781 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 155569 106781 545 105 0 151073 0
[pid=1761/tid=1763] ppid=1759 vsize=622276 CPUtime=221.05 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 52581 0 0 0 22097 8 0 0 25 0 4 0 599799465 637210624 106781 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=622276 CPUtime=222.27 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 35111 0 0 0 22223 4 0 0 25 0 4 0 599799465 637210624 106781 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=622276 CPUtime=222.28 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 468683 0 0 0 22158 70 0 0 25 0 4 0 599799465 637210624 106781 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 622276

[startup+282.301 s]

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

[pid=1761] ppid=1759 vsize=1082348 CPUtime=2805.33 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 2810741 0 0 0 280103 430 0 0 25 0 4 0 599799464 1108324352 192444 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 270587 192444 470 105 0 266091 0
[pid=1761/tid=1763] ppid=1759 vsize=1082348 CPUtime=698.41 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 114009 0 0 0 69823 18 0 0 25 0 4 0 599799465 1108324352 192444 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1082348 CPUtime=702.29 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 77797 0 0 0 70217 12 0 0 25 0 4 0 599799465 1108324352 192444 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1082348 CPUtime=702.3 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 2497970 0 0 0 69851 379 0 0 25 0 4 0 599799465 1108324352 192444 33554432000 4194304 4623224 140734266980064 18446744073709551615 4364672 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 1082348

[startup+762.307 s]
/proc/loadavg: 8.04 8.07 8.04 9/184 1796
/proc/meminfo: memFree=27806992/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1082348 CPUtime=3045.02 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 3113913 0 0 0 304027 475 0 0 25 0 4 0 599799464 1108324352 200821 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 270587 200821 472 105 0 266091 0
[pid=1761/tid=1763] ppid=1759 vsize=1082348 CPUtime=758.08 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 114788 0 0 0 75790 18 0 0 25 0 4 0 599799465 1108324352 200821 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1082348 CPUtime=762.3 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 78275 0 0 0 76218 12 0 0 25 0 4 0 599799465 1108324352 200821 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1082348 CPUtime=762.3 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 2785851 0 0 0 75809 421 0 0 25 0 4 0 599799465 1108324352 200821 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376937 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 1082348

[startup+822.301 s]
/proc/loadavg: 8.07 8.07 8.04 9/184 1807
/proc/meminfo: memFree=27763852/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1082348 CPUtime=3284.68 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 3439633 0 0 0 327945 523 0 0 25 0 4 0 599799464 1108324352 205995 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 270587 205995 471 105 0 266091 0
[pid=1761/tid=1763] ppid=1759 vsize=1082348 CPUtime=817.74 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 115597 0 0 0 81756 18 0 0 25 0 4 0 599799465 1108324352 205995 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1082348 CPUtime=822.29 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 78680 0 0 0 82217 12 0 0 25 0 4 0 599799465 1108324352 205995 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1082348 CPUtime=822.3 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 3082623 0 0 0 81767 463 0 0 25 0 4 0 599799465 1108324352 205995 33554432000 4194304 4623224 140734266980064 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 1082348

[startup+882.301 s]
/proc/loadavg: 8.12 8.08 8.05 9/184 1808
/proc/meminfo: memFree=27721032/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1082348 CPUtime=3524.34 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 3704790 0 0 0 351874 560 0 0 25 0 4 0 599799464 1108324352 212309 33554432000 4194304 4623224 140734266980064 18446744073709551615 4355942 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 270587 212309 470 105 0 266091 0
[pid=1761/tid=1763] ppid=1759 vsize=1082348 CPUtime=877.41 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 117111 0 0 0 87722 19 0 0 25 0 4 0 599799465 1108324352 212309 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1082348 CPUtime=882.28 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 79885 0 0 0 88216 12 0 0 25 0 4 0 599799465 1108324352 212309 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1082348 CPUtime=882.3 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 3327981 0 0 0 87734 496 0 0 25 0 4 0 599799465 1108324352 212309 33554432000 4194304 4623224 140734266980064 18446744073709551615 4366354 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 1082348

[startup+942.301 s]
/proc/loadavg: 8.21 8.11 8.06 9/184 1810
/proc/meminfo: memFree=27671156/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1104372 CPUtime=3764.02 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 4004609 0 0 0 375797 605 0 0 25 0 4 0 599799464 1130876928 218838 33554432000 4194304 4623224 140734266980064 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 276093 218838 473 105 0 271597 0
[pid=1761/tid=1763] ppid=1759 vsize=1104372 CPUtime=937.08 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 118210 0 0 0 93689 19 0 0 25 0 4 0 599799465 1130876928 218838 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1104372 CPUtime=942.29 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 80272 0 0 0 94217 12 0 0 25 0 4 0 599799465 1130876928 218838 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1104372 CPUtime=942.3 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 3586473 0 0 0 93696 534 0 0 25 0 4 0 599799465 1130876928 218838 33554432000 4194304 4623224 140734266980064 18446744073709551615 4366369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1104372

[startup+1002.3 s]
/proc/loadavg: 8.20 8.12 8.06 9/184 1812
/proc/meminfo: memFree=27620264/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1104372 CPUtime=4003.69 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 4356462 0 0 0 399709 660 0 0 25 0 4 0 599799464 1130876928 222853 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 276093 222853 419 105 0 271597 0
[pid=1761/tid=1763] ppid=1759 vsize=1104372 CPUtime=996.75 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 118778 0 0 0 99656 19 0 0 25 0 4 0 599799465 1130876928 222853 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1104372 CPUtime=1002.29 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 81062 0 0 0 100216 13 0 0 25 0 4 0 599799465 1130876928 222853 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1104372 CPUtime=1002.3 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 3928709 0 0 0 99644 586 0 0 25 0 4 0 599799465 1130876928 222853 33554432000 4194304 4623224 140734266980064 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 1104372

[startup+1062.3 s]
/proc/loadavg: 8.18 8.13 8.07 9/184 1813
/proc/meminfo: memFree=27587240/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1109084 CPUtime=4243.37 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 4710587 0 0 0 423626 711 0 0 25 0 4 0 599799464 1135702016 226691 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 277271 226691 349 105 0 272775 0
[pid=1761/tid=1763] ppid=1759 vsize=1109084 CPUtime=1056.42 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 119430 0 0 0 105622 20 0 0 25 0 4 0 599799465 1135702016 226691 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1109084 CPUtime=1062.29 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 81548 0 0 0 106216 13 0 0 25 0 4 0 599799465 1135702016 226691 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1109084 CPUtime=1062.3 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 4256704 0 0 0 105598 632 0 0 25 0 4 0 599799465 1135702016 226691 33554432000 4194304 4623224 140734266980064 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1109084

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 8.07 9/184 1815
/proc/meminfo: memFree=27525080/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1175856 CPUtime=4483.04 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 4841410 0 0 0 447573 731 0 0 25 0 4 0 599799464 1204076544 238189 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 293964 238189 341 105 0 289468 0
[pid=1761/tid=1763] ppid=1759 vsize=1175856 CPUtime=1116.09 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 127273 0 0 0 111588 21 0 0 25 0 4 0 599799465 1204076544 238189 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1175856 CPUtime=1122.29 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 82019 0 0 0 112216 13 0 0 25 0 4 0 599799465 1204076544 238189 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1175856 CPUtime=1122.31 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 4379186 0 0 0 111580 651 0 0 25 0 4 0 599799465 1204076544 238189 33554432000 4194304 4623224 140734266980064 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 1175856

[startup+1182.3 s]
/proc/loadavg: 8.17 8.13 8.08 9/184 1816
/proc/meminfo: memFree=27495900/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1249096 CPUtime=4722.72 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 4907267 0 0 0 471531 741 0 0 25 0 4 0 599799464 1279074304 242757 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 312274 242757 351 105 0 307778 0
[pid=1761/tid=1763] ppid=1759 vsize=1249096 CPUtime=1175.76 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 127704 0 0 0 117555 21 0 0 25 0 4 0 599799465 1279074304 242757 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1249096 CPUtime=1182.29 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 82233 0 0 0 118216 13 0 0 25 0 4 0 599799465 1279074304 242757 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1249096 CPUtime=1182.31 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 4444381 0 0 0 117570 661 0 0 25 0 4 0 599799465 1279074304 242757 33554432000 4194304 4623224 140734266980064 18446744073709551615 4563965 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1249096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.12 8.07 9/184 1817
/proc/meminfo: memFree=27471820/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1249096 CPUtime=4800.22 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 4951460 0 0 0 479274 748 0 0 25 0 4 0 599799464 1279074304 246103 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 312274 246103 341 105 0 307778 0
[pid=1761/tid=1763] ppid=1759 vsize=1249096 CPUtime=1195.05 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 127944 0 0 0 119484 21 0 0 25 0 4 0 599799465 1279074304 246113 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1249096 CPUtime=1201.7 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 85129 0 0 0 120156 14 0 0 25 0 4 0 599799465 1279074304 246113 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1249096 CPUtime=1201.71 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 4485429 0 0 0 119504 667 0 0 25 0 4 0 599799465 1279074304 246113 33554432000 4194304 4623224 140734266980064 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1249096

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

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

[startup+1201.7 s]
/proc/loadavg: 8.12 8.12 8.07 9/184 1817
/proc/meminfo: memFree=27471820/32950928 swapFree=67111352/67111528
[pid=1761] ppid=1759 vsize=1249096 CPUtime=4800.22 cores=0,2,4,6
/proc/1761/stat : 1761 (SArTagnan) R 1759 1761 1121 0 -1 4202496 4951460 0 0 0 479274 748 0 0 25 0 4 0 599799464 1279074304 246103 33554432000 4194304 4623224 140734266980064 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 312274 246103 341 105 0 307778 0
[pid=1761/tid=1763] ppid=1759 vsize=1249096 CPUtime=1195.05 cores=0,2,4,6
/proc/1761/task/1763/stat : 1763 (SArTagnan) R 1759 1761 1121 0 -1 4202560 127944 0 0 0 119484 21 0 0 25 0 4 0 599799465 1279074304 246113 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1249096 CPUtime=1201.7 cores=0,2,4,6
/proc/1761/task/1764/stat : 1764 (SArTagnan) R 1759 1761 1121 0 -1 4202560 85129 0 0 0 120156 14 0 0 25 0 4 0 599799465 1279074304 246113 33554432000 4194304 4623224 140734266980064 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1249096 CPUtime=1201.71 cores=0,2,4,6
/proc/1761/task/1765/stat : 1765 (SArTagnan) R 1759 1761 1121 0 -1 4202560 4485429 0 0 0 119504 667 0 0 25 0 4 0 599799465 1279074304 246113 33554432000 4194304 4623224 140734266980064 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1249096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.31
CPU user time (s): 4792.77
CPU system time (s): 7.53185
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 1249096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.77
system time used= 7.53185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4951486
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= 950
involuntary context switches= 20193

runsolver used 1.92571 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 18:48:08
IDJOB=3250738
IDBENCH=83353
IDSOLVER=1656
FILE ID=node113/3250738-1304095688
RUNJOBID= node113-1304095688-1749
PBS_JOBID= 13170572
Free space on /tmp= 71168 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250738-1304095688/watcher-3250738-1304095688 -o /tmp/evaluation-result-3250738-1304095688/solver-3250738-1304095688 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250738-1304095688.cnf -threads=4

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

MD5SUM BENCH= afc70649cebcc24cd0a7b28def593295
RANDOM SEED=1068538830

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29410576 kB
Buffers:        706060 kB
Cached:        2253352 kB
SwapCached:         12 kB
Active:         142404 kB
Inactive:      2880244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29410576 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:             844 kB
Writeback:           0 kB
AnonPages:       63448 kB
Mapped:          14480 kB
Slab:           453128 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188336 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= 71164 MiB
End job on node113 at 2011-04-29 19:08:12