Trace number 3264204

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.27 1201.79

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.89 7.97 7.08 5/180 4575
/proc/meminfo: memFree=31035740/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=21968 CPUtime=0 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 592 0 0 0 0 0 0 0 23 0 1 0 254601510 22495232 476 33554432000 4194304 4623224 140734163745680 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/4575/statm: 5492 476 297 105 0 996 0

[startup+0.0896169 s]
/proc/loadavg: 7.89 7.97 7.08 5/180 4575
/proc/meminfo: memFree=31035740/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=257460 CPUtime=0.24 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 4386 0 0 0 24 0 0 0 25 0 4 0 254601510 263639040 3380 33554432000 4194304 4623224 140734163745680 18446744073709551615 4497639 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 64365 3380 341 105 0 59869 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 257460

[startup+0.100613 s]
/proc/loadavg: 7.89 7.97 7.08 5/180 4575
/proc/meminfo: memFree=31035740/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=257460 CPUtime=0.29 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 4465 0 0 0 29 0 0 0 25 0 4 0 254601510 263639040 3459 33554432000 4194304 4623224 140734163745680 18446744073709551615 268660320518 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 64365 3459 343 105 0 59869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 257460

[startup+0.30058 s]
/proc/loadavg: 7.89 7.97 7.08 5/180 4575
/proc/meminfo: memFree=31035740/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=260404 CPUtime=1.08 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 6701 0 0 0 108 0 0 0 25 0 4 0 254601510 266653696 5052 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 65101 5052 344 105 0 60605 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 260404

[startup+0.700511 s]
/proc/loadavg: 7.89 7.97 7.08 5/180 4575
/proc/meminfo: memFree=31035740/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=266384 CPUtime=2.68 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 9792 0 0 0 267 1 0 0 25 0 4 0 254601510 272777216 7594 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510475 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 66596 7594 344 105 0 62100 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 266384

[startup+1.50037 s]
/proc/loadavg: 7.89 7.97 7.08 10/184 4579
/proc/meminfo: memFree=30996408/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=274044 CPUtime=5.88 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 14697 0 0 0 586 2 0 0 25 0 4 0 254601510 280621056 10471 33554432000 4194304 4623224 140734163745680 18446744073709551615 268660359555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 68511 10493 344 105 0 64015 0
[pid=4575/tid=4577] ppid=4573 vsize=274044 CPUtime=1.46 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 2224 0 0 0 146 0 0 0 25 0 4 0 254601514 280621056 10503 33554432000 4194304 4623224 140734163745680 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=274044 CPUtime=1.46 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 3051 0 0 0 146 0 0 0 25 0 4 0 254601514 280621056 10516 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=274044 CPUtime=1.45 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 2600 0 0 0 145 0 0 0 25 0 4 0 254601514 280621056 10525 33554432000 4194304 4623224 140734163745680 18446744073709551615 4560270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 274044

[startup+3.10109 s]
/proc/loadavg: 7.90 7.97 7.09 10/184 4579
/proc/meminfo: memFree=30980536/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=282140 CPUtime=12.28 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 25425 0 0 0 1224 4 0 0 25 0 4 0 254601510 288911360 14225 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 70535 14225 344 105 0 66039 0
[pid=4575/tid=4577] ppid=4573 vsize=282140 CPUtime=3.05 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 3650 0 0 0 305 0 0 0 25 0 4 0 254601514 288911360 14225 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=282140 CPUtime=3.05 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 5475 0 0 0 305 0 0 0 25 0 4 0 254601514 288911360 14225 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=282140 CPUtime=3.04 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 7543 0 0 0 303 1 0 0 25 0 4 0 254601514 288911360 14225 33554432000 4194304 4623224 140734163745680 18446744073709551615 4545328 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 282140

[startup+6.30053 s]
/proc/loadavg: 7.90 7.97 7.09 10/184 4579
/proc/meminfo: memFree=30940860/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=298452 CPUtime=25.06 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 50511 0 0 0 2496 10 0 0 25 0 4 0 254601510 305614848 19859 33554432000 4194304 4623224 140734163745680 18446744073709551615 4511289 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 74613 19859 344 105 0 70117 0
[pid=4575/tid=4577] ppid=4573 vsize=298452 CPUtime=6.26 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 5832 0 0 0 625 1 0 0 25 0 4 0 254601514 305614848 19859 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=298452 CPUtime=6.25 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 8606 0 0 0 624 1 0 0 25 0 4 0 254601514 305614848 19859 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=298452 CPUtime=6.23 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 24665 0 0 0 618 5 0 0 25 0 4 0 254601514 305614848 19859 33554432000 4194304 4623224 140734163745680 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 298452

