Trace number 3386374

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) 2868.55 1300.29

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386374-1305576286/watcher-3386374-1305576286 -o /tmp/evaluation-result-3386374-1305576286/solver-3386374-1305576286 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386374-1305576286.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: 4.66 8.82 10.60 9/494 8319
/proc/meminfo: memFree=21219996/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=38392 CPUtime=0 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 3986 0 0 0 0 0 0 0 20 0 1 0 669225778 39313408 3924 33554432000 4194304 4625164 140737255041568 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/8319/statm: 9598 3936 291 106 0 5101 0

[startup+0.0879561 s]
/proc/loadavg: 4.66 8.82 10.60 9/494 8319
/proc/meminfo: memFree=21219996/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=84080 CPUtime=0.08 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 10136 0 0 0 6 2 0 0 20 0 1 0 669225778 86097920 7294 33554432000 4194304 4625164 140737255041568 18446744073709551615 239476694784 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/8319/statm: 21020 7294 296 106 0 16523 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84080

[startup+0.100953 s]
/proc/loadavg: 4.66 8.82 10.60 9/494 8319
/proc/meminfo: memFree=21219996/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=84080 CPUtime=0.09 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 10263 0 0 0 7 2 0 0 20 0 1 0 669225778 86097920 7421 33554432000 4194304 4625164 140737255041568 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/8319/statm: 21020 7422 296 106 0 16523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84080

[startup+0.300915 s]
/proc/loadavg: 4.66 8.82 10.60 9/494 8319
/proc/meminfo: memFree=21219996/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=106460 CPUtime=0.29 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 19212 0 0 0 26 3 0 0 21 0 1 0 669225778 109015040 12741 33554432000 4194304 4625164 140737255041568 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/8319/statm: 26615 12741 296 106 0 22118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106460

[startup+0.700839 s]
/proc/loadavg: 4.66 8.82 10.60 9/494 8319
/proc/meminfo: memFree=21219996/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=323064 CPUtime=0.69 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 61598 0 0 0 61 8 0 0 22 0 4 0 669225778 330817536 52005 33554432000 4194304 4625164 140737255041568 18446744073709551615 47280580970418 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8319/statm: 80766 52014 306 106 0 76269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 323064

[startup+1.50069 s]
/proc/loadavg: 4.66 8.82 10.60 13/498 8323
/proc/meminfo: memFree=20969840/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=492036 CPUtime=2.45 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 74454 0 0 0 235 10 0 0 25 0 4 0 669225778 503844864 64861 33554432000 4194304 4625164 140737255041568 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 123009 64861 334 106 0 118512 0
[pid=8319/tid=8321] ppid=8317 vsize=492036 CPUtime=0.42 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 2233 0 0 0 42 0 0 0 25 0 4 0 669225843 503844864 64861 33554432000 4194304 4625164 140737255041568 18446744073709551615 4470451 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=492036 CPUtime=0.31 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 2724 0 0 0 31 0 0 0 25 0 4 0 669225843 503844864 64861 33554432000 4194304 4625164 140737255041568 18446744073709551615 239476353348 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=492036 CPUtime=0.65 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 4216 0 0 0 65 0 0 0 25 0 4 0 669225843 503844864 64861 33554432000 4194304 4625164 140737255041568 18446744073709551615 239476353172 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 492036

[startup+3.10038 s]
/proc/loadavg: 4.66 8.82 10.60 13/498 8323
/proc/meminfo: memFree=20950620/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=492036 CPUtime=6.44 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 82970 0 0 0 633 11 0 0 25 0 4 0 669225778 503844864 66209 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390728 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 123009 66209 336 106 0 118512 0
[pid=8319/tid=8321] ppid=8317 vsize=492036 CPUtime=1.22 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 2317 0 0 0 122 0 0 0 25 0 4 0 669225843 503844864 66209 33554432000 4194304 4625164 140737255041568 18446744073709551615 4334163 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=492036 CPUtime=1.1 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 3535 0 0 0 110 0 0 0 25 0 4 0 669225843 503844864 66210 33554432000 4194304 4625164 140737255041568 18446744073709551615 4486996 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=492036 CPUtime=2.25 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 11823 0 0 0 224 1 0 0 25 0 4 0 669225843 503844864 66210 33554432000 4194304 4625164 140737255041568 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 492036

