Trace number 3263720

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.35 1201.83

General information on the benchmark

NameSAT03/handmade/anton/SAT/
SGI_30_80_15_90_4-dir.shuffled-as.sat03-6.cnf
MD5SUM22bbcb4a25a1da66113c240898c75509
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19197
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses28508
Sum of the clauses size57436
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228493
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

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-3263720-1304101836/watcher-3263720-1304101836 -o /tmp/evaluation-result-3263720-1304101836/solver-3263720-1304101836 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263720-1304101836.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: 8.18 8.11 8.02 6/179 3670
/proc/meminfo: memFree=27648696/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=19456 CPUtime=0 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 584 0 0 0 0 0 0 0 23 0 1 0 521781303 19922944 450 33554432000 4194304 4623224 140734011954000 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3670/statm: 4864 451 297 105 0 368 0

[startup+0.0303751 s]
/proc/loadavg: 8.18 8.11 8.02 6/179 3670
/proc/meminfo: memFree=27648696/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=249568 CPUtime=0.08 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 1801 0 0 0 8 0 0 0 24 0 4 0 521781303 255557632 1403 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510093 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 62392 1403 343 105 0 57896 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 249568

[startup+0.100363 s]
/proc/loadavg: 8.18 8.11 8.02 6/179 3670
/proc/meminfo: memFree=27648696/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=251172 CPUtime=0.36 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 3148 0 0 0 36 0 0 0 24 0 4 0 521781303 257200128 2333 33554432000 4194304 4623224 140734011954000 18446744073709551615 4280381 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 62793 2333 343 105 0 58297 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 251172

[startup+0.300329 s]
/proc/loadavg: 8.18 8.11 8.02 6/179 3670
/proc/meminfo: memFree=27648696/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=253788 CPUtime=1.16 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 5857 0 0 0 116 0 0 0 25 0 4 0 521781303 259878912 4640 33554432000 4194304 4623224 140734011954000 18446744073709551615 4508682 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 63447 4640 348 105 0 58951 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 253788

[startup+0.700256 s]
/proc/loadavg: 8.18 8.11 8.02 6/179 3670
/proc/meminfo: memFree=27648696/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=261720 CPUtime=2.76 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 9818 0 0 0 275 1 0 0 25 0 4 0 521781303 268001280 7960 33554432000 4194304 4623224 140734011954000 18446744073709551615 4511646 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 65430 7960 364 105 0 60934 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 261720

[startup+1.50111 s]
/proc/loadavg: 8.16 8.11 8.02 10/184 3675
/proc/meminfo: memFree=27598576/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=271388 CPUtime=5.95 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 14902 0 0 0 594 1 0 0 25 0 4 0 521781303 277901312 11263 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 67847 11263 347 105 0 63351 0
[pid=3670/tid=3673] ppid=3668 vsize=271388 CPUtime=1.47 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 4134 0 0 0 147 0 0 0 25 0 4 0 521781304 277901312 11263 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=271388 CPUtime=1.48 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 4741 0 0 0 148 0 0 0 18 0 4 0 521781304 277901312 11263 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=271388 CPUtime=1.48 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 2063 0 0 0 148 0 0 0 25 0 4 0 521781304 277901312 11263 33554432000 4194304 4623224 140734011954000 18446744073709551615 4550519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 271388

[startup+3.10082 s]
/proc/loadavg: 8.16 8.11 8.02 10/184 3675
/proc/meminfo: memFree=27572536/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=283252 CPUtime=12.35 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 29768 0 0 0 1230 5 0 0 25 0 4 0 521781303 290050048 16260 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 70813 16260 345 105 0 66317 0
[pid=3670/tid=3673] ppid=3668 vsize=283252 CPUtime=3.07 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 7672 0 0 0 306 1 0 0 25 0 4 0 521781304 290050048 16261 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=283252 CPUtime=3.07 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 7335 0 0 0 307 0 0 0 20 0 4 0 521781304 290050048 16261 33554432000 4194304 4623224 140734011954000 18446744073709551615 218905392161 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=283252 CPUtime=3.07 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 9742 0 0 0 306 1 0 0 25 0 4 0 521781304 290050048 16261 33554432000 4194304 4623224 140734011954000 18446744073709551615 4545550 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 283252