[startup+12.7004 s]
/proc/loadavg: 7.92 7.97 7.10 10/184 4579
/proc/meminfo: memFree=30891520/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=311620 CPUtime=50.62 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 97114 0 0 0 5045 17 0 0 25 0 4 0 254601510 319098880 26174 33554432000 4194304 4623224 140734163745680 18446744073709551615 4508323 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 77905 26174 344 105 0 73409 0
[pid=4575/tid=4577] ppid=4573 vsize=311620 CPUtime=12.65 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 9222 0 0 0 1264 1 0 0 25 0 4 0 254601514 319098880 26174 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=311620 CPUtime=12.65 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 12564 0 0 0 1263 2 0 0 25 0 4 0 254601514 319098880 26174 33554432000 4194304 4623224 140734163745680 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=311620 CPUtime=12.59 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 63688 0 0 0 1249 10 0 0 25 0 4 0 254601514 319098880 26174 33554432000 4194304 4623224 140734163745680 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 311620

[startup+25.5012 s]
/proc/loadavg: 7.93 7.97 7.11 10/184 4580
/proc/meminfo: memFree=30813520/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=332232 CPUtime=101.75 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 209943 0 0 0 10138 37 0 0 25 0 4 0 254601510 340205568 34748 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510167 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 83058 34749 344 105 0 78562 0
[pid=4575/tid=4577] ppid=4573 vsize=332232 CPUtime=25.45 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 14015 0 0 0 2542 3 0 0 25 0 4 0 254601514 340205568 34749 33554432000 4194304 4623224 140734163745680 18446744073709551615 268660323361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=332232 CPUtime=25.46 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 14032 0 0 0 2543 3 0 0 25 0 4 0 254601514 340205568 34749 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=332232 CPUtime=25.32 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 166060 0 0 0 2505 27 0 0 25 0 4 0 254601514 340205568 34749 33554432000 4194304 4623224 140734163745680 18446744073709551615 4364237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 332232

[startup+51.1007 s]
/proc/loadavg: 8.09 8.00 7.14 10/184 4580
/proc/meminfo: memFree=30684896/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=373740 CPUtime=204.01 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 365223 0 0 0 20332 69 0 0 25 0 4 0 254601510 382709760 53869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 93435 53869 344 105 0 88939 0
[pid=4575/tid=4577] ppid=4573 vsize=373740 CPUtime=51.05 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 21681 0 0 0 5098 7 0 0 25 0 4 0 254601514 382709760 53869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376846 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=373740 CPUtime=51.06 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 21812 0 0 0 5098 8 0 0 25 0 4 0 254601514 382709760 53869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=373740 CPUtime=50.78 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 286324 0 0 0 5030 48 0 0 25 0 4 0 254601514 382709760 53869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 373740

[startup+102.307 s]
/proc/loadavg: 8.03 8.00 7.19 10/184 4582
/proc/meminfo: memFree=30460672/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=517108 CPUtime=408.55 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 737870 0 0 0 40726 129 0 0 25 0 4 0 254601510 529518592 87791 33554432000 4194304 4623224 140734163745680 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 129277 87791 345 105 0 124781 0
[pid=4575/tid=4577] ppid=4573 vsize=517108 CPUtime=102.26 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 32112 0 0 0 10216 10 0 0 25 0 4 0 254601514 529518592 87791 33554432000 4194304 4623224 140734163745680 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=517108 CPUtime=102.26 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 31107 0 0 0 10213 13 0 0 25 0 4 0 254601514 529518592 87791 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=517108 CPUtime=101.69 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 595014 0 0 0 10077 92 0 0 25 0 4 0 254601514 529518592 87791 33554432000 4194304 4623224 140734163745680 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 517108

