Trace number 3281861

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.18 1202.41

General information on the benchmark

Nameibm-2002-30r-k85.cnf
MD5SUMc08fe2d9c476652207ada677b7ca59f9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2338581
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 511035
Number of clauses of size over 541578

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-3281861-1304041602/watcher-3281861-1304041602 -o /tmp/evaluation-result-3281861-1304041602/solver-3281861-1304041602 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3281861-1304041602.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.83 4.57 6.08 6/180 28970
/proc/meminfo: memFree=20442644/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=21344 CPUtime=0 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1014 0 0 0 0 0 0 0 21 0 1 0 594390964 21856256 951 33554432000 4194304 4623224 140736362657616 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28970/statm: 5336 953 290 105 0 840 0

[startup+0.0829411 s]
/proc/loadavg: 3.83 4.57 6.08 6/180 28970
/proc/meminfo: memFree=20442644/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=61460 CPUtime=0.07 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 7724 0 0 0 7 0 0 0 21 0 1 0 594390964 62935040 5336 33554432000 4194304 4623224 140736362657616 18446744073709551615 231895490304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28970/statm: 15365 5340 297 105 0 10869 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 61460

[startup+0.100926 s]
/proc/loadavg: 3.83 4.57 6.08 6/180 28970
/proc/meminfo: memFree=20442644/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=64980 CPUtime=0.09 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 8657 0 0 0 9 0 0 0 21 0 1 0 594390964 66539520 5980 33554432000 4194304 4623224 140736362657616 18446744073709551615 231895187925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28970/statm: 16245 5996 297 105 0 11749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64980

[startup+0.300901 s]
/proc/loadavg: 3.83 4.57 6.08 6/180 28970
/proc/meminfo: memFree=20442644/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=81248 CPUtime=0.29 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 19871 0 0 0 27 2 0 0 22 0 1 0 594390964 83197952 10407 33554432000 4194304 4623224 140736362657616 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28970/statm: 20312 10408 297 105 0 15816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81248

[startup+0.700758 s]
/proc/loadavg: 3.83 4.57 6.08 6/180 28970
/proc/meminfo: memFree=20442644/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=446580 CPUtime=1.44 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 63174 0 0 0 136 8 0 0 25 0 4 0 594390964 457297920 45659 33554432000 4194304 4623224 140736362657616 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 111645 45659 334 105 0 107149 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 446580

[startup+1.50061 s]
/proc/loadavg: 3.93 4.58 6.07 9/184 28974
/proc/meminfo: memFree=20244468/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=461924 CPUtime=4.62 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 73609 0 0 0 453 9 0 0 25 0 4 0 594390964 473010176 49104 33554432000 4194304 4623224 140736362657616 18446744073709551615 4412338 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 115481 49104 335 105 0 110985 0
[pid=28970/tid=28972] ppid=28968 vsize=461924 CPUtime=1.04 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 6311 0 0 0 103 1 0 0 25 0 4 0 594391009 473010176 49104 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=461924 CPUtime=1.03 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 6579 0 0 0 103 0 0 0 25 0 4 0 594391009 473010176 49104 33554432000 4194304 4623224 140736362657616 18446744073709551615 4363772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=461924 CPUtime=1.03 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 8128 0 0 0 102 1 0 0 25 0 4 0 594391009 473010176 49104 33554432000 4194304 4623224 140736362657616 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 461924

[startup+3.10031 s]
/proc/loadavg: 3.93 4.58 6.07 9/184 28974
/proc/meminfo: memFree=20048548/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=466816 CPUtime=11.01 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 78259 0 0 0 1091 10 0 0 25 0 4 0 594390964 478019584 51555 33554432000 4194304 4623224 140736362657616 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 116704 51555 343 105 0 112208 0
[pid=28970/tid=28972] ppid=28968 vsize=466816 CPUtime=2.64 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 6878 0 0 0 263 1 0 0 25 0 4 0 594391009 478019584 51555 33554432000 4194304 4623224 140736362657616 18446744073709551615 4377457 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=466816 CPUtime=2.62 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 7344 0 0 0 262 0 0 0 25 0 4 0 594391009 478019584 51555 33554432000 4194304 4623224 140736362657616 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=466816 CPUtime=2.63 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 8425 0 0 0 262 1 0 0 25 0 4 0 594391009 478019584 51555 33554432000 4194304 4623224 140736362657616 18446744073709551615 4571917 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 466816

