Trace number 3250606

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.14 1201.77

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
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 variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

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

running on 4 cores: 0,2,4,6

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: 3.79 6.29 7.38 6/180 5353
/proc/meminfo: memFree=27104464/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=20148 CPUtime=0 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 691 0 0 0 0 0 0 0 22 0 1 0 521122946 20631552 591 33554432000 4194304 4623224 140735814998400 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5353/statm: 5037 591 297 105 0 541 0

[startup+0.083589 s]
/proc/loadavg: 3.79 6.29 7.38 6/180 5353
/proc/meminfo: memFree=27104464/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=196868 CPUtime=0.23 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 6627 0 0 0 23 0 0 0 18 0 4 0 521122946 201592832 4240 33554432000 4194304 4623224 140735814998400 18446744073709551615 4512192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 49217 4240 336 105 0 44721 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 196868

[startup+0.100585 s]
/proc/loadavg: 3.79 6.29 7.38 6/180 5353
/proc/meminfo: memFree=27104464/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=196868 CPUtime=0.3 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 6915 0 0 0 30 0 0 0 18 0 4 0 521122946 201592832 4144 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 49217 4144 336 105 0 44721 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 196868

[startup+0.300554 s]
/proc/loadavg: 3.79 6.29 7.38 6/180 5353
/proc/meminfo: memFree=27104464/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=197696 CPUtime=1.1 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 9283 0 0 0 110 0 0 0 18 0 4 0 521122946 202440704 4579 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 49424 4579 336 105 0 44928 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 197696

[startup+0.700487 s]
/proc/loadavg: 3.79 6.29 7.38 6/180 5353
/proc/meminfo: memFree=27104464/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=199468 CPUtime=2.7 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 14270 0 0 0 269 1 0 0 18 0 4 0 521122946 204255232 5438 33554432000 4194304 4623224 140735814998400 18446744073709551615 4414904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 49867 5438 336 105 0 45371 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 199468

[startup+1.50035 s]
/proc/loadavg: 3.79 6.29 7.38 9/184 5357
/proc/meminfo: memFree=27068108/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=204228 CPUtime=5.89 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 24832 0 0 0 587 2 0 0 20 0 4 0 521122946 209129472 7526 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 51057 7526 336 105 0 46561 0
[pid=5353/tid=5355] ppid=5351 vsize=204228 CPUtime=1.46 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 2033 0 0 0 146 0 0 0 25 0 4 0 521122949 209129472 7526 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376855 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=204228 CPUtime=1.46 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 2033 0 0 0 146 0 0 0 25 0 4 0 521122949 209129472 7526 33554432000 4194304 4623224 140735814998400 18446744073709551615 4377147 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=204228 CPUtime=1.46 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 16165 0 0 0 144 2 0 0 20 0 4 0 521122949 209129472 7526 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 204228

[startup+3.10109 s]
/proc/loadavg: 3.79 6.29 7.38 9/184 5357
/proc/meminfo: memFree=27050376/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=206392 CPUtime=12.3 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 38643 0 0 0 1225 5 0 0 25 0 4 0 521122946 211345408 11006 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 51598 11006 347 105 0 47102 0
[pid=5353/tid=5355] ppid=5351 vsize=206392 CPUtime=3.05 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 3384 0 0 0 305 0 0 0 25 0 4 0 521122949 211345408 11006 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=206392 CPUtime=3.06 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 2372 0 0 0 306 0 0 0 25 0 4 0 521122949 211345408 11006 33554432000 4194304 4623224 140735814998400 18446744073709551615 4377864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=206392 CPUtime=3.06 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 26754 0 0 0 303 3 0 0 25 0 4 0 521122949 211345408 11006 33554432000 4194304 4623224 140735814998400 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 206392

[startup+6.30055 s]
/proc/loadavg: 4.12 6.32 7.39 10/184 5357
/proc/meminfo: memFree=27004124/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=218828 CPUtime=25.08 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 57028 0 0 0 2500 8 0 0 25 0 4 0 521122946 224079872 15756 33554432000 4194304 4623224 140735814998400 18446744073709551615 4355942 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 54707 15756 341 105 0 50211 0
[pid=5353/tid=5355] ppid=5351 vsize=218828 CPUtime=6.23 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 5701 0 0 0 623 0 0 0 25 0 4 0 521122949 224079872 15756 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=218828 CPUtime=6.26 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 4171 0 0 0 626 0 0 0 25 0 4 0 521122949 224079872 15756 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=218828 CPUtime=6.26 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 39567 0 0 0 621 5 0 0 25 0 4 0 521122949 224079872 15756 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 218828