[startup+6.30077 s]
/proc/loadavg: 5.24 8.87 10.60 13/498 8323
/proc/meminfo: memFree=20940572/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=492036 CPUtime=14.44 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 95696 0 0 0 1431 13 0 0 25 0 4 0 669225778 503844864 65148 33554432000 4194304 4625164 140737255041568 18446744073709551615 4381981 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 123009 65148 336 106 0 118512 0
[pid=8319/tid=8321] ppid=8317 vsize=492036 CPUtime=2.82 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 2356 0 0 0 282 0 0 0 25 0 4 0 669225843 503844864 65148 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=492036 CPUtime=2.7 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 3613 0 0 0 270 0 0 0 25 0 4 0 669225843 503844864 65148 33554432000 4194304 4625164 140737255041568 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=492036 CPUtime=5.46 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 24413 0 0 0 543 3 0 0 25 0 4 0 669225843 503844864 65148 33554432000 4194304 4625164 140737255041568 18446744073709551615 4352585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 492036

[startup+12.7005 s]
/proc/loadavg: 5.79 8.92 10.61 13/498 8324
/proc/meminfo: memFree=20899884/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=492036 CPUtime=30.34 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 113805 0 0 0 3019 15 0 0 25 0 4 0 669225778 503844864 66690 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 123009 66690 336 106 0 118512 0
[pid=8319/tid=8321] ppid=8317 vsize=492036 CPUtime=6.02 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 2408 0 0 0 602 0 0 0 25 0 4 0 669225843 503844864 66690 33554432000 4194304 4625164 140737255041568 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=492036 CPUtime=5.91 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 3856 0 0 0 590 1 0 0 25 0 4 0 669225843 503844864 66690 33554432000 4194304 4625164 140737255041568 18446744073709551615 4352372 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=492036 CPUtime=11.86 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 41818 0 0 0 1181 5 0 0 25 0 4 0 669225843 503844864 66690 33554432000 4194304 4625164 140737255041568 18446744073709551615 4547335 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.34
Current children cumulated vsize (KiB) 492036

[startup+25.5011 s]
/proc/loadavg: 7.24 9.09 10.64 13/498 8324
/proc/meminfo: memFree=20859128/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=508444 CPUtime=62.25 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 161447 0 0 0 6203 22 0 0 25 0 4 0 669225778 520646656 72579 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 127111 72579 355 106 0 122614 0
[pid=8319/tid=8321] ppid=8317 vsize=508444 CPUtime=12.42 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 2528 0 0 0 1242 0 0 0 25 0 4 0 669225843 520646656 72579 33554432000 4194304 4625164 140737255041568 18446744073709551615 4462375 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=508444 CPUtime=12.31 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 5136 0 0 0 1230 1 0 0 25 0 4 0 669225843 520646656 72579 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=508444 CPUtime=24.66 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 83469 0 0 0 2455 11 0 0 25 0 4 0 669225843 520646656 72579 33554432000 4194304 4625164 140737255041568 18446744073709551615 4554631 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.25
Current children cumulated vsize (KiB) 508444

[startup+51.1012 s]
/proc/loadavg: 9.16 9.39 10.69 13/498 8355
/proc/meminfo: memFree=20727980/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=528956 CPUtime=116.05 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 248438 0 0 0 11569 36 0 0 25 0 4 0 669225778 541650944 87230 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8319/statm: 132239 87230 371 106 0 127742 0
[pid=8319/tid=8321] ppid=8317 vsize=528956 CPUtime=25.22 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 7601 0 0 0 2521 1 0 0 25 0 4 0 669225843 541650944 87230 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=528956 CPUtime=25.11 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 14596 0 0 0 2509 2 0 0 25 0 4 0 669225843 541650944 87230 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=528956 CPUtime=39.95 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 139294 0 0 0 3976 19 0 0 25 0 4 0 669225843 541650944 87230 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 116.05
Current children cumulated vsize (KiB) 528956

