Trace number 3385877

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-05-15 (fixed)? (TO) 4800.3 1215.75

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x34.cnf
MD5SUM1633295f58c28a5b4150be8640bdf9df
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables816
Number of clauses35088
Sum of the clauses size137904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21224
Number of clauses of size 30
Number of clauses of size 433864
Number of clauses of size 50
Number of clauses of size over 50

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: 961)

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-3385877-1305581141/watcher-3385877-1305581141 -o /tmp/evaluation-result-3385877-1305581141/solver-3385877-1305581141 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385877-1305581141.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: 9.32 9.17 9.11 6/462 17303
/proc/meminfo: memFree=13139296/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=20756 CPUtime=0.01 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 1147 0 0 0 1 0 0 0 25 0 1 0 650530266 21254144 796 33554432000 4194304 4625164 140734677591760 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/17303/statm: 5189 797 296 106 0 692 0

[startup+0.039964 s]
/proc/loadavg: 9.32 9.17 9.11 6/462 17303
/proc/meminfo: memFree=13139296/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=123788 CPUtime=0.05 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) D 17301 17303 16929 0 -1 4202496 3376 0 0 0 5 0 0 0 25 0 4 0 650530266 126758912 2469 33554432000 4194304 4625164 140734677591760 18446744073709551615 4433568 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 30947 2469 316 106 0 26450 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 123788

[startup+0.150849 s]
/proc/loadavg: 9.32 9.17 9.11 6/462 17303
/proc/meminfo: memFree=13139296/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=194092 CPUtime=0.38 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 5724 0 0 0 38 0 0 0 25 0 4 0 650530266 198750208 4031 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 48523 4031 338 106 0 44026 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 194092

[startup+0.300824 s]
/proc/loadavg: 9.32 9.17 9.11 6/462 17303
/proc/meminfo: memFree=13139296/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=195856 CPUtime=0.82 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 7635 0 0 0 82 0 0 0 25 0 4 0 650530266 200556544 4744 33554432000 4194304 4625164 140734677591760 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 48964 4744 338 106 0 44467 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 195856

[startup+0.700754 s]
/proc/loadavg: 9.32 9.17 9.11 6/462 17303
/proc/meminfo: memFree=13139296/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=263636 CPUtime=1.98 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 11536 0 0 0 197 1 0 0 25 0 4 0 650530266 269963264 7234 33554432000 4194304 4625164 140734677591760 18446744073709551615 4279928 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 65909 7234 340 106 0 61412 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 263636

[startup+1.50061 s]
/proc/loadavg: 9.29 9.17 9.11 11/466 17307
/proc/meminfo: memFree=13100584/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=270476 CPUtime=4.36 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 19792 0 0 0 434 2 0 0 25 0 4 0 650530266 276967424 12693 33554432000 4194304 4625164 140734677591760 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 67619 12693 341 106 0 63122 0
[pid=17303/tid=17305] ppid=17301 vsize=270476 CPUtime=1.2 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3655 0 0 0 120 0 0 0 25 0 4 0 650530269 276967424 12693 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=270476 CPUtime=1.21 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 4904 0 0 0 120 1 0 0 19 0 4 0 650530269 276967424 12693 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=270476 CPUtime=1.38 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 7029 0 0 0 138 0 0 0 25 0 4 0 650530269 276967424 12693 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 270476

[startup+3.10033 s]
/proc/loadavg: 9.29 9.17 9.11 11/466 17307
/proc/meminfo: memFree=13073304/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=277016 CPUtime=9.15 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 35414 0 0 0 910 5 0 0 25 0 4 0 650530266 283664384 20603 33554432000 4194304 4625164 140734677591760 18446744073709551615 4356541 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 69254 20603 342 106 0 64757 0
[pid=17303/tid=17305] ppid=17301 vsize=277016 CPUtime=2.8 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 7485 0 0 0 279 1 0 0 25 0 4 0 650530269 283664384 20603 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=277016 CPUtime=2.01 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 7292 0 0 0 200 1 0 0 20 0 4 0 650530269 283664384 20603 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=277016 CPUtime=2.96 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 15869 0 0 0 295 1 0 0 25 0 4 0 650530269 283664384 20603 33554432000 4194304 4625164 140734677591760 18446744073709551615 4327875 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 277016

