Trace number 3261679

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
priss Auto? (TO) 4800.24 1201.82

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-29-sat.cnf
MD5SUM89115b5a973735d51018fb3202154f32
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of clauses3270
Sum of the clauses size12615
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23045
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 31463
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 1016us
0.00/0.00	c parsed 3270 clauses with 435 variables
0.00/0.00	c NW started thread 0 successfully (1092483392)
0.00/0.00	c NW started thread 1 successfully (1102973248)
0.00/0.00	c NW started thread 2 successfully (1115347264)
0.00/0.00	c NW started thread 3 successfully (1125837120)
0.00/0.80	c preprocessor returned 10020 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 792284us (0s)
0.00/0.80	c preprocessor returned 10020 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 793198us (0s)
0.00/0.80	c preprocessor returned 10020 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 795392us (0s)
42.69/10.75	c preprocessor returned 30075 variables
42.69/10.75	c preprocessing returned UNKNOWN
42.69/10.75	c PP set 0 variables
42.69/10.75	c pp time: 10748806us (10s)

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-3261679-1304058852/watcher-3261679-1304058852 -o /tmp/evaluation-result-3261679-1304058852/solver-3261679-1304058852 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3261679-1304058852.cnf 859880604 4800 15500 4 

running on 4 cores: 1,3,5,7

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: 5.75 5.07 6.47 5/182 31462
/proc/meminfo: memFree=27692188/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0

[startup+0.0575831 s]
/proc/loadavg: 5.75 5.07 6.47 5/182 31462
/proc/meminfo: memFree=27692188/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.72427 s]
/proc/loadavg: 5.75 5.07 6.47 5/182 31462
/proc/meminfo: memFree=27692188/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.82425 s]
/proc/loadavg: 5.75 5.07 6.47 5/182 31462
/proc/meminfo: memFree=27692188/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.92423 s]
/proc/loadavg: 5.75 5.07 6.47 5/182 31462
/proc/meminfo: memFree=27692188/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+2.02421 s]
/proc/loadavg: 5.75 5.07 6.47 5/182 31462
/proc/meminfo: memFree=27692188/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+3.10102 s]
/proc/loadavg: 6.01 5.13 6.48 9/188 31468
/proc/meminfo: memFree=27658196/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=275436 CPUtime=12.35 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 9119 0 0 0 1229 6 0 0 25 0 5 0 517482965 282046464 8127 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 68859 8127 404 389 0 64609 0
[pid=31463/tid=31464] ppid=31462 vsize=275436 CPUtime=3.08 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 1144 0 0 0 307 1 0 0 21 0 5 0 517482965 282046464 8127 33554432000 4194304 5787044 140733316038272 18446744073709551615 4217280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=275436 CPUtime=3.06 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 2143 0 0 0 305 1 0 0 22 0 5 0 517482965 282046464 8127 33554432000 4194304 5787044 140733316038272 18446744073709551615 4238741 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=275436 CPUtime=3.08 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 2199 0 0 0 306 2 0 0 25 0 5 0 517482965 282046464 8127 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=275436 CPUtime=3.08 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 2119 0 0 0 308 0 0 0 25 0 5 0 517482965 282046464 8127 33554432000 4194304 5787044 140733316038272 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 284136

[startup+6.30044 s]
/proc/loadavg: 6.01 5.13 6.48 9/188 31468
/proc/meminfo: memFree=27639348/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=282348 CPUtime=25.12 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 12058 0 0 0 2504 8 0 0 25 0 5 0 517482965 289124352 11066 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 70587 11066 404 389 0 66337 0
[pid=31463/tid=31464] ppid=31462 vsize=282348 CPUtime=6.28 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 2840 0 0 0 626 2 0 0 25 0 5 0 517482965 289124352 11066 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=282348 CPUtime=6.24 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 2651 0 0 0 622 2 0 0 25 0 5 0 517482965 289124352 11066 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=282348 CPUtime=6.28 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 2934 0 0 0 625 3 0 0 25 0 5 0 517482965 289124352 11066 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=282348 CPUtime=6.28 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 2119 0 0 0 628 0 0 0 25 0 5 0 517482965 289124352 11066 33554432000 4194304 5787044 140733316038272 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291048

