Trace number 3263236

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.28 1201.93

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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-3263236-1304100632/watcher-3263236-1304100632 -o /tmp/evaluation-result-3263236-1304100632/solver-3263236-1304100632 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263236-1304100632.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: 5.89 7.58 7.87 2/174 3565
/proc/meminfo: memFree=27645684/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=19748 CPUtime=0 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 581 0 0 0 0 0 0 0 25 0 1 0 521660916 20221952 447 33554432000 4194304 4623224 140735906934704 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3565/statm: 4937 447 297 105 0 441 0

[startup+0.123038 s]
/proc/loadavg: 5.89 7.58 7.87 2/174 3565
/proc/meminfo: memFree=27645684/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=252648 CPUtime=0.44 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 3324 0 0 0 44 0 0 0 25 0 4 0 521660916 258711552 2708 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 63162 2708 344 105 0 58666 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 252648

[startup+0.201028 s]
/proc/loadavg: 5.89 7.58 7.87 2/174 3565
/proc/meminfo: memFree=27645684/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=254112 CPUtime=0.75 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 4345 0 0 0 75 0 0 0 25 0 4 0 521660916 260210688 3481 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 63528 3481 344 105 0 59032 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 254112

[startup+0.301008 s]
/proc/loadavg: 5.89 7.58 7.87 2/174 3565
/proc/meminfo: memFree=27645684/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=256796 CPUtime=1.16 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 5746 0 0 0 115 1 0 0 25 0 4 0 521660916 262959104 4457 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510123 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 64199 4457 345 105 0 59703 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 256796

[startup+0.700937 s]
/proc/loadavg: 5.89 7.58 7.87 2/174 3565
/proc/meminfo: memFree=27645684/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=262492 CPUtime=2.76 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 10095 0 0 0 274 2 0 0 25 0 4 0 521660916 268791808 7477 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 65623 7477 346 105 0 61127 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 262492

[startup+1.50079 s]
/proc/loadavg: 5.89 7.58 7.87 9/184 3578
/proc/meminfo: memFree=27571976/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=269640 CPUtime=5.94 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 16646 0 0 0 591 3 0 0 25 0 4 0 521660916 276111360 10854 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 67410 10854 344 105 0 62914 0
[pid=3565/tid=3572] ppid=3563 vsize=269640 CPUtime=1.48 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 3067 0 0 0 148 0 0 0 25 0 4 0 521660917 276111360 10854 33554432000 4194304 4623224 140735906934704 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=269640 CPUtime=1.48 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 4884 0 0 0 147 1 0 0 25 0 4 0 521660917 276111360 10854 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=269640 CPUtime=1.47 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 3164 0 0 0 147 0 0 0 25 0 4 0 521660917 276111360 10854 33554432000 4194304 4623224 140735906934704 18446744073709551615 4545564 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 269640

[startup+3.1005 s]
/proc/loadavg: 5.89 7.58 7.87 9/184 3578
/proc/meminfo: memFree=27537752/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=287264 CPUtime=12.34 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 30272 0 0 0 1228 6 0 0 25 0 4 0 521660916 294158336 18084 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 71816 18084 392 105 0 67320 0
[pid=3565/tid=3572] ppid=3563 vsize=287264 CPUtime=3.07 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 6580 0 0 0 307 0 0 0 25 0 4 0 521660917 294158336 18084 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376659 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=287264 CPUtime=3.07 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 7205 0 0 0 305 2 0 0 25 0 4 0 521660917 294158336 18084 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376745 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=287264 CPUtime=3.06 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 8223 0 0 0 305 1 0 0 25 0 4 0 521660917 294158336 18084 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 287264

[startup+6.30092 s]
/proc/loadavg: 6.06 7.59 7.87 10/184 3578
/proc/meminfo: memFree=27483664/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=303396 CPUtime=25.13 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 66738 0 0 0 2500 13 0 0 25 0 4 0 521660916 310677504 24701 33554432000 4194304 4623224 140735906934704 18446744073709551615 4517509 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 75849 24701 345 105 0 71353 0
[pid=3565/tid=3572] ppid=3563 vsize=303396 CPUtime=6.28 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 10216 0 0 0 627 1 0 0 25 0 4 0 521660917 310677504 24701 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376659 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=303396 CPUtime=6.28 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 10724 0 0 0 625 3 0 0 25 0 4 0 521660917 310677504 24702 33554432000 4194304 4623224 140735906934704 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=303396 CPUtime=6.25 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 34906 0 0 0 619 6 0 0 25 0 4 0 521660917 310677504 24702 33554432000 4194304 4623224 140735906934704 18446744073709551615 4577392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 303396