[startup+6.30024 s]
/proc/loadavg: 8.16 8.11 8.02 10/184 3675
/proc/meminfo: memFree=27514408/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=291324 CPUtime=25.12 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 57309 0 0 0 2502 10 0 0 25 0 4 0 521781303 298315776 24342 33554432000 4194304 4623224 140734011954000 18446744073709551615 4517600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 72831 24342 344 105 0 68335 0
[pid=3670/tid=3673] ppid=3668 vsize=291324 CPUtime=6.28 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 11960 0 0 0 625 3 0 0 25 0 4 0 521781304 298315776 24342 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=291324 CPUtime=6.27 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 11546 0 0 0 626 1 0 0 25 0 4 0 521781304 298315776 24342 33554432000 4194304 4623224 140734011954000 18446744073709551615 4377413 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=291324 CPUtime=6.25 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 28230 0 0 0 621 4 0 0 25 0 4 0 521781304 298315776 24342 33554432000 4194304 4623224 140734011954000 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291324

[startup+12.7011 s]
/proc/loadavg: 8.14 8.11 8.02 10/184 3675
/proc/meminfo: memFree=27440644/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=311852 CPUtime=50.69 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 128943 0 0 0 5047 22 0 0 25 0 4 0 521781303 319336448 35151 33554432000 4194304 4623224 140734011954000 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 77963 35151 344 105 0 73467 0
[pid=3670/tid=3673] ppid=3668 vsize=311852 CPUtime=12.68 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 18615 0 0 0 1264 4 0 0 25 0 4 0 521781304 319336448 35151 33554432000 4194304 4623224 140734011954000 18446744073709551615 4463039 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=311852 CPUtime=12.68 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 19531 0 0 0 1265 3 0 0 25 0 4 0 521781304 319336448 35151 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=311852 CPUtime=12.61 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 83379 0 0 0 1249 12 0 0 25 0 4 0 521781304 319336448 35151 33554432000 4194304 4623224 140734011954000 18446744073709551615 4364237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 311852

[startup+25.5008 s]
/proc/loadavg: 8.11 8.10 8.02 10/184 3676
/proc/meminfo: memFree=27329652/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=340468 CPUtime=101.81 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 246849 0 0 0 10140 41 0 0 25 0 4 0 521781303 348639232 53225 33554432000 4194304 4623224 140734011954000 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 85117 53225 344 105 0 80621 0
[pid=3670/tid=3673] ppid=3668 vsize=340468 CPUtime=25.47 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 32507 0 0 0 2541 6 0 0 25 0 4 0 521781304 348639232 53225 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=340468 CPUtime=25.48 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 27144 0 0 0 2541 7 0 0 25 0 4 0 521781304 348639232 53225 33554432000 4194304 4623224 140734011954000 18446744073709551615 4377022 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=340468 CPUtime=25.34 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 176357 0 0 0 2509 25 0 0 25 0 4 0 521781304 348639232 53225 33554432000 4194304 4623224 140734011954000 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 340468

[startup+51.1011 s]
/proc/loadavg: 8.22 8.13 8.03 10/184 3676
/proc/meminfo: memFree=27108172/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=605516 CPUtime=204.07 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 559979 0 0 0 20317 90 0 0 25 0 4 0 521781303 620048384 93919 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 151379 93919 869 105 0 146883 0
[pid=3670/tid=3673] ppid=3668 vsize=605516 CPUtime=51.08 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 47841 0 0 0 5099 9 0 0 25 0 4 0 521781304 620048384 93919 33554432000 4194304 4623224 140734011954000 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=605516 CPUtime=51.08 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 37542 0 0 0 5097 11 0 0 25 0 4 0 521781304 620048384 93919 33554432000 4194304 4623224 140734011954000 18446744073709551615 218905389485 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=605516 CPUtime=50.8 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 408019 0 0 0 5020 60 0 0 25 0 4 0 521781304 620048384 93919 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376638 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 605516