[startup+12.7005 s]
/proc/loadavg: 4.43 6.35 7.39 10/184 5357
/proc/meminfo: memFree=26942468/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=239696 CPUtime=50.63 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 97311 0 0 0 5050 13 0 0 25 0 4 0 521122946 245448704 24598 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 59924 24598 341 105 0 55428 0
[pid=5353/tid=5355] ppid=5351 vsize=239696 CPUtime=12.59 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 8879 0 0 0 1259 0 0 0 25 0 4 0 521122949 245448704 24599 33554432000 4194304 4623224 140735814998400 18446744073709551615 4461184 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=239696 CPUtime=12.66 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 6126 0 0 0 1266 0 0 0 25 0 4 0 521122949 245448704 24599 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=239696 CPUtime=12.66 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 70098 0 0 0 1257 9 0 0 25 0 4 0 521122949 245448704 24600 33554432000 4194304 4623224 140735814998400 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 239696

[startup+25.5003 s]
/proc/loadavg: 5.22 6.43 7.40 10/184 5358
/proc/meminfo: memFree=26855560/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=261560 CPUtime=101.76 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 154915 0 0 0 10154 22 0 0 25 0 4 0 521122946 267837440 36653 33554432000 4194304 4623224 140735814998400 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 65390 36653 344 105 0 60894 0
[pid=5353/tid=5355] ppid=5351 vsize=261560 CPUtime=25.33 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 14484 0 0 0 2531 2 0 0 25 0 4 0 521122949 267837440 36653 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=261560 CPUtime=25.45 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 10004 0 0 0 2544 1 0 0 25 0 4 0 521122949 267837440 36653 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=261560 CPUtime=25.46 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 115965 0 0 0 2531 15 0 0 25 0 4 0 521122949 267837440 36653 33554432000 4194304 4623224 140735814998400 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 261560

[startup+51.1011 s]
/proc/loadavg: 6.23 6.57 7.42 10/184 5359
/proc/meminfo: memFree=26726940/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=309888 CPUtime=204.02 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 285845 0 0 0 20358 44 0 0 25 0 4 0 521122946 317325312 55229 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510167 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 77472 55229 344 105 0 72976 0
[pid=5353/tid=5355] ppid=5351 vsize=309888 CPUtime=50.79 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 21735 0 0 0 5076 3 0 0 25 0 4 0 521122949 317325312 55229 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=309888 CPUtime=51.06 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 14923 0 0 0 5103 3 0 0 25 0 4 0 521122949 317325312 55229 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=309888 CPUtime=51.06 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 222936 0 0 0 5073 33 0 0 25 0 4 0 521122949 317325312 55230 33554432000 4194304 4623224 140735814998400 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 309888

[startup+102.307 s]
/proc/loadavg: 7.29 6.80 7.45 10/184 5360
/proc/meminfo: memFree=26509776/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=518252 CPUtime=408.56 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 497860 0 0 0 40776 80 0 0 25 0 4 0 521122946 530690048 81584 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 129563 81584 343 105 0 125067 0
[pid=5353/tid=5355] ppid=5351 vsize=518252 CPUtime=101.71 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 34066 0 0 0 10166 5 0 0 25 0 4 0 521122949 530690048 81584 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=518252 CPUtime=102.26 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 18100 0 0 0 10222 4 0 0 25 0 4 0 521122949 530690048 81584 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=518252 CPUtime=102.26 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 406060 0 0 0 10163 63 0 0 25 0 4 0 521122949 530690048 81584 33554432000 4194304 4623224 140735814998400 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 518252

[startup+162.301 s]
/proc/loadavg: 7.79 7.04 7.49 10/184 5361
/proc/meminfo: memFree=26335984/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=624664 CPUtime=648.2 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 826061 0 0 0 64687 133 0 0 25 0 4 0 521122946 639655936 111983 33554432000 4194304 4623224 140735814998400 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 156166 111983 708 105 0 151670 0
[pid=5353/tid=5355] ppid=5351 vsize=624664 CPUtime=161.38 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 49220 0 0 0 16131 7 0 0 25 0 4 0 521122949 639655936 111983 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=624664 CPUtime=162.24 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 25195 0 0 0 16219 5 0 0 25 0 4 0 521122949 639655936 111983 33554432000 4194304 4623224 140735814998400 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=624664 CPUtime=162.26 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 692127 0 0 0 16116 110 0 0 25 0 4 0 521122949 639655936 111983 33554432000 4194304 4623224 140735814998400 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 624664