[startup+12.7008 s]
/proc/loadavg: 6.22 7.59 7.87 9/184 3578
/proc/meminfo: memFree=27388908/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=329856 CPUtime=50.69 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 128593 0 0 0 5046 23 0 0 25 0 4 0 521660916 337772544 37224 33554432000 4194304 4623224 140735906934704 18446744073709551615 4511047 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 82464 37224 366 105 0 77968 0
[pid=3565/tid=3572] ppid=3563 vsize=329856 CPUtime=12.68 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 16431 0 0 0 1265 3 0 0 25 0 4 0 521660917 337772544 37224 33554432000 4194304 4623224 140735906934704 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=329856 CPUtime=12.67 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 16343 0 0 0 1263 4 0 0 25 0 4 0 521660917 337772544 37224 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=329856 CPUtime=12.62 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 79568 0 0 0 1250 12 0 0 25 0 4 0 521660917 337772544 37224 33554432000 4194304 4623224 140735906934704 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 329856

[startup+25.5004 s]
/proc/loadavg: 6.61 7.61 7.87 10/184 3579
/proc/meminfo: memFree=27209884/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=394800 CPUtime=101.81 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 282291 0 0 0 10133 48 0 0 25 0 4 0 521660916 404275200 62873 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 98700 62873 407 105 0 94204 0
[pid=3565/tid=3572] ppid=3563 vsize=394800 CPUtime=25.47 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 22283 0 0 0 2543 4 0 0 25 0 4 0 521660917 404275200 62873 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=394800 CPUtime=25.48 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 25909 0 0 0 2540 8 0 0 25 0 4 0 521660917 404275200 62873 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=394800 CPUtime=25.34 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 184934 0 0 0 2506 28 0 0 25 0 4 0 521660917 404275200 62873 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 394800

[startup+51.1008 s]
/proc/loadavg: 7.14 7.66 7.88 9/184 3579
/proc/meminfo: memFree=26909124/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=584068 CPUtime=204.08 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 494681 0 0 0 20325 83 0 0 25 0 4 0 521660916 598085632 103960 33554432000 4194304 4623224 140735906934704 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 146017 103960 361 105 0 141521 0
[pid=3565/tid=3572] ppid=3563 vsize=584068 CPUtime=51.08 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 32475 0 0 0 5101 7 0 0 25 0 4 0 521660917 598085632 103960 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=584068 CPUtime=51.08 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 38133 0 0 0 5094 14 0 0 25 0 4 0 521660917 598085632 103960 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376937 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=584068 CPUtime=50.8 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 314424 0 0 0 5033 47 0 0 25 0 4 0 521660917 598085632 103960 33554432000 4194304 4623224 140735906934704 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 584068

[startup+102.301 s]
/proc/loadavg: 7.74 7.74 7.89 10/184 3581
/proc/meminfo: memFree=26483540/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=900176 CPUtime=408.62 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 848846 0 0 0 40714 148 0 0 25 0 4 0 521660916 921780224 164852 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 225044 164852 425 105 0 220548 0
[pid=3565/tid=3572] ppid=3563 vsize=900176 CPUtime=102.29 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 48078 0 0 0 10215 14 0 0 25 0 4 0 521660917 921780224 164852 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=900176 CPUtime=102.28 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 60241 0 0 0 10204 24 0 0 25 0 4 0 521660917 921780224 164852 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=900176 CPUtime=101.72 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 563151 0 0 0 10087 85 0 0 25 0 4 0 521660917 921780224 164852 33554432000 4194304 4623224 140735906934704 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 900176