[startup+102.318 s]
/proc/loadavg: 10.77 9.79 10.76 13/498 8356
/proc/meminfo: memFree=20350928/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=599732 CPUtime=225.24 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 390817 0 0 0 22463 61 0 0 25 0 4 0 669225778 614125568 119789 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390631 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8319/statm: 149933 119789 345 106 0 145436 0
[pid=8319/tid=8321] ppid=8317 vsize=599732 CPUtime=51.12 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 13303 0 0 0 5108 4 0 0 25 0 4 0 669225843 614125568 119789 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=599732 CPUtime=50.2 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 40494 0 0 0 5012 8 0 0 25 0 4 0 669225843 614125568 119789 33554432000 4194304 4625164 140737255041568 18446744073709551615 4317246 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=599732 CPUtime=69.49 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 204288 0 0 0 6920 29 0 0 25 0 4 0 669225843 614125568 119789 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 225.24
Current children cumulated vsize (KiB) 599732

[startup+162.301 s]
/proc/loadavg: 11.77 10.25 10.86 13/498 8358
/proc/meminfo: memFree=19571672/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=1031636 CPUtime=350.48 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 563773 0 0 0 34958 90 0 0 25 0 4 0 669225778 1056395264 182494 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8319/statm: 257909 182494 337 106 0 253412 0
[pid=8319/tid=8321] ppid=8317 vsize=1031636 CPUtime=83.74 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 27820 0 0 0 8366 8 0 0 25 0 4 0 669225843 1056395264 182494 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=1031636 CPUtime=80.14 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 67068 0 0 0 8001 13 0 0 25 0 4 0 669225843 1056395264 182494 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351632 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=1031636 CPUtime=102.23 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 240996 0 0 0 10189 34 0 0 25 0 4 0 669225843 1056395264 182494 33554432000 4194304 4625164 140737255041568 18446744073709551615 4552241 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 350.48
Current children cumulated vsize (KiB) 1031636

[startup+222.3 s]
/proc/loadavg: 12.05 10.60 10.94 13/498 8359
/proc/meminfo: memFree=18551628/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=1452644 CPUtime=492.31 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 910107 0 0 0 49091 140 0 0 25 0 4 0 669225778 1487507456 300633 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8319/statm: 363161 300633 337 106 0 358664 0
[pid=8319/tid=8321] ppid=8317 vsize=1452644 CPUtime=113.81 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 43904 0 0 0 11369 12 0 0 25 0 4 0 669225843 1487507456 300633 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=1452644 CPUtime=125.98 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 94154 0 0 0 12579 19 0 0 25 0 4 0 669225843 1487507456 300633 33554432000 4194304 4625164 140737255041568 18446744073709551615 4317215 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=1452644 CPUtime=135.77 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 330697 0 0 0 13531 46 0 0 25 0 4 0 669225843 1487507456 300633 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 492.31
Current children cumulated vsize (KiB) 1452644

[startup+282.301 s]

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


[startup+762.318 s]
/proc/loadavg: 12.13 11.92 11.47 13/498 8374
/proc/meminfo: memFree=10471000/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=4767308 CPUtime=1687.86 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 3439668 0 0 0 168242 544 0 0 25 0 4 0 669225778 4881723392 962309 33554432000 4194304 4625164 140737255041568 18446744073709551615 239476738231 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 1191827 962309 344 106 0 1187330 0
[pid=8319/tid=8321] ppid=8317 vsize=4767308 CPUtime=433.74 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 99204 0 0 0 43344 30 0 0 25 0 4 0 669225843 4881723392 962309 33554432000 4194304 4625164 140737255041568 18446744073709551615 239476799982 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=4767308 CPUtime=447.41 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 204772 0 0 0 44691 50 0 0 25 0 4 0 669225843 4881723392 962309 33554432000 4194304 4625164 140737255041568 18446744073709551615 4317344 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=4767308 CPUtime=424.4 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1143187 0 0 0 42268 172 0 0 25 0 4 0 669225843 4881723392 962309 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1687.86
Current children cumulated vsize (KiB) 4767308

