Trace number 3291797

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.47 1202.17

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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-3291797-1304105324/watcher-3291797-1304105324 -o /tmp/evaluation-result-3291797-1304105324/solver-3291797-1304105324 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3291797-1304105324.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.03 7.80 7.92 5/180 16457
/proc/meminfo: memFree=22988320/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=31004 CPUtime=0 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 754 0 0 0 0 0 0 0 25 0 1 0 522132919 31748096 636 33554432000 4194304 4623224 140734817057536 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/16457/statm: 7751 637 301 105 0 3255 0

[startup+0.0183459 s]
/proc/loadavg: 7.03 7.80 7.92 5/180 16457
/proc/meminfo: memFree=22988320/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=32672 CPUtime=0.01 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 1593 0 0 0 1 0 0 0 25 0 1 0 522132919 33456128 1161 33554432000 4194304 4623224 140734817057536 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/16457/statm: 8168 1162 301 105 0 3672 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 32672

[startup+0.100332 s]
/proc/loadavg: 7.03 7.80 7.92 5/180 16457
/proc/meminfo: memFree=22988320/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=48288 CPUtime=0.09 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 8727 0 0 0 8 1 0 0 25 0 1 0 522132919 49446912 4909 33554432000 4194304 4623224 140734817057536 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/16457/statm: 12072 4910 301 105 0 7576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48288

[startup+0.300309 s]
/proc/loadavg: 7.03 7.80 7.92 5/180 16457
/proc/meminfo: memFree=22988320/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=70800 CPUtime=0.29 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 20439 0 0 0 27 2 0 0 25 0 1 0 522132919 72499200 12347 33554432000 4194304 4623224 140734817057536 18446744073709551615 244446606021 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/16457/statm: 17700 12349 301 105 0 13204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70800

[startup+0.700187 s]
/proc/loadavg: 7.03 7.80 7.92 5/180 16457
/proc/meminfo: memFree=22988320/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=379272 CPUtime=1.36 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 50117 0 0 0 130 6 0 0 25 0 4 0 522132919 388374528 37226 33554432000 4194304 4623224 140734817057536 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 94818 37226 334 105 0 90322 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 379272

[startup+1.50104 s]
/proc/loadavg: 7.03 7.80 7.92 9/184 16461
/proc/meminfo: memFree=22693704/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=616720 CPUtime=4.54 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 174324 0 0 0 431 23 0 0 18 0 4 0 522132919 631521280 113830 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 154180 113830 351 105 0 149684 0
[pid=16457/tid=16459] ppid=16455 vsize=616720 CPUtime=1.01 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 28734 0 0 0 98 3 0 0 25 0 4 0 522132966 631521280 113830 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=616720 CPUtime=1.01 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 27842 0 0 0 97 4 0 0 25 0 4 0 522132966 631521280 113830 33554432000 4194304 4623224 140734817057536 18446744073709551615 4466035 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=616720 CPUtime=1.01 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 18672 0 0 0 99 2 0 0 25 0 4 0 522132966 631521280 113830 33554432000 4194304 4623224 140734817057536 18446744073709551615 4545636 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 616720

[startup+3.10074 s]
/proc/loadavg: 7.03 7.80 7.92 9/184 16461
/proc/meminfo: memFree=22514648/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=616720 CPUtime=10.93 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 177214 0 0 0 1070 23 0 0 22 0 4 0 522132919 631521280 116704 33554432000 4194304 4623224 140734817057536 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 154180 116704 351 105 0 149684 0
[pid=16457/tid=16459] ppid=16455 vsize=616720 CPUtime=2.61 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 29427 0 0 0 258 3 0 0 25 0 4 0 522132966 631521280 116704 33554432000 4194304 4623224 140734817057536 18446744073709551615 4485126 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=616720 CPUtime=2.61 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 29136 0 0 0 257 4 0 0 25 0 4 0 522132966 631521280 116704 33554432000 4194304 4623224 140734817057536 18446744073709551615 4466225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=616720 CPUtime=2.6 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 18676 0 0 0 258 2 0 0 25 0 4 0 522132966 631521280 116704 33554432000 4194304 4623224 140734817057536 18446744073709551615 4545943 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.93
Current children cumulated vsize (KiB) 616720

