Trace number 3280205

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.3 1202.23

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.9874
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

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-3280205-1304036535/watcher-3280205-1304036535 -o /tmp/evaluation-result-3280205-1304036535/solver-3280205-1304036535 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3280205-1304036535.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: 6.99 7.73 7.29 5/180 14678
/proc/meminfo: memFree=18141964/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=22604 CPUtime=0 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 1203 0 0 0 0 0 0 0 23 0 1 0 593884217 23146496 1140 33554432000 4194304 4623224 140734707614432 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14678/statm: 5651 1142 290 105 0 1155 0

[startup+0.0599531 s]
/proc/loadavg: 6.99 7.73 7.29 5/180 14678
/proc/meminfo: memFree=18141964/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=74304 CPUtime=0.05 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 7880 0 0 0 5 0 0 0 23 0 1 0 593884217 76087296 6145 33554432000 4194304 4623224 140734707614432 18446744073709551615 224284925696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14678/statm: 18576 6145 297 105 0 14080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 74304

[startup+0.100948 s]
/proc/loadavg: 6.99 7.73 7.29 5/180 14678
/proc/meminfo: memFree=18141964/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=76152 CPUtime=0.09 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 9347 0 0 0 9 0 0 0 23 0 1 0 593884217 77979648 6687 33554432000 4194304 4623224 140734707614432 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14678/statm: 19038 6687 297 105 0 14542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 76152

[startup+0.300912 s]
/proc/loadavg: 6.99 7.73 7.29 5/180 14678
/proc/meminfo: memFree=18141964/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=96756 CPUtime=0.29 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 18044 0 0 0 27 2 0 0 25 0 1 0 593884217 99078144 11755 33554432000 4194304 4623224 140734707614432 18446744073709551615 224284925696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14678/statm: 24189 11755 297 105 0 19693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96756

[startup+0.70081 s]
/proc/loadavg: 6.99 7.73 7.29 5/180 14678
/proc/meminfo: memFree=18141964/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=477376 CPUtime=1.22 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 62156 0 0 0 115 7 0 0 25 0 4 0 593884217 488833024 52744 33554432000 4194304 4623224 140734707614432 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 119344 52745 333 105 0 114848 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 477376

[startup+1.50068 s]
/proc/loadavg: 6.99 7.73 7.29 9/184 14682
/proc/meminfo: memFree=17928412/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=477376 CPUtime=4.42 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 69356 0 0 0 434 8 0 0 25 0 4 0 593884217 488833024 50986 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412610 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 119344 50986 335 105 0 114848 0
[pid=14678/tid=14680] ppid=14676 vsize=477376 CPUtime=0.96 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 3804 0 0 0 96 0 0 0 25 0 4 0 593884269 488833024 50987 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376536 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=477376 CPUtime=0.97 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 3902 0 0 0 97 0 0 0 25 0 4 0 593884269 488833024 50987 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=477376 CPUtime=0.97 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 4677 0 0 0 97 0 0 0 25 0 4 0 593884269 488833024 50987 33554432000 4194304 4623224 140734707614432 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 477376

[startup+3.10041 s]
/proc/loadavg: 6.99 7.73 7.29 9/184 14682
/proc/meminfo: memFree=17917376/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=477376 CPUtime=10.8 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 76336 0 0 0 1072 8 0 0 25 0 4 0 593884217 488833024 51562 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 119344 51562 335 105 0 114848 0
[pid=14678/tid=14680] ppid=14676 vsize=477376 CPUtime=2.55 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 3998 0 0 0 255 0 0 0 25 0 4 0 593884269 488833024 51562 33554432000 4194304 4623224 140734707614432 18446744073709551615 4462443 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=477376 CPUtime=2.57 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 3908 0 0 0 257 0 0 0 25 0 4 0 593884269 488833024 51562 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=477376 CPUtime=2.57 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 11456 0 0 0 256 1 0 0 25 0 4 0 593884269 488833024 51562 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 477376

