Trace number 3265832

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.77

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn003.shuffled-as.sat05-3843.cnf
MD5SUM59fa4424111aa94c942a4bbd786cbd51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1234.33
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18767
Sum of the clauses size134137
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32384
Number of clauses of size 4505
Number of clauses of size 5684
Number of clauses of size over 514710

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

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

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


[startup+0 s]
/proc/loadavg: 7.77 8.03 8.03 2/175 19454
/proc/meminfo: memFree=30640496/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=19424 CPUtime=0 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 592 0 0 0 0 0 0 0 25 0 1 0 522542817 19890176 529 33554432000 4194304 4623224 140735562112896 18446744073709551615 248089698048 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19454/statm: 4856 530 301 105 0 360 0

[startup+0.0412329 s]
/proc/loadavg: 7.77 8.03 8.03 2/175 19454
/proc/meminfo: memFree=30640496/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=254808 CPUtime=0.07 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) D 19452 19454 19242 0 -1 4202496 3280 0 0 0 7 0 0 0 25 0 4 0 522542817 260923392 2585 33554432000 4194304 4623224 140735562112896 18446744073709551615 248089395408 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 63702 2585 339 105 0 59206 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 254808

[startup+0.108885 s]
/proc/loadavg: 7.77 8.03 8.03 2/175 19454
/proc/meminfo: memFree=30640496/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=254700 CPUtime=0.35 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 4562 0 0 0 34 1 0 0 25 0 4 0 522542817 260812800 2988 33554432000 4194304 4623224 140735562112896 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 63675 2988 339 105 0 59179 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 254700

[startup+0.300427 s]
/proc/loadavg: 7.77 8.03 8.03 2/175 19454
/proc/meminfo: memFree=30640496/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=258056 CPUtime=1.11 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 7409 0 0 0 110 1 0 0 25 0 4 0 522542817 264249344 4114 33554432000 4194304 4623224 140735562112896 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 64514 4114 339 105 0 60018 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 258056

[startup+0.700356 s]
/proc/loadavg: 7.77 8.03 8.03 2/175 19454
/proc/meminfo: memFree=30640496/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=262232 CPUtime=2.71 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 13437 0 0 0 268 3 0 0 25 0 4 0 522542817 268525568 6609 33554432000 4194304 4623224 140735562112896 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 65558 6609 345 105 0 61062 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 262232

[startup+1.50022 s]
/proc/loadavg: 7.77 8.03 8.03 5/179 19458
/proc/meminfo: memFree=30610748/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=268328 CPUtime=5.9 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 20541 0 0 0 586 4 0 0 25 0 4 0 522542817 274767872 8749 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 67082 8749 345 105 0 62586 0
[pid=19454/tid=19456] ppid=19452 vsize=268328 CPUtime=1.46 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 3854 0 0 0 146 0 0 0 25 0 4 0 522542819 274767872 8749 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=268328 CPUtime=1.46 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 2694 0 0 0 146 0 0 0 25 0 4 0 522542819 274767872 8749 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376726 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=268328 CPUtime=1.47 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 7407 0 0 0 145 2 0 0 25 0 4 0 522542819 274767872 8749 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 268328

[startup+3.10093 s]
/proc/loadavg: 7.77 8.03 8.03 9/184 19518
/proc/meminfo: memFree=30616828/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=270000 CPUtime=12.3 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 24245 0 0 0 1225 5 0 0 25 0 4 0 522542817 276480000 10669 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 67500 10669 345 105 0 63004 0
[pid=19454/tid=19456] ppid=19452 vsize=270000 CPUtime=3.06 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 4190 0 0 0 306 0 0 0 25 0 4 0 522542819 276480000 10669 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376634 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=270000 CPUtime=3.05 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 3888 0 0 0 305 0 0 0 25 0 4 0 522542819 276480000 10669 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=270000 CPUtime=3.07 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 9285 0 0 0 305 2 0 0 25 0 4 0 522542819 276480000 10669 33554432000 4194304 4623224 140735562112896 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 270000

