Trace number 3385961

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) 3176.14 1300.09

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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

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

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


[startup+0 s]
/proc/loadavg: 10.70 11.04 11.08 8/413 27416
/proc/meminfo: memFree=8241284/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=22212 CPUtime=0.01 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 978 0 0 0 1 0 0 0 25 0 1 0 669450192 22745088 618 33554432000 4194304 4625164 140733662600544 18446744073709551615 248089698048 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27416/statm: 5553 619 296 106 0 1056 0

[startup+0.096225 s]
/proc/loadavg: 10.70 11.04 11.08 8/413 27416
/proc/meminfo: memFree=8241284/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=125884 CPUtime=0.15 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) D 27414 27416 27246 0 -1 4202496 2993 0 0 0 15 0 0 0 25 0 4 0 669450192 128905216 2104 33554432000 4194304 4625164 140733662600544 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 31471 2104 329 106 0 26974 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 125884

[startup+0.143965 s]
/proc/loadavg: 10.70 11.04 11.08 8/413 27416
/proc/meminfo: memFree=8241284/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=128424 CPUtime=0.24 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 3826 0 0 0 24 0 0 0 25 0 4 0 669450192 131506176 2937 33554432000 4194304 4625164 140733662600544 18446744073709551615 4503620 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 32106 2937 344 106 0 27609 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 128424

[startup+0.300938 s]
/proc/loadavg: 10.70 11.04 11.08 8/413 27416
/proc/meminfo: memFree=8241284/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=195664 CPUtime=0.66 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 4596 0 0 0 66 0 0 0 25 0 4 0 669450192 200359936 3707 33554432000 4194304 4625164 140733662600544 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 48916 3707 345 106 0 44419 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 195664

[startup+0.700867 s]
/proc/loadavg: 10.70 11.04 11.08 8/413 27416
/proc/meminfo: memFree=8241284/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=197076 CPUtime=1.49 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 5793 0 0 0 149 0 0 0 25 0 4 0 669450192 201805824 4794 33554432000 4194304 4625164 140733662600544 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 49269 4794 345 106 0 44772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 197076

[startup+1.50073 s]
/proc/loadavg: 10.70 11.04 11.08 12/417 27420
/proc/meminfo: memFree=8215716/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=202248 CPUtime=3.08 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 8513 0 0 0 307 1 0 0 25 0 4 0 669450192 207101952 6887 33554432000 4194304 4625164 140733662600544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 50562 6887 345 106 0 46065 0
[pid=27416/tid=27418] ppid=27414 vsize=202248 CPUtime=0.73 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 1429 0 0 0 73 0 0 0 25 0 4 0 669450195 207101952 6887 33554432000 4194304 4625164 140733662600544 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=202248 CPUtime=0.65 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 1415 0 0 0 65 0 0 0 25 0 4 0 669450195 207101952 6887 33554432000 4194304 4625164 140733662600544 18446744073709551615 248089741495 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=202248 CPUtime=0.85 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 856 0 0 0 85 0 0 0 25 0 4 0 669450195 207101952 6888 33554432000 4194304 4625164 140733662600544 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 202248

[startup+3.10045 s]
/proc/loadavg: 10.70 11.04 11.08 12/417 27420
/proc/meminfo: memFree=8203812/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=273372 CPUtime=6.42 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 12861 0 0 0 641 1 0 0 25 0 4 0 669450192 279932928 9444 33554432000 4194304 4625164 140733662600544 18446744073709551615 4519559 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 68343 9444 346 106 0 63846 0
[pid=27416/tid=27418] ppid=27414 vsize=273372 CPUtime=1.38 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 2371 0 0 0 138 0 0 0 25 0 4 0 669450195 279932928 9444 33554432000 4194304 4625164 140733662600544 18446744073709551615 248089803246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=273372 CPUtime=1.31 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 2404 0 0 0 131 0 0 0 25 0 4 0 669450195 279932928 9444 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=273372 CPUtime=1.97 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 1776 0 0 0 197 0 0 0 25 0 4 0 669450195 279932928 9444 33554432000 4194304 4625164 140733662600544 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 273372

