Trace number 3251442

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.26 1201.81

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3251442-1304123677/watcher-3251442-1304123677 -o /tmp/evaluation-result-3251442-1304123677/solver-3251442-1304123677 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3251442-1304123677.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.43 4.51 6.13 2/174 22687
/proc/meminfo: memFree=30590748/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=23864 CPUtime=0 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 599 0 0 0 0 0 0 0 22 0 1 0 523970109 24436736 482 33554432000 4194304 4623224 140734375325632 18446744073709551615 212436016896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22687/statm: 5966 482 297 105 0 1470 0

[startup+0.0962121 s]
/proc/loadavg: 3.43 4.51 6.13 2/174 22687
/proc/meminfo: memFree=30590748/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=200988 CPUtime=0.21 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 6102 0 0 0 20 1 0 0 24 0 4 0 523970109 205811712 4346 33554432000 4194304 4623224 140734375325632 18446744073709551615 4281133 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 50247 4346 337 105 0 45751 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 200988

[startup+0.10021 s]
/proc/loadavg: 3.43 4.51 6.13 2/174 22687
/proc/meminfo: memFree=30590748/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=200988 CPUtime=0.23 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 6111 0 0 0 22 1 0 0 24 0 4 0 523970109 205811712 4355 33554432000 4194304 4623224 140734375325632 18446744073709551615 4498320 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 50247 4355 337 105 0 45751 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 200988

[startup+0.300139 s]
/proc/loadavg: 3.43 4.51 6.13 2/174 22687
/proc/meminfo: memFree=30590748/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=203896 CPUtime=1.02 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 8717 0 0 0 101 1 0 0 25 0 4 0 523970109 208789504 6961 33554432000 4194304 4623224 140734375325632 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 50974 6961 341 105 0 46478 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 203896

[startup+0.701065 s]
/proc/loadavg: 3.43 4.51 6.13 2/174 22687
/proc/meminfo: memFree=30590748/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=211608 CPUtime=2.63 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 11956 0 0 0 261 2 0 0 25 0 4 0 523970109 216686592 10072 33554432000 4194304 4623224 140734375325632 18446744073709551615 4516371 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 52902 10072 342 105 0 48406 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 211608

[startup+1.50091 s]
/proc/loadavg: 3.43 4.51 6.13 9/184 22700
/proc/meminfo: memFree=30489116/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=219052 CPUtime=5.81 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 18716 0 0 0 578 3 0 0 25 0 4 0 523970109 224309248 14661 33554432000 4194304 4623224 140734375325632 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 54763 14661 359 105 0 50267 0
[pid=22687/tid=22689] ppid=22685 vsize=219052 CPUtime=1.43 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 2621 0 0 0 143 0 0 0 25 0 4 0 523970114 224309248 14661 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=219052 CPUtime=1.43 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 3041 0 0 0 143 0 0 0 25 0 4 0 523970114 224309248 14661 33554432000 4194304 4623224 140734375325632 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=219052 CPUtime=1.43 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 3707 0 0 0 143 0 0 0 25 0 4 0 523970114 224309248 14661 33554432000 4194304 4623224 140734375325632 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 219052

[startup+3.10061 s]
/proc/loadavg: 3.43 4.51 6.13 9/184 22700
/proc/meminfo: memFree=30445964/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=239924 CPUtime=12.22 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 29330 0 0 0 1216 6 0 0 25 0 4 0 523970109 245682176 20945 33554432000 4194304 4623224 140734375325632 18446744073709551615 4526808 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 59981 20945 366 105 0 55485 0
[pid=22687/tid=22689] ppid=22685 vsize=239924 CPUtime=3.03 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 4362 0 0 0 303 0 0 0 25 0 4 0 523970114 245682176 20945 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=239924 CPUtime=3.03 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 4600 0 0 0 302 1 0 0 25 0 4 0 523970114 245682176 20945 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=239924 CPUtime=3.03 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8801 0 0 0 302 1 0 0 25 0 4 0 523970114 245682176 20945 33554432000 4194304 4623224 140734375325632 18446744073709551615 4289757 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 239924

[startup+6.301 s]
/proc/loadavg: 3.87 4.59 6.15 9/184 22700
/proc/meminfo: memFree=30360200/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=256300 CPUtime=24.99 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 54627 0 0 0 2490 9 0 0 25 0 4 0 523970109 262451200 29960 33554432000 4194304 4623224 140734375325632 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 64075 29960 342 105 0 59579 0
[pid=22687/tid=22689] ppid=22685 vsize=256300 CPUtime=6.24 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8502 0 0 0 623 1 0 0 25 0 4 0 523970114 262451200 29960 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=256300 CPUtime=6.21 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 7081 0 0 0 620 1 0 0 25 0 4 0 523970114 262451200 29960 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=256300 CPUtime=6.24 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 26432 0 0 0 620 4 0 0 25 0 4 0 523970114 262451200 29960 33554432000 4194304 4623224 140734375325632 18446744073709551615 4363931 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 256300

