Trace number 3265656

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.34 1201.78

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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-3265656-1304109104/watcher-3265656-1304109104 -o /tmp/evaluation-result-3265656-1304109104/solver-3265656-1304109104 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3265656-1304109104.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: 6.82 7.81 7.87 3/177 30761
/proc/meminfo: memFree=24683800/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=19800 CPUtime=0 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 646 0 0 0 0 0 0 0 23 0 1 0 601141191 20275200 584 33554432000 4194304 4623224 140733915408400 18446744073709551615 215988592384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30761/statm: 4950 585 301 105 0 454 0

[startup+0.10202 s]
/proc/loadavg: 6.82 7.81 7.87 3/177 30761
/proc/meminfo: memFree=24683800/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=254512 CPUtime=0.32 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 4425 0 0 0 32 0 0 0 24 0 4 0 601141191 260620288 3019 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 63628 3019 339 105 0 59132 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 254512

[startup+0.201002 s]
/proc/loadavg: 6.82 7.81 7.87 3/177 30761
/proc/meminfo: memFree=24683800/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=256816 CPUtime=0.71 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 6382 0 0 0 71 0 0 0 24 0 4 0 601141191 262979584 3568 33554432000 4194304 4623224 140733915408400 18446744073709551615 4368787 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 64204 3568 340 105 0 59708 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 256816

[startup+0.300985 s]
/proc/loadavg: 6.82 7.81 7.87 3/177 30761
/proc/meminfo: memFree=24683800/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=258640 CPUtime=1.11 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 7692 0 0 0 111 0 0 0 25 0 4 0 601141191 264847360 4125 33554432000 4194304 4623224 140733915408400 18446744073709551615 4511014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 64660 4125 340 105 0 60164 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 258640

[startup+0.700917 s]
/proc/loadavg: 6.82 7.81 7.87 3/177 30761
/proc/meminfo: memFree=24683800/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=263396 CPUtime=2.71 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 13081 0 0 0 270 1 0 0 25 0 4 0 601141191 269717504 6508 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 65849 6508 344 105 0 61353 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 263396

[startup+1.50078 s]
/proc/loadavg: 6.82 7.81 7.87 6/178 30789
/proc/meminfo: memFree=24654588/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=265312 CPUtime=5.91 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 15114 0 0 0 589 2 0 0 25 0 4 0 601141191 271679488 7859 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 66328 7859 344 105 0 61832 0
[pid=30761/tid=30766] ppid=30759 vsize=265312 CPUtime=1.46 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 2609 0 0 0 146 0 0 0 25 0 4 0 601141193 271679488 7859 33554432000 4194304 4623224 140733915408400 18446744073709551615 4289664 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=265312 CPUtime=1.46 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 2636 0 0 0 146 0 0 0 25 0 4 0 601141193 271679488 7859 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376790 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=265312 CPUtime=1.47 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 3821 0 0 0 147 0 0 0 25 0 4 0 601141193 271679488 7859 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 265312

[startup+3.1005 s]
/proc/loadavg: 6.82 7.81 7.87 9/184 30798
/proc/meminfo: memFree=24622300/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=280696 CPUtime=12.3 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 25244 0 0 0 1227 3 0 0 25 0 4 0 601141191 287432704 10737 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 70174 10737 344 105 0 65678 0
[pid=30761/tid=30766] ppid=30759 vsize=280696 CPUtime=3.06 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 5932 0 0 0 306 0 0 0 18 0 4 0 601141193 287432704 10737 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=280696 CPUtime=3.05 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 4298 0 0 0 305 0 0 0 25 0 4 0 601141193 287432704 10737 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=280696 CPUtime=3.06 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 8100 0 0 0 306 0 0 0 25 0 4 0 601141193 287432704 10737 33554432000 4194304 4623224 140733915408400 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 280696