[startup+162.301 s]
/proc/loadavg: 8.07 8.02 7.24 10/184 4583
/proc/meminfo: memFree=30186576/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=775340 CPUtime=648.2 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 1186979 0 0 0 64615 205 0 0 25 0 4 0 254601510 793948160 128799 33554432000 4194304 4623224 140734163745680 18446744073709551615 4415071 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 193835 128799 359 105 0 189339 0
[pid=4575/tid=4577] ppid=4573 vsize=775340 CPUtime=162.26 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 43670 0 0 0 16211 15 0 0 25 0 4 0 254601514 793948160 128799 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=775340 CPUtime=162.25 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 35309 0 0 0 16209 16 0 0 25 0 4 0 254601514 793948160 128799 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=775340 CPUtime=161.37 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 949103 0 0 0 15988 149 0 0 25 0 4 0 254601514 793948160 128799 33554432000 4194304 4623224 140734163745680 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 775340

[startup+222.301 s]
/proc/loadavg: 8.02 8.01 7.28 10/184 4585
/proc/meminfo: memFree=29961444/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=908624 CPUtime=887.87 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 1582369 0 0 0 88518 269 0 0 25 0 4 0 254601510 930430976 167522 33554432000 4194304 4623224 140734163745680 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 227156 167522 407 105 0 222660 0
[pid=4575/tid=4577] ppid=4573 vsize=908624 CPUtime=222.26 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 45880 0 0 0 22210 16 0 0 25 0 4 0 254601514 930430976 167522 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=908624 CPUtime=222.25 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 37904 0 0 0 22205 20 0 0 25 0 4 0 254601514 930430976 167522 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=908624 CPUtime=221.03 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 1256375 0 0 0 21906 197 0 0 25 0 4 0 254601514 930430976 167522 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376829 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.87
Current children cumulated vsize (KiB) 908624

[startup+282.301 s]

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

[pid=4575] ppid=4573 vsize=1758676 CPUtime=2805.25 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 3912945 0 0 0 279856 669 0 0 25 0 4 0 254601510 1800884224 325339 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 439669 325339 344 105 0 435173 0
[pid=4575/tid=4577] ppid=4573 vsize=1758676 CPUtime=702.27 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 91226 0 0 0 70200 27 0 0 25 0 4 0 254601514 1800884224 325339 33554432000 4194304 4623224 140734163745680 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=1758676 CPUtime=702.23 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 79512 0 0 0 70175 48 0 0 25 0 4 0 254601514 1800884224 325339 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=1758676 CPUtime=698.42 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 3181362 0 0 0 69336 506 0 0 25 0 4 0 254601514 1800884224 325339 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.25
Current children cumulated vsize (KiB) 1758676

[startup+762.307 s]
/proc/loadavg: 8.06 8.03 7.59 10/184 4599
/proc/meminfo: memFree=28228112/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=1896008 CPUtime=3044.95 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 4196740 0 0 0 303777 718 0 0 25 0 4 0 254601510 1941512192 372254 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 474002 372254 354 105 0 469506 0
[pid=4575/tid=4577] ppid=4573 vsize=1896008 CPUtime=762.27 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 91556 0 0 0 76200 27 0 0 25 0 4 0 254601514 1941512192 372254 33554432000 4194304 4623224 140734163745680 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=1896008 CPUtime=762.23 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 80005 0 0 0 76175 48 0 0 25 0 4 0 254601514 1941512192 372254 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=1896008 CPUtime=758.1 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 3408488 0 0 0 75266 544 0 0 25 0 4 0 254601514 1941512192 372254 33554432000 4194304 4623224 140734163745680 18446744073709551615 4544894 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 1896008

[startup+822.3 s]
/proc/loadavg: 8.02 8.02 7.62 10/184 4601
/proc/meminfo: memFree=28140864/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=1896008 CPUtime=3284.6 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 4265948 0 0 0 327727 733 0 0 25 0 4 0 254601510 1941512192 386343 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 474002 386343 354 105 0 469506 0
[pid=4575/tid=4577] ppid=4573 vsize=1896008 CPUtime=822.27 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 91949 0 0 0 82200 27 0 0 25 0 4 0 254601514 1941512192 386343 33554432000 4194304 4623224 140734163745680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=1896008 CPUtime=822.23 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 80288 0 0 0 82174 49 0 0 25 0 4 0 254601514 1941512192 386343 33554432000 4194304 4623224 140734163745680 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=1896008 CPUtime=817.77 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 3432271 0 0 0 81228 549 0 0 25 0 4 0 254601514 1941512192 386343 33554432000 4194304 4623224 140734163745680 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 1896008

