Trace number 3264160

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb45-21-1.used-as.sat04-883.cnf
MD5SUMd30b88c897dd41570f0430a76eb70b55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61855
Sum of the clauses size124565
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

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

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


[startup+0 s]
/proc/loadavg: 7.88 7.97 7.08 5/180 4544
/proc/meminfo: memFree=29957924/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=20220 CPUtime=0 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 569 0 0 0 0 0 0 0 25 0 1 0 254600840 20705280 462 33554432000 4194304 4623224 140736337306928 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4544/statm: 5055 462 297 105 0 559 0

[startup+0.129069 s]
/proc/loadavg: 7.88 7.97 7.08 5/180 4544
/proc/meminfo: memFree=29957924/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=254608 CPUtime=0.44 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 3668 0 0 0 44 0 0 0 25 0 4 0 254600840 260718592 3070 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 63652 3070 344 105 0 59156 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 254608

[startup+0.201057 s]
/proc/loadavg: 7.88 7.97 7.08 5/180 4544
/proc/meminfo: memFree=29957924/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=255100 CPUtime=0.73 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 4348 0 0 0 73 0 0 0 25 0 4 0 254600840 261222400 3505 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 63775 3505 344 105 0 59279 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 255100

[startup+0.301041 s]
/proc/loadavg: 7.88 7.97 7.08 5/180 4544
/proc/meminfo: memFree=29957924/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=257660 CPUtime=1.14 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 5290 0 0 0 113 1 0 0 25 0 4 0 254600840 263843840 4239 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 64415 4239 344 105 0 59919 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 257660

[startup+0.70097 s]
/proc/loadavg: 7.88 7.97 7.08 5/180 4544
/proc/meminfo: memFree=29957924/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=260612 CPUtime=2.74 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 8445 0 0 0 273 1 0 0 25 0 4 0 254600840 266866688 5672 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 65153 5672 344 105 0 60657 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 260612

[startup+1.50083 s]
/proc/loadavg: 7.88 7.97 7.08 9/184 4548
/proc/meminfo: memFree=29916856/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=264588 CPUtime=5.93 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 13074 0 0 0 591 2 0 0 25 0 4 0 254600840 270938112 7866 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 66147 7866 344 105 0 61651 0
[pid=4544/tid=4546] ppid=4542 vsize=264588 CPUtime=1.47 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 2222 0 0 0 147 0 0 0 25 0 4 0 254600841 270938112 7866 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=264588 CPUtime=1.47 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 2868 0 0 0 147 0 0 0 25 0 4 0 254600841 270938112 7866 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=264588 CPUtime=1.47 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 3157 0 0 0 147 0 0 0 25 0 4 0 254600841 270938112 7866 33554432000 4194304 4623224 140736337306928 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 264588

[startup+3.10055 s]
/proc/loadavg: 7.88 7.97 7.08 9/184 4548
/proc/meminfo: memFree=29912020/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=270416 CPUtime=12.32 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 25862 0 0 0 1227 5 0 0 25 0 4 0 254600840 276905984 11114 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510635 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 67604 11114 344 105 0 63108 0
[pid=4544/tid=4546] ppid=4542 vsize=270416 CPUtime=3.07 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 3719 0 0 0 306 1 0 0 25 0 4 0 254600841 276905984 11114 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=270416 CPUtime=3.07 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 4509 0 0 0 306 1 0 0 25 0 4 0 254600841 276905984 11114 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=270416 CPUtime=3.06 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 11977 0 0 0 305 1 0 0 25 0 4 0 254600841 276905984 11114 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 270416

[startup+6.30105 s]
/proc/loadavg: 7.89 7.97 7.08 5/179 4549
/proc/meminfo: memFree=30977304/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=279816 CPUtime=25.11 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 58931 0 0 0 2500 11 0 0 25 0 4 0 254600840 286531584 14932 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 69954 14932 344 105 0 65458 0
[pid=4544/tid=4546] ppid=4542 vsize=279816 CPUtime=6.27 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 6979 0 0 0 626 1 0 0 25 0 4 0 254600841 286531584 14932 33554432000 4194304 4623224 140736337306928 18446744073709551615 4377056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=279816 CPUtime=6.27 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 6733 0 0 0 626 1 0 0 25 0 4 0 254600841 286531584 14932 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=279816 CPUtime=6.25 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 38535 0 0 0 619 6 0 0 25 0 4 0 254600841 286531584 14932 33554432000 4194304 4623224 140736337306928 18446744073709551615 4545281 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 279816