[startup+6.30088 s]
/proc/loadavg: 10.72 11.04 11.08 12/417 27420
/proc/meminfo: memFree=8172076/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=283072 CPUtime=13.01 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 26981 0 0 0 1297 4 0 0 25 0 4 0 669450192 289865728 13382 33554432000 4194304 4625164 140733662600544 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 70768 13382 346 106 0 66271 0
[pid=27416/tid=27418] ppid=27414 vsize=283072 CPUtime=2.79 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 4101 0 0 0 279 0 0 0 25 0 4 0 669450195 289865728 13382 33554432000 4194304 4625164 140733662600544 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=283072 CPUtime=2.96 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 5141 0 0 0 295 1 0 0 25 0 4 0 669450195 289865728 13382 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=283072 CPUtime=3.7 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 9585 0 0 0 369 1 0 0 25 0 4 0 669450195 289865728 13382 33554432000 4194304 4625164 140733662600544 18446744073709551615 4579432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.01
Current children cumulated vsize (KiB) 283072

[startup+12.7008 s]
/proc/loadavg: 10.74 11.04 11.08 12/417 27420
/proc/meminfo: memFree=8122036/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=290576 CPUtime=25.82 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 48137 0 0 0 2574 8 0 0 25 0 4 0 669450192 297549824 17814 33554432000 4194304 4625164 140733662600544 18446744073709551615 4512475 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27416/statm: 72644 17814 346 106 0 68147 0
[pid=27416/tid=27418] ppid=27414 vsize=290576 CPUtime=5.97 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 6518 0 0 0 596 1 0 0 25 0 4 0 669450195 297549824 17814 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=290576 CPUtime=5.9 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 8214 0 0 0 588 2 0 0 25 0 4 0 669450195 297549824 17814 33554432000 4194304 4625164 140733662600544 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=290576 CPUtime=6.36 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 23599 0 0 0 633 3 0 0 25 0 4 0 669450195 297549824 17814 33554432000 4194304 4625164 140733662600544 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 290576

[startup+25.5005 s]
/proc/loadavg: 10.87 11.05 11.08 12/417 27420
/proc/meminfo: memFree=8049220/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=298496 CPUtime=53.9 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 97019 0 0 0 5372 18 0 0 25 0 4 0 669450192 305659904 25451 33554432000 4194304 4625164 140733662600544 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 74624 25451 346 106 0 70127 0
[pid=27416/tid=27418] ppid=27414 vsize=298496 CPUtime=12.32 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 10020 0 0 0 1230 2 0 0 25 0 4 0 669450195 305659904 25451 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=298496 CPUtime=12.02 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 12819 0 0 0 1197 5 0 0 25 0 4 0 669450195 305659904 25451 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=298496 CPUtime=12 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 63047 0 0 0 1192 8 0 0 25 0 4 0 669450195 305659904 25451 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 53.9
Current children cumulated vsize (KiB) 298496

[startup+51.101 s]
/proc/loadavg: 10.92 11.05 11.08 12/417 27421
/proc/meminfo: memFree=7924424/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=309264 CPUtime=109.95 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 201465 0 0 0 10959 36 0 0 25 0 4 0 669450192 316686336 36747 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27416/statm: 77316 36747 347 106 0 72819 0
[pid=27416/tid=27418] ppid=27414 vsize=309264 CPUtime=25.23 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 14653 0 0 0 2519 4 0 0 25 0 4 0 669450195 316686336 36747 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=309264 CPUtime=24.33 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 20154 0 0 0 2425 8 0 0 25 0 4 0 669450195 316686336 36747 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=309264 CPUtime=24 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 155071 0 0 0 2378 22 0 0 25 0 4 0 669450195 316686336 36747 33554432000 4194304 4625164 140733662600544 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 109.95
Current children cumulated vsize (KiB) 309264