[startup+6.30088 s]
/proc/loadavg: 7.23 7.76 7.31 9/184 14682
/proc/meminfo: memFree=17901376/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=477376 CPUtime=23.58 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 90599 0 0 0 2347 11 0 0 25 0 4 0 593884217 488833024 53005 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 119344 53005 335 105 0 114848 0
[pid=14678/tid=14680] ppid=14676 vsize=477376 CPUtime=5.74 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 5137 0 0 0 573 1 0 0 25 0 4 0 593884269 488833024 53005 33554432000 4194304 4623224 140734707614432 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=477376 CPUtime=5.76 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 5253 0 0 0 576 0 0 0 25 0 4 0 593884269 488833024 53005 33554432000 4194304 4623224 140734707614432 18446744073709551615 4317368 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=477376 CPUtime=5.77 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 23065 0 0 0 575 2 0 0 25 0 4 0 593884269 488833024 53005 33554432000 4194304 4623224 140734707614432 18446744073709551615 224284593154 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.58
Current children cumulated vsize (KiB) 477376

[startup+12.7008 s]
/proc/loadavg: 7.30 7.77 7.31 9/184 14682
/proc/meminfo: memFree=17832424/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=496104 CPUtime=49.15 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 147772 0 0 0 4895 20 0 0 25 0 4 0 593884217 508010496 62362 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412804 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 124026 62362 340 105 0 119530 0
[pid=14678/tid=14680] ppid=14676 vsize=496104 CPUtime=12.1 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 13156 0 0 0 1208 2 0 0 25 0 4 0 593884269 508010496 62362 33554432000 4194304 4623224 140734707614432 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=496104 CPUtime=12.17 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 33281 0 0 0 1212 5 0 0 25 0 4 0 593884269 508010496 62362 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=496104 CPUtime=12.17 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 43950 0 0 0 1212 5 0 0 25 0 4 0 593884269 508010496 62362 33554432000 4194304 4623224 140734707614432 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.15
Current children cumulated vsize (KiB) 496104

[startup+25.5007 s]
/proc/loadavg: 7.45 7.78 7.32 9/184 14682
/proc/meminfo: memFree=17705736/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=496104 CPUtime=100.28 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 199901 0 0 0 9998 30 0 0 25 0 4 0 593884217 508010496 77693 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 124026 77693 368 105 0 119530 0
[pid=14678/tid=14680] ppid=14676 vsize=496104 CPUtime=24.83 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 16778 0 0 0 2479 4 0 0 25 0 4 0 593884269 508010496 77693 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=496104 CPUtime=24.97 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 51879 0 0 0 2489 8 0 0 25 0 4 0 593884269 508010496 77693 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=496104 CPUtime=24.96 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 68409 0 0 0 2488 8 0 0 25 0 4 0 593884269 508010496 77693 33554432000 4194304 4623224 140734707614432 18446744073709551615 4552572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 496104

[startup+51.1004 s]
/proc/loadavg: 7.72 7.81 7.34 9/184 14684
/proc/meminfo: memFree=17540408/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=545420 CPUtime=202.53 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 262941 0 0 0 20211 42 0 0 25 0 4 0 593884217 558510080 98929 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 136355 98929 400 105 0 131859 0
[pid=14678/tid=14680] ppid=14676 vsize=545420 CPUtime=50.28 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 22841 0 0 0 5022 6 0 0 25 0 4 0 593884269 558510080 98929 33554432000 4194304 4623224 140734707614432 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=545420 CPUtime=50.56 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 75603 0 0 0 5045 11 0 0 25 0 4 0 593884269 558510080 98929 33554432000 4194304 4623224 140734707614432 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=545420 CPUtime=50.56 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 97830 0 0 0 5042 14 0 0 25 0 4 0 593884269 558510080 98929 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.53
Current children cumulated vsize (KiB) 545420

