Trace number 3282643

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.28 1201.85

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications 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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3282643-1304045043/watcher-3282643-1304045043 -o /tmp/evaluation-result-3282643-1304045043/solver-3282643-1304045043 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3282643-1304045043.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: 6.34 7.72 7.85 7/180 19430
/proc/meminfo: memFree=18781584/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=24204 CPUtime=0 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 1522 0 0 0 0 0 0 0 23 0 1 0 516102311 24784896 1459 33554432000 4194304 4623224 140737413162672 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19430/statm: 6051 1466 290 105 0 1555 0

[startup+0.0151149 s]
/proc/loadavg: 6.34 7.72 7.85 7/180 19430
/proc/meminfo: memFree=18781584/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=30980 CPUtime=0.01 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 2272 0 0 0 1 0 0 0 23 0 1 0 516102311 31723520 1994 33554432000 4194304 4623224 140737413162672 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19430/statm: 7745 1995 301 105 0 3249 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30980

[startup+0.100147 s]
/proc/loadavg: 6.34 7.72 7.85 7/180 19430
/proc/meminfo: memFree=18781584/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=43332 CPUtime=0.08 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 9599 0 0 0 8 0 0 0 23 0 1 0 516102311 44371968 5142 33554432000 4194304 4623224 140737413162672 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19430/statm: 10833 5144 301 105 0 6337 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43332

[startup+0.301067 s]
/proc/loadavg: 6.34 7.72 7.85 7/180 19430
/proc/meminfo: memFree=18781584/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=331248 CPUtime=0.78 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 31687 0 0 0 74 4 0 0 18 0 4 0 516102311 339197952 21316 33554432000 4194304 4623224 140737413162672 18446744073709551615 4368783 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 82812 21316 334 105 0 78316 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 331248

[startup+0.700996 s]
/proc/loadavg: 6.34 7.72 7.85 7/180 19430
/proc/meminfo: memFree=18781584/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=331248 CPUtime=2.38 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 31920 0 0 0 234 4 0 0 18 0 4 0 516102311 339197952 21519 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 82812 21519 343 105 0 78316 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 331248

[startup+1.50085 s]
/proc/loadavg: 6.34 7.72 7.85 9/184 19434
/proc/meminfo: memFree=18684964/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=357644 CPUtime=5.57 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 53705 0 0 0 550 7 0 0 19 0 4 0 516102311 366227456 33269 33554432000 4194304 4623224 140737413162672 18446744073709551615 228122375201 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 89411 33274 343 105 0 84915 0
[pid=19430/tid=19432] ppid=19428 vsize=357644 CPUtime=1.35 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 7440 0 0 0 135 0 0 0 19 0 4 0 516102325 366227456 33275 33554432000 4194304 4623224 140737413162672 18446744073709551615 4367191 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=357644 CPUtime=1.35 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 2986 0 0 0 135 0 0 0 25 0 4 0 516102325 366227456 33275 33554432000 4194304 4623224 140737413162672 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=357644 CPUtime=1.34 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 6041 0 0 0 134 0 0 0 25 0 4 0 516102325 366227456 33276 33554432000 4194304 4623224 140737413162672 18446744073709551615 4278464 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 357644

[startup+3.10057 s]
/proc/loadavg: 6.34 7.72 7.85 9/184 19434
/proc/meminfo: memFree=18426548/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=473648 CPUtime=11.95 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 122260 0 0 0 1178 17 0 0 23 0 4 0 516102311 485015552 61098 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 118412 61098 344 105 0 113916 0
[pid=19430/tid=19432] ppid=19428 vsize=473648 CPUtime=2.95 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 21010 0 0 0 293 2 0 0 24 0 4 0 516102325 485015552 61098 33554432000 4194304 4623224 140737413162672 18446744073709551615 4461160 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=473648 CPUtime=2.95 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 9897 0 0 0 294 1 0 0 25 0 4 0 516102325 485015552 61098 33554432000 4194304 4623224 140737413162672 18446744073709551615 4463936 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=473648 CPUtime=2.94 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 26424 0 0 0 291 3 0 0 25 0 4 0 516102325 485015552 61098 33554432000 4194304 4623224 140737413162672 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 473648