[startup+102.307 s]
/proc/loadavg: 8.23 8.14 8.03 10/184 3678
/proc/meminfo: memFree=26659012/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=996668 CPUtime=408.6 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 1045276 0 0 0 40687 173 0 0 25 0 4 0 521781303 1020588032 185711 33554432000 4194304 4623224 140734011954000 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 249167 185711 769 105 0 244671 0
[pid=3670/tid=3673] ppid=3668 vsize=996668 CPUtime=102.28 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 75176 0 0 0 10210 18 0 0 25 0 4 0 521781304 1020588032 185711 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=996668 CPUtime=102.28 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 56639 0 0 0 10204 24 0 0 25 0 4 0 521781304 1020588032 185711 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=996668 CPUtime=101.72 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 679980 0 0 0 10070 102 0 0 25 0 4 0 521781304 1020588032 185711 33554432000 4194304 4623224 140734011954000 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 996668

[startup+162.301 s]
/proc/loadavg: 8.15 8.12 8.03 10/184 3679
/proc/meminfo: memFree=26406636/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=1178568 CPUtime=648.25 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 1400785 0 0 0 64586 239 0 0 25 0 4 0 521781303 1206853632 231851 33554432000 4194304 4623224 140734011954000 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 294642 231851 427 105 0 290146 0
[pid=3670/tid=3673] ppid=3668 vsize=1178568 CPUtime=162.27 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 82871 0 0 0 16203 24 0 0 25 0 4 0 521781304 1206853632 231851 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376829 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=1178568 CPUtime=162.27 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 66458 0 0 0 16194 33 0 0 25 0 4 0 521781304 1206853632 231851 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=1178568 CPUtime=161.39 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 961211 0 0 0 15996 143 0 0 25 0 4 0 521781304 1206853632 231851 33554432000 4194304 4623224 140734011954000 18446744073709551615 4363928 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.25
Current children cumulated vsize (KiB) 1178568

[startup+222.301 s]
/proc/loadavg: 8.18 8.13 8.04 10/184 3681
/proc/meminfo: memFree=26149932/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=1487324 CPUtime=887.93 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 1754464 0 0 0 88488 305 0 0 25 0 4 0 521781303 1523019776 274703 33554432000 4194304 4623224 140734011954000 18446744073709551615 4414880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 371831 274703 345 105 0 367335 0
[pid=3670/tid=3673] ppid=3668 vsize=1487324 CPUtime=222.28 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 112901 0 0 0 22197 31 0 0 25 0 4 0 521781304 1523019776 274703 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=1487324 CPUtime=222.27 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 87328 0 0 0 22183 44 0 0 25 0 4 0 521781304 1523019776 274703 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=1487324 CPUtime=221.06 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 1024149 0 0 0 21952 154 0 0 25 0 4 0 521781304 1523019776 274703 33554432000 4194304 4623224 140734011954000 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 1487324

[startup+282.3 s]

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


[startup+702.301 s]
/proc/loadavg: 8.06 8.06 8.01 10/184 3694
/proc/meminfo: memFree=24858932/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=2678060 CPUtime=2805.27 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 5829888 0 0 0 279511 1016 0 0 25 0 4 0 521781303 2742333440 520335 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510183 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 669515 520335 344 105 0 665019 0
[pid=3670/tid=3673] ppid=3668 vsize=2678060 CPUtime=702.29 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 125152 0 0 0 70195 34 0 0 25 0 4 0 521781304 2742333440 520335 33554432000 4194304 4623224 140734011954000 18446744073709551615 4486229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=2678060 CPUtime=702.25 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 164794 0 0 0 70095 130 0 0 25 0 4 0 521781304 2742333440 520335 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=2678060 CPUtime=698.41 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 3947050 0 0 0 69237 604 0 0 25 0 4 0 521781304 2742333440 520335 33554432000 4194304 4623224 140734011954000 18446744073709551615 4544894 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 2678060