[startup+102.307 s]
/proc/loadavg: 8.00 7.87 7.39 9/184 14684
/proc/meminfo: memFree=17270676/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=702404 CPUtime=407.08 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 467971 0 0 0 40632 76 0 0 25 0 4 0 593884217 719261696 130694 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 175601 130694 335 105 0 171105 0
[pid=14678/tid=14680] ppid=14676 vsize=702404 CPUtime=101.21 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 42117 0 0 0 10109 12 0 0 25 0 4 0 593884269 719261696 130694 33554432000 4194304 4623224 140734707614432 18446744073709551615 4485126 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=702404 CPUtime=101.78 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 118089 0 0 0 10158 20 0 0 25 0 4 0 593884269 719261696 130694 33554432000 4194304 4623224 140734707614432 18446744073709551615 4465969 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=702404 CPUtime=101.77 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 227713 0 0 0 10145 32 0 0 25 0 4 0 593884269 719261696 130694 33554432000 4194304 4623224 140734707614432 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.08
Current children cumulated vsize (KiB) 702404

[startup+162.301 s]
/proc/loadavg: 8.11 7.92 7.43 9/184 14686
/proc/meminfo: memFree=16876624/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=1014980 CPUtime=646.73 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 694156 0 0 0 64556 117 0 0 25 0 4 0 593884217 1039339520 183222 33554432000 4194304 4623224 140734707614432 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 253745 183222 343 105 0 249249 0
[pid=14678/tid=14680] ppid=14676 vsize=1014980 CPUtime=160.9 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 68866 0 0 0 16067 23 0 0 25 0 4 0 593884269 1039339520 183222 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=1014980 CPUtime=161.77 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 144112 0 0 0 16153 24 0 0 25 0 4 0 593884269 1039339520 183222 33554432000 4194304 4623224 140734707614432 18446744073709551615 4317259 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=1014980 CPUtime=161.75 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 375051 0 0 0 16122 53 0 0 25 0 4 0 593884269 1039339520 183222 33554432000 4194304 4623224 140734707614432 18446744073709551615 4552689 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.73
Current children cumulated vsize (KiB) 1014980

[startup+222.301 s]
/proc/loadavg: 8.11 7.95 7.47 9/184 14688
/proc/meminfo: memFree=16491712/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=1169716 CPUtime=886.42 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 894092 0 0 0 88486 156 0 0 25 0 4 0 593884217 1197789184 234252 33554432000 4194304 4623224 140734707614432 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 292429 234252 344 105 0 287933 0
[pid=14678/tid=14680] ppid=14676 vsize=1169716 CPUtime=220.57 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 95171 0 0 0 22023 34 0 0 25 0 4 0 593884269 1197789184 234252 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=1169716 CPUtime=221.77 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 176513 0 0 0 22146 31 0 0 25 0 4 0 593884269 1197789184 234252 33554432000 4194304 4623224 140734707614432 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=1169716 CPUtime=221.76 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 485448 0 0 0 22108 68 0 0 25 0 4 0 593884269 1197789184 234252 33554432000 4194304 4623224 140734707614432 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 886.42
Current children cumulated vsize (KiB) 1169716

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.16 8.10 7.72 9/184 14700
/proc/meminfo: memFree=14786180/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=2288576 CPUtime=2803.68 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 1948810 0 0 0 280032 336 0 0 25 0 4 0 593884217 2343501824 479073 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 572144 479073 453 105 0 567648 0
[pid=14678/tid=14680] ppid=14676 vsize=2288576 CPUtime=697.85 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 151829 0 0 0 69738 47 0 0 25 0 4 0 593884269 2343501824 479073 33554432000 4194304 4623224 140734707614432 18446744073709551615 4289781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=2288576 CPUtime=701.73 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 273090 0 0 0 70120 53 0 0 25 0 4 0 593884269 2343501824 479073 33554432000 4194304 4623224 140734707614432 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=2288576 CPUtime=701.76 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 994836 0 0 0 70025 151 0 0 25 0 4 0 593884269 2343501824 479073 33554432000 4194304 4623224 140734707614432 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2803.68
Current children cumulated vsize (KiB) 2288576