[startup+822.301 s]
/proc/loadavg: 12.09 11.94 11.50 13/498 8375
/proc/meminfo: memFree=10154924/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=4960332 CPUtime=1821.59 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 3621979 0 0 0 181583 576 0 0 25 0 4 0 669225778 5079379968 1026318 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390623 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8319/statm: 1240083 1026318 344 106 0 1235586 0
[pid=8319/tid=8321] ppid=8317 vsize=4960332 CPUtime=466.65 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 106707 0 0 0 46634 31 0 0 25 0 4 0 669225843 5079379968 1026318 33554432000 4194304 4625164 140737255041568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=4960332 CPUtime=488.87 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 219225 0 0 0 48832 55 0 0 25 0 4 0 669225843 5079379968 1026318 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=4960332 CPUtime=453.86 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1258550 0 0 0 45199 187 0 0 25 0 4 0 669225843 5079379968 1026318 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1821.59
Current children cumulated vsize (KiB) 4960332

[startup+882.301 s]
/proc/loadavg: 12.11 11.98 11.54 13/498 8377
/proc/meminfo: memFree=9825040/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=5096800 CPUtime=1943.9 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 3781548 0 0 0 193786 604 0 0 25 0 4 0 669225778 5219123200 1093181 33554432000 4194304 4625164 140737255041568 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8319/statm: 1274200 1093181 354 106 0 1269703 0
[pid=8319/tid=8321] ppid=8317 vsize=5096800 CPUtime=496.68 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 107293 0 0 0 49637 31 0 0 25 0 4 0 669225843 5219123200 1093181 33554432000 4194304 4625164 140737255041568 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=5096800 CPUtime=521.22 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 231532 0 0 0 52064 58 0 0 25 0 4 0 669225843 5219123200 1093181 33554432000 4194304 4625164 140737255041568 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=5096800 CPUtime=483.79 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1361047 0 0 0 48176 203 0 0 25 0 4 0 669225843 5219123200 1093181 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1943.9
Current children cumulated vsize (KiB) 5096800

[startup+942.301 s]
/proc/loadavg: 12.19 12.02 11.58 13/498 8379
/proc/meminfo: memFree=9537816/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=5189212 CPUtime=2063.91 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 3901476 0 0 0 205768 623 0 0 25 0 4 0 669225778 5313753088 1145371 33554432000 4194304 4625164 140737255041568 18446744073709551615 4278661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8319/statm: 1297303 1145371 344 106 0 1292806 0
[pid=8319/tid=8321] ppid=8317 vsize=5189212 CPUtime=526.68 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 107953 0 0 0 52637 31 0 0 25 0 4 0 669225843 5313753088 1145371 33554432000 4194304 4625164 140737255041568 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=5189212 CPUtime=551.22 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 239060 0 0 0 55062 60 0 0 25 0 4 0 669225843 5313753088 1145371 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=5189212 CPUtime=513.8 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1422653 0 0 0 51167 213 0 0 25 0 4 0 669225843 5313753088 1145371 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288789 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2063.91
Current children cumulated vsize (KiB) 5189212

[startup+1002.3 s]
/proc/loadavg: 12.21 12.06 11.62 13/498 8380
/proc/meminfo: memFree=9230768/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=5461896 CPUtime=2212.97 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 4035755 0 0 0 220648 649 0 0 25 0 4 0 669225778 5592981504 1199217 33554432000 4194304 4625164 140737255041568 18446744073709551615 239476356129 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8319/statm: 1365474 1199218 344 106 0 1360977 0
[pid=8319/tid=8321] ppid=8317 vsize=5461896 CPUtime=574.83 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 108615 0 0 0 57452 31 0 0 25 0 4 0 669225843 5592981504 1199218 33554432000 4194304 4625164 140737255041568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=5461896 CPUtime=581.08 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 261540 0 0 0 58042 66 0 0 25 0 4 0 669225843 5592981504 1199219 33554432000 4194304 4625164 140737255041568 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=5461896 CPUtime=553.28 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1437201 0 0 0 55112 216 0 0 25 0 4 0 669225843 5592981504 1199219 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2212.97
Current children cumulated vsize (KiB) 5461896