[startup+6.30077 s]
/proc/loadavg: 9.29 9.17 9.11 10/466 17307
/proc/meminfo: memFree=13011236/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=292588 CPUtime=18.7 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 61806 0 0 0 1858 12 0 0 25 0 4 0 650530266 299610112 34102 33554432000 4194304 4625164 140734677591760 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 73147 34102 343 106 0 68650 0
[pid=17303/tid=17305] ppid=17301 vsize=292588 CPUtime=5.99 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 12343 0 0 0 597 2 0 0 18 0 4 0 650530269 299610112 34102 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=292588 CPUtime=4.03 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 11923 0 0 0 399 4 0 0 25 0 4 0 650530269 299610112 34102 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=292588 CPUtime=5.27 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 30490 0 0 0 523 4 0 0 25 0 4 0 650530269 299610112 34102 33554432000 4194304 4625164 140734677591760 18446744073709551615 4547667 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.7
Current children cumulated vsize (KiB) 292588

[startup+12.7006 s]
/proc/loadavg: 9.25 9.16 9.11 10/466 17307
/proc/meminfo: memFree=12926048/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=371920 CPUtime=37.78 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 103696 0 0 0 3758 20 0 0 25 0 4 0 650530266 380846080 52127 33554432000 4194304 4625164 140734677591760 18446744073709551615 4338060 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 92980 52127 355 106 0 88483 0
[pid=17303/tid=17305] ppid=17301 vsize=371920 CPUtime=11.35 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 16914 0 0 0 1132 3 0 0 25 0 4 0 650530269 380846080 52127 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=371920 CPUtime=6.91 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 18064 0 0 0 684 7 0 0 25 0 4 0 650530269 380846080 52127 33554432000 4194304 4625164 140734677591760 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=371920 CPUtime=9.83 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 58639 0 0 0 975 8 0 0 23 0 4 0 650530269 380846080 52127 33554432000 4194304 4625164 140734677591760 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.78
Current children cumulated vsize (KiB) 371920

[startup+25.5004 s]
/proc/loadavg: 9.21 9.16 9.10 10/466 17308
/proc/meminfo: memFree=12811088/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=526956 CPUtime=75.96 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 154717 0 0 0 7562 34 0 0 25 0 4 0 650530266 539602944 80028 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17303/statm: 131739 80028 411 106 0 127242 0
[pid=17303/tid=17305] ppid=17301 vsize=526956 CPUtime=23.56 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 23584 0 0 0 2352 4 0 0 25 0 4 0 650530269 539602944 80028 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=526956 CPUtime=13.21 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 28353 0 0 0 1308 13 0 0 25 0 4 0 650530269 539602944 80028 33554432000 4194304 4625164 140734677591760 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=526956 CPUtime=18.34 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 86300 0 0 0 1821 13 0 0 25 0 4 0 650530269 539602944 80028 33554432000 4194304 4625164 140734677591760 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.96
Current children cumulated vsize (KiB) 526956

[startup+51.1009 s]
/proc/loadavg: 8.00 8.88 9.01 6/457 17327
/proc/meminfo: memFree=13927220/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=681292 CPUtime=159.28 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 265761 0 0 0 15844 84 0 0 25 0 4 0 650530266 697643008 130338 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 170323 130338 779 106 0 165826 0
[pid=17303/tid=17305] ppid=17301 vsize=681292 CPUtime=45.12 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 35680 0 0 0 4502 10 0 0 25 0 4 0 650530269 697643008 130338 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=681292 CPUtime=33.42 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 44135 0 0 0 3297 45 0 0 25 0 4 0 650530269 697643008 130338 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=681292 CPUtime=35.74 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 159566 0 0 0 3550 24 0 0 25 0 4 0 650530269 697643008 130338 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 159.28
Current children cumulated vsize (KiB) 681292