[startup+762.307 s]
/proc/loadavg: 8.15 8.11 7.75 9/184 14702
/proc/meminfo: memFree=14419984/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=2638640 CPUtime=3043.33 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 2270012 0 0 0 303942 391 0 0 25 0 4 0 593884217 2701967360 546061 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 659660 546061 347 105 0 655164 0
[pid=14678/tid=14680] ppid=14676 vsize=2638640 CPUtime=757.52 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 171309 0 0 0 75692 60 0 0 25 0 4 0 593884269 2701967360 546061 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=2638640 CPUtime=761.72 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 285070 0 0 0 76114 58 0 0 25 0 4 0 593884269 2701967360 546061 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=2638640 CPUtime=761.75 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 1108628 0 0 0 76008 167 0 0 25 0 4 0 593884269 2701967360 546061 33554432000 4194304 4623224 140734707614432 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3043.33
Current children cumulated vsize (KiB) 2638640

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 7.77 9/184 14704
/proc/meminfo: memFree=14113192/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=2797696 CPUtime=3282.99 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 2592599 0 0 0 327852 447 0 0 25 0 4 0 593884217 2864840704 598477 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 699424 598477 345 105 0 694928 0
[pid=14678/tid=14680] ppid=14676 vsize=2797696 CPUtime=817.19 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 171880 0 0 0 81659 60 0 0 25 0 4 0 593884269 2864840704 598477 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=2797696 CPUtime=821.72 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 301502 0 0 0 82107 65 0 0 25 0 4 0 593884269 2864840704 598477 33554432000 4194304 4623224 140734707614432 18446744073709551615 4316634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=2797696 CPUtime=821.75 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 1379862 0 0 0 81965 210 0 0 25 0 4 0 593884269 2864840704 598477 33554432000 4194304 4623224 140734707614432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3282.99
Current children cumulated vsize (KiB) 2797696

[startup+882.301 s]
/proc/loadavg: 8.16 8.13 7.79 9/184 14706
/proc/meminfo: memFree=13828836/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=2970532 CPUtime=3522.67 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 2887180 0 0 0 351768 499 0 0 25 0 4 0 593884217 3041824768 638454 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 742633 638454 345 105 0 738137 0
[pid=14678/tid=14680] ppid=14676 vsize=2970532 CPUtime=876.86 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 172143 0 0 0 87626 60 0 0 25 0 4 0 593884269 3041824768 638454 33554432000 4194304 4623224 140734707614432 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=2970532 CPUtime=881.72 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 309297 0 0 0 88104 68 0 0 25 0 4 0 593884269 3041824768 638454 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=2970532 CPUtime=881.75 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 1606519 0 0 0 87931 244 0 0 25 0 4 0 593884269 3041824768 638454 33554432000 4194304 4623224 140734707614432 18446744073709551615 4363781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.67
Current children cumulated vsize (KiB) 2970532

[startup+942.301 s]
/proc/loadavg: 8.14 8.13 7.82 9/184 14706
/proc/meminfo: memFree=13588012/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=3064668 CPUtime=3762.34 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 3132773 0 0 0 375692 542 0 0 25 0 4 0 593884217 3138220032 662741 33554432000 4194304 4623224 140734707614432 18446744073709551615 224284587041 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 766167 662741 345 105 0 761671 0
[pid=14678/tid=14680] ppid=14676 vsize=3064668 CPUtime=936.54 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 172494 0 0 0 93594 60 0 0 25 0 4 0 593884269 3138220032 662742 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=3064668 CPUtime=941.72 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 309665 0 0 0 94104 68 0 0 25 0 4 0 593884269 3138220032 662743 33554432000 4194304 4623224 140734707614432 18446744073709551615 4486219 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=3064668 CPUtime=941.75 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 1782306 0 0 0 93899 276 0 0 25 0 4 0 593884269 3138220032 662744 33554432000 4194304 4623224 140734707614432 18446744073709551615 4289833 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.34
Current children cumulated vsize (KiB) 3064668