[startup+6.30114 s]
/proc/loadavg: 7.11 7.80 7.92 9/184 16461
/proc/meminfo: memFree=22492956/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=636392 CPUtime=23.7 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 188531 0 0 0 2346 24 0 0 25 0 4 0 522132919 651665408 117638 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 159098 117638 343 105 0 154602 0
[pid=16457/tid=16459] ppid=16455 vsize=636392 CPUtime=5.81 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 29428 0 0 0 578 3 0 0 25 0 4 0 522132966 651665408 117638 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=636392 CPUtime=5.8 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 29152 0 0 0 576 4 0 0 25 0 4 0 522132966 651665408 117638 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=636392 CPUtime=5.78 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 19251 0 0 0 576 2 0 0 25 0 4 0 522132966 651665408 117638 33554432000 4194304 4623224 140734817057536 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.7
Current children cumulated vsize (KiB) 636392

[startup+12.7009 s]
/proc/loadavg: 7.18 7.80 7.92 9/184 16462
/proc/meminfo: memFree=22459988/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=662376 CPUtime=49.26 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 213587 0 0 0 4898 28 0 0 25 0 4 0 522132919 678273024 118542 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 165594 118542 343 105 0 161098 0
[pid=16457/tid=16459] ppid=16455 vsize=662376 CPUtime=12.21 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 29475 0 0 0 1218 3 0 0 25 0 4 0 522132966 678273024 118542 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=662376 CPUtime=12.19 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 29467 0 0 0 1215 4 0 0 25 0 4 0 522132966 678273024 118542 33554432000 4194304 4623224 140734817057536 18446744073709551615 4331128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=662376 CPUtime=12.15 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 30778 0 0 0 1211 4 0 0 25 0 4 0 522132966 678273024 118542 33554432000 4194304 4623224 140734817057536 18446744073709551615 4365913 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (KiB) 662376

[startup+25.5006 s]
/proc/loadavg: 7.43 7.83 7.93 9/184 16462
/proc/meminfo: memFree=22404668/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=682076 CPUtime=100.39 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 225167 0 0 0 10009 30 0 0 25 0 4 0 522132919 698445824 120257 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 170519 120257 344 105 0 166023 0
[pid=16457/tid=16459] ppid=16455 vsize=682076 CPUtime=25.01 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 29806 0 0 0 2498 3 0 0 25 0 4 0 522132966 698445824 120257 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=682076 CPUtime=24.99 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 39965 0 0 0 2494 5 0 0 25 0 4 0 522132966 698445824 120257 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=682076 CPUtime=24.88 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 31340 0 0 0 2484 4 0 0 25 0 4 0 522132966 698445824 120257 33554432000 4194304 4623224 140734817057536 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.39
Current children cumulated vsize (KiB) 682076

[startup+51.1008 s]
/proc/loadavg: 7.62 7.84 7.93 9/184 16462
/proc/meminfo: memFree=22290376/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=701808 CPUtime=202.65 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 334782 0 0 0 20218 47 0 0 25 0 4 0 522132919 718651392 122729 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 175452 122729 344 105 0 170956 0
[pid=16457/tid=16459] ppid=16455 vsize=701808 CPUtime=50.61 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 40142 0 0 0 5056 5 0 0 25 0 4 0 522132966 718651392 122729 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=701808 CPUtime=50.58 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 40780 0 0 0 5053 5 0 0 25 0 4 0 522132966 718651392 122729 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=701808 CPUtime=50.33 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 129326 0 0 0 5015 18 0 0 25 0 4 0 522132966 718651392 122729 33554432000 4194304 4623224 140734817057536 18446744073709551615 4364099 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.65
Current children cumulated vsize (KiB) 701808

[startup+102.306 s]
/proc/loadavg: 7.83 7.86 7.93 9/184 16464
/proc/meminfo: memFree=22106856/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=741184 CPUtime=407.18 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 735523 0 0 0 40609 109 0 0 25 0 4 0 522132919 758972416 135336 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 185296 135336 345 105 0 180800 0
[pid=16457/tid=16459] ppid=16455 vsize=741184 CPUtime=101.82 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 42830 0 0 0 10175 7 0 0 25 0 4 0 522132966 758972416 135336 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=741184 CPUtime=101.79 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 42257 0 0 0 10173 6 0 0 25 0 4 0 522132966 758972416 135336 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=741184 CPUtime=101.26 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 522970 0 0 0 10048 78 0 0 25 0 4 0 522132966 758972416 135336 33554432000 4194304 4623224 140734817057536 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.18
Current children cumulated vsize (KiB) 741184