[startup+6.30037 s]
/proc/loadavg: 7.78 8.03 8.03 9/184 19518
/proc/meminfo: memFree=30584668/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=280968 CPUtime=25.08 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 41174 0 0 0 2501 7 0 0 25 0 4 0 522542817 287711232 12028 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 70242 12028 345 105 0 65746 0
[pid=19454/tid=19456] ppid=19452 vsize=280968 CPUtime=6.26 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 6076 0 0 0 626 0 0 0 25 0 4 0 522542819 287711232 12028 33554432000 4194304 4623224 140735562112896 18446744073709551615 4460973 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=280968 CPUtime=6.24 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 5336 0 0 0 623 1 0 0 25 0 4 0 522542819 287711232 12028 33554432000 4194304 4623224 140735562112896 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=280968 CPUtime=6.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 21913 0 0 0 623 4 0 0 25 0 4 0 522542819 287711232 12028 33554432000 4194304 4623224 140735562112896 18446744073709551615 4545379 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 280968

[startup+12.7002 s]
/proc/loadavg: 7.80 8.03 8.03 9/184 19518
/proc/meminfo: memFree=30549000/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=290676 CPUtime=50.64 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 93036 0 0 0 5046 18 0 0 25 0 4 0 522542817 297652224 15390 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 72669 15390 345 105 0 68173 0
[pid=19454/tid=19456] ppid=19452 vsize=290676 CPUtime=12.67 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 8856 0 0 0 1266 1 0 0 25 0 4 0 522542819 297652224 15390 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=290676 CPUtime=12.6 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 6298 0 0 0 1259 1 0 0 25 0 4 0 522542819 297652224 15390 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=290676 CPUtime=12.67 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 69979 0 0 0 1253 14 0 0 25 0 4 0 522542819 297652224 15390 33554432000 4194304 4623224 140735562112896 18446744073709551615 47312924576294 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 290676

[startup+25.501 s]
/proc/loadavg: 7.92 8.04 8.04 9/184 19518
/proc/meminfo: memFree=30491440/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=305800 CPUtime=101.77 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 193468 0 0 0 10142 35 0 0 25 0 4 0 522542817 313139200 22135 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 76450 22135 345 105 0 71954 0
[pid=19454/tid=19456] ppid=19452 vsize=305800 CPUtime=25.46 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 13547 0 0 0 2545 1 0 0 25 0 4 0 522542819 313139200 22135 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=305800 CPUtime=25.32 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 9065 0 0 0 2531 1 0 0 25 0 4 0 522542819 313139200 22136 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=305800 CPUtime=25.47 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 161584 0 0 0 2517 30 0 0 25 0 4 0 522542819 313139200 22136 33554432000 4194304 4623224 140735562112896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 305800

[startup+51.1005 s]
/proc/loadavg: 7.95 8.04 8.03 9/184 19519
/proc/meminfo: memFree=30412800/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=326384 CPUtime=204.03 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 349588 0 0 0 20338 65 0 0 25 0 4 0 522542817 334217216 32414 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 81596 32414 384 105 0 77100 0
[pid=19454/tid=19456] ppid=19452 vsize=326384 CPUtime=51.06 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 20407 0 0 0 5103 3 0 0 25 0 4 0 522542819 334217216 32414 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=326384 CPUtime=50.79 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 10275 0 0 0 5077 2 0 0 25 0 4 0 522542819 334217216 32414 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=326384 CPUtime=51.07 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 306013 0 0 0 5050 57 0 0 25 0 4 0 522542819 334217216 32414 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 326384

[startup+102.306 s]
/proc/loadavg: 8.03 8.04 8.03 9/184 19520
/proc/meminfo: memFree=30214116/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=403356 CPUtime=408.58 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 629788 0 0 0 40744 114 0 0 25 0 4 0 522542817 413036544 62943 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 100839 62944 1084 105 0 96343 0
[pid=19454/tid=19456] ppid=19452 vsize=403356 CPUtime=102.27 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 23507 0 0 0 10223 4 0 0 25 0 4 0 522542819 413036544 62944 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=403356 CPUtime=101.71 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 14054 0 0 0 10169 2 0 0 25 0 4 0 522542819 413036544 62945 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=403356 CPUtime=102.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 552654 0 0 0 10128 99 0 0 25 0 4 0 522542819 413036544 62945 33554432000 4194304 4623224 140735562112896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 403356