[startup+222.301 s]
/proc/loadavg: 7.92 7.21 7.52 10/184 5363
/proc/meminfo: memFree=26158236/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=718956 CPUtime=887.86 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 1144659 0 0 0 88602 184 0 0 25 0 4 0 521122946 736210944 140090 33554432000 4194304 4623224 140735814998400 18446744073709551615 4415044 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 179739 140090 780 105 0 175243 0
[pid=5353/tid=5355] ppid=5351 vsize=718956 CPUtime=221.05 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 54602 0 0 0 22096 9 0 0 25 0 4 0 521122949 736210944 140090 33554432000 4194304 4623224 140735814998400 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=718956 CPUtime=222.23 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 26639 0 0 0 22217 6 0 0 25 0 4 0 521122949 736210944 140090 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=718956 CPUtime=222.26 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 989004 0 0 0 22070 156 0 0 25 0 4 0 521122949 736210944 140090 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.86
Current children cumulated vsize (KiB) 718956

[startup+282.301 s]

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

[pid=5353] ppid=5351 vsize=1203400 CPUtime=2805.21 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 3058674 0 0 0 280033 488 0 0 25 0 4 0 521122946 1232281600 236264 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 300850 236264 341 105 0 296354 0
[pid=5353/tid=5355] ppid=5351 vsize=1203400 CPUtime=698.44 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 113315 0 0 0 69826 18 0 0 25 0 4 0 521122949 1232281600 236264 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1203400 CPUtime=702.17 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 57434 0 0 0 70206 11 0 0 25 0 4 0 521122949 1232281600 236264 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1203400 CPUtime=702.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 2727431 0 0 0 69798 429 0 0 25 0 4 0 521122949 1232281600 236264 33554432000 4194304 4623224 140735814998400 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.21
Current children cumulated vsize (KiB) 1203400

[startup+762.306 s]
/proc/loadavg: 8.07 7.88 7.72 10/184 5377
/proc/meminfo: memFree=25364048/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1311760 CPUtime=3044.89 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 3256195 0 0 0 303970 519 0 0 25 0 4 0 521122946 1343242240 257262 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 327940 257262 341 105 0 323444 0
[pid=5353/tid=5355] ppid=5351 vsize=1311760 CPUtime=758.12 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 119535 0 0 0 75793 19 0 0 25 0 4 0 521122949 1343242240 257262 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1311760 CPUtime=762.17 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 58118 0 0 0 76206 11 0 0 25 0 4 0 521122949 1343242240 257262 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1311760 CPUtime=762.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 2901070 0 0 0 75771 456 0 0 25 0 4 0 521122949 1343242240 257262 33554432000 4194304 4623224 140735814998400 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.89
Current children cumulated vsize (KiB) 1311760

[startup+822.3 s]
/proc/loadavg: 8.14 7.93 7.74 10/184 5379
/proc/meminfo: memFree=25325812/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1311760 CPUtime=3284.55 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 3397956 0 0 0 327916 539 0 0 25 0 4 0 521122946 1343242240 262917 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 327940 262917 341 105 0 323444 0
[pid=5353/tid=5355] ppid=5351 vsize=1311760 CPUtime=817.79 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 120886 0 0 0 81760 19 0 0 25 0 4 0 521122949 1343242240 262920 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1311760 CPUtime=822.16 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 58452 0 0 0 82205 11 0 0 25 0 4 0 521122949 1343242240 262920 33554432000 4194304 4623224 140735814998400 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1311760 CPUtime=822.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 3034315 0 0 0 81753 474 0 0 25 0 4 0 521122949 1343242240 262920 33554432000 4194304 4623224 140735814998400 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.55
Current children cumulated vsize (KiB) 1311760