[startup+6.30094 s]
/proc/loadavg: 6.91 7.81 7.87 9/184 30798
/proc/meminfo: memFree=24590760/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=277356 CPUtime=25.09 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 49463 0 0 0 2501 8 0 0 25 0 4 0 601141191 284012544 13013 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 69339 13013 344 105 0 64843 0
[pid=30761/tid=30766] ppid=30759 vsize=277356 CPUtime=6.26 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 6318 0 0 0 626 0 0 0 25 0 4 0 601141193 284012544 13013 33554432000 4194304 4623224 140733915408400 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=277356 CPUtime=6.23 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 4467 0 0 0 623 0 0 0 25 0 4 0 601141193 284012544 13013 33554432000 4194304 4623224 140733915408400 18446744073709551615 4483054 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=277356 CPUtime=6.27 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 30764 0 0 0 623 4 0 0 25 0 4 0 601141193 284012544 13013 33554432000 4194304 4623224 140733915408400 18446744073709551615 4366020 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 277356

[startup+12.7008 s]
/proc/loadavg: 7.00 7.81 7.87 10/184 30798
/proc/meminfo: memFree=24560472/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=283656 CPUtime=50.65 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 97385 0 0 0 5050 15 0 0 25 0 4 0 601141191 290463744 17459 33554432000 4194304 4623224 140733915408400 18446744073709551615 4276086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 70914 17460 346 105 0 66418 0
[pid=30761/tid=30766] ppid=30759 vsize=283656 CPUtime=12.66 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 9057 0 0 0 1265 1 0 0 25 0 4 0 601141193 290463744 17460 33554432000 4194304 4623224 140733915408400 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=283656 CPUtime=12.6 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 6126 0 0 0 1259 1 0 0 25 0 4 0 601141193 290463744 17460 33554432000 4194304 4623224 140733915408400 18446744073709551615 4464373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=283656 CPUtime=12.67 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 74240 0 0 0 1256 11 0 0 25 0 4 0 601141193 290463744 17461 33554432000 4194304 4623224 140733915408400 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 283656

[startup+25.5006 s]
/proc/loadavg: 7.29 7.84 7.88 9/184 30799
/proc/meminfo: memFree=24515460/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=289872 CPUtime=101.77 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 179738 0 0 0 10148 29 0 0 25 0 4 0 601141191 296828928 22752 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 72468 22752 346 105 0 67972 0
[pid=30761/tid=30766] ppid=30759 vsize=289872 CPUtime=25.46 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 13540 0 0 0 2544 2 0 0 25 0 4 0 601141193 296828928 22752 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=289872 CPUtime=25.32 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 8705 0 0 0 2531 1 0 0 25 0 4 0 601141193 296828928 22752 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=289872 CPUtime=25.47 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 148140 0 0 0 2524 23 0 0 25 0 4 0 601141193 296828928 22752 33554432000 4194304 4623224 140733915408400 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 289872

[startup+51.1011 s]
/proc/loadavg: 7.53 7.85 7.88 10/184 30799
/proc/meminfo: memFree=24434584/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=289872 CPUtime=204.04 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 260463 0 0 0 20359 45 0 0 25 0 4 0 601141191 296828928 34109 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 72468 34109 405 105 0 67972 0
[pid=30761/tid=30766] ppid=30759 vsize=289872 CPUtime=51.07 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 15475 0 0 0 5103 4 0 0 25 0 4 0 601141193 296828928 34109 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=289872 CPUtime=50.78 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 10205 0 0 0 5076 2 0 0 25 0 4 0 601141193 296828928 34109 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=289872 CPUtime=51.07 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 221165 0 0 0 5072 35 0 0 25 0 4 0 601141193 296828928 34109 33554432000 4194304 4623224 140733915408400 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 289872

[startup+102.301 s]
/proc/loadavg: 7.85 7.89 7.89 9/184 30801
/proc/meminfo: memFree=24202912/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=407396 CPUtime=408.58 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 318117 0 0 0 40802 56 0 0 25 0 4 0 601141191 417173504 63901 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 101849 63901 1214 105 0 97353 0
[pid=30761/tid=30766] ppid=30759 vsize=407396 CPUtime=102.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 23190 0 0 0 10222 5 0 0 25 0 4 0 601141193 417173504 63901 33554432000 4194304 4623224 140733915408400 18446744073709551615 4295397 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=407396 CPUtime=101.72 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 14368 0 0 0 10168 4 0 0 25 0 4 0 601141193 417173504 63901 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376735 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=407396 CPUtime=102.27 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 245530 0 0 0 10187 40 0 0 25 0 4 0 601141193 417173504 63901 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 407396