[startup+6.30099 s]
/proc/loadavg: 6.47 7.72 7.85 9/184 19434
/proc/meminfo: memFree=18407760/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=473648 CPUtime=24.73 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 126236 0 0 0 2456 17 0 0 25 0 4 0 516102311 485015552 62900 33554432000 4194304 4623224 140737413162672 18446744073709551615 228122372358 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 118412 62900 344 105 0 113916 0
[pid=19430/tid=19432] ppid=19428 vsize=473648 CPUtime=6.15 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 21010 0 0 0 613 2 0 0 25 0 4 0 516102325 485015552 62900 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=473648 CPUtime=6.15 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 9972 0 0 0 614 1 0 0 25 0 4 0 516102325 485015552 62900 33554432000 4194304 4623224 140737413162672 18446744073709551615 4465957 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=473648 CPUtime=6.12 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 28134 0 0 0 609 3 0 0 25 0 4 0 516102325 485015552 62900 33554432000 4194304 4623224 140737413162672 18446744073709551615 4468031 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 473648

[startup+12.7008 s]
/proc/loadavg: 6.60 7.73 7.85 9/184 19434
/proc/meminfo: memFree=18391548/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=498284 CPUtime=50.3 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 137399 0 0 0 5010 20 0 0 25 0 4 0 516102311 510242816 64422 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 124571 64422 344 105 0 120075 0
[pid=19430/tid=19432] ppid=19428 vsize=498284 CPUtime=12.55 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 21509 0 0 0 1253 2 0 0 25 0 4 0 516102325 510242816 64422 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=498284 CPUtime=12.55 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 14710 0 0 0 1253 2 0 0 25 0 4 0 516102325 510242816 64422 33554432000 4194304 4623224 140737413162672 18446744073709551615 4461031 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=498284 CPUtime=12.48 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 33706 0 0 0 1244 4 0 0 25 0 4 0 516102325 510242816 64422 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 498284

[startup+25.5005 s]
/proc/loadavg: 6.91 7.74 7.85 9/184 19435
/proc/meminfo: memFree=18374580/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=498284 CPUtime=101.42 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 225206 0 0 0 10109 33 0 0 25 0 4 0 516102311 510242816 65856 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510627 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 124571 65856 344 105 0 120075 0
[pid=19430/tid=19432] ppid=19428 vsize=498284 CPUtime=25.34 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 21669 0 0 0 2532 2 0 0 25 0 4 0 516102325 510242816 65856 33554432000 4194304 4623224 140737413162672 18446744073709551615 4377262 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=498284 CPUtime=25.35 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 15055 0 0 0 2533 2 0 0 25 0 4 0 516102325 510242816 65856 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376745 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=498284 CPUtime=25.2 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 120858 0 0 0 2504 16 0 0 25 0 4 0 516102325 510242816 65856 33554432000 4194304 4623224 140737413162672 18446744073709551615 4330832 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 498284

[startup+51.1009 s]
/proc/loadavg: 7.34 7.78 7.86 9/184 19435
/proc/meminfo: memFree=18359804/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=498284 CPUtime=203.68 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 288933 0 0 0 20324 44 0 0 25 0 4 0 516102311 510242816 67393 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 124571 67393 344 105 0 120075 0
[pid=19430/tid=19432] ppid=19428 vsize=498284 CPUtime=50.94 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 21754 0 0 0 5092 2 0 0 25 0 4 0 516102325 510242816 67393 33554432000 4194304 4623224 140737413162672 18446744073709551615 4465855 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=498284 CPUtime=50.96 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 15411 0 0 0 5093 3 0 0 25 0 4 0 516102325 510242816 67393 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=498284 CPUtime=50.67 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 183973 0 0 0 5040 27 0 0 25 0 4 0 516102325 510242816 67393 33554432000 4194304 4623224 140737413162672 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 498284

[startup+102.307 s]
/proc/loadavg: 7.77 7.83 7.87 9/184 19437
/proc/meminfo: memFree=18335736/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=503840 CPUtime=408.22 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 490544 0 0 0 40747 75 0 0 25 0 4 0 516102311 515932160 70913 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 125960 70913 344 105 0 121464 0
[pid=19430/tid=19432] ppid=19428 vsize=503840 CPUtime=102.15 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 21993 0 0 0 10213 2 0 0 25 0 4 0 516102325 515932160 70913 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=503840 CPUtime=102.16 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 15731 0 0 0 10213 3 0 0 25 0 4 0 516102325 515932160 70913 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=503840 CPUtime=101.59 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 384548 0 0 0 10101 58 0 0 25 0 4 0 516102325 515932160 70913 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366200 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 503840