[startup+6.30071 s]
/proc/loadavg: 4.25 4.63 6.08 9/184 28974
/proc/meminfo: memFree=19983952/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=526064 CPUtime=23.8 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 120978 0 0 0 2364 16 0 0 25 0 4 0 594390964 538689536 64671 33554432000 4194304 4623224 140736362657616 18446744073709551615 4412476 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 131516 64671 343 105 0 127020 0
[pid=28970/tid=28972] ppid=28968 vsize=526064 CPUtime=5.84 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 17316 0 0 0 582 2 0 0 25 0 4 0 594391009 538689536 64671 33554432000 4194304 4623224 140736362657616 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=526064 CPUtime=5.81 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 18200 0 0 0 579 2 0 0 25 0 4 0 594391009 538689536 64671 33554432000 4194304 4623224 140736362657616 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=526064 CPUtime=5.83 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 18607 0 0 0 580 3 0 0 25 0 4 0 594391009 538689536 64671 33554432000 4194304 4623224 140736362657616 18446744073709551615 4364414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 526064

[startup+12.7005 s]
/proc/loadavg: 4.55 4.69 6.09 9/184 28974
/proc/meminfo: memFree=19881264/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=579388 CPUtime=49.35 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 165672 0 0 0 4913 22 0 0 25 0 4 0 594390964 593293312 82719 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 144847 82719 344 105 0 140351 0
[pid=28970/tid=28972] ppid=28968 vsize=579388 CPUtime=12.23 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 28289 0 0 0 1219 4 0 0 25 0 4 0 594391009 593293312 82719 33554432000 4194304 4623224 140736362657616 18446744073709551615 4364650 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=579388 CPUtime=12.17 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 29690 0 0 0 1213 4 0 0 25 0 4 0 594391009 593293312 82719 33554432000 4194304 4623224 140736362657616 18446744073709551615 4363732 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=579388 CPUtime=12.23 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 29586 0 0 0 1219 4 0 0 25 0 4 0 594391009 593293312 82719 33554432000 4194304 4623224 140736362657616 18446744073709551615 231895139416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 579388

[startup+25.5011 s]
/proc/loadavg: 5.32 4.85 6.12 9/184 28975
/proc/meminfo: memFree=19280600/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=1299008 CPUtime=100.4 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 461529 0 0 0 9976 64 0 0 25 0 4 0 594390964 1330184192 226366 33554432000 4194304 4623224 140736362657616 18446744073709551615 4368764 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 324752 226366 345 105 0 320256 0
[pid=28970/tid=28972] ppid=28968 vsize=1299008 CPUtime=25.02 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 84751 0 0 0 2490 12 0 0 25 0 4 0 594391009 1330184192 226366 33554432000 4194304 4623224 140736362657616 18446744073709551615 231895145825 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=1299008 CPUtime=24.88 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 86983 0 0 0 2477 11 0 0 25 0 4 0 594391009 1330184192 226366 33554432000 4194304 4623224 140736362657616 18446744073709551615 231895146453 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=1299008 CPUtime=24.99 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 84489 0 0 0 2488 11 0 0 25 0 4 0 594391009 1330184192 226366 33554432000 4194304 4623224 140736362657616 18446744073709551615 231895157762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.4
Current children cumulated vsize (KiB) 1299008