[startup+12.7009 s]
/proc/loadavg: 7.90 7.97 7.09 9/184 4579
/proc/meminfo: memFree=30940860/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=294424 CPUtime=50.66 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 121247 0 0 0 5044 22 0 0 25 0 4 0 254600840 301490176 21774 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510900 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 73606 21774 344 105 0 69110 0
[pid=4544/tid=4546] ppid=4542 vsize=294424 CPUtime=12.67 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 11335 0 0 0 1265 2 0 0 25 0 4 0 254600841 301490176 21774 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=294424 CPUtime=12.67 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 9827 0 0 0 1265 2 0 0 25 0 4 0 254600841 301490176 21774 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=294424 CPUtime=12.6 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 92230 0 0 0 1245 15 0 0 25 0 4 0 254600841 301490176 21774 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 294424

[startup+25.5006 s]
/proc/loadavg: 7.92 7.97 7.10 9/184 4579
/proc/meminfo: memFree=30849728/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=311092 CPUtime=101.79 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 258387 0 0 0 10134 45 0 0 25 0 4 0 254600840 318558208 31977 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 77773 31977 344 105 0 73277 0
[pid=4544/tid=4546] ppid=4542 vsize=311092 CPUtime=25.46 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 17608 0 0 0 2543 3 0 0 25 0 4 0 254600841 318558208 31977 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=311092 CPUtime=25.47 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 18783 0 0 0 2541 6 0 0 25 0 4 0 254600841 318558208 31977 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=311092 CPUtime=25.33 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 212537 0 0 0 2500 33 0 0 25 0 4 0 254600841 318558208 31977 33554432000 4194304 4623224 140736337306928 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 311092

[startup+51.1011 s]
/proc/loadavg: 8.10 8.00 7.13 9/184 4580
/proc/meminfo: memFree=30726068/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=359084 CPUtime=204.06 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 326949 0 0 0 20349 57 0 0 25 0 4 0 254600840 367702016 46380 33554432000 4194304 4623224 140736337306928 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 89771 46380 395 105 0 85275 0
[pid=4544/tid=4546] ppid=4542 vsize=359084 CPUtime=51.06 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 24730 0 0 0 5101 5 0 0 25 0 4 0 254600841 367702016 46380 33554432000 4194304 4623224 140736337306928 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=359084 CPUtime=51.07 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 20151 0 0 0 5101 6 0 0 25 0 4 0 254600841 367702016 46380 33554432000 4194304 4623224 140736337306928 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=359084 CPUtime=50.8 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 258589 0 0 0 5040 40 0 0 25 0 4 0 254600841 367702016 46380 33554432000 4194304 4623224 140736337306928 18446744073709551615 4545884 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 359084

[startup+102.301 s]
/proc/loadavg: 8.04 8.00 7.18 9/184 4581
/proc/meminfo: memFree=30480028/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=439708 CPUtime=408.59 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 852170 0 0 0 40717 142 0 0 25 0 4 0 254600840 450260992 69300 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 109927 69300 385 105 0 105431 0
[pid=4544/tid=4546] ppid=4542 vsize=439708 CPUtime=102.27 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 37517 0 0 0 10219 8 0 0 25 0 4 0 254600841 450260992 69301 33554432000 4194304 4623224 140736337306928 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=439708 CPUtime=102.28 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 28188 0 0 0 10219 9 0 0 25 0 4 0 254600841 450260992 69301 33554432000 4194304 4623224 140736337306928 18446744073709551615 4317463 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=439708 CPUtime=101.72 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 735525 0 0 0 10058 114 0 0 25 0 4 0 254600841 450260992 69301 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 439708