[startup+102.316 s]
/proc/loadavg: 11.06 11.07 11.08 13/417 27422
/proc/meminfo: memFree=7650244/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=394928 CPUtime=223.32 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 396433 0 0 0 22262 70 0 0 25 0 4 0 669450192 404406272 64961 33554432000 4194304 4625164 140733662600544 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 98732 64961 417 106 0 94235 0
[pid=27416/tid=27418] ppid=27414 vsize=394928 CPUtime=50.88 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 22420 0 0 0 5081 7 0 0 25 0 4 0 669450195 404406272 64961 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=394928 CPUtime=49.82 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 29272 0 0 0 4971 11 0 0 25 0 4 0 669450195 404406272 64961 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=394928 CPUtime=60.46 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 295388 0 0 0 6003 43 0 0 25 0 4 0 669450195 404406272 64961 33554432000 4194304 4625164 140733662600544 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 223.32
Current children cumulated vsize (KiB) 394928

[startup+162.3 s]
/proc/loadavg: 11.02 11.05 11.08 12/417 27424
/proc/meminfo: memFree=7463956/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=455060 CPUtime=346.96 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 434730 0 0 0 34617 79 0 0 25 0 4 0 669450192 465981440 83218 33554432000 4194304 4625164 140733662600544 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 113765 83218 377 106 0 109268 0
[pid=27416/tid=27418] ppid=27414 vsize=455060 CPUtime=80.52 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 31241 0 0 0 8042 10 0 0 25 0 4 0 669450195 465981440 83218 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=455060 CPUtime=83.86 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 31282 0 0 0 8373 13 0 0 25 0 4 0 669450195 465981440 83218 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=455060 CPUtime=90.85 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 297126 0 0 0 9041 44 0 0 25 0 4 0 669450195 465981440 83218 33554432000 4194304 4625164 140733662600544 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 346.96
Current children cumulated vsize (KiB) 455060

[startup+222.301 s]
/proc/loadavg: 11.16 11.09 11.09 12/417 27426
/proc/meminfo: memFree=7226584/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=489292 CPUtime=466.13 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 449390 0 0 0 46531 82 0 0 25 0 4 0 669450192 501035008 97276 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 122323 97276 371 106 0 117826 0
[pid=27416/tid=27418] ppid=27414 vsize=489292 CPUtime=110.11 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 34366 0 0 0 11000 11 0 0 25 0 4 0 669450195 501035008 97276 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=489292 CPUtime=113.44 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 31512 0 0 0 11331 13 0 0 25 0 4 0 669450195 501035008 97276 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=489292 CPUtime=120.84 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 304468 0 0 0 12039 45 0 0 25 0 4 0 669450195 501035008 97276 33554432000 4194304 4625164 140733662600544 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 466.13
Current children cumulated vsize (KiB) 489292

[startup+282.301 s]

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

[pid=27416] ppid=27414 vsize=1305536 CPUtime=1575.42 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1295733 0 0 0 157308 234 0 0 25 0 4 0 669450192 1336868864 240715 33554432000 4194304 4625164 140733662600544 18446744073709551615 4329225 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 326384 240716 346 106 0 321887 0
[pid=27416/tid=27418] ppid=27414 vsize=1305536 CPUtime=348.97 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 68495 0 0 0 34874 23 0 0 25 0 4 0 669450195 1336868864 240716 33554432000 4194304 4625164 140733662600544 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1305536 CPUtime=350.66 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 46538 0 0 0 35046 20 0 0 25 0 4 0 669450195 1336868864 240717 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1305536 CPUtime=517.12 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 797829 0 0 0 51584 128 0 0 25 0 4 0 669450195 1336868864 240717 33554432000 4194304 4625164 140733662600544 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1575.42
Current children cumulated vsize (KiB) 1305536