[startup+762.306 s]
/proc/loadavg: 8.09 8.07 8.02 10/184 3695
/proc/meminfo: memFree=24750768/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=2728400 CPUtime=3044.96 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 5887754 0 0 0 303457 1039 0 0 25 0 4 0 521781303 2793881600 542782 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 682100 542782 344 105 0 677604 0
[pid=3670/tid=3673] ppid=3668 vsize=2728400 CPUtime=762.29 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 125794 0 0 0 76195 34 0 0 25 0 4 0 521781304 2793881600 542782 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=2728400 CPUtime=762.25 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 172625 0 0 0 76080 145 0 0 25 0 4 0 521781304 2793881600 542782 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=2728400 CPUtime=758.08 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 3947439 0 0 0 75204 604 0 0 25 0 4 0 521781304 2793881600 542782 33554432000 4194304 4623224 140734011954000 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.96
Current children cumulated vsize (KiB) 2728400

[startup+822.3 s]
/proc/loadavg: 8.06 8.07 8.02 10/184 3697
/proc/meminfo: memFree=24649920/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=2728400 CPUtime=3284.62 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 5916509 0 0 0 327409 1053 0 0 25 0 4 0 521781303 2793881600 562265 33554432000 4194304 4623224 140734011954000 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 682100 562265 344 105 0 677604 0
[pid=3670/tid=3673] ppid=3668 vsize=2728400 CPUtime=822.29 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 126768 0 0 0 82195 34 0 0 25 0 4 0 521781304 2793881600 562265 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=2728400 CPUtime=822.25 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 178459 0 0 0 82069 156 0 0 25 0 4 0 521781304 2793881600 562265 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=2728400 CPUtime=817.76 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 3947518 0 0 0 81171 605 0 0 25 0 4 0 521781304 2793881600 562265 33554432000 4194304 4623224 140734011954000 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 2728400

[startup+882.3 s]
/proc/loadavg: 8.02 8.06 8.01 10/184 3698
/proc/meminfo: memFree=24591360/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=2793936 CPUtime=3524.3 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 5967197 0 0 0 351361 1069 0 0 25 0 4 0 521781303 2860990464 572975 33554432000 4194304 4623224 140734011954000 18446744073709551615 4414998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 698484 572975 344 105 0 693988 0
[pid=3670/tid=3673] ppid=3668 vsize=2793936 CPUtime=882.3 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 127318 0 0 0 88195 35 0 0 25 0 4 0 521781304 2860990464 572975 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=2793936 CPUtime=882.26 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 182845 0 0 0 88062 164 0 0 25 0 4 0 521781304 2860990464 572975 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=2793936 CPUtime=877.43 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 3947674 0 0 0 87138 605 0 0 25 0 4 0 521781304 2860990464 572975 33554432000 4194304 4623224 140734011954000 18446744073709551615 4364089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 2793936

[startup+942.301 s]
/proc/loadavg: 8.01 8.04 8.00 10/184 3700
/proc/meminfo: memFree=24505400/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=2817268 CPUtime=3763.98 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 6055007 0 0 0 375301 1097 0 0 25 0 4 0 521781303 2884882432 589777 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 704317 589777 344 105 0 699821 0
[pid=3670/tid=3673] ppid=3668 vsize=2817268 CPUtime=942.3 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 127741 0 0 0 94195 35 0 0 25 0 4 0 521781304 2884882432 589777 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=2817268 CPUtime=942.25 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 189109 0 0 0 94049 176 0 0 25 0 4 0 521781304 2884882432 589777 33554432000 4194304 4623224 140734011954000 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=2817268 CPUtime=937.11 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 3960073 0 0 0 93104 607 0 0 25 0 4 0 521781304 2884882432 589777 33554432000 4194304 4623224 140734011954000 18446744073709551615 4378339 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 2817268