[startup+162.301 s]
/proc/loadavg: 8.09 8.02 7.23 9/184 4583
/proc/meminfo: memFree=30227628/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=605484 CPUtime=648.24 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 1232469 0 0 0 64620 204 0 0 25 0 4 0 254600840 620015616 97549 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510177 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 151371 97549 427 105 0 146875 0
[pid=4544/tid=4546] ppid=4542 vsize=605484 CPUtime=162.26 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 41299 0 0 0 16215 11 0 0 25 0 4 0 254600841 620015616 97549 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=605484 CPUtime=162.27 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 31896 0 0 0 16215 12 0 0 25 0 4 0 254600841 620015616 97549 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=605484 CPUtime=161.4 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 1081166 0 0 0 15973 167 0 0 25 0 4 0 254600841 620015616 97549 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 605484

[startup+222.307 s]
/proc/loadavg: 8.03 8.01 7.28 9/184 4585
/proc/meminfo: memFree=29979336/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=655844 CPUtime=887.94 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 1898333 0 0 0 88485 309 0 0 25 0 4 0 254600840 671584256 113375 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 163961 113375 531 105 0 159465 0
[pid=4544/tid=4546] ppid=4542 vsize=655844 CPUtime=222.26 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 55094 0 0 0 22213 13 0 0 25 0 4 0 254600841 671584256 113375 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=655844 CPUtime=222.28 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 32674 0 0 0 22216 12 0 0 25 0 4 0 254600841 671584256 113375 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=655844 CPUtime=221.07 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 1722978 0 0 0 21839 268 0 0 25 0 4 0 254600841 671584256 113375 33554432000 4194304 4623224 140736337306928 18446744073709551615 4545550 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 655844

[startup+282.301 s]

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

[pid=4544] ppid=4542 vsize=1837516 CPUtime=2565.57 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 3552592 0 0 0 255992 565 0 0 25 0 4 0 254600840 1881616384 324903 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 459379 324903 344 105 0 454883 0
[pid=4544/tid=4546] ppid=4542 vsize=1837516 CPUtime=642.23 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 112861 0 0 0 64198 25 0 0 25 0 4 0 254600841 1881616384 324903 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1837516 CPUtime=642.26 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 63159 0 0 0 64204 22 0 0 25 0 4 0 254600841 1881616384 324903 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1837516 CPUtime=638.76 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 2772491 0 0 0 63447 429 0 0 25 0 4 0 254600841 1881616384 324903 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.57
Current children cumulated vsize (KiB) 1837516

[startup+702.301 s]
/proc/loadavg: 8.08 8.03 7.56 9/184 4597
/proc/meminfo: memFree=28498144/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=1838752 CPUtime=2805.24 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 4056470 0 0 0 279886 638 0 0 25 0 4 0 254600840 1882882048 337120 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 459688 337120 344 105 0 455192 0
[pid=4544/tid=4546] ppid=4542 vsize=1838752 CPUtime=702.21 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 113783 0 0 0 70196 25 0 0 25 0 4 0 254600841 1882882048 337120 33554432000 4194304 4623224 140736337306928 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1838752 CPUtime=702.27 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 63669 0 0 0 70204 23 0 0 25 0 4 0 254600841 1882882048 337120 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1838752 CPUtime=698.44 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 3255533 0 0 0 69347 497 0 0 25 0 4 0 254600841 1882882048 337120 33554432000 4194304 4623224 140736337306928 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.24
Current children cumulated vsize (KiB) 1838752

[startup+762.3 s]
/proc/loadavg: 8.07 8.03 7.59 9/184 4599
/proc/meminfo: memFree=28233452/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=1838752 CPUtime=3044.93 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 4639819 0 0 0 303770 723 0 0 25 0 4 0 254600840 1882882048 343002 33554432000 4194304 4623224 140736337306928 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 459688 343002 344 105 0 455192 0
[pid=4544/tid=4546] ppid=4542 vsize=1838752 CPUtime=762.21 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 114160 0 0 0 76196 25 0 0 25 0 4 0 254600841 1882882048 343002 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1838752 CPUtime=762.27 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 64504 0 0 0 76204 23 0 0 25 0 4 0 254600841 1882882048 343002 33554432000 4194304 4623224 140736337306928 18446744073709551615 4366460 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1838752 CPUtime=758.12 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 3828663 0 0 0 75233 579 0 0 25 0 4 0 254600841 1882882048 343002 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 1838752