[startup+12.7008 s]
/proc/loadavg: 4.20 4.64 6.16 9/184 22700
/proc/meminfo: memFree=30256836/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=338248 CPUtime=50.55 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 112540 0 0 0 5034 21 0 0 25 0 4 0 523970109 346365952 41919 33554432000 4194304 4623224 140734375325632 18446744073709551615 4510896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 84562 41919 342 105 0 80066 0
[pid=22687/tid=22689] ppid=22685 vsize=338248 CPUtime=12.63 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 14333 0 0 0 1261 2 0 0 25 0 4 0 523970114 346365952 41920 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=338248 CPUtime=12.57 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 13125 0 0 0 1253 4 0 0 25 0 4 0 523970114 346365952 41920 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=338248 CPUtime=12.63 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 70082 0 0 0 1252 11 0 0 25 0 4 0 523970114 346365952 41921 33554432000 4194304 4623224 140734375325632 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 338248

[startup+25.5003 s]
/proc/loadavg: 5.11 4.82 6.19 9/184 22701
/proc/meminfo: memFree=30101324/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=382872 CPUtime=101.68 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 161930 0 0 0 10135 33 0 0 25 0 4 0 523970109 392060928 62487 33554432000 4194304 4623224 140734375325632 18446744073709551615 4510220 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 95718 62487 342 105 0 91222 0
[pid=22687/tid=22689] ppid=22685 vsize=382872 CPUtime=25.43 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 24741 0 0 0 2538 5 0 0 25 0 4 0 523970114 392060928 62487 33554432000 4194304 4623224 140734375325632 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=382872 CPUtime=25.3 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 27175 0 0 0 2521 9 0 0 25 0 4 0 523970114 392060928 62487 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=382872 CPUtime=25.44 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 92895 0 0 0 2529 15 0 0 25 0 4 0 523970114 392060928 62487 33554432000 4194304 4623224 140734375325632 18446744073709551615 4366381 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 382872

[startup+51.1005 s]
/proc/loadavg: 6.10 5.08 6.24 9/184 22702
/proc/meminfo: memFree=29771212/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=618248 CPUtime=203.95 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 334190 0 0 0 20328 67 0 0 25 0 4 0 523970109 633085952 105571 33554432000 4194304 4623224 140734375325632 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 154562 105571 442 105 0 150066 0
[pid=22687/tid=22689] ppid=22685 vsize=618248 CPUtime=51.03 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 40176 0 0 0 5092 11 0 0 23 0 4 0 523970114 633085952 105571 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=618248 CPUtime=50.76 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 44854 0 0 0 5060 16 0 0 25 0 4 0 523970114 633085952 105571 33554432000 4194304 4623224 140734375325632 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=618248 CPUtime=51.03 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 178895 0 0 0 5077 26 0 0 25 0 4 0 523970114 633085952 105571 33554432000 4194304 4623224 140734375325632 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 618248

[startup+102.307 s]
/proc/loadavg: 7.26 5.55 6.34 9/184 22703
/proc/meminfo: memFree=29235396/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=957272 CPUtime=408.49 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 569669 0 0 0 40734 115 0 0 25 0 4 0 523970109 980246528 171660 33554432000 4194304 4623224 140734375325632 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 239318 171660 403 105 0 234822 0
[pid=22687/tid=22689] ppid=22685 vsize=957272 CPUtime=102.24 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 62233 0 0 0 10203 21 0 0 25 0 4 0 523970114 980246528 171660 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=957272 CPUtime=101.68 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 70220 0 0 0 10142 26 0 0 25 0 4 0 523970114 980246528 171660 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=957272 CPUtime=102.25 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 281268 0 0 0 10182 43 0 0 25 0 4 0 523970114 980246528 171660 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 957272