[startup+882.3 s]
/proc/loadavg: 8.12 7.96 7.76 10/184 5381
/proc/meminfo: memFree=25276740/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1311760 CPUtime=3524.21 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 3604781 0 0 0 351854 567 0 0 25 0 4 0 521122946 1343242240 268153 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 327940 268153 341 105 0 323444 0
[pid=5353/tid=5355] ppid=5351 vsize=1311760 CPUtime=877.46 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 121932 0 0 0 87727 19 0 0 25 0 4 0 521122949 1343242240 268153 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1311760 CPUtime=882.14 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 59165 0 0 0 88203 11 0 0 25 0 4 0 521122949 1343242240 268153 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1311760 CPUtime=882.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 3235634 0 0 0 87726 501 0 0 25 0 4 0 521122949 1343242240 268153 33554432000 4194304 4623224 140735814998400 18446744073709551615 210204344654 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 1311760

[startup+942.3 s]
/proc/loadavg: 8.11 7.98 7.78 10/184 5383
/proc/meminfo: memFree=25217040/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1333272 CPUtime=3763.88 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 3906178 0 0 0 375774 614 0 0 25 0 4 0 521122946 1365270528 276394 33554432000 4194304 4623224 140735814998400 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 333318 276394 351 105 0 328822 0
[pid=5353/tid=5355] ppid=5351 vsize=1333272 CPUtime=937.14 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 124776 0 0 0 93694 20 0 0 25 0 4 0 521122949 1365270528 276394 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1333272 CPUtime=942.14 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 59725 0 0 0 94202 12 0 0 25 0 4 0 521122949 1365270528 276394 33554432000 4194304 4623224 140735814998400 18446744073709551615 4461321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1333272 CPUtime=942.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 3517686 0 0 0 93684 543 0 0 25 0 4 0 521122949 1365270528 276394 33554432000 4194304 4623224 140735814998400 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 1333272

[startup+1002.3 s]
/proc/loadavg: 8.10 8.00 7.79 9/184 5384
/proc/meminfo: memFree=25156832/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1427896 CPUtime=4003.53 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 4362287 0 0 0 399670 683 0 0 25 0 4 0 521122946 1462165504 288484 33554432000 4194304 4623224 140735814998400 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 356974 288484 348 105 0 352478 0
[pid=5353/tid=5355] ppid=5351 vsize=1427896 CPUtime=996.81 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 125249 0 0 0 99661 20 0 0 25 0 4 0 521122949 1462165504 288484 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1427896 CPUtime=1002.13 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 79184 0 0 0 100198 15 0 0 25 0 4 0 521122949 1462165504 288484 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1427896 CPUtime=1002.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 3893150 0 0 0 99626 601 0 0 25 0 4 0 521122949 1462165504 288484 33554432000 4194304 4623224 140735814998400 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 1427896

[startup+1062.3 s]
/proc/loadavg: 8.15 8.03 7.82 9/184 5385
/proc/meminfo: memFree=25114128/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1430660 CPUtime=4243.2 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 4675363 0 0 0 423587 733 0 0 25 0 4 0 521122946 1464995840 296068 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 357665 296068 347 105 0 353169 0
[pid=5353/tid=5355] ppid=5351 vsize=1430660 CPUtime=1056.49 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 126033 0 0 0 105628 21 0 0 25 0 4 0 521122949 1464995840 296068 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1430660 CPUtime=1062.12 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 80195 0 0 0 106197 15 0 0 25 0 4 0 521122949 1464995840 296068 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1430660 CPUtime=1062.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 4187913 0 0 0 105580 647 0 0 25 0 4 0 521122949 1464995840 296068 33554432000 4194304 4623224 140735814998400 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 1430660

[startup+1122.3 s]
/proc/loadavg: 8.16 8.05 7.83 10/184 5387
/proc/meminfo: memFree=25021796/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1476096 CPUtime=4482.87 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 4952264 0 0 0 447513 774 0 0 25 0 4 0 521122946 1511522304 308658 33554432000 4194304 4623224 140735814998400 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 369024 308658 370 105 0 364528 0
[pid=5353/tid=5355] ppid=5351 vsize=1476096 CPUtime=1116.16 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 126392 0 0 0 111595 21 0 0 25 0 4 0 521122949 1511522304 308658 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1476096 CPUtime=1122.12 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 86048 0 0 0 112196 16 0 0 25 0 4 0 521122949 1511522304 308658 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1476096 CPUtime=1122.26 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 4456562 0 0 0 111540 686 0 0 25 0 4 0 521122949 1511522304 308658 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.87
Current children cumulated vsize (KiB) 1476096