[startup+51.1003 s]
/proc/loadavg: 6.23 5.10 6.17 9/184 29005
/proc/meminfo: memFree=19443528/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=1509336 CPUtime=202.65 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 559810 0 0 0 20185 80 0 0 25 0 4 0 594390964 1545560064 251824 33554432000 4194304 4623224 140736362657616 18446744073709551615 4507447 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 377334 251824 345 105 0 372838 0
[pid=28970/tid=28972] ppid=28968 vsize=1509336 CPUtime=50.61 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 97619 0 0 0 5047 14 0 0 25 0 4 0 594391009 1545560064 251824 33554432000 4194304 4623224 140736362657616 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=1509336 CPUtime=50.34 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 99822 0 0 0 5021 13 0 0 25 0 4 0 594391009 1545560064 251824 33554432000 4194304 4623224 140736362657616 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=1509336 CPUtime=50.58 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 95767 0 0 0 5045 13 0 0 25 0 4 0 594391009 1545560064 251824 33554432000 4194304 4623224 140736362657616 18446744073709551615 4363825 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.65
Current children cumulated vsize (KiB) 1509336

[startup+102.307 s]
/proc/loadavg: 7.23 5.54 6.26 9/184 29007
/proc/meminfo: memFree=19269988/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=1556480 CPUtime=407.19 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 603373 0 0 0 40629 90 0 0 25 0 4 0 594390964 1593835520 271567 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 389120 271567 345 105 0 384624 0
[pid=28970/tid=28972] ppid=28968 vsize=1556480 CPUtime=101.82 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 100180 0 0 0 10167 15 0 0 25 0 4 0 594391009 1593835520 271567 33554432000 4194304 4623224 140736362657616 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=1556480 CPUtime=101.27 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 102758 0 0 0 10112 15 0 0 25 0 4 0 594391009 1593835520 271567 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=1556480 CPUtime=101.78 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 96992 0 0 0 10165 13 0 0 25 0 4 0 594391009 1593835520 271567 33554432000 4194304 4623224 140736362657616 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.19
Current children cumulated vsize (KiB) 1556480

[startup+162.3 s]
/proc/loadavg: 7.79 6.01 6.38 9/184 29008
/proc/meminfo: memFree=19095264/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=1639988 CPUtime=646.85 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 664900 0 0 0 64581 104 0 0 25 0 4 0 594390964 1679347712 291269 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 409997 291269 345 105 0 405501 0
[pid=28970/tid=28972] ppid=28968 vsize=1639988 CPUtime=161.83 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 119947 0 0 0 16164 19 0 0 25 0 4 0 594391009 1679347712 291269 33554432000 4194304 4623224 140736362657616 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=1639988 CPUtime=160.94 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 106314 0 0 0 16078 16 0 0 25 0 4 0 594391009 1679347712 291269 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=1639988 CPUtime=161.77 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 98345 0 0 0 16163 14 0 0 25 0 4 0 594391009 1679347712 291269 33554432000 4194304 4623224 140736362657616 18446744073709551615 4545431 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.85
Current children cumulated vsize (KiB) 1639988

[startup+222.3 s]
/proc/loadavg: 8.07 6.40 6.48 9/184 29010
/proc/meminfo: memFree=18922752/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=1673388 CPUtime=886.52 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 699112 0 0 0 88539 113 0 0 25 0 4 0 594390964 1713549312 308677 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 418347 308677 345 105 0 413851 0
[pid=28970/tid=28972] ppid=28968 vsize=1673388 CPUtime=221.82 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 122874 0 0 0 22163 19 0 0 25 0 4 0 594391009 1713549312 308677 33554432000 4194304 4623224 140736362657616 18446744073709551615 4377410 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=1673388 CPUtime=220.61 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 126058 0 0 0 22042 19 0 0 25 0 4 0 594391009 1713549312 308677 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=1673388 CPUtime=221.76 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 99639 0 0 0 22162 14 0 0 25 0 4 0 594391009 1713549312 308677 33554432000 4194304 4623224 140736362657616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 886.52
Current children cumulated vsize (KiB) 1673388

[startup+282.301 s]

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