[startup+162.301 s]
/proc/loadavg: 7.94 7.88 7.93 9/184 16466
/proc/meminfo: memFree=21887344/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=770740 CPUtime=646.84 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 1404370 0 0 0 64466 218 0 0 25 0 4 0 522132919 789237760 142643 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 192685 142643 345 105 0 188189 0
[pid=16457/tid=16459] ppid=16455 vsize=770740 CPUtime=161.81 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 44272 0 0 0 16174 7 0 0 25 0 4 0 522132966 789237760 142643 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=770740 CPUtime=161.78 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 42878 0 0 0 16172 6 0 0 25 0 4 0 522132966 789237760 142643 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=770740 CPUtime=160.94 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 1172496 0 0 0 15910 184 0 0 25 0 4 0 522132966 789237760 142643 33554432000 4194304 4623224 140734817057536 18446744073709551615 4550548 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.84
Current children cumulated vsize (KiB) 770740

[startup+222.301 s]
/proc/loadavg: 8.03 7.92 7.93 9/184 16467
/proc/meminfo: memFree=21766168/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=829864 CPUtime=886.5 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 1928416 0 0 0 88344 306 0 0 25 0 4 0 522132919 849780736 150076 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 207466 150076 345 105 0 202970 0
[pid=16457/tid=16459] ppid=16455 vsize=829864 CPUtime=221.8 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 61403 0 0 0 22171 9 0 0 25 0 4 0 522132966 849780736 150076 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=829864 CPUtime=221.77 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 60183 0 0 0 22168 9 0 0 25 0 4 0 522132966 849780736 150076 33554432000 4194304 4623224 140734817057536 18446744073709551615 4485148 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=829864 CPUtime=220.6 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 1660337 0 0 0 21794 266 0 0 25 0 4 0 522132966 849780736 150076 33554432000 4194304 4623224 140734817057536 18446744073709551615 4366446 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 886.5
Current children cumulated vsize (KiB) 829864

[startup+282.301 s]

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

[pid=16457] ppid=16455 vsize=1277848 CPUtime=2803.88 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 5661897 0 0 0 279476 912 0 0 25 0 4 0 522132919 1308516352 219735 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 319462 219735 347 105 0 314966 0
[pid=16457/tid=16459] ppid=16455 vsize=1277848 CPUtime=701.8 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 103988 0 0 0 70159 21 0 0 25 0 4 0 522132966 1308516352 219735 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1277848 CPUtime=701.75 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 95168 0 0 0 70157 18 0 0 25 0 4 0 522132966 1308516352 219735 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1277848 CPUtime=698 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 5257519 0 0 0 68960 840 0 0 25 0 4 0 522132966 1308516352 219735 33554432000 4194304 4623224 140734817057536 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2803.88
Current children cumulated vsize (KiB) 1277848

[startup+762.307 s]
/proc/loadavg: 8.02 8.05 7.98 9/184 16482
/proc/meminfo: memFree=20669612/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1278884 CPUtime=3043.58 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 6376929 0 0 0 303328 1030 0 0 25 0 4 0 522132919 1309577216 227365 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 319721 227365 345 105 0 315225 0
[pid=16457/tid=16459] ppid=16455 vsize=1278884 CPUtime=761.81 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 140490 0 0 0 76154 27 0 0 25 0 4 0 522132966 1309577216 227365 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1278884 CPUtime=761.75 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 97596 0 0 0 76156 19 0 0 25 0 4 0 522132966 1309577216 227365 33554432000 4194304 4623224 140734817057536 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1278884 CPUtime=757.68 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 5931095 0 0 0 74819 949 0 0 25 0 4 0 522132966 1309577216 227365 33554432000 4194304 4623224 140734817057536 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.58
Current children cumulated vsize (KiB) 1278884

[startup+822.301 s]
/proc/loadavg: 8.01 8.03 7.98 9/184 16483
/proc/meminfo: memFree=20581660/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1344420 CPUtime=3283.22 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 7104017 0 0 0 327168 1154 0 0 25 0 4 0 522132919 1376686080 239808 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 336105 239808 345 105 0 331609 0
[pid=16457/tid=16459] ppid=16455 vsize=1344420 CPUtime=821.8 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 143043 0 0 0 82152 28 0 0 25 0 4 0 522132966 1376686080 239808 33554432000 4194304 4623224 140734817057536 18446744073709551615 4483535 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1344420 CPUtime=821.75 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 100529 0 0 0 82153 22 0 0 25 0 4 0 522132966 1376686080 239808 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1344420 CPUtime=817.35 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 6649763 0 0 0 80665 1070 0 0 25 0 4 0 522132966 1376686080 239808 33554432000 4194304 4623224 140734817057536 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.22
Current children cumulated vsize (KiB) 1344420