[startup+162.301 s]
/proc/loadavg: 8.02 7.82 7.91 9/184 3582
/proc/meminfo: memFree=25866472/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=1409184 CPUtime=648.23 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 1365381 0 0 0 64589 234 0 0 25 0 4 0 521660916 1443004416 278271 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 352296 278271 681 105 0 347800 0
[pid=3565/tid=3572] ppid=3563 vsize=1409184 CPUtime=162.28 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 70186 0 0 0 16209 19 0 0 25 0 4 0 521660917 1443004416 278271 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=1409184 CPUtime=162.28 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 70708 0 0 0 16195 33 0 0 25 0 4 0 521660917 1443004416 278271 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=1409184 CPUtime=161.38 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 811303 0 0 0 16014 124 0 0 25 0 4 0 521660917 1443004416 278271 33554432000 4194304 4623224 140735906934704 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 1409184

[startup+222.307 s]
/proc/loadavg: 8.06 7.86 7.91 9/184 3584
/proc/meminfo: memFree=25659360/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=1468420 CPUtime=887.93 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 1595912 0 0 0 88520 273 0 0 25 0 4 0 521660916 1503662080 301386 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 367105 301386 647 105 0 362609 0
[pid=3565/tid=3572] ppid=3563 vsize=1468420 CPUtime=222.28 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 92548 0 0 0 22207 21 0 0 25 0 4 0 521660917 1503662080 301386 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=1468420 CPUtime=222.28 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 89683 0 0 0 22189 39 0 0 25 0 4 0 521660917 1503662080 301386 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=1468420 CPUtime=221.06 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 972600 0 0 0 21957 149 0 0 25 0 4 0 521660917 1503662080 301386 33554432000 4194304 4623224 140735906934704 18446744073709551615 4545702 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 1468420

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.17 8.09 7.99 9/184 3600
/proc/meminfo: memFree=22191392/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=4928476 CPUtime=2805.26 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 5274423 0 0 0 279633 893 0 0 25 0 4 0 521660916 5046759424 995835 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1232119 995835 344 105 0 1227623 0
[pid=3565/tid=3572] ppid=3563 vsize=4928476 CPUtime=702.29 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 140394 0 0 0 70200 29 0 0 25 0 4 0 521660917 5046759424 995835 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=4928476 CPUtime=702.27 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 171349 0 0 0 70105 122 0 0 25 0 4 0 521660917 5046759424 995835 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=4928476 CPUtime=698.41 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 2744665 0 0 0 69413 428 0 0 25 0 4 0 521660917 5046759424 995835 33554432000 4194304 4623224 140735906934704 18446744073709551615 4577687 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 4928476

[startup+762.301 s]
/proc/loadavg: 8.06 8.07 7.99 9/184 3601
/proc/meminfo: memFree=21901560/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=4971252 CPUtime=3044.96 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 5784362 0 0 0 303518 978 0 0 25 0 4 0 521660916 5090562048 1038515 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1242813 1038515 364 105 0 1238317 0
[pid=3565/tid=3572] ppid=3563 vsize=4971252 CPUtime=762.3 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 140951 0 0 0 76201 29 0 0 25 0 4 0 521660917 5090562048 1038515 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=4971252 CPUtime=762.28 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 176590 0 0 0 76098 130 0 0 25 0 4 0 521660917 5090562048 1038515 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=4971252 CPUtime=758.08 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 3213100 0 0 0 75310 498 0 0 25 0 4 0 521660917 5090562048 1038515 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.96
Current children cumulated vsize (KiB) 4971252

[startup+822.301 s]
/proc/loadavg: 8.02 8.05 7.99 10/184 3603
/proc/meminfo: memFree=21800836/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=5038848 CPUtime=3284.62 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 6217532 0 0 0 327406 1056 0 0 25 0 4 0 521660916 5159780352 1052326 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1259712 1052326 353 105 0 1255216 0
[pid=3565/tid=3572] ppid=3563 vsize=5038848 CPUtime=822.29 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 141219 0 0 0 82200 29 0 0 25 0 4 0 521660917 5159780352 1052326 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=5038848 CPUtime=822.27 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 182816 0 0 0 82087 140 0 0 25 0 4 0 521660917 5159780352 1052326 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=5038848 CPUtime=817.75 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 3633431 0 0 0 81211 564 0 0 25 0 4 0 521660917 5159780352 1052326 33554432000 4194304 4623224 140735906934704 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 5038848