[startup+162.301 s]
/proc/loadavg: 8.04 7.93 7.91 10/184 30802
/proc/meminfo: memFree=24033096/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=520700 CPUtime=648.24 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 407301 0 0 0 64750 74 0 0 25 0 4 0 601141191 533196800 87376 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 130175 87376 1109 105 0 125679 0
[pid=30761/tid=30766] ppid=30759 vsize=520700 CPUtime=162.26 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 33189 0 0 0 16219 7 0 0 25 0 4 0 601141193 533196800 87376 33554432000 4194304 4623224 140733915408400 18446744073709551615 4276336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=520700 CPUtime=161.38 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 19686 0 0 0 16134 4 0 0 25 0 4 0 601141193 533196800 87376 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=520700 CPUtime=162.27 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 290438 0 0 0 16178 49 0 0 25 0 4 0 601141193 533196800 87376 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 520700

[startup+222.307 s]
/proc/loadavg: 8.06 7.96 7.91 10/184 30804
/proc/meminfo: memFree=23915132/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=602772 CPUtime=887.94 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 443498 0 0 0 88712 82 0 0 25 0 4 0 601141191 617238528 99435 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 150693 99435 883 105 0 146197 0
[pid=30761/tid=30766] ppid=30759 vsize=602772 CPUtime=222.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 45280 0 0 0 22217 10 0 0 25 0 4 0 601141193 617238528 99435 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=602772 CPUtime=221.06 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 20147 0 0 0 22101 5 0 0 25 0 4 0 601141193 617238528 99435 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376701 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=602772 CPUtime=222.28 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 299546 0 0 0 22176 52 0 0 25 0 4 0 601141193 617238528 99435 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 602772

[startup+282.301 s]

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

[pid=30761] ppid=30759 vsize=1143452 CPUtime=2565.64 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 2105133 0 0 0 256195 369 0 0 25 0 4 0 601141191 1170894848 229099 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 285863 229099 619 105 0 281367 0
[pid=30761/tid=30766] ppid=30759 vsize=1143452 CPUtime=642.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 74843 0 0 0 64206 21 0 0 25 0 4 0 601141193 1170894848 229099 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1143452 CPUtime=638.78 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 30019 0 0 0 63870 8 0 0 25 0 4 0 601141193 1170894848 229099 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1143452 CPUtime=642.27 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 1647984 0 0 0 63951 276 0 0 25 0 4 0 601141193 1170894848 229099 33554432000 4194304 4623224 140733915408400 18446744073709551615 4549141 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.64
Current children cumulated vsize (KiB) 1143452

[startup+702.301 s]
/proc/loadavg: 8.15 8.11 8.00 9/184 30820
/proc/meminfo: memFree=22803424/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1288696 CPUtime=2805.32 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 2116904 0 0 0 280157 375 0 0 25 0 4 0 601141191 1319624704 238958 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 322174 238958 619 105 0 317678 0
[pid=30761/tid=30766] ppid=30759 vsize=1288696 CPUtime=702.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 76481 0 0 0 70205 22 0 0 25 0 4 0 601141193 1319624704 238958 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1288696 CPUtime=698.45 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 31018 0 0 0 69835 10 0 0 25 0 4 0 601141193 1319624704 238958 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1288696 CPUtime=702.29 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 1651531 0 0 0 69951 278 0 0 25 0 4 0 601141193 1319624704 238958 33554432000 4194304 4623224 140733915408400 18446744073709551615 4550383 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 1288696

[startup+762.301 s]
/proc/loadavg: 8.12 8.10 8.00 10/184 30821
/proc/meminfo: memFree=22637452/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1459752 CPUtime=3045.01 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 2172203 0 0 0 304116 385 0 0 25 0 4 0 601141191 1494786048 257326 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 364938 257326 666 105 0 360442 0
[pid=30761/tid=30766] ppid=30759 vsize=1459752 CPUtime=762.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 78297 0 0 0 76203 24 0 0 25 0 4 0 601141193 1494786048 257326 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1459752 CPUtime=758.13 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 31070 0 0 0 75803 10 0 0 25 0 4 0 601141193 1494786048 257326 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1459752 CPUtime=762.29 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 1658645 0 0 0 75950 279 0 0 25 0 4 0 601141193 1494786048 257326 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1459752