[startup+162.301 s]
/proc/loadavg: 8.06 8.05 8.03 9/184 19522
/proc/meminfo: memFree=30072204/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=434224 CPUtime=648.24 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 1005695 0 0 0 64640 184 0 0 25 0 4 0 522542817 444645376 75637 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 108556 75637 629 105 0 104060 0
[pid=19454/tid=19456] ppid=19452 vsize=434224 CPUtime=162.26 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 32168 0 0 0 16221 5 0 0 25 0 4 0 522542819 444645376 75637 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=434224 CPUtime=161.38 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 15649 0 0 0 16135 3 0 0 25 0 4 0 522542819 444645376 75637 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=434224 CPUtime=162.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 896761 0 0 0 16064 163 0 0 25 0 4 0 522542819 444645376 75637 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 434224

[startup+222.301 s]
/proc/loadavg: 8.07 8.05 8.03 9/184 19523
/proc/meminfo: memFree=29972948/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=615656 CPUtime=887.91 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 1240765 0 0 0 88564 227 0 0 25 0 4 0 522542817 630431744 92251 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 153914 92251 515 105 0 149418 0
[pid=19454/tid=19456] ppid=19452 vsize=615656 CPUtime=222.27 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 45587 0 0 0 22218 9 0 0 25 0 4 0 522542819 630431744 92251 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=615656 CPUtime=221.06 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 16106 0 0 0 22102 4 0 0 25 0 4 0 522542819 630431744 92251 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=615656 CPUtime=222.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 1098264 0 0 0 22029 198 0 0 25 0 4 0 522542819 630431744 92251 33554432000 4194304 4623224 140735562112896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.91
Current children cumulated vsize (KiB) 615656

[startup+282.301 s]

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

[pid=19454] ppid=19452 vsize=1130500 CPUtime=2805.33 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 4267578 0 0 0 279784 749 0 0 25 0 4 0 522542817 1157632000 209612 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 282625 209612 917 105 0 278129 0
[pid=19454/tid=19456] ppid=19452 vsize=1130500 CPUtime=702.28 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 76049 0 0 0 70209 19 0 0 25 0 4 0 522542819 1157632000 209612 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1130500 CPUtime=698.45 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 24930 0 0 0 69840 5 0 0 25 0 4 0 522542819 1157632000 209612 33554432000 4194304 4623224 140735562112896 18446744073709551615 4377031 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1130500 CPUtime=702.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 3884397 0 0 0 69554 673 0 0 25 0 4 0 522542819 1157632000 209612 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 1130500

[startup+762.307 s]
/proc/loadavg: 8.17 8.10 8.05 9/184 19538
/proc/meminfo: memFree=29099624/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1213756 CPUtime=3045.02 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 4692023 0 0 0 303683 819 0 0 25 0 4 0 522542817 1242886144 228743 33554432000 4194304 4623224 140735562112896 18446744073709551615 4517428 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 303439 228743 946 105 0 298943 0
[pid=19454/tid=19456] ppid=19452 vsize=1213756 CPUtime=762.28 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 100966 0 0 0 76206 22 0 0 25 0 4 0 522542819 1242886144 228743 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1213756 CPUtime=758.12 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25031 0 0 0 75807 5 0 0 25 0 4 0 522542819 1242886144 228743 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1213756 CPUtime=762.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 4271290 0 0 0 75490 737 0 0 25 0 4 0 522542819 1242886144 228743 33554432000 4194304 4623224 140735562112896 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 1213756

[startup+822.3 s]
/proc/loadavg: 8.24 8.13 8.06 9/184 19539
/proc/meminfo: memFree=29052688/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1351760 CPUtime=3284.68 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 5059517 0 0 0 327583 885 0 0 25 0 4 0 522542817 1384202240 245295 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 337940 245295 947 105 0 333444 0
[pid=19454/tid=19456] ppid=19452 vsize=1351760 CPUtime=822.28 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 105653 0 0 0 82205 23 0 0 25 0 4 0 522542819 1384202240 245295 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1351760 CPUtime=817.79 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25066 0 0 0 81774 5 0 0 25 0 4 0 522542819 1384202240 245295 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1351760 CPUtime=822.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 4617796 0 0 0 81429 798 0 0 25 0 4 0 522542819 1384202240 245295 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 1351760