[startup+162.3 s]
/proc/loadavg: 7.77 6.01 6.45 9/184 22704
/proc/meminfo: memFree=28734536/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=1221684 CPUtime=648.13 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 1200933 0 0 0 64592 221 0 0 25 0 4 0 523970109 1251004416 239608 33554432000 4194304 4623224 140734375325632 18446744073709551615 4517846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 305421 239608 448 105 0 300925 0
[pid=22687/tid=22689] ppid=22685 vsize=1221684 CPUtime=162.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 76083 0 0 0 16189 33 0 0 25 0 4 0 523970114 1251004416 239608 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=1221684 CPUtime=161.35 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 82698 0 0 0 16105 30 0 0 25 0 4 0 523970114 1251004416 239608 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=1221684 CPUtime=162.23 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 801605 0 0 0 16103 120 0 0 25 0 4 0 523970114 1251004416 239608 33554432000 4194304 4623224 140734375325632 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.13
Current children cumulated vsize (KiB) 1221684

[startup+222.301 s]
/proc/loadavg: 7.95 6.38 6.55 9/184 22706
/proc/meminfo: memFree=28310056/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=1522640 CPUtime=887.77 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 1968077 0 0 0 88437 340 0 0 25 0 4 0 523970109 1559183360 291442 33554432000 4194304 4623224 140734375325632 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 380660 291442 447 105 0 376164 0
[pid=22687/tid=22689] ppid=22685 vsize=1522640 CPUtime=222.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 100297 0 0 0 22179 43 0 0 25 0 4 0 523970114 1559183360 291442 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=1522640 CPUtime=221.01 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 110098 0 0 0 22067 34 0 0 25 0 4 0 523970114 1559183360 291442 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=1522640 CPUtime=222.23 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 1422687 0 0 0 22009 214 0 0 25 0 4 0 523970114 1559183360 291442 33554432000 4194304 4623224 140734375325632 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.77
Current children cumulated vsize (KiB) 1522640

[startup+282.3 s]

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

[pid=22687] ppid=22685 vsize=2020648 CPUtime=2805.2 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 6217130 0 0 0 279464 1056 0 0 25 0 4 0 523970109 2069143552 408167 33554432000 4194304 4623224 140734375325632 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 505162 408167 368 105 0 500666 0
[pid=22687/tid=22689] ppid=22685 vsize=2020648 CPUtime=702.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 105729 0 0 0 70177 45 0 0 25 0 4 0 523970114 2069143552 408167 33554432000 4194304 4623224 140734375325632 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2020648 CPUtime=698.42 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 126605 0 0 0 69801 41 0 0 25 0 4 0 523970114 2069143552 408167 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2020648 CPUtime=702.23 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 5461335 0 0 0 69337 886 0 0 25 0 4 0 523970114 2069143552 408167 33554432000 4194304 4623224 140734375325632 18446744073709551615 4553312 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.2
Current children cumulated vsize (KiB) 2020648

[startup+762.307 s]
/proc/loadavg: 8.19 7.85 7.22 9/184 22721
/proc/meminfo: memFree=27181940/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2021708 CPUtime=3044.91 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 6787290 0 0 0 303339 1152 0 0 25 0 4 0 523970109 2070228992 416118 33554432000 4194304 4623224 140734375325632 18446744073709551615 4510066 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 505427 416119 368 105 0 500931 0
[pid=22687/tid=22689] ppid=22685 vsize=2021708 CPUtime=762.23 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 105890 0 0 0 76178 45 0 0 25 0 4 0 523970114 2070228992 416119 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2021708 CPUtime=758.09 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 126950 0 0 0 75768 41 0 0 25 0 4 0 523970114 2070228992 416119 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2021708 CPUtime=762.24 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 6026358 0 0 0 75244 980 0 0 25 0 4 0 523970114 2070228992 416120 33554432000 4194304 4623224 140734375325632 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 2021708

[startup+822.301 s]
/proc/loadavg: 8.18 7.91 7.28 9/184 22722
/proc/meminfo: memFree=27031632/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2023100 CPUtime=3284.57 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 7291119 0 0 0 327216 1241 0 0 25 0 4 0 523970109 2071654400 424918 33554432000 4194304 4623224 140734375325632 18446744073709551615 4415044 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 505775 424918 364 105 0 501279 0
[pid=22687/tid=22689] ppid=22685 vsize=2023100 CPUtime=822.23 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 106220 0 0 0 82177 46 0 0 25 0 4 0 523970114 2071654400 424918 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357659 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2023100 CPUtime=817.77 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 127293 0 0 0 81735 42 0 0 25 0 4 0 523970114 2071654400 424918 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2023100 CPUtime=822.24 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 6525325 0 0 0 81157 1067 0 0 25 0 4 0 523970114 2071654400 424918 33554432000 4194304 4623224 140734375325632 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 2023100