[startup+702.3 s]
/proc/loadavg: 8.15 7.79 7.14 9/184 29023
/proc/meminfo: memFree=17862852/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2294772 CPUtime=2803.92 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1060860 0 0 0 280188 204 0 0 25 0 4 0 594390964 2349846528 428926 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 573693 428926 345 105 0 569197 0
[pid=28970/tid=28972] ppid=28968 vsize=2294772 CPUtime=701.84 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 199540 0 0 0 70129 55 0 0 25 0 4 0 594391009 2349846528 428926 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2294772 CPUtime=698.01 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 152508 0 0 0 69773 28 0 0 25 0 4 0 594391009 2349846528 428926 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2294772 CPUtime=701.73 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 206325 0 0 0 70143 30 0 0 25 0 4 0 594391009 2349846528 428926 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2803.92
Current children cumulated vsize (KiB) 2294772

[startup+762.307 s]
/proc/loadavg: 8.13 7.86 7.20 9/184 29024
/proc/meminfo: memFree=17745524/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2339644 CPUtime=3043.61 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1091090 0 0 0 304148 213 0 0 25 0 4 0 594390964 2395795456 442337 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 584911 442337 345 105 0 580415 0
[pid=28970/tid=28972] ppid=28968 vsize=2339644 CPUtime=761.85 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 204354 0 0 0 76124 61 0 0 25 0 4 0 594391009 2395795456 442337 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2339644 CPUtime=757.69 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 153199 0 0 0 75741 28 0 0 25 0 4 0 594391009 2395795456 442337 33554432000 4194304 4623224 140736362657616 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2339644 CPUtime=761.73 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 226446 0 0 0 76142 31 0 0 25 0 4 0 594391009 2395795456 442337 33554432000 4194304 4623224 140736362657616 18446744073709551615 4363928 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3043.61
Current children cumulated vsize (KiB) 2339644

[startup+822.301 s]
/proc/loadavg: 8.12 7.91 7.26 9/184 29026
/proc/meminfo: memFree=17629812/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2415876 CPUtime=3283.27 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1140243 0 0 0 328101 226 0 0 25 0 4 0 594390964 2473857024 453735 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 603969 453735 345 105 0 599473 0
[pid=28970/tid=28972] ppid=28968 vsize=2415876 CPUtime=821.84 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 246857 0 0 0 82114 70 0 0 25 0 4 0 594391009 2473857024 453735 33554432000 4194304 4623224 140736362657616 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2415876 CPUtime=817.37 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 153935 0 0 0 81708 29 0 0 25 0 4 0 594391009 2473857024 453735 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2415876 CPUtime=821.73 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 227307 0 0 0 82141 32 0 0 25 0 4 0 594391009 2473857024 453735 33554432000 4194304 4623224 140736362657616 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.27
Current children cumulated vsize (KiB) 2415876

[startup+882.301 s]
/proc/loadavg: 8.11 7.95 7.31 9/184 29037
/proc/meminfo: memFree=17498288/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2494788 CPUtime=3522.92 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1152664 0 0 0 352060 232 0 0 25 0 4 0 594390964 2554662912 466067 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 623697 466067 345 105 0 619201 0
[pid=28970/tid=28972] ppid=28968 vsize=2494788 CPUtime=881.83 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 251535 0 0 0 88109 74 0 0 25 0 4 0 594391009 2554662912 466067 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2494788 CPUtime=877.03 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 154369 0 0 0 87674 29 0 0 25 0 4 0 594391009 2554662912 466067 33554432000 4194304 4623224 140736362657616 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2494788 CPUtime=881.72 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 230920 0 0 0 88140 32 0 0 25 0 4 0 594391009 2554662912 466067 33554432000 4194304 4623224 140736362657616 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.92
Current children cumulated vsize (KiB) 2494788

[startup+942.3 s]
/proc/loadavg: 8.47 8.07 7.39 10/189 29452
/proc/meminfo: memFree=17372016/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2501932 CPUtime=3761.64 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1163311 0 0 0 375926 238 0 0 25 0 4 0 594390964 2561978368 476616 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 625483 476616 345 105 0 620987 0
[pid=28970/tid=28972] ppid=28968 vsize=2501932 CPUtime=941.14 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 255040 0 0 0 94037 77 0 0 25 0 4 0 594391009 2561978368 476616 33554432000 4194304 4623224 140736362657616 18446744073709551615 4462966 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2501932 CPUtime=936.63 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 154951 0 0 0 93633 30 0 0 25 0 4 0 594391009 2561978368 476616 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2501932 CPUtime=941.58 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 233335 0 0 0 94125 33 0 0 25 0 4 0 594391009 2561978368 476616 33554432000 4194304 4623224 140736362657616 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3761.64
Current children cumulated vsize (KiB) 2501932