[startup+102.317 s]
/proc/loadavg: 6.23 8.24 8.79 6/457 17328
/proc/meminfo: memFree=13547460/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=1130640 CPUtime=363.38 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 532151 0 0 0 36129 209 0 0 25 0 4 0 650530266 1157775360 223841 33554432000 4194304 4625164 140734677591760 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 282660 223841 342 106 0 278163 0
[pid=17303/tid=17305] ppid=17301 vsize=1130640 CPUtime=96.33 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 61789 0 0 0 9601 32 0 0 25 0 4 0 650530269 1157775360 223842 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=1130640 CPUtime=84.62 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 77160 0 0 0 8347 115 0 0 25 0 4 0 650530269 1157775360 223842 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=1130640 CPUtime=86.95 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 353883 0 0 0 8642 53 0 0 25 0 4 0 650530269 1157775360 223842 33554432000 4194304 4625164 140734677591760 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 363.38
Current children cumulated vsize (KiB) 1130640

[startup+162.3 s]
/proc/loadavg: 5.64 7.70 8.56 6/457 17329
/proc/meminfo: memFree=13236048/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=1419216 CPUtime=602.43 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 782835 0 0 0 59930 313 0 0 25 0 4 0 650530266 1453277184 302591 33554432000 4194304 4625164 140734677591760 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 354804 302591 342 106 0 350307 0
[pid=17303/tid=17305] ppid=17301 vsize=1419216 CPUtime=156.31 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 89329 0 0 0 15581 50 0 0 25 0 4 0 650530269 1453277184 302591 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=1419216 CPUtime=144.59 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 108426 0 0 0 14288 171 0 0 25 0 4 0 650530269 1453277184 302591 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=1419216 CPUtime=146.94 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 542315 0 0 0 14612 82 0 0 25 0 4 0 650530269 1453277184 302591 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 602.43
Current children cumulated vsize (KiB) 1419216

[startup+222.301 s]
/proc/loadavg: 5.31 7.22 8.34 6/457 17331
/proc/meminfo: memFree=12960576/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=1747248 CPUtime=841.51 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 1044441 0 0 0 83733 418 0 0 25 0 4 0 650530266 1789181952 370539 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 436812 370539 342 106 0 432315 0
[pid=17303/tid=17305] ppid=17301 vsize=1747248 CPUtime=216.31 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 122266 0 0 0 21572 59 0 0 25 0 4 0 650530269 1789181952 370539 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=1747248 CPUtime=204.56 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 147546 0 0 0 20216 240 0 0 25 0 4 0 650530269 1789181952 370539 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=1747248 CPUtime=206.94 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 714828 0 0 0 20587 107 0 0 25 0 4 0 650530269 1789181952 370539 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 841.51
Current children cumulated vsize (KiB) 1747248

[startup+282.3 s]

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

Current children cumulated CPU time (s) 2515.39
Current children cumulated vsize (KiB) 2783632

[startup+702.3 s]
/proc/loadavg: 5.06 5.46 6.98 6/457 17344
/proc/meminfo: memFree=11935752/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=2827736 CPUtime=2754.46 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 3132867 0 0 0 274528 918 0 0 25 0 4 0 650530266 2895601664 625493 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 706934 625493 342 106 0 702437 0
[pid=17303/tid=17305] ppid=17301 vsize=2827736 CPUtime=696.32 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 214543 0 0 0 69457 175 0 0 25 0 4 0 650530269 2895601664 625493 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=2827736 CPUtime=684.53 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 152851 0 0 0 68196 257 0 0 25 0 4 0 650530269 2895601664 625493 33554432000 4194304 4625164 140734677591760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=2827736 CPUtime=686.94 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 2459218 0 0 0 68298 396 0 0 25 0 4 0 650530269 2895601664 625493 33554432000 4194304 4625164 140734677591760 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2754.46
Current children cumulated vsize (KiB) 2827736