[startup+882.3 s]
/proc/loadavg: 8.17 7.95 7.33 9/184 22724
/proc/meminfo: memFree=26970448/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2023704 CPUtime=3524.24 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 7852538 0 0 0 351088 1336 0 0 25 0 4 0 523970109 2072272896 431319 33554432000 4194304 4623224 140734375325632 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 505926 431319 361 105 0 501430 0
[pid=22687/tid=22689] ppid=22685 vsize=2023704 CPUtime=882.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 106578 0 0 0 88176 46 0 0 25 0 4 0 523970114 2072272896 431319 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2023704 CPUtime=877.44 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 127606 0 0 0 87702 42 0 0 25 0 4 0 523970114 2072272896 431319 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2023704 CPUtime=882.23 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 7082350 0 0 0 87063 1160 0 0 25 0 4 0 523970114 2072272896 431319 33554432000 4194304 4623224 140734375325632 18446744073709551615 4550476 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 2023704

[startup+942.301 s]
/proc/loadavg: 8.16 7.99 7.38 9/184 22725
/proc/meminfo: memFree=26886124/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2097920 CPUtime=3763.92 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 8276296 0 0 0 374981 1411 0 0 25 0 4 0 523970109 2148270080 442795 33554432000 4194304 4623224 140734375325632 18446744073709551615 4415008 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 524480 442796 357 105 0 519984 0
[pid=22687/tid=22689] ppid=22685 vsize=2097920 CPUtime=942.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 106783 0 0 0 94176 46 0 0 25 0 4 0 523970114 2148270080 442796 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2097920 CPUtime=937.11 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 127885 0 0 0 93669 42 0 0 25 0 4 0 523970114 2148270080 442796 33554432000 4194304 4623224 140734375325632 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2097920 CPUtime=942.24 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 7500367 0 0 0 92990 1234 0 0 25 0 4 0 523970114 2148270080 442796 33554432000 4194304 4623224 140734375325632 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 2097920

[startup+1002.3 s]
/proc/loadavg: 8.15 8.02 7.43 9/184 22727
/proc/meminfo: memFree=26820132/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2097920 CPUtime=4003.6 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 8796519 0 0 0 398855 1505 0 0 25 0 4 0 523970109 2148270080 451506 33554432000 4194304 4623224 140734375325632 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 524480 451506 352 105 0 519984 0
[pid=22687/tid=22689] ppid=22685 vsize=2097920 CPUtime=1002.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 106986 0 0 0 100176 46 0 0 25 0 4 0 523970114 2148270080 451506 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2097920 CPUtime=996.78 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 128184 0 0 0 99636 42 0 0 25 0 4 0 523970114 2148270080 451506 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2097920 CPUtime=1002.24 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8014989 0 0 0 98897 1327 0 0 25 0 4 0 523970114 2148270080 451506 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 2097920

[startup+1062.3 s]
/proc/loadavg: 8.13 8.04 7.47 9/184 22728
/proc/meminfo: memFree=26663256/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2467932 CPUtime=4243.26 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 9653145 0 0 0 422687 1639 0 0 25 0 4 0 523970109 2527162368 483294 33554432000 4194304 4623224 140734375325632 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 616983 483294 344 105 0 612487 0
[pid=22687/tid=22689] ppid=22685 vsize=2467932 CPUtime=1062.23 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 107440 0 0 0 106176 47 0 0 25 0 4 0 523970114 2527162368 483294 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2467932 CPUtime=1056.46 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 153053 0 0 0 105601 45 0 0 25 0 4 0 523970114 2527162368 483294 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2467932 CPUtime=1062.22 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8638405 0 0 0 104793 1429 0 0 25 0 4 0 523970114 2527162368 483294 33554432000 4194304 4623224 140734375325632 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 2467932

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 7.51 9/184 22730
/proc/meminfo: memFree=26571344/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2467932 CPUtime=4482.94 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 9768517 0 0 0 446634 1660 0 0 25 0 4 0 523970109 2527162368 499597 33554432000 4194304 4623224 140734375325632 18446744073709551615 4356025 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 616983 499598 342 105 0 612487 0
[pid=22687/tid=22689] ppid=22685 vsize=2467932 CPUtime=1122.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 108970 0 0 0 112175 47 0 0 25 0 4 0 523970114 2527162368 499599 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2467932 CPUtime=1116.13 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 153751 0 0 0 111568 45 0 0 25 0 4 0 523970114 2527162368 499599 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2467932 CPUtime=1122.22 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8709374 0 0 0 110782 1440 0 0 25 0 4 0 523970114 2527162368 499600 33554432000 4194304 4623224 140734375325632 18446744073709551615 4577392 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 2467932