[startup+762.316 s]
/proc/loadavg: 11.10 11.13 11.09 12/417 27440
/proc/meminfo: memFree=5739312/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1362048 CPUtime=1714.97 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1335412 0 0 0 171252 245 0 0 25 0 4 0 669450192 1394737152 254550 33554432000 4194304 4625164 140733662600544 18446744073709551615 4508758 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 340512 254550 365 106 0 336015 0
[pid=27416/tid=27418] ppid=27414 vsize=1362048 CPUtime=378.94 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 69940 0 0 0 37870 24 0 0 25 0 4 0 669450195 1394737152 254550 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1362048 CPUtime=380.26 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 48518 0 0 0 38003 23 0 0 25 0 4 0 669450195 1394737152 254550 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1362048 CPUtime=567.29 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 803864 0 0 0 56599 130 0 0 25 0 4 0 669450195 1394737152 254550 33554432000 4194304 4625164 140733662600544 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1714.97
Current children cumulated vsize (KiB) 1362048

[startup+822.301 s]
/proc/loadavg: 11.16 11.13 11.09 12/417 27442
/proc/meminfo: memFree=5650756/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1376372 CPUtime=1864.13 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1361568 0 0 0 186160 253 0 0 25 0 4 0 669450192 1409404928 266356 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 344093 266356 346 106 0 339596 0
[pid=27416/tid=27418] ppid=27414 vsize=1376372 CPUtime=408.93 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 70457 0 0 0 40869 24 0 0 25 0 4 0 669450195 1409404928 266356 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1376372 CPUtime=410.25 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 51709 0 0 0 41000 25 0 0 25 0 4 0 669450195 1409404928 266356 33554432000 4194304 4625164 140733662600544 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1376372 CPUtime=626.46 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 807587 0 0 0 62515 131 0 0 25 0 4 0 669450195 1409404928 266356 33554432000 4194304 4625164 140733662600544 18446744073709551615 4579610 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1864.13
Current children cumulated vsize (KiB) 1376372

[startup+882.3 s]
/proc/loadavg: 11.10 11.12 11.09 12/417 27443
/proc/meminfo: memFree=5557128/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1399056 CPUtime=2013.3 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1390756 0 0 0 201071 259 0 0 25 0 4 0 669450192 1432633344 279006 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 349764 279006 346 106 0 345267 0
[pid=27416/tid=27418] ppid=27414 vsize=1399056 CPUtime=438.93 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 71463 0 0 0 43869 24 0 0 25 0 4 0 669450195 1432633344 279006 33554432000 4194304 4625164 140733662600544 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1399056 CPUtime=440.26 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 52012 0 0 0 44001 25 0 0 25 0 4 0 669450195 1432633344 279006 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1399056 CPUtime=685.64 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 813238 0 0 0 68432 132 0 0 25 0 4 0 669450195 1432633344 279006 33554432000 4194304 4625164 140733662600544 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2013.3
Current children cumulated vsize (KiB) 1399056

[startup+942.301 s]
/proc/loadavg: 11.14 11.13 11.09 12/417 27445
/proc/meminfo: memFree=5426000/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1444184 CPUtime=2162.33 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1441211 0 0 0 215962 271 0 0 25 0 4 0 669450192 1478844416 295951 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 361046 295951 346 106 0 356549 0
[pid=27416/tid=27418] ppid=27414 vsize=1444184 CPUtime=468.75 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 91506 0 0 0 46846 29 0 0 25 0 4 0 669450195 1478844416 295951 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1444184 CPUtime=470.44 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 52284 0 0 0 47019 25 0 0 25 0 4 0 669450195 1478844416 295951 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1444184 CPUtime=744.83 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 815734 0 0 0 74350 133 0 0 25 0 4 0 669450195 1478844416 295951 33554432000 4194304 4625164 140733662600544 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2162.33
Current children cumulated vsize (KiB) 1444184