[startup+162.301 s]
/proc/loadavg: 7.97 7.87 7.88 9/184 19438
/proc/meminfo: memFree=18290824/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=518572 CPUtime=647.87 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 828737 0 0 0 64657 130 0 0 25 0 4 0 516102311 531017728 76508 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19430/statm: 129643 76508 344 105 0 125147 0
[pid=19430/tid=19432] ppid=19428 vsize=518572 CPUtime=162.15 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 22531 0 0 0 16213 2 0 0 25 0 4 0 516102325 531017728 76508 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=518572 CPUtime=162.15 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 16038 0 0 0 16212 3 0 0 25 0 4 0 516102325 531017728 76508 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=518572 CPUtime=161.25 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 715095 0 0 0 16014 111 0 0 25 0 4 0 516102325 531017728 76508 33554432000 4194304 4623224 140737413162672 18446744073709551615 4552678 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.87
Current children cumulated vsize (KiB) 518572

[startup+222.301 s]
/proc/loadavg: 8.14 7.94 7.90 9/184 19440
/proc/meminfo: memFree=18250000/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=538060 CPUtime=887.54 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 1334098 0 0 0 88545 209 0 0 25 0 4 0 516102311 550973440 84213 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 134515 84213 344 105 0 130019 0
[pid=19430/tid=19432] ppid=19428 vsize=538060 CPUtime=222.15 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 29051 0 0 0 22212 3 0 0 25 0 4 0 516102325 550973440 84213 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=538060 CPUtime=222.16 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 16968 0 0 0 22212 4 0 0 25 0 4 0 516102325 550973440 84213 33554432000 4194304 4623224 140737413162672 18446744073709551615 4461117 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=538060 CPUtime=220.97 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 1212216 0 0 0 21908 189 0 0 25 0 4 0 516102325 550973440 84213 33554432000 4194304 4623224 140737413162672 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.54
Current children cumulated vsize (KiB) 538060

[startup+282.3 s]

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

[pid=19430] ppid=19428 vsize=681736 CPUtime=2565.26 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 4835536 0 0 0 255779 747 0 0 25 0 4 0 516102311 698097664 133795 33554432000 4194304 4623224 140737413162672 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 170434 133795 344 105 0 165938 0
[pid=19430/tid=19432] ppid=19428 vsize=681736 CPUtime=642.17 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 47403 0 0 0 64208 9 0 0 25 0 4 0 516102325 698097664 133796 33554432000 4194304 4623224 140737413162672 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=681736 CPUtime=642.17 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 25115 0 0 0 64212 5 0 0 25 0 4 0 516102325 698097664 133796 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=681736 CPUtime=640.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 4664228 0 0 0 63383 716 0 0 25 0 4 0 516102325 698097664 133796 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.26
Current children cumulated vsize (KiB) 681736

[startup+702.301 s]
/proc/loadavg: 8.16 8.06 7.95 9/184 19483
/proc/meminfo: memFree=18003788/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=755252 CPUtime=2804.93 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 5208078 0 0 0 279687 806 0 0 25 0 4 0 516102311 773378048 143102 33554432000 4194304 4623224 140737413162672 18446744073709551615 4509955 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 188813 143102 344 105 0 184317 0
[pid=19430/tid=19432] ppid=19428 vsize=755252 CPUtime=702.16 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 48152 0 0 0 70206 10 0 0 25 0 4 0 516102325 773378048 143102 33554432000 4194304 4623224 140737413162672 18446744073709551615 4466432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=755252 CPUtime=702.17 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 25256 0 0 0 70212 5 0 0 25 0 4 0 516102325 773378048 143102 33554432000 4194304 4623224 140737413162672 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=755252 CPUtime=700.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 5034576 0 0 0 69326 773 0 0 25 0 4 0 516102325 773378048 143102 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.93
Current children cumulated vsize (KiB) 755252

[startup+762.307 s]
/proc/loadavg: 8.13 8.07 7.96 9/184 19484
/proc/meminfo: memFree=17960376/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=755252 CPUtime=3044.62 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 5666757 0 0 0 303586 876 0 0 25 0 4 0 516102311 773378048 147992 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510070 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 188813 147992 344 105 0 184317 0
[pid=19430/tid=19432] ppid=19428 vsize=755252 CPUtime=762.17 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 48470 0 0 0 76207 10 0 0 25 0 4 0 516102325 773378048 147992 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=755252 CPUtime=762.18 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 25358 0 0 0 76212 6 0 0 25 0 4 0 516102325 773378048 147992 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=755252 CPUtime=760.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 5491614 0 0 0 75257 842 0 0 25 0 4 0 516102325 773378048 147992 33554432000 4194304 4623224 140737413162672 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.62
Current children cumulated vsize (KiB) 755252