[startup+822.301 s]
/proc/loadavg: 8.02 8.03 7.61 9/184 4601
/proc/meminfo: memFree=28150448/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=1839940 CPUtime=3284.58 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 5262722 0 0 0 327646 812 0 0 25 0 4 0 254600840 1884098560 350083 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 459985 350083 346 105 0 455489 0
[pid=4544/tid=4546] ppid=4542 vsize=1839940 CPUtime=822.2 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 115122 0 0 0 82195 25 0 0 25 0 4 0 254600841 1884098560 350083 33554432000 4194304 4623224 140736337306928 18446744073709551615 4377579 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1839940 CPUtime=822.26 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 65123 0 0 0 82203 23 0 0 25 0 4 0 254600841 1884098560 350083 33554432000 4194304 4623224 140736337306928 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1839940 CPUtime=817.78 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 4440737 0 0 0 81112 666 0 0 25 0 4 0 254600841 1884098560 350083 33554432000 4194304 4623224 140736337306928 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 1839940

[startup+882.306 s]
/proc/loadavg: 8.01 8.02 7.64 9/184 4602
/proc/meminfo: memFree=28082424/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=1842444 CPUtime=3524.28 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 5933930 0 0 0 351514 914 0 0 25 0 4 0 254600840 1886662656 357150 33554432000 4194304 4623224 140736337306928 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 460611 357150 344 105 0 456115 0
[pid=4544/tid=4546] ppid=4542 vsize=1842444 CPUtime=882.21 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 116005 0 0 0 88195 26 0 0 25 0 4 0 254600841 1886662656 357150 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376937 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1842444 CPUtime=882.27 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 67399 0 0 0 88202 25 0 0 25 0 4 0 254600841 1886662656 357150 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1842444 CPUtime=877.47 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 5105260 0 0 0 86982 765 0 0 25 0 4 0 254600841 1886662656 357150 33554432000 4194304 4623224 140736337306928 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1842444

[startup+942.301 s]
/proc/loadavg: 8.00 8.01 7.65 9/184 4604
/proc/meminfo: memFree=27986384/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=1867080 CPUtime=3763.93 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 6363681 0 0 0 375417 976 0 0 25 0 4 0 254600840 1911889920 369826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 466770 369826 344 105 0 462274 0
[pid=4544/tid=4546] ppid=4542 vsize=1867080 CPUtime=942.2 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 116422 0 0 0 94194 26 0 0 25 0 4 0 254600841 1911889920 369826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1867080 CPUtime=942.26 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 69442 0 0 0 94200 26 0 0 25 0 4 0 254600841 1911889920 369826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1867080 CPUtime=937.14 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 5521331 0 0 0 92890 824 0 0 25 0 4 0 254600841 1911889920 369826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 1867080

[startup+1002.3 s]
/proc/loadavg: 8.11 8.04 7.68 9/184 4605
/proc/meminfo: memFree=27783076/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=1938704 CPUtime=4003.6 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 6609646 0 0 0 399344 1016 0 0 25 0 4 0 254600840 1985232896 377508 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 484676 377508 344 105 0 480180 0
[pid=4544/tid=4546] ppid=4542 vsize=1938704 CPUtime=1002.19 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 116819 0 0 0 100193 26 0 0 25 0 4 0 254600841 1985232896 377508 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1938704 CPUtime=1002.27 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 72081 0 0 0 100198 29 0 0 25 0 4 0 254600841 1985232896 377508 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1938704 CPUtime=996.81 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 5739853 0 0 0 98825 856 0 0 25 0 4 0 254600841 1985232896 377508 33554432000 4194304 4623224 140736337306928 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 1938704

[startup+1062.3 s]
/proc/loadavg: 8.19 8.06 7.71 9/184 4607
/proc/meminfo: memFree=27710584/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=1998540 CPUtime=4243.28 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 6844677 0 0 0 423277 1051 0 0 25 0 4 0 254600840 2046504960 386548 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 499635 386548 344 105 0 495139 0
[pid=4544/tid=4546] ppid=4542 vsize=1998540 CPUtime=1062.19 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 118527 0 0 0 106192 27 0 0 25 0 4 0 254600841 2046504960 386548 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=1998540 CPUtime=1062.26 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 74185 0 0 0 106196 30 0 0 25 0 4 0 254600841 2046504960 386548 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=1998540 CPUtime=1056.48 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 5912743 0 0 0 104769 879 0 0 25 0 4 0 254600841 2046504960 386548 33554432000 4194304 4623224 140736337306928 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1998540