[startup+762.317 s]
/proc/loadavg: 5.06 5.39 6.86 6/457 17345
/proc/meminfo: memFree=11844308/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=2903436 CPUtime=2993.64 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 3445229 0 0 0 298384 980 0 0 25 0 4 0 650530266 2973118464 648977 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 725859 648977 342 106 0 721362 0
[pid=17303/tid=17305] ppid=17301 vsize=2903436 CPUtime=756.34 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 220696 0 0 0 75457 177 0 0 25 0 4 0 650530269 2973118464 648977 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=2903436 CPUtime=744.54 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 152970 0 0 0 74197 257 0 0 25 0 4 0 650530269 2973118464 648977 33554432000 4194304 4625164 140734677591760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=2903436 CPUtime=746.96 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 2680791 0 0 0 74265 431 0 0 25 0 4 0 650530269 2973118464 648977 33554432000 4194304 4625164 140734677591760 18446744073709551615 4552464 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2993.64
Current children cumulated vsize (KiB) 2903436

[startup+822.3 s]
/proc/loadavg: 5.10 5.34 6.75 6/457 17347
/proc/meminfo: memFree=11726332/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3099820 CPUtime=3232.68 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 3809632 0 0 0 322218 1050 0 0 25 0 4 0 650530266 3174215680 679088 33554432000 4194304 4625164 140734677591760 18446744073709551615 4393263 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 774955 679088 348 106 0 770458 0
[pid=17303/tid=17305] ppid=17301 vsize=3099820 CPUtime=816.32 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 287227 0 0 0 81445 187 0 0 25 0 4 0 650530269 3174215680 679088 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3099820 CPUtime=804.53 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153105 0 0 0 80196 257 0 0 25 0 4 0 650530269 3174215680 679088 33554432000 4194304 4625164 140734677591760 18446744073709551615 4331081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3099820 CPUtime=806.94 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 2898688 0 0 0 80225 469 0 0 25 0 4 0 650530269 3174215680 679088 33554432000 4194304 4625164 140734677591760 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3232.68
Current children cumulated vsize (KiB) 3099820

[startup+882.301 s]
/proc/loadavg: 5.08 5.29 6.65 6/457 17349
/proc/meminfo: memFree=11617276/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3207300 CPUtime=3471.8 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 4059259 0 0 0 346076 1104 0 0 25 0 4 0 650530266 3284275200 705586 33554432000 4194304 4625164 140734677591760 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 801825 705586 342 106 0 797328 0
[pid=17303/tid=17305] ppid=17301 vsize=3207300 CPUtime=876.32 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 295905 0 0 0 87443 189 0 0 25 0 4 0 650530269 3284275200 705586 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3207300 CPUtime=864.53 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153255 0 0 0 86196 257 0 0 25 0 4 0 650530269 3284275200 705586 33554432000 4194304 4625164 140734677591760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3207300 CPUtime=866.94 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3025436 0 0 0 86203 491 0 0 25 0 4 0 650530269 3284275200 705586 33554432000 4194304 4625164 140734677591760 18446744073709551615 4548692 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3471.8
Current children cumulated vsize (KiB) 3207300

[startup+942.3 s]
/proc/loadavg: 5.06 5.25 6.54 6/457 17350
/proc/meminfo: memFree=11501156/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3288564 CPUtime=3710.92 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 4189306 0 0 0 369942 1150 0 0 25 0 4 0 650530266 3367489536 734908 33554432000 4194304 4625164 140734677591760 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 822141 734908 342 106 0 817644 0
[pid=17303/tid=17305] ppid=17301 vsize=3288564 CPUtime=936.32 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 307196 0 0 0 93431 201 0 0 25 0 4 0 650530269 3367489536 734908 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3288564 CPUtime=924.53 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153360 0 0 0 92196 257 0 0 25 0 4 0 650530269 3367489536 734908 33554432000 4194304 4625164 140734677591760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3288564 CPUtime=926.93 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3038380 0 0 0 92199 494 0 0 25 0 4 0 650530269 3367489536 734908 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3710.92
Current children cumulated vsize (KiB) 3288564