[startup+1002.3 s]
/proc/loadavg: 11.18 11.14 11.10 12/417 27446
/proc/meminfo: memFree=5296728/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1673268 CPUtime=2311.09 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1590471 0 0 0 230812 297 0 0 25 0 4 0 669450192 1713426432 319780 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 418317 319780 346 106 0 413820 0
[pid=27416/tid=27418] ppid=27414 vsize=1673268 CPUtime=498.58 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 93304 0 0 0 49828 30 0 0 25 0 4 0 669450195 1713426432 319780 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1673268 CPUtime=500.41 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 52604 0 0 0 50016 25 0 0 25 0 4 0 669450195 1713426432 319780 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1673268 CPUtime=803.92 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 818702 0 0 0 80258 134 0 0 25 0 4 0 669450195 1713426432 319780 33554432000 4194304 4625164 140733662600544 18446744073709551615 4335412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2311.09
Current children cumulated vsize (KiB) 1673268

[startup+1062.3 s]
/proc/loadavg: 11.07 11.12 11.09 12/417 27448
/proc/meminfo: memFree=5208788/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1694172 CPUtime=2466.17 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1620248 0 0 0 246312 305 0 0 25 0 4 0 669450192 1734832128 331737 33554432000 4194304 4625164 140733662600544 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27416/statm: 423543 331737 346 106 0 419046 0
[pid=27416/tid=27418] ppid=27414 vsize=1694172 CPUtime=530.05 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 95174 0 0 0 52974 31 0 0 25 0 4 0 669450195 1734832128 331737 33554432000 4194304 4625164 140733662600544 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1694172 CPUtime=535.02 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 52904 0 0 0 53477 25 0 0 25 0 4 0 669450195 1734832128 331737 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1694172 CPUtime=863.11 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 823988 0 0 0 86175 136 0 0 25 0 4 0 669450195 1734832128 331737 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2466.17
Current children cumulated vsize (KiB) 1694172

[startup+1122.3 s]
/proc/loadavg: 11.16 11.14 11.09 12/417 27450
/proc/meminfo: memFree=5113988/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1743556 CPUtime=2645.36 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1663950 0 0 0 264218 318 0 0 25 0 4 0 669450192 1785401344 345866 33554432000 4194304 4625164 140733662600544 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27416/statm: 435889 345866 346 106 0 431392 0
[pid=27416/tid=27418] ppid=27414 vsize=1743556 CPUtime=576.56 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 95393 0 0 0 57625 31 0 0 25 0 4 0 669450195 1785401344 345872 33554432000 4194304 4625164 140733662600544 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1743556 CPUtime=578.52 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 65678 0 0 0 57823 29 0 0 25 0 4 0 669450195 1785401344 345881 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1743556 CPUtime=922.29 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 829002 0 0 0 92091 138 0 0 25 0 4 0 669450195 1785401344 345883 33554432000 4194304 4625164 140733662600544 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2645.36
Current children cumulated vsize (KiB) 1743556

[startup+1182.3 s]
/proc/loadavg: 11.13 11.14 11.09 12/417 27460
/proc/meminfo: memFree=5046140/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1762604 CPUtime=2824.52 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1692675 0 0 0 282127 325 0 0 25 0 4 0 669450192 1804906496 354513 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27416/statm: 440651 354513 346 106 0 436154 0
[pid=27416/tid=27418] ppid=27414 vsize=1762604 CPUtime=636.55 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 95632 0 0 0 63623 32 0 0 25 0 4 0 669450195 1804906496 354513 33554432000 4194304 4625164 140733662600544 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1762604 CPUtime=608.51 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 65824 0 0 0 60822 29 0 0 25 0 4 0 669450195 1804906496 354513 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1762604 CPUtime=981.47 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 833777 0 0 0 98007 140 0 0 25 0 4 0 669450195 1804906496 354513 33554432000 4194304 4625164 140733662600544 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2824.52
Current children cumulated vsize (KiB) 1762604