[startup+882.301 s]
/proc/loadavg: 8.00 8.02 7.64 10/184 4603
/proc/meminfo: memFree=28060944/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=1896008 CPUtime=3524.28 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 4698395 0 0 0 351624 804 0 0 25 0 4 0 254601510 1941512192 396682 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 474002 396682 354 105 0 469506 0
[pid=4575/tid=4577] ppid=4573 vsize=1896008 CPUtime=882.28 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 92198 0 0 0 88200 28 0 0 25 0 4 0 254601514 1941512192 396682 33554432000 4194304 4623224 140734163745680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=1896008 CPUtime=882.23 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 80525 0 0 0 88174 49 0 0 25 0 4 0 254601514 1941512192 396682 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=1896008 CPUtime=877.45 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 3837219 0 0 0 87129 616 0 0 25 0 4 0 254601514 1941512192 396682 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1896008

[startup+942.3 s]
/proc/loadavg: 8.07 8.03 7.66 10/184 4604
/proc/meminfo: memFree=27981148/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=2003272 CPUtime=3763.96 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 5121151 0 0 0 375520 876 0 0 25 0 4 0 254601510 2051350528 407396 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 500818 407396 354 105 0 496322 0
[pid=4575/tid=4577] ppid=4573 vsize=2003272 CPUtime=942.28 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 92462 0 0 0 94200 28 0 0 25 0 4 0 254601514 2051350528 407396 33554432000 4194304 4623224 140734163745680 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=2003272 CPUtime=942.23 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 80894 0 0 0 94174 49 0 0 25 0 4 0 254601514 2051350528 407396 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=2003272 CPUtime=937.12 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 4190254 0 0 0 93039 673 0 0 25 0 4 0 254601514 2051350528 407396 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376757 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 2003272

[startup+1002.3 s]
/proc/loadavg: 8.09 8.04 7.68 10/184 4606
/proc/meminfo: memFree=27775112/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=2405296 CPUtime=4003.61 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 5359649 0 0 0 399450 911 0 0 25 0 4 0 254601510 2463023104 450658 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 601324 450658 344 105 0 596828 0
[pid=4575/tid=4577] ppid=4573 vsize=2405296 CPUtime=1002.28 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 92800 0 0 0 100200 28 0 0 25 0 4 0 254601514 2463023104 450658 33554432000 4194304 4623224 140734163745680 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=2405296 CPUtime=1002.21 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 84493 0 0 0 100170 51 0 0 25 0 4 0 254601514 2463023104 450658 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=2405296 CPUtime=996.8 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 4195262 0 0 0 99006 674 0 0 25 0 4 0 254601514 2463023104 450658 33554432000 4194304 4623224 140734163745680 18446744073709551615 4545320 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 2405296

[startup+1062.3 s]
/proc/loadavg: 8.16 8.06 7.71 10/184 4607
/proc/meminfo: memFree=27700764/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=2411500 CPUtime=4243.3 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 5778173 0 0 0 423347 983 0 0 25 0 4 0 254601510 2469376000 460869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 602875 460869 344 105 0 598379 0
[pid=4575/tid=4577] ppid=4573 vsize=2411500 CPUtime=1062.27 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 93062 0 0 0 106199 28 0 0 25 0 4 0 254601514 2469376000 460869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=2411500 CPUtime=1062.21 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 86554 0 0 0 106169 52 0 0 25 0 4 0 254601514 2469376000 460869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4483749 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=2411500 CPUtime=1056.47 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 4575728 0 0 0 104910 737 0 0 25 0 4 0 254601514 2469376000 460869 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 2411500

[startup+1122.3 s]
/proc/loadavg: 8.17 8.08 7.74 10/184 4609
/proc/meminfo: memFree=27630632/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=2460824 CPUtime=4482.97 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 6234093 0 0 0 447239 1058 0 0 18 0 4 0 254601510 2519883776 481337 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 615206 481337 344 105 0 610710 0
[pid=4575/tid=4577] ppid=4573 vsize=2460824 CPUtime=1122.28 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 99389 0 0 0 112199 29 0 0 18 0 4 0 254601514 2519883776 481337 33554432000 4194304 4623224 140734163745680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=2460824 CPUtime=1122.21 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 87253 0 0 0 112169 52 0 0 25 0 4 0 254601514 2519883776 481337 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=2460824 CPUtime=1116.14 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 4981700 0 0 0 110810 804 0 0 25 0 4 0 254601514 2519883776 481337 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 2460824