[startup+1002.3 s]
/proc/loadavg: 5.06 5.22 6.45 6/457 17352
/proc/meminfo: memFree=11376112/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3514276 CPUtime=3950.02 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 4437055 0 0 0 393788 1214 0 0 25 0 4 0 650530266 3598618624 765952 33554432000 4194304 4625164 140734677591760 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 878569 765952 342 106 0 874072 0
[pid=17303/tid=17305] ppid=17301 vsize=3514276 CPUtime=996.32 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 406447 0 0 0 99405 227 0 0 25 0 4 0 650530269 3598618624 765952 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3514276 CPUtime=984.53 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153607 0 0 0 98196 257 0 0 25 0 4 0 650530269 3598618624 765952 33554432000 4194304 4625164 140734677591760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3514276 CPUtime=986.94 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3052201 0 0 0 98197 497 0 0 25 0 4 0 650530269 3598618624 765952 33554432000 4194304 4625164 140734677591760 18446744073709551615 4547411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3950.02
Current children cumulated vsize (KiB) 3514276

[startup+1062.3 s]
/proc/loadavg: 5.02 5.17 6.36 6/457 17353
/proc/meminfo: memFree=11299056/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3598912 CPUtime=4189.15 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 4675449 0 0 0 417644 1271 0 0 25 0 4 0 650530266 3685285888 785458 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 899728 785458 342 106 0 895231 0
[pid=17303/tid=17305] ppid=17301 vsize=3598912 CPUtime=1056.33 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 411098 0 0 0 105403 230 0 0 25 0 4 0 650530269 3685285888 785458 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3598912 CPUtime=1044.53 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153674 0 0 0 104196 257 0 0 25 0 4 0 650530269 3685285888 785458 33554432000 4194304 4625164 140734677591760 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3598912 CPUtime=1046.95 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3184576 0 0 0 104174 521 0 0 25 0 4 0 650530269 3685285888 785458 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4189.15
Current children cumulated vsize (KiB) 3598912

[startup+1122.3 s]
/proc/loadavg: 5.00 5.14 6.27 6/457 17355
/proc/meminfo: memFree=11232416/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3598912 CPUtime=4428.27 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 4963997 0 0 0 441504 1323 0 0 25 0 4 0 650530266 3685285888 801905 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 899728 801905 346 106 0 895231 0
[pid=17303/tid=17305] ppid=17301 vsize=3598912 CPUtime=1116.32 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 413984 0 0 0 111400 232 0 0 25 0 4 0 650530269 3685285888 801905 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3598912 CPUtime=1104.53 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153741 0 0 0 110196 257 0 0 25 0 4 0 650530269 3685285888 801905 33554432000 4194304 4625164 140734677591760 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3598912 CPUtime=1106.95 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3405656 0 0 0 110140 555 0 0 25 0 4 0 650530269 3685285888 801905 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4428.27
Current children cumulated vsize (KiB) 3598912