[startup+882.301 s]
/proc/loadavg: 8.22 8.13 8.07 9/184 19541
/proc/meminfo: memFree=28958272/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1351760 CPUtime=3524.36 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 5434057 0 0 0 351488 948 0 0 25 0 4 0 522542817 1384202240 254492 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 337940 254492 947 105 0 333444 0
[pid=19454/tid=19456] ppid=19452 vsize=1351760 CPUtime=882.28 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 106234 0 0 0 88205 23 0 0 25 0 4 0 522542819 1384202240 254492 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1351760 CPUtime=877.47 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25129 0 0 0 87742 5 0 0 25 0 4 0 522542819 1384202240 254492 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1351760 CPUtime=882.28 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 4986778 0 0 0 87367 861 0 0 25 0 4 0 522542819 1384202240 254492 33554432000 4194304 4623224 140735562112896 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1351760

[startup+942.301 s]
/proc/loadavg: 8.14 8.12 8.06 9/184 19543
/proc/meminfo: memFree=28919776/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1351760 CPUtime=3764.04 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 5795047 0 0 0 375397 1007 0 0 25 0 4 0 522542817 1384202240 260137 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 337940 260137 946 105 0 333444 0
[pid=19454/tid=19456] ppid=19452 vsize=1351760 CPUtime=942.28 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 106579 0 0 0 94205 23 0 0 25 0 4 0 522542819 1384202240 260137 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1351760 CPUtime=937.14 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25192 0 0 0 93709 5 0 0 25 0 4 0 522542819 1384202240 260137 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1351760 CPUtime=942.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 5345209 0 0 0 93308 919 0 0 25 0 4 0 522542819 1384202240 260137 33554432000 4194304 4623224 140735562112896 18446744073709551615 4550432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 1351760

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 8.06 9/184 19544
/proc/meminfo: memFree=28869996/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1416520 CPUtime=4003.71 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 6193535 0 0 0 399295 1076 0 0 25 0 4 0 522542817 1450516480 268724 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 354130 268724 932 105 0 349634 0
[pid=19454/tid=19456] ppid=19452 vsize=1416520 CPUtime=1002.29 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 108002 0 0 0 100205 24 0 0 25 0 4 0 522542819 1450516480 268724 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1416520 CPUtime=996.82 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25239 0 0 0 99677 5 0 0 25 0 4 0 522542819 1450516480 268724 33554432000 4194304 4623224 140735562112896 18446744073709551615 4462858 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1416520 CPUtime=1002.28 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 5706074 0 0 0 99245 983 0 0 25 0 4 0 522542819 1450516480 268724 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 1416520

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 8.07 9/184 19546
/proc/meminfo: memFree=28818740/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1482056 CPUtime=4243.4 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 6575658 0 0 0 423199 1141 0 0 25 0 4 0 522542817 1517625344 277610 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 370514 277610 790 105 0 366018 0
[pid=19454/tid=19456] ppid=19452 vsize=1482056 CPUtime=1062.29 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 109277 0 0 0 106205 24 0 0 25 0 4 0 522542819 1517625344 277610 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1482056 CPUtime=1056.5 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25298 0 0 0 105644 6 0 0 25 0 4 0 522542819 1517625344 277610 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1482056 CPUtime=1062.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 6082385 0 0 0 105182 1045 0 0 25 0 4 0 522542819 1517625344 277610 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1482056

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 8.07 9/184 19547
/proc/meminfo: memFree=28740816/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1579760 CPUtime=4483.06 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 6986591 0 0 0 447095 1211 0 0 25 0 4 0 522542817 1617674240 291517 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 394940 291517 410 105 0 390444 0
[pid=19454/tid=19456] ppid=19452 vsize=1579760 CPUtime=1122.28 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 109574 0 0 0 112204 24 0 0 25 0 4 0 522542819 1617674240 291517 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1579760 CPUtime=1116.17 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25323 0 0 0 111611 6 0 0 25 0 4 0 522542819 1617674240 291517 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1579760 CPUtime=1122.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 6424503 0 0 0 111122 1105 0 0 25 0 4 0 522542819 1617674240 291517 33554432000 4194304 4623224 140735562112896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1579760