[startup+822.301 s]
/proc/loadavg: 8.05 8.05 7.96 9/184 19486
/proc/meminfo: memFree=17912728/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=820788 CPUtime=3284.28 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 6139581 0 0 0 327481 947 0 0 25 0 4 0 516102311 840486912 154681 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 205197 154701 344 105 0 200701 0
[pid=19430/tid=19432] ppid=19428 vsize=820788 CPUtime=822.17 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 49316 0 0 0 82207 10 0 0 25 0 4 0 516102325 840486912 154710 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=820788 CPUtime=822.18 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 25627 0 0 0 82212 6 0 0 25 0 4 0 516102325 840486912 154722 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=820788 CPUtime=820.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 5962327 0 0 0 81186 913 0 0 25 0 4 0 516102325 840486912 154734 33554432000 4194304 4623224 140737413162672 18446744073709551615 228122411467 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.28
Current children cumulated vsize (KiB) 820788

[startup+882.3 s]
/proc/loadavg: 8.02 8.04 7.96 9/184 19487
/proc/meminfo: memFree=17858532/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=895500 CPUtime=3523.94 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 6547200 0 0 0 351386 1008 0 0 25 0 4 0 516102311 916992000 162920 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 223875 162920 344 105 0 219379 0
[pid=19430/tid=19432] ppid=19428 vsize=895500 CPUtime=882.17 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 49570 0 0 0 88207 10 0 0 25 0 4 0 516102325 916992000 162920 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=895500 CPUtime=882.18 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 25725 0 0 0 88212 6 0 0 25 0 4 0 516102325 916992000 162921 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=895500 CPUtime=880.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 6345006 0 0 0 87129 970 0 0 25 0 4 0 516102325 916992000 162921 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 895500

[startup+942.3 s]
/proc/loadavg: 8.00 8.03 7.96 9/184 19489
/proc/meminfo: memFree=17778144/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=914032 CPUtime=3763.62 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 7013650 0 0 0 375285 1077 0 0 25 0 4 0 516102311 935968768 167704 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510262 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 228508 167704 344 105 0 224012 0
[pid=19430/tid=19432] ppid=19428 vsize=914032 CPUtime=942.17 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 49798 0 0 0 94207 10 0 0 25 0 4 0 516102325 935968768 167704 33554432000 4194304 4623224 140737413162672 18446744073709551615 4462976 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=914032 CPUtime=942.17 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 36098 0 0 0 94210 7 0 0 25 0 4 0 516102325 935968768 167704 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=914032 CPUtime=940.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 6799293 0 0 0 93062 1037 0 0 25 0 4 0 516102325 935968768 167704 33554432000 4194304 4623224 140737413162672 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.62
Current children cumulated vsize (KiB) 914032

[startup+1002.3 s]
/proc/loadavg: 8.00 8.02 7.96 9/184 19491
/proc/meminfo: memFree=17709552/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=914032 CPUtime=4003.28 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 7498135 0 0 0 399179 1149 0 0 25 0 4 0 516102311 935968768 179168 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 228508 179168 346 105 0 224012 0
[pid=19430/tid=19432] ppid=19428 vsize=914032 CPUtime=1002.18 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 50493 0 0 0 100207 11 0 0 25 0 4 0 516102325 935968768 179168 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=914032 CPUtime=1002.17 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 39226 0 0 0 100210 7 0 0 25 0 4 0 516102325 935968768 179168 33554432000 4194304 4623224 140737413162672 18446744073709551615 4377368 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=914032 CPUtime=1000.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 7278146 0 0 0 98990 1109 0 0 25 0 4 0 516102325 935968768 179168 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 914032

[startup+1062.3 s]
/proc/loadavg: 8.06 8.03 7.96 9/184 19501
/proc/meminfo: memFree=17649420/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=941980 CPUtime=4242.95 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 7935344 0 0 0 423077 1218 0 0 25 0 4 0 516102311 964587520 183958 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 235495 183958 344 105 0 230999 0
[pid=19430/tid=19432] ppid=19428 vsize=941980 CPUtime=1062.18 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 65600 0 0 0 106205 13 0 0 25 0 4 0 516102325 964587520 183958 33554432000 4194304 4623224 140737413162672 18446744073709551615 4377249 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=941980 CPUtime=1062.17 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 39374 0 0 0 106210 7 0 0 25 0 4 0 516102325 964587520 183958 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=941980 CPUtime=1060.98 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 7698894 0 0 0 104923 1175 0 0 25 0 4 0 516102325 964587520 183958 33554432000 4194304 4623224 140737413162672 18446744073709551615 4377872 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.95
Current children cumulated vsize (KiB) 941980