[startup+1002.3 s]
/proc/loadavg: 8.07 8.05 8.00 10/184 3702
/proc/meminfo: memFree=24308080/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=3326940 CPUtime=4003.66 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 6418578 0 0 0 399214 1152 0 0 25 0 4 0 521781303 3406786560 630445 33554432000 4194304 4623224 140734011954000 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 831735 630445 344 105 0 827239 0
[pid=3670/tid=3673] ppid=3668 vsize=3326940 CPUtime=1002.29 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 128121 0 0 0 100194 35 0 0 25 0 4 0 521781304 3406786560 630445 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357583 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=3326940 CPUtime=1002.26 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 192437 0 0 0 100044 182 0 0 25 0 4 0 521781304 3406786560 630445 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=3326940 CPUtime=996.78 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 3962442 0 0 0 99071 607 0 0 25 0 4 0 521781304 3406786560 630445 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 3326940

[startup+1062.3 s]
/proc/loadavg: 8.09 8.05 8.00 10/184 3703
/proc/meminfo: memFree=24231032/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=3386608 CPUtime=4243.34 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 6727697 0 0 0 423123 1211 0 0 25 0 4 0 521781303 3467886592 645423 33554432000 4194304 4623224 140734011954000 18446744073709551615 4414974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 846652 645423 349 105 0 842156 0
[pid=3670/tid=3673] ppid=3668 vsize=3386608 CPUtime=1062.3 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 160016 0 0 0 106191 39 0 0 25 0 4 0 521781304 3467886592 645423 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=3386608 CPUtime=1062.26 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 196607 0 0 0 106034 192 0 0 25 0 4 0 521781304 3467886592 645423 33554432000 4194304 4623224 140734011954000 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=3386608 CPUtime=1056.45 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 4139651 0 0 0 105011 634 0 0 25 0 4 0 521781304 3467886592 645423 33554432000 4194304 4623224 140734011954000 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 3386608

[startup+1122.3 s]
/proc/loadavg: 8.09 8.06 8.00 10/184 3705
/proc/meminfo: memFree=24131176/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=3452144 CPUtime=4483.02 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 7386469 0 0 0 446976 1326 0 0 25 0 4 0 521781303 3534995456 659181 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 863036 659181 354 105 0 858540 0
[pid=3670/tid=3673] ppid=3668 vsize=3452144 CPUtime=1122.3 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 160569 0 0 0 112191 39 0 0 25 0 4 0 521781304 3534995456 659181 33554432000 4194304 4623224 140734011954000 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=3452144 CPUtime=1122.26 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 202497 0 0 0 112024 202 0 0 25 0 4 0 521781304 3534995456 659181 33554432000 4194304 4623224 140734011954000 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=3452144 CPUtime=1116.12 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 4659199 0 0 0 110895 717 0 0 25 0 4 0 521781304 3534995456 659181 33554432000 4194304 4623224 140734011954000 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 3452144