[startup+1182.3 s]
/proc/loadavg: 8.08 8.10 8.07 9/184 19549
/proc/meminfo: memFree=28655200/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1645296 CPUtime=4722.75 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 7362639 0 0 0 471005 1270 0 0 25 0 4 0 522542817 1684783104 300374 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 411324 300374 406 105 0 406828 0
[pid=19454/tid=19456] ppid=19452 vsize=1645296 CPUtime=1182.29 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 110962 0 0 0 118204 25 0 0 25 0 4 0 522542819 1684783104 300374 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1645296 CPUtime=1175.85 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25396 0 0 0 117579 6 0 0 25 0 4 0 522542819 1684783104 300374 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1645296 CPUtime=1182.27 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 6786868 0 0 0 117066 1161 0 0 25 0 4 0 522542819 1684783104 300374 33554432000 4194304 4623224 140735562112896 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 1645296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.11 8.07 9/184 19550
/proc/meminfo: memFree=28628784/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1645296 CPUtime=4800.26 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 7487060 0 0 0 478735 1291 0 0 25 0 4 0 522542817 1684783104 303032 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 411324 303032 399 105 0 406828 0
[pid=19454/tid=19456] ppid=19452 vsize=1645296 CPUtime=1201.7 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 111252 0 0 0 120145 25 0 0 25 0 4 0 522542819 1684783104 303033 33554432000 4194304 4623224 140735562112896 18446744073709551615 4358052 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1645296 CPUtime=1195.14 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25411 0 0 0 119508 6 0 0 25 0 4 0 522542819 1684783104 303033 33554432000 4194304 4623224 140735562112896 18446744073709551615 4377318 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1645296 CPUtime=1201.69 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 6905070 0 0 0 118988 1181 0 0 25 0 4 0 522542819 1684783104 303033 33554432000 4194304 4623224 140735562112896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1645296

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

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

[startup+1201.7 s]
/proc/loadavg: 8.14 8.11 8.07 9/184 19550
/proc/meminfo: memFree=28628784/32950928 swapFree=67111428/67111528
[pid=19454] ppid=19452 vsize=1645296 CPUtime=4800.26 cores=1,3,5,7
/proc/19454/stat : 19454 (SArTagnan) R 19452 19454 19242 0 -1 4202496 7487060 0 0 0 478735 1291 0 0 25 0 4 0 522542817 1684783104 303032 33554432000 4194304 4623224 140735562112896 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19454/statm: 411324 303032 399 105 0 406828 0
[pid=19454/tid=19456] ppid=19452 vsize=1645296 CPUtime=1201.7 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (SArTagnan) R 19452 19454 19242 0 -1 4202560 111252 0 0 0 120145 25 0 0 25 0 4 0 522542819 1684783104 303033 33554432000 4194304 4623224 140735562112896 18446744073709551615 4358052 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19454/tid=19457] ppid=19452 vsize=1645296 CPUtime=1195.14 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (SArTagnan) R 19452 19454 19242 0 -1 4202560 25411 0 0 0 119508 6 0 0 25 0 4 0 522542819 1684783104 303033 33554432000 4194304 4623224 140735562112896 18446744073709551615 4377318 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19454/tid=19458] ppid=19452 vsize=1645296 CPUtime=1201.69 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (SArTagnan) R 19452 19454 19242 0 -1 4202560 6905070 0 0 0 118988 1181 0 0 25 0 4 0 522542819 1684783104 303033 33554432000 4194304 4623224 140735562112896 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1645296

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.35
CPU user time (s): 4787.38
CPU system time (s): 12.97
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 1708108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.38
system time used= 12.97
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7487063
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= 2450
involuntary context switches= 28568

runsolver used 1.83972 second user time and 4.72328 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 22:37:10
IDJOB=3265832
IDBENCH=85808
IDSOLVER=1656
FILE ID=node123/3265832-1304109430
RUNJOBID= node123-1304107022-19261
PBS_JOBID= 13170665
Free space on /tmp= 72792 MiB

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

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

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
RANDOM SEED=1423063594

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      30640652 kB
Buffers:        572708 kB
Cached:        1309912 kB
SwapCached:        100 kB
Active:         149388 kB
Inactive:      1799148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30640652 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:       65680 kB
Mapped:          15076 kB
Slab:           298012 kB
PageTables:       3888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   219240 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= 72816 MiB
End job on node123 at 2011-04-29 22:57:14