[startup+1182.3 s]
/proc/loadavg: 8.08 8.06 7.54 9/184 22732
/proc/meminfo: memFree=26448196/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2517036 CPUtime=4722.62 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 9837172 0 0 0 470584 1678 0 0 25 0 4 0 523970109 2577444864 522955 33554432000 4194304 4623224 140734375325632 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 629259 522955 342 105 0 624763 0
[pid=22687/tid=22689] ppid=22685 vsize=2517036 CPUtime=1182.22 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 109514 0 0 0 118175 47 0 0 25 0 4 0 523970114 2577444864 522955 33554432000 4194304 4623224 140734375325632 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2517036 CPUtime=1175.81 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 167037 0 0 0 117530 51 0 0 25 0 4 0 523970114 2577444864 522955 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2517036 CPUtime=1182.22 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8709793 0 0 0 116782 1440 0 0 25 0 4 0 523970114 2577444864 522955 33554432000 4194304 4623224 140734375325632 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 2517036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.07 7.56 9/184 22732
/proc/meminfo: memFree=26398200/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2570832 CPUtime=4800.13 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 9878134 0 0 0 478326 1687 0 0 25 0 4 0 523970109 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 642708 531411 342 105 0 638212 0
[pid=22687/tid=22689] ppid=22685 vsize=2570832 CPUtime=1201.63 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 109669 0 0 0 120116 47 0 0 25 0 4 0 523970114 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2570832 CPUtime=1195.11 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 171981 0 0 0 119457 54 0 0 25 0 4 0 523970114 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2570832 CPUtime=1201.62 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8709959 0 0 0 118722 1440 0 0 25 0 4 0 523970114 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 212452000795 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2570832

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.12 8.07 7.56 9/184 22732
/proc/meminfo: memFree=26398200/32951124 swapFree=67111416/67111528
[pid=22687] ppid=22685 vsize=2570832 CPUtime=4800.13 cores=0,2,4,6
/proc/22687/stat : 22687 (SArTagnan) R 22685 22687 22284 0 -1 4202496 9878134 0 0 0 478326 1687 0 0 25 0 4 0 523970109 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22687/statm: 642708 531411 342 105 0 638212 0
[pid=22687/tid=22689] ppid=22685 vsize=2570832 CPUtime=1201.63 cores=0,2,4,6
/proc/22687/task/22689/stat : 22689 (SArTagnan) R 22685 22687 22284 0 -1 4202560 109669 0 0 0 120116 47 0 0 25 0 4 0 523970114 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22687/tid=22690] ppid=22685 vsize=2570832 CPUtime=1195.11 cores=0,2,4,6
/proc/22687/task/22690/stat : 22690 (SArTagnan) R 22685 22687 22284 0 -1 4202560 171981 0 0 0 119457 54 0 0 25 0 4 0 523970114 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22687/tid=22691] ppid=22685 vsize=2570832 CPUtime=1201.62 cores=0,2,4,6
/proc/22687/task/22691/stat : 22691 (SArTagnan) R 22685 22687 22284 0 -1 4202560 8709959 0 0 0 118722 1440 0 0 25 0 4 0 523970114 2632531968 531411 33554432000 4194304 4623224 140734375325632 18446744073709551615 212452000795 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2570832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.81
CPU time (s): 4800.26
CPU user time (s): 4783.28
CPU system time (s): 16.9724
CPU usage (%): 399.42
Max. virtual memory (cumulated for all children) (KiB): 3071704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4783.28
system time used= 16.9724
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9878134
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= 1752
involuntary context switches= 17640

runsolver used 1.82672 second user time and 4.73728 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 02:34:38
IDJOB=3251442
IDBENCH=88222
IDSOLVER=1656
FILE ID=node102/3251442-1304123677
RUNJOBID= node102-1304123677-22673
PBS_JOBID= 13170726
Free space on /tmp= 71560 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251442-1304123677/watcher-3251442-1304123677 -o /tmp/evaluation-result-3251442-1304123677/solver-3251442-1304123677 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3251442-1304123677.cnf -threads=4

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=393818957

node102.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.828
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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:      30591036 kB
Buffers:        606436 kB
Cached:        1270384 kB
SwapCached:          0 kB
Active:         147088 kB
Inactive:      1797624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30591036 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            3880 kB
Writeback:           0 kB
AnonPages:       67984 kB
Mapped:          14548 kB
Slab:           351924 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192296 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= 71556 MiB
End job on node102 at 2011-04-30 02:54:41