[startup+1122.3 s]
/proc/loadavg: 8.07 8.04 7.97 9/184 19503
/proc/meminfo: memFree=17586176/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=1011224 CPUtime=4482.63 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 8349017 0 0 0 446977 1286 0 0 25 0 4 0 516102311 1035493376 189642 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 252806 189642 344 105 0 248310 0
[pid=19430/tid=19432] ppid=19428 vsize=1011224 CPUtime=1122.18 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 65933 0 0 0 112205 13 0 0 25 0 4 0 516102325 1035493376 189642 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=1011224 CPUtime=1122.17 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 39472 0 0 0 112210 7 0 0 25 0 4 0 516102325 1035493376 189643 33554432000 4194304 4623224 140737413162672 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=1011224 CPUtime=1120.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 8111227 0 0 0 110856 1243 0 0 25 0 4 0 516102325 1035493376 189643 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.63
Current children cumulated vsize (KiB) 1011224

[startup+1182.3 s]
/proc/loadavg: 8.18 8.07 7.99 9/184 19504
/proc/meminfo: memFree=17532212/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=1011224 CPUtime=4722.29 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 8816459 0 0 0 470871 1358 0 0 25 0 4 0 516102311 1035493376 194404 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510475 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 252806 194404 344 105 0 248310 0
[pid=19430/tid=19432] ppid=19428 vsize=1011224 CPUtime=1182.18 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 66472 0 0 0 118205 13 0 0 25 0 4 0 516102325 1035493376 194404 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=1011224 CPUtime=1182.18 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 39657 0 0 0 118210 8 0 0 25 0 4 0 516102325 1035493376 194404 33554432000 4194304 4623224 140737413162672 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=1011224 CPUtime=1180.99 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 8576996 0 0 0 116784 1315 0 0 25 0 4 0 516102325 1035493376 194404 33554432000 4194304 4623224 140737413162672 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 1011224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.20 8.08 7.99 9/184 19505
/proc/meminfo: memFree=17509008/32951124 swapFree=67111528/67111528
[pid=19430] ppid=19428 vsize=1011224 CPUtime=4800.21 cores=0,2,4,6
/proc/19430/stat : 19430 (SArTagnan) R 19428 19430 19389 0 -1 4202496 8963108 0 0 0 478640 1381 0 0 25 0 4 0 516102311 1035493376 197319 33554432000 4194304 4623224 140737413162672 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19430/statm: 252806 197319 344 105 0 248310 0
[pid=19430/tid=19432] ppid=19428 vsize=1011224 CPUtime=1201.68 cores=0,2,4,6
/proc/19430/task/19432/stat : 19432 (SArTagnan) R 19428 19430 19389 0 -1 4202560 66620 0 0 0 120155 13 0 0 25 0 4 0 516102325 1035493376 197320 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19430/tid=19433] ppid=19428 vsize=1011224 CPUtime=1201.68 cores=0,2,4,6
/proc/19430/task/19433/stat : 19433 (SArTagnan) R 19428 19430 19389 0 -1 4202560 39972 0 0 0 120160 8 0 0 25 0 4 0 516102325 1035493376 197320 33554432000 4194304 4623224 140737413162672 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19430/tid=19434] ppid=19428 vsize=1011224 CPUtime=1200.49 cores=0,2,4,6
/proc/19430/task/19434/stat : 19434 (SArTagnan) R 19428 19430 19389 0 -1 4202560 8722654 0 0 0 118713 1336 0 0 25 0 4 0 516102325 1035493376 197320 33554432000 4194304 4623224 140737413162672 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1011224

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.85
CPU time (s): 4800.28
CPU user time (s): 4786.42
CPU system time (s): 13.8579
CPU usage (%): 399.406
Max. virtual memory (cumulated for all children) (KiB): 1011224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.42
system time used= 13.8579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8963115
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= 541
involuntary context switches= 20748

runsolver used 1.9647 second user time and 4.6003 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 04:44:03
IDJOB=3282643
IDBENCH=70830
IDSOLVER=1656
FILE ID=node138/3282643-1304045043
RUNJOBID= node138-1304045043-19407
PBS_JOBID= 13170394
Free space on /tmp= 71812 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282643-1304045043/watcher-3282643-1304045043 -o /tmp/evaluation-result-3282643-1304045043/solver-3282643-1304045043 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3282643-1304045043.cnf -threads=4

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1831830984

node138.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.82
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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18781740 kB
Buffers:       2040064 kB
Cached:       11472688 kB
SwapCached:          0 kB
Active:        3229992 kB
Inactive:     10373328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18781740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6736 kB
Writeback:           0 kB
AnonPages:       89836 kB
Mapped:          14712 kB
Slab:           499480 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   273188 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= 71808 MiB
End job on node138 at 2011-04-29 05:04:07