[startup+1062.3 s]
/proc/loadavg: 12.29 12.10 11.66 13/498 8382
/proc/meminfo: memFree=8542792/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=6746792 CPUtime=2338.92 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 4824732 0 0 0 233140 752 0 0 25 0 4 0 669225778 6908715008 1358866 33554432000 4194304 4625164 140737255041568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8319/statm: 1686698 1358866 344 106 0 1682201 0
[pid=8319/tid=8321] ppid=8317 vsize=6746792 CPUtime=604.75 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 109226 0 0 0 60444 31 0 0 25 0 4 0 669225843 6908715008 1358866 33554432000 4194304 4625164 140737255041568 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=6746792 CPUtime=611.23 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 269393 0 0 0 61055 68 0 0 25 0 4 0 669225843 6908715008 1358866 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=6746792 CPUtime=589.65 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1527913 0 0 0 58735 230 0 0 25 0 4 0 669225843 6908715008 1358866 33554432000 4194304 4625164 140737255041568 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2338.92
Current children cumulated vsize (KiB) 6746792

[startup+1122.3 s]
/proc/loadavg: 12.31 12.13 11.69 13/498 8383
/proc/meminfo: memFree=8200548/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=6921388 CPUtime=2469.59 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 5007258 0 0 0 246172 787 0 0 25 0 4 0 669225778 7087501312 1429234 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 1730347 1429234 344 106 0 1725850 0
[pid=8319/tid=8321] ppid=8317 vsize=6921388 CPUtime=641.01 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 109770 0 0 0 64069 32 0 0 25 0 4 0 669225843 7087501312 1429234 33554432000 4194304 4625164 140737255041568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=6921388 CPUtime=641.21 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 285415 0 0 0 64047 74 0 0 25 0 4 0 669225843 7087501312 1429234 33554432000 4194304 4625164 140737255041568 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=6921388 CPUtime=623.73 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1639146 0 0 0 62128 245 0 0 25 0 4 0 669225843 7087501312 1429234 33554432000 4194304 4625164 140737255041568 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2469.59
Current children cumulated vsize (KiB) 6921388

[startup+1182.3 s]
/proc/loadavg: 12.18 12.12 11.72 13/498 8385
/proc/meminfo: memFree=7829776/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=7175252 CPUtime=2597.8 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 5219437 0 0 0 258957 823 0 0 25 0 4 0 669225778 7347458048 1509816 33554432000 4194304 4625164 140737255041568 18446744073709551615 4390555 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8319/statm: 1793813 1509816 344 106 0 1789316 0
[pid=8319/tid=8321] ppid=8317 vsize=7175252 CPUtime=679.88 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 115112 0 0 0 67955 33 0 0 25 0 4 0 669225843 7347458048 1509816 33554432000 4194304 4625164 140737255041568 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=7175252 CPUtime=671.1 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 297947 0 0 0 67032 78 0 0 25 0 4 0 669225843 7347458048 1509816 33554432000 4194304 4625164 140737255041568 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=7175252 CPUtime=653.5 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1741413 0 0 0 65091 259 0 0 25 0 4 0 669225843 7347458048 1509816 33554432000 4194304 4625164 140737255041568 18446744073709551615 4579394 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2597.8
Current children cumulated vsize (KiB) 7175252