[startup+882.307 s]
/proc/loadavg: 8.08 8.06 8.00 9/184 3604
/proc/meminfo: memFree=21591852/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=5096944 CPUtime=3524.32 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 6725421 0 0 0 351293 1139 0 0 25 0 4 0 521660916 5219270656 1096982 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1274236 1096982 348 105 0 1269740 0
[pid=3565/tid=3572] ppid=3563 vsize=5096944 CPUtime=882.3 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 141797 0 0 0 88201 29 0 0 25 0 4 0 521660917 5219270656 1096982 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=5096944 CPUtime=882.28 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 187348 0 0 0 88080 148 0 0 25 0 4 0 521660917 5219270656 1096982 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=5096944 CPUtime=877.43 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 4094180 0 0 0 87110 633 0 0 25 0 4 0 521660917 5219270656 1096982 33554432000 4194304 4623224 140735906934704 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 5096944

[startup+942.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/184 3606
/proc/meminfo: memFree=21468188/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=5246276 CPUtime=3763.96 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 7296203 0 0 0 375160 1236 0 0 25 0 4 0 521660916 5372186624 1119430 33554432000 4194304 4623224 140735906934704 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1311569 1119431 352 105 0 1307073 0
[pid=3565/tid=3572] ppid=3563 vsize=5246276 CPUtime=942.3 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 142173 0 0 0 94201 29 0 0 25 0 4 0 521660917 5372186624 1119431 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=5246276 CPUtime=942.26 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 192752 0 0 0 94070 156 0 0 25 0 4 0 521660917 5372186624 1119431 33554432000 4194304 4623224 140735906934704 18446744073709551615 218905392161 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=5246276 CPUtime=937.09 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 4568895 0 0 0 93001 708 0 0 25 0 4 0 521660917 5372186624 1119431 33554432000 4194304 4623224 140735906934704 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 5246276

[startup+1002.3 s]
/proc/loadavg: 8.12 8.07 8.00 9/184 3608
/proc/meminfo: memFree=20691892/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=6641736 CPUtime=4003.48 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 8351420 0 0 0 398967 1381 0 0 25 0 4 0 521660916 6801137664 1297727 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1660434 1297727 346 105 0 1655938 0
[pid=3565/tid=3572] ppid=3563 vsize=6641736 CPUtime=1002.29 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 143564 0 0 0 100200 29 0 0 25 0 4 0 521660917 6801137664 1297727 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=6641736 CPUtime=1002.19 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 202010 0 0 0 100053 166 0 0 25 0 4 0 521660917 6801137664 1297727 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376649 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=6641736 CPUtime=996.69 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 4873671 0 0 0 98915 754 0 0 25 0 4 0 521660917 6801137664 1297727 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.48
Current children cumulated vsize (KiB) 6641736

[startup+1062.3 s]
/proc/loadavg: 8.15 8.08 8.01 9/184 3609
/proc/meminfo: memFree=20499160/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=6862232 CPUtime=4243.16 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 8661208 0 0 0 422876 1440 0 0 25 0 4 0 521660916 7026925568 1337539 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1715558 1337539 344 105 0 1711062 0
[pid=3565/tid=3572] ppid=3563 vsize=6862232 CPUtime=1062.29 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 143782 0 0 0 106200 29 0 0 25 0 4 0 521660917 7026925568 1337539 33554432000 4194304 4623224 140735906934704 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=6862232 CPUtime=1062.19 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 206568 0 0 0 106044 175 0 0 25 0 4 0 521660917 7026925568 1337539 33554432000 4194304 4623224 140735906934704 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=6862232 CPUtime=1056.37 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 5113301 0 0 0 104843 794 0 0 25 0 4 0 521660917 7026925568 1337539 33554432000 4194304 4623224 140735906934704 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.16
Current children cumulated vsize (KiB) 6862232

[startup+1122.3 s]
/proc/loadavg: 8.15 8.09 8.01 9/184 3611
/proc/meminfo: memFree=20043432/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=7059556 CPUtime=4482.83 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 9231481 0 0 0 446747 1536 0 0 25 0 4 0 521660916 7228985344 1439847 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1764889 1439847 344 105 0 1760393 0
[pid=3565/tid=3572] ppid=3563 vsize=7059556 CPUtime=1122.31 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 145402 0 0 0 112201 30 0 0 25 0 4 0 521660917 7228985344 1439847 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=7059556 CPUtime=1122.19 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 240661 0 0 0 112032 187 0 0 25 0 4 0 521660917 7228985344 1439847 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=7059556 CPUtime=1116.04 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 5549391 0 0 0 110742 862 0 0 25 0 4 0 521660917 7228985344 1439847 33554432000 4194304 4623224 140735906934704 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.83
Current children cumulated vsize (KiB) 7059556

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 8.02 10/184 3612
/proc/meminfo: memFree=19742204/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=7196796 CPUtime=4722.52 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 9416812 0 0 0 470677 1575 0 0 25 0 4 0 521660916 7369519104 1494424 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1799199 1494424 367 105 0 1794703 0
[pid=3565/tid=3572] ppid=3563 vsize=7196796 CPUtime=1182.31 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 145580 0 0 0 118201 30 0 0 25 0 4 0 521660917 7369519104 1494424 33554432000 4194304 4623224 140735906934704 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=7196796 CPUtime=1182.2 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 245808 0 0 0 118026 194 0 0 25 0 4 0 521660917 7369519104 1494424 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=7196796 CPUtime=1175.71 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 5637589 0 0 0 116695 876 0 0 25 0 4 0 521660917 7369519104 1494424 33554432000 4194304 4623224 140735906934704 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 7196796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 3613
/proc/meminfo: memFree=19718628/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=7196796 CPUtime=4800.03 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) R 3563 3565 3527 0 -1 4202496 9566254 0 0 0 478402 1601 0 0 25 0 4 0 521660916 7369519104 1497406 33554432000 4194304 4623224 140735906934704 18446744073709551615 4510275 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 1799199 1497406 344 105 0 1794703 0
[pid=3565/tid=3572] ppid=3563 vsize=7196796 CPUtime=1201.71 cores=1,3,5,7
/proc/3565/task/3572/stat : 3572 (SArTagnan) R 3563 3565 3527 0 -1 4202560 145756 0 0 0 120141 30 0 0 25 0 4 0 521660917 7369519104 1497406 33554432000 4194304 4623224 140735906934704 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3565/tid=3573] ppid=3563 vsize=7196796 CPUtime=1201.6 cores=1,3,5,7
/proc/3565/task/3573/stat : 3573 (SArTagnan) R 3563 3565 3527 0 -1 4202560 248156 0 0 0 119963 197 0 0 25 0 4 0 521660917 7369519104 1497406 33554432000 4194304 4623224 140735906934704 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=7196796 CPUtime=1195.01 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4202560 5772656 0 0 0 118604 897 0 0 25 0 4 0 521660917 7369519104 1497406 33554432000 4194304 4623224 140735906934704 18446744073709551615 4364914 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 7196796

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

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