[startup+822.301 s]
/proc/loadavg: 8.10 8.10 8.00 10/184 30823
/proc/meminfo: memFree=22518112/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1494272 CPUtime=3284.67 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 2223198 0 0 0 328070 397 0 0 25 0 4 0 601141191 1530134528 272888 33554432000 4194304 4623224 140733915408400 18446744073709551615 4509931 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 373568 272888 641 105 0 369072 0
[pid=30761/tid=30766] ppid=30759 vsize=1494272 CPUtime=822.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 83948 0 0 0 82201 26 0 0 25 0 4 0 601141193 1530134528 272888 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1494272 CPUtime=817.79 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 31401 0 0 0 81769 10 0 0 25 0 4 0 601141193 1530134528 272889 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1494272 CPUtime=822.28 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 1688276 0 0 0 81944 284 0 0 25 0 4 0 601141193 1530134528 272889 33554432000 4194304 4623224 140733915408400 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1494272

[startup+882.307 s]
/proc/loadavg: 8.09 8.09 8.00 9/184 30824
/proc/meminfo: memFree=22426064/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1538676 CPUtime=3524.37 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 2480938 0 0 0 351996 441 0 0 25 0 4 0 601141191 1575604224 286618 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 384669 286618 631 105 0 380173 0
[pid=30761/tid=30766] ppid=30759 vsize=1538676 CPUtime=882.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 108942 0 0 0 88198 29 0 0 25 0 4 0 601141193 1575604224 286618 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1538676 CPUtime=877.47 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 31539 0 0 0 87737 10 0 0 25 0 4 0 601141193 1575604224 286618 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1538676 CPUtime=882.3 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 1906340 0 0 0 87908 322 0 0 25 0 4 0 601141193 1575604224 286618 33554432000 4194304 4623224 140733915408400 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 1538676

[startup+942.301 s]
/proc/loadavg: 8.14 8.10 8.01 9/184 30826
/proc/meminfo: memFree=22259488/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1538676 CPUtime=3764.02 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 2685388 0 0 0 375922 480 0 0 25 0 4 0 601141191 1575604224 294460 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 384669 294460 631 105 0 380173 0
[pid=30761/tid=30766] ppid=30759 vsize=1538676 CPUtime=942.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 110321 0 0 0 94197 30 0 0 25 0 4 0 601141193 1575604224 294460 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1538676 CPUtime=937.14 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 31647 0 0 0 93704 10 0 0 25 0 4 0 601141193 1575604224 294460 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1538676 CPUtime=942.28 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 2097475 0 0 0 93871 357 0 0 25 0 4 0 601141193 1575604224 294460 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1538676

[startup+1002.3 s]
/proc/loadavg: 8.15 8.11 8.01 9/184 30828
/proc/meminfo: memFree=22141024/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1604212 CPUtime=4003.7 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 3068761 0 0 0 399822 548 0 0 25 0 4 0 601141191 1642713088 312160 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 401053 312160 619 105 0 396557 0
[pid=30761/tid=30766] ppid=30759 vsize=1604212 CPUtime=1002.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 111400 0 0 0 100196 31 0 0 25 0 4 0 601141193 1642713088 312160 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1604212 CPUtime=996.81 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 31779 0 0 0 99671 10 0 0 25 0 4 0 601141193 1642713088 312160 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1604212 CPUtime=1002.28 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 2460610 0 0 0 99808 420 0 0 25 0 4 0 601141193 1642713088 312160 33554432000 4194304 4623224 140733915408400 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1604212

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 8.02 9/184 30829
/proc/meminfo: memFree=21943204/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1751588 CPUtime=4243.37 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 3546485 0 0 0 423709 628 0 0 25 0 4 0 601141191 1793626112 334938 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 437897 334938 603 105 0 433401 0
[pid=30761/tid=30766] ppid=30759 vsize=1751588 CPUtime=1062.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 111996 0 0 0 106196 31 0 0 25 0 4 0 601141193 1793626112 334938 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1751588 CPUtime=1056.49 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 31947 0 0 0 105639 10 0 0 25 0 4 0 601141193 1793626112 334938 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1751588 CPUtime=1062.28 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 2843015 0 0 0 105739 489 0 0 25 0 4 0 601141193 1793626112 334938 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1751588

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 8.02 10/184 30831
/proc/meminfo: memFree=21786284/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=1989212 CPUtime=4483.05 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 4002867 0 0 0 447603 702 0 0 19 0 4 0 601141191 2036953088 370614 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 497303 370614 527 105 0 492807 0
[pid=30761/tid=30766] ppid=30759 vsize=1989212 CPUtime=1122.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 113998 0 0 0 112195 32 0 0 25 0 4 0 601141193 2036953088 370614 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=1989212 CPUtime=1116.16 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 32116 0 0 0 111606 10 0 0 25 0 4 0 601141193 2036953088 370614 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=1989212 CPUtime=1122.29 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 3202318 0 0 0 111681 548 0 0 25 0 4 0 601141193 2036953088 370614 33554432000 4194304 4623224 140733915408400 18446744073709551615 215988289870 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 1989212