[startup+12.7013 s]
/proc/loadavg: 6.39 5.25 6.50 9/188 31468
/proc/meminfo: memFree=27605016/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=290320 CPUtime=50.68 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 18079 0 0 0 5055 13 0 0 25 0 5 0 517482965 297287680 16109 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 72580 16109 417 389 0 68330 0
[pid=31463/tid=31464] ppid=31462 vsize=290320 CPUtime=12.68 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 4812 0 0 0 1265 3 0 0 25 0 5 0 517482965 297287680 16109 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=290320 CPUtime=12.61 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 3806 0 0 0 1257 4 0 0 25 0 5 0 517482965 297287680 16109 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591044 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=290320 CPUtime=12.68 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 3630 0 0 0 1264 4 0 0 25 0 5 0 517482965 297287680 16109 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=290320 CPUtime=12.68 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 4317 0 0 0 1267 1 0 0 25 0 5 0 517482965 297287680 16109 33554432000 4194304 5787044 140733316038272 18446744073709551615 4234944 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 299020

[startup+25.501 s]
/proc/loadavg: 6.64 5.34 6.52 9/188 31468
/proc/meminfo: memFree=27568832/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=302520 CPUtime=101.79 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 25590 0 0 0 10154 25 0 0 25 0 5 0 517482965 309780480 23432 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 75630 23432 417 389 0 71380 0
[pid=31463/tid=31464] ppid=31462 vsize=302520 CPUtime=25.47 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 7277 0 0 0 2541 6 0 0 25 0 5 0 517482965 309780480 23432 33554432000 4194304 5787044 140733316038272 18446744073709551615 218905836063 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=302520 CPUtime=25.33 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 5056 0 0 0 2526 7 0 0 25 0 5 0 517482965 309780480 23432 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=302520 CPUtime=25.48 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 4729 0 0 0 2541 7 0 0 25 0 5 0 517482965 309780480 23432 33554432000 4194304 5787044 140733316038272 18446744073709551615 4218869 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=302520 CPUtime=25.48 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 7014 0 0 0 2544 4 0 0 25 0 5 0 517482965 309780480 23432 33554432000 4194304 5787044 140733316038272 18446744073709551615 5549536 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 311220

[startup+51.1073 s]
/proc/loadavg: 7.10 5.55 6.56 9/188 31469
/proc/meminfo: memFree=27495144/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=318384 CPUtime=204.05 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 35068 0 0 0 20367 38 0 0 25 0 5 0 517482965 326025216 32717 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 79596 32717 417 389 0 75346 0
[pid=31463/tid=31464] ppid=31462 vsize=318384 CPUtime=51.07 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 10054 0 0 0 5097 10 0 0 25 0 5 0 517482965 326025216 32717 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=318384 CPUtime=50.79 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 7556 0 0 0 5070 9 0 0 25 0 5 0 517482965 326025216 32717 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=318384 CPUtime=51.08 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 6671 0 0 0 5098 10 0 0 25 0 5 0 517482965 326025216 32717 33554432000 4194304 5787044 140733316038272 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=318384 CPUtime=51.07 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 9273 0 0 0 5100 7 0 0 25 0 5 0 517482965 326025216 32717 33554432000 4194304 5787044 140733316038272 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 327084

[startup+102.301 s]
/proc/loadavg: 7.61 5.92 6.63 9/188 31471
/proc/meminfo: memFree=27407548/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=349292 CPUtime=408.5 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 50781 0 0 0 40793 57 0 0 25 0 5 0 517482965 357675008 48139 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 87323 48139 417 389 0 83073 0
[pid=31463/tid=31464] ppid=31462 vsize=349292 CPUtime=102.26 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 13727 0 0 0 10210 16 0 0 25 0 5 0 517482965 357675008 48139 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=349292 CPUtime=101.69 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 11761 0 0 0 10157 12 0 0 25 0 5 0 517482965 357675008 48139 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=349292 CPUtime=102.25 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 10354 0 0 0 10211 14 0 0 18 0 5 0 517482965 357675008 48139 33554432000 4194304 5787044 140733316038272 18446744073709551615 218905388818 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=349292 CPUtime=102.26 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 13425 0 0 0 10213 13 0 0 25 0 5 0 517482965 357675008 48139 33554432000 4194304 5787044 140733316038272 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 357992

[startup+162.301 s]
/proc/loadavg: 7.87 6.33 6.72 9/188 31472
/proc/meminfo: memFree=27337576/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0

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

/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 28147 0 0 0 81804 41 0 0 25 0 5 0 517482965 691015680 113129 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=674820 CPUtime=821.44 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 26711 0 0 0 82111 33 0 0 25 0 5 0 517482965 691015680 113129 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=674820 CPUtime=822.18 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 35619 0 0 0 82183 35 0 0 25 0 5 0 517482965 691015680 113129 33554432000 4194304 5787044 140733316038272 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.29
Current children cumulated vsize (KiB) 683520