[startup+1201.9 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 3613
/proc/meminfo: memFree=19718628/32951124 swapFree=67111356/67111528
[pid=3565] ppid=3563 vsize=0 CPUtime=4800.24 cores=1,3,5,7
/proc/3565/stat : 3565 (SArTagnan) Z 3563 3565 3527 0 -1 4203548 9566254 0 0 0 478405 1619 0 0 25 0 2 0 521660916 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3565/statm: 0 0 0 0 0 0 0
[pid=3565/tid=3574] ppid=3563 vsize=0 CPUtime=1195.2 cores=1,3,5,7
/proc/3565/task/3574/stat : 3574 (SArTagnan) R 3563 3565 3527 0 -1 4203588 5772656 0 0 0 118604 916 0 0 25 0 2 0 521660917 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.28
CPU user time (s): 4784.05
CPU system time (s): 16.2305
CPU usage (%): 399.38
Max. virtual memory (cumulated for all children) (KiB): 8757896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.05
system time used= 16.2305
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9566254
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= 5967
involuntary context switches= 31018

runsolver used 1.80272 second user time and 4.76128 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 20:10:32
IDJOB=3263236
IDBENCH=83945
IDSOLVER=1656
FILE ID=node137/3263236-1304100632
RUNJOBID= node137-1304100632-3552
PBS_JOBID= 13170625
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=704778119

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27646088 kB
Buffers:        922316 kB
Cached:        3850616 kB
SwapCached:         56 kB
Active:         338788 kB
Inactive:      4500056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27646088 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1280 kB
Writeback:           0 kB
AnonPages:       66188 kB
Mapped:          14556 kB
Slab:           401788 kB
PageTables:       4384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71620 MiB
End job on node137 at 2011-04-29 20:30:36