[startup+1002.3 s]
/proc/loadavg: 8.12 8.13 7.83 10/184 14710
/proc/meminfo: memFree=13265340/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=3502832 CPUtime=4001.99 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 3602927 0 0 0 399585 614 0 0 25 0 4 0 593884217 3586899968 697015 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510113 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 875708 697015 345 105 0 871212 0
[pid=14678/tid=14680] ppid=14676 vsize=3502832 CPUtime=996.22 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 188836 0 0 0 99559 63 0 0 25 0 4 0 593884269 3586899968 697015 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=3502832 CPUtime=1001.72 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 326032 0 0 0 100102 70 0 0 25 0 4 0 593884269 3586899968 697015 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=3502832 CPUtime=1001.74 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 2032039 0 0 0 99855 319 0 0 25 0 4 0 593884269 3586899968 697015 33554432000 4194304 4623224 140734707614432 18446744073709551615 4363935 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4001.99
Current children cumulated vsize (KiB) 3502832

[startup+1062.3 s]
/proc/loadavg: 8.34 8.21 7.88 9/184 14713
/proc/meminfo: memFree=12862728/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=3535556 CPUtime=4241.67 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 3867563 0 0 0 423512 655 0 0 25 0 4 0 593884217 3620409344 717197 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 883889 717197 345 105 0 879393 0
[pid=14678/tid=14680] ppid=14676 vsize=3535556 CPUtime=1055.89 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 189273 0 0 0 105526 63 0 0 25 0 4 0 593884269 3620409344 717197 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357966 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=3535556 CPUtime=1061.73 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 326441 0 0 0 106102 71 0 0 25 0 4 0 593884269 3620409344 717197 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=3535556 CPUtime=1061.73 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 2280372 0 0 0 105816 357 0 0 25 0 4 0 593884269 3620409344 717197 33554432000 4194304 4623224 140734707614432 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.67
Current children cumulated vsize (KiB) 3535556

[startup+1122.3 s]
/proc/loadavg: 8.23 8.20 7.89 9/184 14715
/proc/meminfo: memFree=12674988/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=3672740 CPUtime=4481.34 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 4117218 0 0 0 447441 693 0 0 25 0 4 0 593884217 3760885760 741364 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510627 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 918185 741364 345 105 0 913689 0
[pid=14678/tid=14680] ppid=14676 vsize=3672740 CPUtime=1115.56 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 189491 0 0 0 111493 63 0 0 25 0 4 0 593884269 3760885760 741364 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=3672740 CPUtime=1121.73 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 326682 0 0 0 112102 71 0 0 25 0 4 0 593884269 3760885760 741364 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=3672740 CPUtime=1121.74 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 2510947 0 0 0 111782 392 0 0 25 0 4 0 593884269 3760885760 741364 33554432000 4194304 4623224 140734707614432 18446744073709551615 4552683 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.34
Current children cumulated vsize (KiB) 3672740