[startup+1002.3 s]
/proc/loadavg: 8.80 8.23 7.49 10/189 29454
/proc/meminfo: memFree=17272412/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2513172 CPUtime=4001.31 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1174811 0 0 0 399888 243 0 0 25 0 4 0 594390964 2573488128 487998 33554432000 4194304 4623224 140736362657616 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 628293 487998 345 105 0 623797 0
[pid=28970/tid=28972] ppid=28968 vsize=2513172 CPUtime=1001.14 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 259109 0 0 0 100034 80 0 0 25 0 4 0 594391009 2573488128 487998 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2513172 CPUtime=996.3 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 155604 0 0 0 99600 30 0 0 25 0 4 0 594391009 2573488128 487998 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2513172 CPUtime=1001.58 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 236450 0 0 0 100124 34 0 0 25 0 4 0 594391009 2573488128 487998 33554432000 4194304 4623224 140736362657616 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4001.31
Current children cumulated vsize (KiB) 2513172

[startup+1062.3 s]
/proc/loadavg: 8.71 8.32 7.56 10/184 29507
/proc/meminfo: memFree=17177848/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2570660 CPUtime=4240.78 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1210605 0 0 0 423825 253 0 0 25 0 4 0 594390964 2632355840 498613 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 642665 498613 345 105 0 638169 0
[pid=28970/tid=28972] ppid=28968 vsize=2570660 CPUtime=1061.12 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 263380 0 0 0 106029 83 0 0 25 0 4 0 594391009 2632355840 498613 33554432000 4194304 4623224 140736362657616 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2570660 CPUtime=1055.97 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 181144 0 0 0 105564 33 0 0 25 0 4 0 594391009 2632355840 498613 33554432000 4194304 4623224 140736362657616 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2570660 CPUtime=1061.38 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 238548 0 0 0 106103 35 0 0 25 0 4 0 594391009 2632355840 498613 33554432000 4194304 4623224 140736362657616 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4240.78
Current children cumulated vsize (KiB) 2570660

[startup+1122.3 s]
/proc/loadavg: 8.26 8.26 7.58 9/184 29509
/proc/meminfo: memFree=17079276/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2757240 CPUtime=4480.45 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1278577 0 0 0 447779 266 0 0 25 0 4 0 594390964 2823413760 510120 33554432000 4194304 4623224 140736362657616 18446744073709551615 4507520 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 689310 510120 345 105 0 684814 0
[pid=28970/tid=28972] ppid=28968 vsize=2757240 CPUtime=1121.13 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 267381 0 0 0 112025 88 0 0 25 0 4 0 594391009 2823413760 510120 33554432000 4194304 4623224 140736362657616 18446744073709551615 4377864 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2757240 CPUtime=1115.65 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 182343 0 0 0 111531 34 0 0 25 0 4 0 594391009 2823413760 510120 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2757240 CPUtime=1121.38 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 241197 0 0 0 112102 36 0 0 25 0 4 0 594391009 2823413760 510120 33554432000 4194304 4623224 140736362657616 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4480.45
Current children cumulated vsize (KiB) 2757240