[startup+1182.3 s]
/proc/loadavg: 5.00 5.11 6.19 6/457 17357
/proc/meminfo: memFree=11158832/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3664448 CPUtime=4667.4 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 5210771 0 0 0 465369 1371 0 0 25 0 4 0 650530266 3752394752 820139 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 916112 820139 342 106 0 911615 0
[pid=17303/tid=17305] ppid=17301 vsize=3664448 CPUtime=1176.32 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 420291 0 0 0 117389 243 0 0 25 0 4 0 650530269 3752394752 820139 33554432000 4194304 4625164 140734677591760 18446744073709551615 4351942 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3664448 CPUtime=1164.54 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153811 0 0 0 116196 258 0 0 25 0 4 0 650530269 3752394752 820139 33554432000 4194304 4625164 140734677591760 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3664448 CPUtime=1166.95 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3645920 0 0 0 116103 592 0 0 25 0 4 0 650530269 3752394752 820139 33554432000 4194304 4625164 140734677591760 18446744073709551615 4552432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4667.4
Current children cumulated vsize (KiB) 3664448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1215.6 s]
/proc/loadavg: 5.00 5.10 6.14 6/457 17358
/proc/meminfo: memFree=11111540/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=3732440 CPUtime=4800.14 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4202496 5339926 0 0 0 478616 1398 0 0 25 0 4 0 650530266 3822018560 831743 33554432000 4194304 4625164 140734677591760 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17303/statm: 933110 831743 342 106 0 928613 0
[pid=17303/tid=17305] ppid=17301 vsize=3732440 CPUtime=1209.65 cores=0,2,4,6
/proc/17303/task/17305/stat : 17305 (SArTagnan) R 17301 17303 16929 0 -1 4202560 423754 0 0 0 120715 250 0 0 25 0 4 0 650530269 3822018560 831748 33554432000 4194304 4625164 140734677591760 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17303/tid=17306] ppid=17301 vsize=3732440 CPUtime=1197.86 cores=0,2,4,6
/proc/17303/task/17306/stat : 17306 (SArTagnan) R 17301 17303 16929 0 -1 4202560 153885 0 0 0 119528 258 0 0 25 0 4 0 650530269 3822018560 831748 33554432000 4194304 4625164 140734677591760 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17303/tid=17307] ppid=17301 vsize=3732440 CPUtime=1200.27 cores=0,2,4,6
/proc/17303/task/17307/stat : 17307 (SArTagnan) R 17301 17303 16929 0 -1 4202560 3771348 0 0 0 119415 612 0 0 25 0 4 0 650530269 3822018560 831748 33554432000 4194304 4625164 140734677591760 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 3732440

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

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

[startup+1215.72 s]
/proc/loadavg: 5.00 5.10 6.14 6/457 17358
/proc/meminfo: memFree=11111540/32951124 swapFree=67111348/67111528
[pid=17303] ppid=17301 vsize=0 CPUtime=4800.27 cores=0,2,4,6
/proc/17303/stat : 17303 (SArTagnan) R 17301 17303 16929 0 -1 4203524 5339937 0 0 0 478619 1408 0 0 25 0 1 0 650530266 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17303/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1215.75
CPU time (s): 4800.3
CPU user time (s): 4786.19
CPU system time (s): 14.1079
CPU usage (%): 394.843
Max. virtual memory (cumulated for all children) (KiB): 3816168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.19
system time used= 14.1079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5339937
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= 4569
involuntary context switches= 18818

runsolver used 5.9341 second user time and 11.9852 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 23:25:41
IDJOB=3385877
IDBENCH=83157
IDSOLVER=1871
FILE ID=node144/3385877-1305581141
RUNJOBID= node144-1305577260-16947
PBS_JOBID= 13350220
Free space on /tmp= 73264 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x34.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385877-1305581141/watcher-3385877-1305581141 -o /tmp/evaluation-result-3385877-1305581141/solver-3385877-1305581141 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385877-1305581141.cnf -threads=4

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

MD5SUM BENCH= 1633295f58c28a5b4150be8640bdf9df
RANDOM SEED=1584586189

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13139584 kB
Buffers:        331188 kB
Cached:        4125384 kB
SwapCached:          0 kB
Active:       16569772 kB
Inactive:      2866320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13139584 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1372 kB
Writeback:           0 kB
AnonPages:    14978836 kB
Mapped:          38420 kB
Slab:           246232 kB
PageTables:      63928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 138250412 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= 73268 MiB
End job on node144 at 2011-05-16 23:45:59