[startup+1242.3 s]
/proc/loadavg: 12.13 12.11 11.74 13/498 8387
/proc/meminfo: memFree=7441148/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=7312244 CPUtime=2737.8 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 5450370 0 0 0 272915 865 0 0 25 0 4 0 669225778 7487737856 1591820 33554432000 4194304 4625164 140737255041568 18446744073709551615 4362358 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8319/statm: 1828061 1591820 344 106 0 1823564 0
[pid=8319/tid=8321] ppid=8317 vsize=7312244 CPUtime=715.84 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 115803 0 0 0 71551 33 0 0 25 0 4 0 669225843 7487737856 1591820 33554432000 4194304 4625164 140737255041568 18446744073709551615 4469395 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=7312244 CPUtime=701.09 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 313411 0 0 0 70023 86 0 0 25 0 4 0 669225843 7487737856 1591820 33554432000 4194304 4625164 140737255041568 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=7312244 CPUtime=694.99 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1878505 0 0 0 69221 278 0 0 25 0 4 0 669225843 7487737856 1591820 33554432000 4194304 4625164 140737255041568 18446744073709551615 4288793 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2737.8
Current children cumulated vsize (KiB) 7312244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 12.10 12.10 11.75 13/498 8388
/proc/meminfo: memFree=6881652/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=7480180 CPUtime=2868.25 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) R 8317 8319 8278 0 -1 4202496 5664800 0 0 0 285919 906 0 0 25 0 4 0 669225778 7659704320 1694525 33554432000 4194304 4625164 140737255041568 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8319/statm: 1870045 1694525 344 106 0 1865548 0
[pid=8319/tid=8321] ppid=8317 vsize=7480180 CPUtime=751.7 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4202560 116321 0 0 0 75137 33 0 0 25 0 4 0 669225843 7659704320 1694525 33554432000 4194304 4625164 140737255041568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8319/tid=8322] ppid=8317 vsize=7480180 CPUtime=736.84 cores=1,3,5,7
/proc/8319/task/8322/stat : 8322 (SArTagnan) R 8317 8319 8278 0 -1 4202560 325175 0 0 0 73592 92 0 0 25 0 4 0 669225843 7659704320 1694525 33554432000 4194304 4625164 140737255041568 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8319/tid=8323] ppid=8317 vsize=7480180 CPUtime=725.65 cores=1,3,5,7
/proc/8319/task/8323/stat : 8323 (SArTagnan) R 8317 8319 8278 0 -1 4202560 1970648 0 0 0 72275 290 0 0 25 0 4 0 669225843 7659704320 1694525 33554432000 4194304 4625164 140737255041568 18446744073709551615 4567872 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2868.25
Current children cumulated vsize (KiB) 7480180

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

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

[startup+1300.22 s]
/proc/loadavg: 12.10 12.10 11.75 10/497 8389
/proc/meminfo: memFree=9225012/32950928 swapFree=67056568/67111528
[pid=8319] ppid=8317 vsize=0 CPUtime=2868.47 cores=1,3,5,7
/proc/8319/stat : 8319 (SArTagnan) Z 8317 8319 8278 0 -1 4203548 5664800 0 0 0 285921 926 0 0 25 0 2 0 669225778 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8319/statm: 0 0 0 0 0 0 0
[pid=8319/tid=8321] ppid=8317 vsize=0 CPUtime=751.9 cores=1,3,5,7
/proc/8319/task/8321/stat : 8321 (SArTagnan) R 8317 8319 8278 0 -1 4203588 116321 0 0 0 75137 53 0 0 25 0 2 0 669225843 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2868.47
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.29
CPU time (s): 2868.55
CPU user time (s): 2859.21
CPU system time (s): 9.33058
CPU usage (%): 220.608
Max. virtual memory (cumulated for all children) (KiB): 8726424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2859.21
system time used= 9.33058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5664800
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= 29320
involuntary context switches= 40111

runsolver used 6.02708 second user time and 15.1537 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 22:04:47
IDJOB=3386374
IDBENCH=20349
IDSOLVER=1871
FILE ID=node148/3386374-1305576286
RUNJOBID= node148-1305576286-8297
PBS_JOBID= 13350202
Free space on /tmp= 72852 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386374-1305576286/watcher-3386374-1305576286 -o /tmp/evaluation-result-3386374-1305576286/solver-3386374-1305576286 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386374-1305576286.cnf -threads=4

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1672187304

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      21220284 kB
Buffers:        354144 kB
Cached:        5041732 kB
SwapCached:       8488 kB
Active:        8143412 kB
Inactive:      3215204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21220284 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           36428 kB
Writeback:           0 kB
AnonPages:     5960972 kB
Mapped:          37820 kB
Slab:           251516 kB
PageTables:      49520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 141881544 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= 72836 MiB
End job on node148 at 2011-05-16 22:26:29