[startup+882.301 s]
/proc/loadavg: 8.06 8.04 7.99 9/184 16485
/proc/meminfo: memFree=20484156/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1344420 CPUtime=3522.9 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 7701051 0 0 0 351038 1252 0 0 25 0 4 0 522132919 1376686080 252124 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 336105 252124 351 105 0 331609 0
[pid=16457/tid=16459] ppid=16455 vsize=1344420 CPUtime=881.8 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 145374 0 0 0 88151 29 0 0 25 0 4 0 522132966 1376686080 252124 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1344420 CPUtime=881.74 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 103732 0 0 0 88151 23 0 0 25 0 4 0 522132966 1376686080 252124 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1344420 CPUtime=877.02 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 7238433 0 0 0 86538 1164 0 0 25 0 4 0 522132966 1376686080 252124 33554432000 4194304 4623224 140734817057536 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.9
Current children cumulated vsize (KiB) 1344420

[startup+942.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/184 16486
/proc/meminfo: memFree=20392496/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1410936 CPUtime=3762.57 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 8358853 0 0 0 374899 1358 0 0 25 0 4 0 522132919 1444798464 258642 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 352734 258642 346 105 0 348238 0
[pid=16457/tid=16459] ppid=16455 vsize=1410936 CPUtime=941.8 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 148549 0 0 0 94150 30 0 0 25 0 4 0 522132966 1444798464 258642 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1410936 CPUtime=941.75 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 104327 0 0 0 94151 24 0 0 25 0 4 0 522132966 1444798464 258642 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1410936 CPUtime=936.69 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 7856170 0 0 0 92406 1263 0 0 25 0 4 0 522132966 1444798464 258642 33554432000 4194304 4623224 140734817057536 18446744073709551615 244446612442 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.57
Current children cumulated vsize (KiB) 1410936

[startup+1002.3 s]
/proc/loadavg: 8.13 8.06 8.00 9/184 16488
/proc/meminfo: memFree=20297604/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1477560 CPUtime=4002.24 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 9067845 0 0 0 398750 1474 0 0 25 0 4 0 522132919 1513021440 267418 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 369390 267418 345 105 0 364894 0
[pid=16457/tid=16459] ppid=16455 vsize=1477560 CPUtime=1001.79 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 150924 0 0 0 100148 31 0 0 25 0 4 0 522132966 1513021440 267418 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1477560 CPUtime=1001.74 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 139686 0 0 0 100146 28 0 0 25 0 4 0 522132966 1513021440 267418 33554432000 4194304 4623224 140734817057536 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1477560 CPUtime=996.36 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 8524599 0 0 0 98265 1371 0 0 25 0 4 0 522132966 1513021440 267418 33554432000 4194304 4623224 140734817057536 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 1477560

[startup+1062.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/184 16490
/proc/meminfo: memFree=20211396/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1507432 CPUtime=4241.92 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 9654516 0 0 0 422620 1572 0 0 25 0 4 0 522132919 1543610368 276457 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 376858 276457 348 105 0 372362 0
[pid=16457/tid=16459] ppid=16455 vsize=1507432 CPUtime=1061.79 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 153138 0 0 0 106147 32 0 0 25 0 4 0 522132966 1543610368 276457 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1507432 CPUtime=1061.74 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 149896 0 0 0 106144 30 0 0 25 0 4 0 522132966 1543610368 276457 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1507432 CPUtime=1056.04 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 9096656 0 0 0 104138 1466 0 0 25 0 4 0 522132966 1543610368 276457 33554432000 4194304 4623224 140734817057536 18446744073709551615 244446642635 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.92
Current children cumulated vsize (KiB) 1507432

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.01 9/184 16491
/proc/meminfo: memFree=20121464/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1507432 CPUtime=4481.59 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 10090078 0 0 0 446515 1644 0 0 25 0 4 0 522132919 1543610368 279192 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 376858 279192 345 105 0 372362 0
[pid=16457/tid=16459] ppid=16455 vsize=1507432 CPUtime=1121.8 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 154950 0 0 0 112147 33 0 0 25 0 4 0 522132966 1543610368 279192 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1507432 CPUtime=1121.74 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 150799 0 0 0 112143 31 0 0 25 0 4 0 522132966 1543610368 279192 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1507432 CPUtime=1115.71 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 9527227 0 0 0 110035 1536 0 0 25 0 4 0 522132966 1543610368 279192 33554432000 4194304 4623224 140734817057536 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.59
Current children cumulated vsize (KiB) 1507432

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.01 9/184 16493
/proc/meminfo: memFree=20022736/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1516816 CPUtime=4721.27 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 10589355 0 0 0 470407 1720 0 0 25 0 4 0 522132919 1553219584 295109 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 379204 295109 349 105 0 374708 0
[pid=16457/tid=16459] ppid=16455 vsize=1516816 CPUtime=1181.79 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 158389 0 0 0 118146 33 0 0 25 0 4 0 522132966 1553219584 295109 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1516816 CPUtime=1181.74 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 151399 0 0 0 118143 31 0 0 25 0 4 0 522132966 1553219584 295109 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1516816 CPUtime=1175.39 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 10020059 0 0 0 115929 1610 0 0 25 0 4 0 522132966 1553219584 295109 33554432000 4194304 4623224 140734817057536 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.27
Current children cumulated vsize (KiB) 1516816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 7.77 8.01 7.99 9/184 16524
/proc/meminfo: memFree=21827852/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1516816 CPUtime=4800.38 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 10870093 0 0 0 478277 1761 0 0 25 0 4 0 522132919 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 379204 297909 362 105 0 374708 0
[pid=16457/tid=16459] ppid=16455 vsize=1516816 CPUtime=1201.61 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 158937 0 0 0 120127 34 0 0 25 0 4 0 522132966 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1516816 CPUtime=1201.55 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 151605 0 0 0 120124 31 0 0 25 0 4 0 522132966 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1516816 CPUtime=1195.08 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 10299332 0 0 0 117857 1651 0 0 25 0 4 0 522132966 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4550719 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1516816

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

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

[startup+1202.1 s]
/proc/loadavg: 7.77 8.01 7.99 9/184 16524
/proc/meminfo: memFree=21827852/32951124 swapFree=67111524/67111528
[pid=16457] ppid=16455 vsize=1516816 CPUtime=4800.38 cores=1,3,5,7
/proc/16457/stat : 16457 (SArTagnan) R 16455 16457 16386 0 -1 4202496 10870093 0 0 0 478277 1761 0 0 25 0 4 0 522132919 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16457/statm: 379204 297909 362 105 0 374708 0
[pid=16457/tid=16459] ppid=16455 vsize=1516816 CPUtime=1201.61 cores=1,3,5,7
/proc/16457/task/16459/stat : 16459 (SArTagnan) R 16455 16457 16386 0 -1 4202560 158937 0 0 0 120127 34 0 0 25 0 4 0 522132966 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16457/tid=16460] ppid=16455 vsize=1516816 CPUtime=1201.55 cores=1,3,5,7
/proc/16457/task/16460/stat : 16460 (SArTagnan) R 16455 16457 16386 0 -1 4202560 151605 0 0 0 120124 31 0 0 25 0 4 0 522132966 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16457/tid=16461] ppid=16455 vsize=1516816 CPUtime=1195.08 cores=1,3,5,7
/proc/16457/task/16461/stat : 16461 (SArTagnan) R 16455 16457 16386 0 -1 4202560 10299332 0 0 0 117857 1651 0 0 25 0 4 0 522132966 1553219584 297909 33554432000 4194304 4623224 140734817057536 18446744073709551615 4550719 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1516816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.17
CPU time (s): 4800.47
CPU user time (s): 4782.8
CPU system time (s): 17.6743
CPU usage (%): 399.318
Max. virtual memory (cumulated for all children) (KiB): 1610604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4782.79
system time used= 17.6743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10870094
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= 1585
involuntary context switches= 33714

runsolver used 1.84972 second user time and 4.72028 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 21:28:45
IDJOB=3291797
IDBENCH=84806
IDSOLVER=1656
FILE ID=node105/3291797-1304105324
RUNJOBID= node105-1304105316-16405
PBS_JOBID= 13170654
Free space on /tmp= 71920 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291797-1304105324/watcher-3291797-1304105324 -o /tmp/evaluation-result-3291797-1304105324/solver-3291797-1304105324 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3291797-1304105324.cnf -threads=4

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1659139631

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22988476 kB
Buffers:       2157936 kB
Cached:        7111016 kB
SwapCached:          4 kB
Active:         651380 kB
Inactive:      8763492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22988476 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           22096 kB
Writeback:           0 kB
AnonPages:      145184 kB
Mapped:          15380 kB
Slab:           484424 kB
PageTables:       4532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326180 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= 71920 MiB
End job on node105 at 2011-04-29 21:48:49