[startup+1242.3 s]
/proc/loadavg: 11.05 11.12 11.09 12/417 27523
/proc/meminfo: memFree=6911276/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1817292 CPUtime=3003.7 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1738817 0 0 0 300033 337 0 0 25 0 4 0 669450192 1860907008 364360 33554432000 4194304 4625164 140733662600544 18446744073709551615 4511866 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27416/statm: 454323 364360 346 106 0 449826 0
[pid=27416/tid=27418] ppid=27414 vsize=1817292 CPUtime=696.55 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 95900 0 0 0 69623 32 0 0 25 0 4 0 669450195 1860907008 364360 33554432000 4194304 4625164 140733662600544 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1817292 CPUtime=638.51 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 66036 0 0 0 63822 29 0 0 25 0 4 0 669450195 1860907008 364360 33554432000 4194304 4625164 140733662600544 18446744073709551615 248089354247 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1817292 CPUtime=1040.64 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 838354 0 0 0 103921 143 0 0 25 0 4 0 669450195 1860907008 364360 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3003.7
Current children cumulated vsize (KiB) 1817292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.08 11.11 11.09 12/417 27524
/proc/meminfo: memFree=6424480/32950928 swapFree=64721856/67111528
[pid=27416] ppid=27414 vsize=1835788 CPUtime=3176.04 cores=0,2,4,6
/proc/27416/stat : 27416 (SArTagnan) R 27414 27416 27246 0 -1 4202496 1768895 0 0 0 317259 345 0 0 25 0 4 0 669450192 1879846912 373188 33554432000 4194304 4625164 140733662600544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27416/statm: 458947 373188 346 106 0 454450 0
[pid=27416/tid=27418] ppid=27414 vsize=1835788 CPUtime=754.26 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (SArTagnan) R 27414 27416 27246 0 -1 4202560 96213 0 0 0 75394 32 0 0 25 0 4 0 669450195 1879846912 373188 33554432000 4194304 4625164 140733662600544 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27416/tid=27419] ppid=27414 vsize=1835788 CPUtime=667.37 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (SArTagnan) R 27414 27416 27246 0 -1 4202560 66400 0 0 0 66708 29 0 0 25 0 4 0 669450195 1879846912 373188 33554432000 4194304 4625164 140733662600544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27416/tid=27420] ppid=27414 vsize=1835788 CPUtime=1097.56 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (SArTagnan) R 27414 27416 27246 0 -1 4202560 842988 0 0 0 109612 144 0 0 25 0 4 0 669450195 1879846912 373188 33554432000 4194304 4625164 140733662600544 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3176.04
Current children cumulated vsize (KiB) 1835788

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 3176.14
CPU user time (s): 3172.61
CPU system time (s): 3.52946
CPU usage (%): 244.302
Max. virtual memory (cumulated for all children) (KiB): 2094140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3172.61
system time used= 3.52946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1768895
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= 4560
involuntary context switches= 36768

runsolver used 5.03723 second user time and 12.7191 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-16 22:41:44
IDJOB=3385961
IDBENCH=71397
IDSOLVER=1871
FILE ID=node123/3385961-1305578504
RUNJOBID= node123-1305577116-27264
PBS_JOBID= 13350215
Free space on /tmp= 73248 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385961-1305578504/watcher-3385961-1305578504 -o /tmp/evaluation-result-3385961-1305578504/solver-3385961-1305578504 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385961-1305578504.cnf -threads=4

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=148643993

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8241564 kB
Buffers:        302256 kB
Cached:        3569100 kB
SwapCached:      10520 kB
Active:       21368404 kB
Inactive:      3025096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8241564 kB
SwapTotal:    67111528 kB
SwapFree:     64721856 kB
Dirty:            1960 kB
Writeback:           0 kB
AnonPages:    20519744 kB
Mapped:          30364 kB
Slab:           178016 kB
PageTables:      71944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 107378116 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= 73236 MiB
End job on node123 at 2011-05-16 23:03:26