[startup+882.301 s]
/proc/loadavg: 8.19 7.96 7.46 9/188 31491
/proc/meminfo: memFree=26910392/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=676764 CPUtime=3523.97 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 119913 0 0 0 352243 154 0 0 25 0 5 0 517482965 693006336 114801 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 169191 114801 417 389 0 164941 0
[pid=31463/tid=31464] ppid=31462 vsize=676764 CPUtime=882.07 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 26263 0 0 0 88168 39 0 0 25 0 5 0 517482965 693006336 114801 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=676764 CPUtime=878.45 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 28183 0 0 0 87803 42 0 0 25 0 5 0 517482965 693006336 114801 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=676764 CPUtime=881.23 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 27079 0 0 0 88090 33 0 0 25 0 5 0 517482965 693006336 114801 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=676764 CPUtime=882.18 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 36874 0 0 0 88180 38 0 0 25 0 5 0 517482965 693006336 114801 33554432000 4194304 5787044 140733316038272 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.97
Current children cumulated vsize (KiB) 685464

[startup+942.301 s]
/proc/loadavg: 8.17 8.00 7.50 9/188 31493
/proc/meminfo: memFree=26874388/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=687764 CPUtime=3763.64 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 125232 0 0 0 376204 160 0 0 25 0 5 0 517482965 704270336 120120 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 171941 120120 417 389 0 167691 0
[pid=31463/tid=31464] ppid=31462 vsize=687764 CPUtime=941.74 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 27127 0 0 0 94134 40 0 0 25 0 5 0 517482965 704270336 120120 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=687764 CPUtime=938.45 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 28388 0 0 0 93803 42 0 0 25 0 5 0 517482965 704270336 120120 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=687764 CPUtime=941.23 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 28760 0 0 0 94089 34 0 0 25 0 5 0 517482965 704270336 120120 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=687764 CPUtime=942.18 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 39443 0 0 0 94175 43 0 0 25 0 5 0 517482965 704270336 120120 33554432000 4194304 5787044 140733316038272 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.64
Current children cumulated vsize (KiB) 696464

[startup+1002.3 s]
/proc/loadavg: 8.13 8.01 7.53 9/188 31495
/proc/meminfo: memFree=26829344/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=701676 CPUtime=4003.31 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 133590 0 0 0 400162 169 0 0 25 0 5 0 517482965 718516224 127453 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 175419 127453 417 389 0 171169 0
[pid=31463/tid=31464] ppid=31462 vsize=701676 CPUtime=1001.41 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 30015 0 0 0 100097 44 0 0 25 0 5 0 517482965 718516224 127453 33554432000 4194304 5787044 140733316038272 18446744073709551615 4228460 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=701676 CPUtime=998.45 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 29859 0 0 0 99803 42 0 0 25 0 5 0 517482965 718516224 127453 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=701676 CPUtime=1001.23 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 30277 0 0 0 100089 34 0 0 25 0 5 0 517482965 718516224 127453 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=701676 CPUtime=1002.19 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 41925 0 0 0 100172 47 0 0 25 0 5 0 517482965 718516224 127453 33554432000 4194304 5787044 140733316038272 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.31
Current children cumulated vsize (KiB) 710376

[startup+1062.3 s]
/proc/loadavg: 8.09 8.02 7.56 9/188 31496
/proc/meminfo: memFree=26771764/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=704444 CPUtime=4242.99 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 140211 0 0 0 424121 178 0 0 25 0 5 0 517482965 721350656 134074 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 176111 134074 417 389 0 171861 0
[pid=31463/tid=31464] ppid=31462 vsize=704444 CPUtime=1061.08 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 32810 0 0 0 106061 47 0 0 25 0 5 0 517482965 721350656 134074 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=704444 CPUtime=1058.45 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 31616 0 0 0 105800 45 0 0 25 0 5 0 517482965 721350656 134074 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=704444 CPUtime=1061.23 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 30969 0 0 0 106088 35 0 0 25 0 5 0 517482965 721350656 134074 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=704444 CPUtime=1062.19 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 43302 0 0 0 106169 50 0 0 25 0 5 0 517482965 721350656 134074 33554432000 4194304 5787044 140733316038272 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.99
Current children cumulated vsize (KiB) 713144

[startup+1122.3 s]
/proc/loadavg: 8.09 8.03 7.59 9/188 31498
/proc/meminfo: memFree=26713812/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=725632 CPUtime=4482.65 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 150345 0 0 0 448078 187 0 0 25 0 5 0 517482965 743047168 142158 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 181408 142158 417 389 0 177158 0
[pid=31463/tid=31464] ppid=31462 vsize=725632 CPUtime=1120.99 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 35597 0 0 0 112049 50 0 0 25 0 5 0 517482965 743047168 142158 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=725632 CPUtime=1118.45 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 34130 0 0 0 111798 47 0 0 25 0 5 0 517482965 743047168 142158 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=725632 CPUtime=1121 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 34146 0 0 0 112064 36 0 0 25 0 5 0 517482965 743047168 142158 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=725632 CPUtime=1122.18 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 44958 0 0 0 112166 52 0 0 25 0 5 0 517482965 743047168 142158 33554432000 4194304 5787044 140733316038272 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.65
Current children cumulated vsize (KiB) 734332