[startup+1182.3 s]
/proc/loadavg: 8.26 8.20 7.91 5/179 14718
/proc/meminfo: memFree=15384776/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=3680528 CPUtime=4721.02 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 4208181 0 0 0 471392 710 0 0 25 0 4 0 593884217 3768860672 764795 33554432000 4194304 4623224 140734707614432 18446744073709551615 4509955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 920132 764795 345 105 0 915636 0
[pid=14678/tid=14680] ppid=14676 vsize=3680528 CPUtime=1175.24 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 189645 0 0 0 117461 63 0 0 25 0 4 0 593884269 3768860672 764795 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=3680528 CPUtime=1181.73 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 326839 0 0 0 118102 71 0 0 25 0 4 0 593884269 3768860672 764796 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=3680528 CPUtime=1181.74 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 2580857 0 0 0 117772 402 0 0 25 0 4 0 593884269 3768860672 764796 33554432000 4194304 4623224 140734707614432 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.02
Current children cumulated vsize (KiB) 3680528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 7.05 7.93 7.83 5/175 14735
/proc/meminfo: memFree=15386976/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=3680528 CPUtime=4800.15 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) R 14676 14678 13846 0 -1 4202496 4282429 0 0 0 479289 726 0 0 25 0 4 0 593884217 3768860672 768924 33554432000 4194304 4623224 140734707614432 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 920132 768924 345 105 0 915636 0
[pid=14678/tid=14680] ppid=14676 vsize=3680528 CPUtime=1194.95 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4202560 189721 0 0 0 119432 63 0 0 25 0 4 0 593884269 3768860672 768924 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14678/tid=14681] ppid=14676 vsize=3680528 CPUtime=1201.53 cores=0,2,4,6
/proc/14678/task/14681/stat : 14681 (SArTagnan) R 14676 14678 13846 0 -1 4202560 326891 0 0 0 120082 71 0 0 25 0 4 0 593884269 3768860672 768924 33554432000 4194304 4623224 140734707614432 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14678/tid=14682] ppid=14676 vsize=3680528 CPUtime=1201.54 cores=0,2,4,6
/proc/14678/task/14682/stat : 14682 (SArTagnan) R 14676 14678 13846 0 -1 4202560 2649661 0 0 0 119741 413 0 0 25 0 4 0 593884269 3768860672 768924 33554432000 4194304 4623224 140734707614432 18446744073709551615 4555024 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 3680528

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

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

[startup+1202.21 s]
/proc/loadavg: 7.05 7.93 7.83 2/174 14736
/proc/meminfo: memFree=17924512/32951124 swapFree=67110396/67111528
[pid=14678] ppid=14676 vsize=0 CPUtime=4800.27 cores=0,2,4,6
/proc/14678/stat : 14678 (SArTagnan) Z 14676 14678 13846 0 -1 4203548 4282429 0 0 0 479291 736 0 0 25 0 2 0 593884217 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14678/statm: 0 0 0 0 0 0 0
[pid=14678/tid=14680] ppid=14676 vsize=0 CPUtime=1195.05 cores=0,2,4,6
/proc/14678/task/14680/stat : 14680 (SArTagnan) R 14676 14678 13846 0 -1 4203588 189721 0 0 0 119432 73 0 0 25 0 2 0 593884269 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 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): 1202.23
CPU time (s): 4800.3
CPU user time (s): 4792.92
CPU system time (s): 7.38288
CPU usage (%): 399.282
Max. virtual memory (cumulated for all children) (KiB): 4032384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.92
system time used= 7.38288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4282429
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= 14200
involuntary context switches= 17632

runsolver used 1.93271 second user time and 4.5813 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 02:22:16
IDJOB=3280205
IDBENCH=20352
IDSOLVER=1656
FILE ID=node118/3280205-1304036535
RUNJOBID= node118-1304036511-14625
PBS_JOBID= 13170334
Free space on /tmp= 71572 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280205-1304036535/watcher-3280205-1304036535 -o /tmp/evaluation-result-3280205-1304036535/solver-3280205-1304036535 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3280205-1304036535.cnf -threads=4

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

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED=1278455650

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18142120 kB
Buffers:       1897544 kB
Cached:       12007972 kB
SwapCached:        600 kB
Active:        9719668 kB
Inactive:      4553188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18142120 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           48572 kB
Writeback:           0 kB
AnonPages:      365736 kB
Mapped:          15540 kB
Slab:           472080 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   624560 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= 71596 MiB
End job on node118 at 2011-04-29 02:42:20