[startup+1182.3 s]
/proc/loadavg: 8.10 8.06 7.85 10/184 5389
/proc/meminfo: memFree=24988384/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1546368 CPUtime=4722.55 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 5073341 0 0 0 471461 794 0 0 25 0 4 0 521122946 1583480832 313233 33554432000 4194304 4623224 140735814998400 18446744073709551615 4510133 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 386592 313233 341 105 0 382096 0
[pid=5353/tid=5355] ppid=5351 vsize=1546368 CPUtime=1175.83 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 127183 0 0 0 117562 21 0 0 25 0 4 0 521122949 1583480832 313233 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1546368 CPUtime=1182.11 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 86556 0 0 0 118195 16 0 0 25 0 4 0 521122949 1583480832 313233 33554432000 4194304 4623224 140735814998400 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1546368 CPUtime=1182.27 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 4575382 0 0 0 117522 705 0 0 25 0 4 0 521122949 1583480832 313233 33554432000 4194304 4623224 140735814998400 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 1546368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.05 7.85 6/183 5390
/proc/meminfo: memFree=25762880/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1551140 CPUtime=4800.05 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 5101389 0 0 0 479208 797 0 0 25 0 4 0 521122946 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 387785 315314 355 105 0 383289 0
[pid=5353/tid=5355] ppid=5351 vsize=1551140 CPUtime=1195.12 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 127252 0 0 0 119491 21 0 0 25 0 4 0 521122949 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1551140 CPUtime=1201.51 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 86650 0 0 0 120135 16 0 0 25 0 4 0 521122949 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1551140 CPUtime=1201.67 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 4600549 0 0 0 119460 707 0 0 25 0 4 0 521122949 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1551140

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.07 8.05 7.85 6/183 5390
/proc/meminfo: memFree=25762880/32951124 swapFree=67088964/67111528
[pid=5353] ppid=5351 vsize=1551140 CPUtime=4800.05 cores=0,2,4,6
/proc/5353/stat : 5353 (SArTagnan) R 5351 5353 4862 0 -1 4202496 5101389 0 0 0 479208 797 0 0 25 0 4 0 521122946 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5353/statm: 387785 315314 355 105 0 383289 0
[pid=5353/tid=5355] ppid=5351 vsize=1551140 CPUtime=1195.12 cores=0,2,4,6
/proc/5353/task/5355/stat : 5355 (SArTagnan) R 5351 5353 4862 0 -1 4202560 127252 0 0 0 119491 21 0 0 25 0 4 0 521122949 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5353/tid=5356] ppid=5351 vsize=1551140 CPUtime=1201.51 cores=0,2,4,6
/proc/5353/task/5356/stat : 5356 (SArTagnan) R 5351 5353 4862 0 -1 4202560 86650 0 0 0 120135 16 0 0 25 0 4 0 521122949 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5353/tid=5357] ppid=5351 vsize=1551140 CPUtime=1201.67 cores=0,2,4,6
/proc/5353/task/5357/stat : 5357 (SArTagnan) R 5351 5353 4862 0 -1 4202560 4600549 0 0 0 119460 707 0 0 25 0 4 0 521122949 1588367360 315314 33554432000 4194304 4623224 140735814998400 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1551140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.14
CPU user time (s): 4792.11
CPU system time (s): 8.03578
CPU usage (%): 399.422
Max. virtual memory (cumulated for all children) (KiB): 1551140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.11
system time used= 8.03578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5101389
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= 2338
involuntary context switches= 21224

runsolver used 2.01069 second user time and 4.54931 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 18:40:44
IDJOB=3250606
IDBENCH=83321
IDSOLVER=1656
FILE ID=node130/3250606-1304095244
RUNJOBID= node130-1304095244-5330
PBS_JOBID= 13170579
Free space on /tmp= 71992 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250606-1304095244/watcher-3250606-1304095244 -o /tmp/evaluation-result-3250606-1304095244/solver-3250606-1304095244 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250606-1304095244.cnf -threads=4

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=801921665

node130.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	: 5332.83
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.81
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27104744 kB
Buffers:       1176092 kB
Cached:        4148440 kB
SwapCached:      22432 kB
Active:         497728 kB
Inactive:      4916904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27104744 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:            1636 kB
Writeback:           0 kB
AnonPages:       66656 kB
Mapped:          15012 kB
Slab:           369144 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   244280 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= 71992 MiB
End job on node130 at 2011-04-29 19:00:48