[startup+1182.3 s]
/proc/loadavg: 8.07 8.04 7.62 9/188 31532
/proc/meminfo: memFree=27159348/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=734864 CPUtime=4722.32 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 157283 0 0 0 472038 194 0 0 25 0 5 0 517482965 752500736 148071 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 183716 148071 417 389 0 179466 0
[pid=31463/tid=31464] ppid=31462 vsize=734864 CPUtime=1181 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 38280 0 0 0 118047 53 0 0 25 0 5 0 517482965 752500736 148071 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=734864 CPUtime=1178.44 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 35579 0 0 0 117794 50 0 0 25 0 5 0 517482965 752500736 148071 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=734864 CPUtime=1180.66 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 35080 0 0 0 118030 36 0 0 25 0 5 0 517482965 752500736 148071 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=734864 CPUtime=1182.19 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 46830 0 0 0 118165 54 0 0 25 0 5 0 517482965 752500736 148071 33554432000 4194304 5787044 140733316038272 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 743564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.05 8.03 7.63 9/188 31533
/proc/meminfo: memFree=27135836/32951124 swapFree=67111356/67111528
[pid=31462] ppid=31460 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31462/stat : 31462 (prissAuto.sh) S 31460 31462 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517482964 8908800 252 33554432000 4194304 4922060 140737142995072 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31462/statm: 2175 252 211 178 0 68 0
[pid=31463] ppid=31462 vsize=734864 CPUtime=4800.24 cores=1,3,5,7
/proc/31463/stat : 31463 (priss) S 31462 31462 30345 0 -1 4202496 158513 0 0 0 479828 196 0 0 25 0 5 0 517482965 752500736 149301 33554432000 4194304 5787044 140733316038272 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31463/statm: 183716 149301 417 389 0 179466 0
[pid=31463/tid=31464] ppid=31462 vsize=734864 CPUtime=1200.5 cores=1,3,5,7
/proc/31463/task/31464/stat : 31464 (priss) R 31462 31462 30345 0 -1 4202560 38760 0 0 0 119997 53 0 0 25 0 5 0 517482965 752500736 149301 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31463/tid=31465] ppid=31462 vsize=734864 CPUtime=1197.95 cores=1,3,5,7
/proc/31463/task/31465/stat : 31465 (priss) R 31462 31462 30345 0 -1 4202560 36156 0 0 0 119744 51 0 0 25 0 5 0 517482965 752500736 149301 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31463/tid=31467] ppid=31462 vsize=734864 CPUtime=1200.05 cores=1,3,5,7
/proc/31463/task/31467/stat : 31467 (priss) R 31462 31462 30345 0 -1 4202560 35080 0 0 0 119969 36 0 0 25 0 5 0 517482965 752500736 149301 33554432000 4194304 5787044 140733316038272 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31463/tid=31468] ppid=31462 vsize=734864 CPUtime=1201.69 cores=1,3,5,7
/proc/31463/task/31468/stat : 31468 (priss) R 31462 31462 30345 0 -1 4202560 47003 0 0 0 120115 54 0 0 25 0 5 0 517482965 752500736 149301 33554432000 4194304 5787044 140733316038272 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 743564

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31462 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.24
CPU user time (s): 4798.28
CPU system time (s): 1.96
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 743564

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

runsolver used 1.51077 second user time and 5.05423 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 08:34:13
IDJOB=3261679
IDBENCH=83238
IDSOLVER=1602
FILE ID=node137/3261679-1304058852
RUNJOBID= node137-1304058816-31309
PBS_JOBID= 13170416
Free space on /tmp= 71620 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-29-sat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261679-1304058852/watcher-3261679-1304058852 -o /tmp/evaluation-result-3261679-1304058852/solver-3261679-1304058852 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3261679-1304058852.cnf 859880604 4800 15500 4

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

MD5SUM BENCH= 89115b5a973735d51018fb3202154f32
RANDOM SEED=859880604

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27692344 kB
Buffers:        898780 kB
Cached:        3714568 kB
SwapCached:         56 kB
Active:         383012 kB
Inactive:      4410236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27692344 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1704 kB
Writeback:           0 kB
AnonPages:      179224 kB
Mapped:          15576 kB
Slab:           401700 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   366640 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= 71616 MiB
End job on node137 at 2011-04-29 08:54:16