[startup+1182.3 s]
/proc/loadavg: 8.09 8.06 8.00 10/184 3706
/proc/meminfo: memFree=24014960/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=3452144 CPUtime=4722.69 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 8094914 0 0 0 470816 1453 0 0 25 0 4 0 521781303 3534995456 685025 33554432000 4194304 4623224 140734011954000 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 863036 685025 360 105 0 858540 0
[pid=3670/tid=3673] ppid=3668 vsize=3452144 CPUtime=1182.3 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 162503 0 0 0 118190 40 0 0 25 0 4 0 521781304 3534995456 685025 33554432000 4194304 4623224 140734011954000 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=3452144 CPUtime=1182.26 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 212632 0 0 0 118009 217 0 0 25 0 4 0 521781304 3534995456 685025 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=3452144 CPUtime=1175.8 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 5199098 0 0 0 116776 804 0 0 25 0 4 0 521781304 3534995456 685025 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 3452144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.06 8.00 10/184 3707
/proc/meminfo: memFree=23671588/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=3737856 CPUtime=4800.2 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) R 3668 3670 3527 0 -1 4202496 8365806 0 0 0 478521 1499 0 0 25 0 4 0 521781303 3827564544 767831 33554432000 4194304 4623224 140734011954000 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 934464 767831 344 105 0 929968 0
[pid=3670/tid=3673] ppid=3668 vsize=3737856 CPUtime=1201.71 cores=1,3,5,7
/proc/3670/task/3673/stat : 3673 (SArTagnan) R 3668 3670 3527 0 -1 4202560 165101 0 0 0 120131 40 0 0 25 0 4 0 521781304 3827564544 767831 33554432000 4194304 4623224 140734011954000 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3670/tid=3674] ppid=3668 vsize=3737856 CPUtime=1201.66 cores=1,3,5,7
/proc/3670/task/3674/stat : 3674 (SArTagnan) R 3668 3670 3527 0 -1 4202560 217194 0 0 0 119948 218 0 0 25 0 4 0 521781304 3827564544 767831 33554432000 4194304 4623224 140734011954000 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=3737856 CPUtime=1195.09 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4202560 5298757 0 0 0 118688 821 0 0 25 0 4 0 521781304 3827564544 767831 33554432000 4194304 4623224 140734011954000 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 3737856

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

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

[startup+1201.81 s]
/proc/loadavg: 8.06 8.06 8.00 10/184 3707
/proc/meminfo: memFree=23671588/32951124 swapFree=67111356/67111528
[pid=3670] ppid=3668 vsize=0 CPUtime=4800.32 cores=1,3,5,7
/proc/3670/stat : 3670 (SArTagnan) Z 3668 3670 3527 0 -1 4203548 8365806 0 0 0 478523 1509 0 0 25 0 2 0 521781303 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3670/statm: 0 0 0 0 0 0 0
[pid=3670/tid=3675] ppid=3668 vsize=0 CPUtime=1195.2 cores=1,3,5,7
/proc/3670/task/3675/stat : 3675 (SArTagnan) R 3668 3670 3527 0 -1 4203588 5298757 0 0 0 118689 831 0 0 25 0 2 0 521781304 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.83
CPU time (s): 4800.35
CPU user time (s): 4785.24
CPU system time (s): 15.1077
CPU usage (%): 399.42
Max. virtual memory (cumulated for all children) (KiB): 4340692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4785.24
system time used= 15.1077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8365806
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= 5557
involuntary context switches= 31989

runsolver used 1.93071 second user time and 4.6273 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 20:30:36
IDJOB=3263720
IDBENCH=84010
IDSOLVER=1656
FILE ID=node137/3263720-1304101836
RUNJOBID= node137-1304100632-3552
PBS_JOBID= 13170625
Free space on /tmp= 71620 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/anton/SAT/SGI_30_80_15_90_4-dir.shuffled-as.sat03-6.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263720-1304101836/watcher-3263720-1304101836 -o /tmp/evaluation-result-3263720-1304101836/solver-3263720-1304101836 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3263720-1304101836.cnf -threads=4

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

MD5SUM BENCH= 22bbcb4a25a1da66113c240898c75509
RANDOM SEED=1991247410

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27649372 kB
Buffers:        922644 kB
Cached:        3850856 kB
SwapCached:         56 kB
Active:         337424 kB
Inactive:      4499580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27649372 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:       62888 kB
Mapped:          15068 kB
Slab:           401700 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196744 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= 71620 MiB
End job on node137 at 2011-04-29 20:50:40