[startup+1122.3 s]
/proc/loadavg: 8.20 8.08 7.74 9/184 4609
/proc/meminfo: memFree=27640216/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=2005260 CPUtime=4482.94 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 6876313 0 0 0 447237 1057 0 0 25 0 4 0 254600840 2053386240 393678 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 501315 393678 344 105 0 496819 0
[pid=4544/tid=4546] ppid=4542 vsize=2005260 CPUtime=1122.18 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 120327 0 0 0 112191 27 0 0 25 0 4 0 254600841 2053386240 393678 33554432000 4194304 4623224 140736337306928 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=2005260 CPUtime=1122.26 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 75116 0 0 0 112196 30 0 0 25 0 4 0 254600841 2053386240 393678 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=2005260 CPUtime=1116.15 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 5914502 0 0 0 110736 879 0 0 25 0 4 0 254600841 2053386240 393678 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 2005260

[startup+1182.3 s]
/proc/loadavg: 8.20 8.10 7.76 9/184 4610
/proc/meminfo: memFree=27534992/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=2011960 CPUtime=4722.62 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 7025751 0 0 0 471179 1083 0 0 25 0 4 0 254600840 2060247040 401927 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 502990 401927 344 105 0 498494 0
[pid=4544/tid=4546] ppid=4542 vsize=2011960 CPUtime=1182.18 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 122460 0 0 0 118188 30 0 0 25 0 4 0 254600841 2060247040 401927 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=2011960 CPUtime=1182.27 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 76721 0 0 0 118195 32 0 0 25 0 4 0 254600841 2060247040 401927 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=2011960 CPUtime=1175.83 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 6030098 0 0 0 116687 896 0 0 25 0 4 0 254600841 2060247040 401927 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 2011960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.09 7.76 9/184 4611
/proc/meminfo: memFree=27512884/32951124 swapFree=67111524/67111528
[pid=4544] ppid=4542 vsize=2011960 CPUtime=4800.13 cores=0,2,4,6
/proc/4544/stat : 4544 (SArTagnan) R 4542 4544 3825 0 -1 4202496 7230410 0 0 0 478898 1115 0 0 25 0 4 0 254600840 2060247040 404826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 502990 404826 344 105 0 498494 0
[pid=4544/tid=4546] ppid=4542 vsize=2011960 CPUtime=1201.58 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (SArTagnan) R 4542 4544 3825 0 -1 4202560 122648 0 0 0 120128 30 0 0 25 0 4 0 254600841 2060247040 404826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=2011960 CPUtime=1201.67 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (SArTagnan) R 4542 4544 3825 0 -1 4202560 78131 0 0 0 120133 34 0 0 25 0 4 0 254600841 2060247040 404826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=2011960 CPUtime=1195.13 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (SArTagnan) R 4542 4544 3825 0 -1 4202560 6223588 0 0 0 118589 924 0 0 25 0 4 0 254600841 2060247040 404826 33554432000 4194304 4623224 140736337306928 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2011960

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.79
CPU time (s): 4800.23
CPU user time (s): 4789.01
CPU system time (s): 11.2233
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 2142336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.01
system time used= 11.2233
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7230484
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= 1571
involuntary context switches= 21641

runsolver used 2.05869 second user time and 4.48732 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 21:08:16
IDJOB=3264160
IDBENCH=84559
IDSOLVER=1656
FILE ID=node107/3264160-1304104096
RUNJOBID= node107-1304102892-4446
PBS_JOBID= 13170615
Free space on /tmp= 71740 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb45-21-1.used-as.sat04-883.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264160-1304104096/watcher-3264160-1304104096 -o /tmp/evaluation-result-3264160-1304104096/solver-3264160-1304104096 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3264160-1304104096.cnf -threads=4

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

MD5SUM BENCH= d30b88c897dd41570f0430a76eb70b55
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:      29958328 kB
Buffers:        337524 kB
Cached:        1167128 kB
SwapCached:          4 kB
Active:        1214696 kB
Inactive:      1429380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29958328 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1228 kB
Writeback:           0 kB
AnonPages:     1139568 kB
Mapped:          15440 kB
Slab:           284124 kB
PageTables:       6964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1541040 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:19