[startup+1182.3 s]
/proc/loadavg: 8.17 8.23 7.61 9/184 29511
/proc/meminfo: memFree=16974476/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2767556 CPUtime=4720.13 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1289911 0 0 0 471740 273 0 0 25 0 4 0 594390964 2833977344 521320 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 691889 521320 345 105 0 687393 0
[pid=28970/tid=28972] ppid=28968 vsize=2767556 CPUtime=1181.13 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 271647 0 0 0 118021 92 0 0 25 0 4 0 594391009 2833977344 521320 33554432000 4194304 4623224 140736362657616 18446744073709551615 4366400 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2767556 CPUtime=1175.33 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 182938 0 0 0 117499 34 0 0 25 0 4 0 594391009 2833977344 521320 33554432000 4194304 4623224 140736362657616 18446744073709551615 4316639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2767556 CPUtime=1181.38 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 244141 0 0 0 118101 37 0 0 25 0 4 0 594391009 2833977344 521320 33554432000 4194304 4623224 140736362657616 18446744073709551615 4377923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4720.13
Current children cumulated vsize (KiB) 2767556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.12 8.21 7.62 10/184 29511
/proc/meminfo: memFree=16946064/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=2769616 CPUtime=4800.05 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) R 28968 28970 28251 0 -1 4202496 1293223 0 0 0 479731 274 0 0 25 0 4 0 594390964 2836086784 524583 33554432000 4194304 4623224 140736362657616 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 692404 524583 345 105 0 687908 0
[pid=28970/tid=28972] ppid=28968 vsize=2769616 CPUtime=1201.14 cores=0,2,4,6
/proc/28970/task/28972/stat : 28972 (SArTagnan) R 28968 28970 28251 0 -1 4202560 273031 0 0 0 120021 93 0 0 25 0 4 0 594391009 2836086784 524583 33554432000 4194304 4623224 140736362657616 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=2769616 CPUtime=1195.22 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4202560 183083 0 0 0 119488 34 0 0 25 0 4 0 594391009 2836086784 524583 33554432000 4194304 4623224 140736362657616 18446744073709551615 4462966 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28970/tid=28974] ppid=28968 vsize=2769616 CPUtime=1201.39 cores=0,2,4,6
/proc/28970/task/28974/stat : 28974 (SArTagnan) R 28968 28970 28251 0 -1 4202560 244596 0 0 0 120102 37 0 0 25 0 4 0 594391009 2836086784 524583 33554432000 4194304 4623224 140736362657616 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 2769616

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

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

[startup+1202.41 s]
/proc/loadavg: 8.12 8.21 7.62 10/184 29511
/proc/meminfo: memFree=16946064/32950928 swapFree=67111524/67111528
[pid=28970] ppid=28968 vsize=0 CPUtime=4800.17 cores=0,2,4,6
/proc/28970/stat : 28970 (SArTagnan) Z 28968 28970 28251 0 -1 4203548 1293223 0 0 0 479733 284 0 0 25 0 2 0 594390964 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28970/statm: 0 0 0 0 0 0 0
[pid=28970/tid=28973] ppid=28968 vsize=0 CPUtime=1195.31 cores=0,2,4,6
/proc/28970/task/28973/stat : 28973 (SArTagnan) R 28968 28970 28251 0 -1 4203588 183083 0 0 0 119488 43 0 0 25 0 2 0 594391009 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.41
CPU time (s): 4800.18
CPU user time (s): 4797.33
CPU system time (s): 2.84457
CPU usage (%): 399.212
Max. virtual memory (cumulated for all children) (KiB): 2908856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.33
system time used= 2.84457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1293223
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= 1515
involuntary context switches= 24689

runsolver used 2.00569 second user time and 4.5733 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 03:46:43
IDJOB=3281861
IDBENCH=69635
IDSOLVER=1656
FILE ID=node114/3281861-1304041602
RUNJOBID= node114-1304041602-28947
PBS_JOBID= 13170369
Free space on /tmp= 71784 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT_RACE08/cnf/ibm-2002-30r-k85.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281861-1304041602/watcher-3281861-1304041602 -o /tmp/evaluation-result-3281861-1304041602/solver-3281861-1304041602 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3281861-1304041602.cnf -threads=4

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

MD5SUM BENCH= c08fe2d9c476652207ada677b7ca59f9
RANDOM SEED=357182930

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:     32950928 kB
MemFree:      20442676 kB
Buffers:       2249876 kB
Cached:        9555636 kB
SwapCached:          4 kB
Active:        3432608 kB
Inactive:      8495068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20442676 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           23360 kB
Writeback:           0 kB
AnonPages:      121700 kB
Mapped:          15112 kB
Slab:           516100 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   308568 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= 71788 MiB
End job on node114 at 2011-04-29 04:06:47