[startup+1182.3 s]
/proc/loadavg: 8.12 8.13 8.03 10/184 30832
/proc/meminfo: memFree=21660128/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=2054748 CPUtime=4722.73 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 4388837 0 0 0 471509 764 0 0 25 0 4 0 601141191 2104061952 384872 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 513687 384872 527 105 0 509191 0
[pid=30761/tid=30766] ppid=30759 vsize=2054748 CPUtime=1182.27 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 115136 0 0 0 118195 32 0 0 25 0 4 0 601141193 2104061952 384873 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=2054748 CPUtime=1175.84 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 32178 0 0 0 117574 10 0 0 25 0 4 0 601141193 2104061952 384873 33554432000 4194304 4623224 140733915408400 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=2054748 CPUtime=1182.29 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 3567962 0 0 0 117624 605 0 0 25 0 4 0 601141193 2104061952 384873 33554432000 4194304 4623224 140733915408400 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 2054748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.13 8.03 9/184 30833
/proc/meminfo: memFree=21632216/32950940 swapFree=67111364/67111528
[pid=30761] ppid=30759 vsize=2054748 CPUtime=4800.24 cores=1,3,5,7
/proc/30761/stat : 30761 (SArTagnan) R 30759 30761 30624 0 -1 4202496 4510824 0 0 0 479242 782 0 0 25 0 4 0 601141191 2104061952 389352 33554432000 4194304 4623224 140733915408400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30761/statm: 513687 389352 530 105 0 509191 0
[pid=30761/tid=30766] ppid=30759 vsize=2054748 CPUtime=1201.68 cores=1,3,5,7
/proc/30761/task/30766/stat : 30766 (SArTagnan) R 30759 30761 30624 0 -1 4202560 115143 0 0 0 120136 32 0 0 25 0 4 0 601141193 2104061952 389352 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30761/tid=30767] ppid=30759 vsize=2054748 CPUtime=1195.13 cores=1,3,5,7
/proc/30761/task/30767/stat : 30767 (SArTagnan) R 30759 30761 30624 0 -1 4202560 32197 0 0 0 119503 10 0 0 25 0 4 0 601141193 2104061952 389352 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30761/tid=30768] ppid=30759 vsize=2054748 CPUtime=1201.69 cores=1,3,5,7
/proc/30761/task/30768/stat : 30768 (SArTagnan) R 30759 30761 30624 0 -1 4202560 3685380 0 0 0 119547 622 0 0 25 0 4 0 601141193 2104061952 389352 33554432000 4194304 4623224 140733915408400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 2054748

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.78
CPU time (s): 4800.34
CPU user time (s): 4792.44
CPU system time (s): 7.8958
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 2183504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.44
system time used= 7.8958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4510828
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= 3415
involuntary context switches= 33782

runsolver used 1.70774 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 22:31:44
IDJOB=3265656
IDBENCH=85793
IDSOLVER=1656
FILE ID=node117/3265656-1304109104
RUNJOBID= node117-1304109104-30742
PBS_JOBID= 13170668
Free space on /tmp= 71680 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265656-1304109104/watcher-3265656-1304109104 -o /tmp/evaluation-result-3265656-1304109104/solver-3265656-1304109104 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3265656-1304109104.cnf -threads=4

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=1110840252

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24683832 kB
Buffers:       1861796 kB
Cached:        5778516 kB
SwapCached:        160 kB
Active:         605704 kB
Inactive:      7100768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24683832 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2496 kB
Writeback:           0 kB
AnonPages:       65828 kB
Mapped:          15268 kB
Slab:           496164 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   208948 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= 71680 MiB
End job on node117 at 2011-04-29 22:51:48