[startup+1182.3 s]
/proc/loadavg: 8.17 8.09 7.76 10/184 4611
/proc/meminfo: memFree=27529384/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=2531392 CPUtime=4722.65 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 6326360 0 0 0 471188 1077 0 0 25 0 4 0 254601510 2592145408 487564 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 632848 487564 344 105 0 628352 0
[pid=4575/tid=4577] ppid=4573 vsize=2531392 CPUtime=1182.28 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 99630 0 0 0 118199 29 0 0 25 0 4 0 254601514 2592145408 487564 33554432000 4194304 4623224 140734163745680 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=2531392 CPUtime=1182.22 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 87803 0 0 0 118169 53 0 0 25 0 4 0 254601514 2592145408 487564 33554432000 4194304 4623224 140734163745680 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=2531392 CPUtime=1175.82 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 5065925 0 0 0 116762 820 0 0 25 0 4 0 254601514 2592145408 487564 33554432000 4194304 4623224 140734163745680 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 2531392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.50 7.95 7.72 5/175 4629
/proc/meminfo: memFree=29129256/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=2532816 CPUtime=4800.16 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 6405891 0 0 0 478926 1090 0 0 25 0 4 0 254601510 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 633204 491358 344 105 0 628708 0
[pid=4575/tid=4577] ppid=4573 vsize=2532816 CPUtime=1201.68 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 99705 0 0 0 120139 29 0 0 25 0 4 0 254601514 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4486229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=2532816 CPUtime=1201.62 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 87872 0 0 0 120109 53 0 0 25 0 4 0 254601514 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=2532816 CPUtime=1195.12 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 5142821 0 0 0 118680 832 0 0 25 0 4 0 254601514 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2532816

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

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

[startup+1201.7 s]
/proc/loadavg: 7.50 7.95 7.72 5/175 4629
/proc/meminfo: memFree=29129256/32951124 swapFree=67111524/67111528
[pid=4575] ppid=4573 vsize=2532816 CPUtime=4800.16 cores=1,3,5,7
/proc/4575/stat : 4575 (SArTagnan) R 4573 4575 3825 0 -1 4202496 6405891 0 0 0 478926 1090 0 0 25 0 4 0 254601510 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4575/statm: 633204 491358 344 105 0 628708 0
[pid=4575/tid=4577] ppid=4573 vsize=2532816 CPUtime=1201.68 cores=1,3,5,7
/proc/4575/task/4577/stat : 4577 (SArTagnan) R 4573 4575 3825 0 -1 4202560 99705 0 0 0 120139 29 0 0 25 0 4 0 254601514 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4486229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4575/tid=4578] ppid=4573 vsize=2532816 CPUtime=1201.62 cores=1,3,5,7
/proc/4575/task/4578/stat : 4578 (SArTagnan) R 4573 4575 3825 0 -1 4202560 87872 0 0 0 120109 53 0 0 25 0 4 0 254601514 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4575/tid=4579] ppid=4573 vsize=2532816 CPUtime=1195.12 cores=1,3,5,7
/proc/4575/task/4579/stat : 4579 (SArTagnan) R 4573 4575 3825 0 -1 4202560 5142821 0 0 0 118680 832 0 0 25 0 4 0 254601514 2593603584 491358 33554432000 4194304 4623224 140734163745680 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2532816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.79
CPU time (s): 4800.27
CPU user time (s): 4789.29
CPU system time (s): 10.9783
CPU usage (%): 399.426
Max. virtual memory (cumulated for all children) (KiB): 2981628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.29
system time used= 10.9783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6405891
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= 1732
involuntary context switches= 32209

runsolver used 1.78273 second user time and 4.78027 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 21:08:22
IDJOB=3264204
IDBENCH=84560
IDSOLVER=1656
FILE ID=node107/3264204-1304104102
RUNJOBID= node107-1304102892-4447
PBS_JOBID= 13170615
Free space on /tmp= 71800 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264204-1304104102/watcher-3264204-1304104102 -o /tmp/evaluation-result-3264204-1304104102/solver-3264204-1304104102 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3264204-1304104102.cnf -threads=4

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=2096493529

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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:     32951124 kB
MemFree:      31036020 kB
Buffers:        337576 kB
Cached:        1105500 kB
SwapCached:          4 kB
Active:         138564 kB
Inactive:      1429708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31036020 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3356 kB
Writeback:           0 kB
AnonPages:      125252 kB
Mapped:          15460 kB
Slab:           284520 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   306300 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= 71800 MiB
End job on node107 at 2011-04-29 21:28:26