Trace number 3261459

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.02 1201.72

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-27-sat.cnf
MD5SUM9c54c57be5bec760a361df7b3a13ea07
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of clauses2653
Sum of the clauses size10206
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22457
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

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: 31366
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 835us
0.00/0.00	c parsed 2653 clauses with 378 variables
0.00/0.00	c NW started thread 0 successfully (1091569984)
0.00/0.00	c NW started thread 1 successfully (1115412800)
0.00/0.00	c NW started thread 2 successfully (1125902656)
0.00/0.00	c NW started thread 3 successfully (1102059840)
0.00/0.73	c preprocessor returned 10017 variables
0.00/0.73	c preprocessing returned UNKNOWN
0.00/0.73	c preprocessor returned 10017 variables
0.00/0.73	c preprocessing returned UNKNOWN
0.00/0.73	c PP set 0 variables
0.00/0.73	c pp time: 722342c PP set 0 variables
0.00/0.73	c pp time: 723208us (0s)
0.00/0.73	us (0s)
0.00/0.73	c preprocessor returned 10017 variables
0.00/0.73	c preprocessing returned UNKNOWN
0.00/0.73	c PP set 0 variables
0.00/0.73	c pp time: 723924us (0s)
31.11/7.88	c preprocessor returned 30018 variables
31.11/7.88	c preprocessing returned UNKNOWN
31.11/7.88	c PP set 0 variables
31.11/7.88	c pp time: 7878582us (7s)

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.81 4.69 6.41 5/182 31365
/proc/meminfo: memFree=27790668/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0

[startup+0.726624 s]
/proc/loadavg: 3.81 4.69 6.41 5/182 31365
/proc/meminfo: memFree=27790668/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.800953 s]
/proc/loadavg: 3.81 4.69 6.41 5/182 31365
/proc/meminfo: memFree=27790668/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900933 s]
/proc/loadavg: 3.81 4.69 6.41 5/182 31365
/proc/meminfo: memFree=27790668/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00091 s]
/proc/loadavg: 3.81 4.69 6.41 5/182 31365
/proc/meminfo: memFree=27790668/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 3.81 4.69 6.41 5/182 31365
/proc/meminfo: memFree=27790668/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10054 s]
/proc/loadavg: 4.15 4.74 6.41 9/188 31371
/proc/meminfo: memFree=27749692/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=272964 CPUtime=12.34 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 10540 0 0 0 1231 3 0 0 18 0 5 0 517479519 279515136 8618 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 68241 8618 404 389 0 63991 0
[pid=31366/tid=31368] ppid=31365 vsize=272964 CPUtime=3.08 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 2283 0 0 0 307 1 0 0 20 0 5 0 517479520 279515136 8618 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=272964 CPUtime=3.07 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 2314 0 0 0 306 1 0 0 25 0 5 0 517479520 279515136 8618 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=272964 CPUtime=3.08 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 2372 0 0 0 308 0 0 0 22 0 5 0 517479520 279515136 8618 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591007 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=272964 CPUtime=3.08 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 2060 0 0 0 308 0 0 0 25 0 5 0 517479520 279515136 8618 33554432000 4194304 5787044 140733447540304 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 281664

[startup+6.30096 s]
/proc/loadavg: 4.15 4.74 6.41 9/188 31371
/proc/meminfo: memFree=27729616/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=277064 CPUtime=25.11 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 14042 0 0 0 2506 5 0 0 18 0 5 0 517479519 283713536 12117 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 69266 12117 404 389 0 65016 0
[pid=31366/tid=31368] ppid=31365 vsize=277064 CPUtime=6.28 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 3117 0 0 0 626 2 0 0 21 0 5 0 517479520 283713536 12117 33554432000 4194304 5787044 140733447540304 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=277064 CPUtime=6.24 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 4244 0 0 0 623 1 0 0 21 0 5 0 517479520 283713536 12117 33554432000 4194304 5787044 140733447540304 18446744073709551615 4238719 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=277064 CPUtime=6.28 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 3110 0 0 0 627 1 0 0 25 0 5 0 517479520 283713536 12117 33554432000 4194304 5787044 140733447540304 18446744073709551615 4238745 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=277064 CPUtime=6.28 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 2060 0 0 0 628 0 0 0 25 0 5 0 517479520 283713536 12117 33554432000 4194304 5787044 140733447540304 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 285764

[startup+12.7008 s]
/proc/loadavg: 4.74 4.85 6.43 9/188 31371
/proc/meminfo: memFree=27699624/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=288880 CPUtime=50.69 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 19906 0 0 0 5059 10 0 0 18 0 5 0 517479519 295813120 17274 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 72220 17274 417 389 0 67970 0
[pid=31366/tid=31368] ppid=31365 vsize=288880 CPUtime=12.68 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 3900 0 0 0 1266 2 0 0 25 0 5 0 517479520 295813120 17274 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=288880 CPUtime=12.61 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 4944 0 0 0 1259 2 0 0 25 0 5 0 517479520 295813120 17274 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=288880 CPUtime=12.68 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 3908 0 0 0 1266 2 0 0 25 0 5 0 517479520 295813120 17274 33554432000 4194304 5787044 140733447540304 18446744073709551615 4228046 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=288880 CPUtime=12.68 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 5643 0 0 0 1267 1 0 0 25 0 5 0 517479520 295813120 17274 33554432000 4194304 5787044 140733447540304 18446744073709551615 5527508 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 297580

[startup+25.5005 s]
/proc/loadavg: 5.24 4.95 6.45 9/188 31371
/proc/meminfo: memFree=27644812/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=305288 CPUtime=101.78 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 29858 0 0 0 10160 18 0 0 18 0 5 0 517479519 312614912 27063 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 76322 27063 417 389 0 72072 0
[pid=31366/tid=31368] ppid=31365 vsize=305288 CPUtime=25.46 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 5952 0 0 0 2542 4 0 0 25 0 5 0 517479520 312614912 27063 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=305288 CPUtime=25.33 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 7908 0 0 0 2528 5 0 0 25 0 5 0 517479520 312614912 27063 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=305288 CPUtime=25.47 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 6794 0 0 0 2543 4 0 0 25 0 5 0 517479520 312614912 27063 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591686 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=305288 CPUtime=25.47 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 7693 0 0 0 2544 3 0 0 25 0 5 0 517479520 312614912 27063 33554432000 4194304 5787044 140733447540304 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 313988

[startup+51.1008 s]
/proc/loadavg: 6.39 5.25 6.50 9/188 31468
/proc/meminfo: memFree=27592492/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=323024 CPUtime=204.02 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 39162 0 0 0 20375 27 0 0 18 0 5 0 517479519 330776576 36222 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 80756 36222 417 389 0 76506 0
[pid=31366/tid=31368] ppid=31365 vsize=323024 CPUtime=51.06 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 7680 0 0 0 5099 7 0 0 25 0 5 0 517479520 330776576 36222 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=323024 CPUtime=50.79 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 9740 0 0 0 5072 7 0 0 25 0 5 0 517479520 330776576 36222 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=323024 CPUtime=51.07 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 9327 0 0 0 5101 6 0 0 25 0 5 0 517479520 330776576 36222 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=323024 CPUtime=51.07 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 10904 0 0 0 5101 6 0 0 25 0 5 0 517479520 330776576 36222 33554432000 4194304 5787044 140733447540304 18446744073709551615 4242234 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 331724

[startup+102.301 s]
/proc/loadavg: 7.36 5.71 6.59 9/188 31469
/proc/meminfo: memFree=27470948/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=342568 CPUtime=408.52 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 50305 0 0 0 40814 38 0 0 18 0 5 0 517479519 350789632 47074 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 85642 47074 417 389 0 81392 0
[pid=31366/tid=31368] ppid=31365 vsize=342568 CPUtime=102.25 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 9892 0 0 0 10216 9 0 0 25 0 5 0 517479520 350789632 47074 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=342568 CPUtime=101.71 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 12898 0 0 0 10161 10 0 0 25 0 5 0 517479520 350789632 47074 33554432000 4194304 5787044 140733447540304 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=342568 CPUtime=102.26 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 12454 0 0 0 10217 9 0 0 25 0 5 0 517479520 350789632 47074 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=342568 CPUtime=102.25 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 13550 0 0 0 10218 7 0 0 25 0 5 0 517479520 350789632 47074 33554432000 4194304 5787044 140733447540304 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 351268

[startup+162.301 s]
/proc/loadavg: 7.76 6.12 6.67 9/188 31471
/proc/meminfo: memFree=27365872/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=363632 CPUtime=648.19 cores=0,2,4,6

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

/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 26932 0 0 0 81749 29 0 0 25 0 5 0 517479520 666578944 108040 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=650956 CPUtime=822.25 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 30084 0 0 0 82198 27 0 0 25 0 5 0 517479520 666578944 108040 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=650956 CPUtime=822.19 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 28058 0 0 0 82200 19 0 0 25 0 5 0 517479520 666578944 108040 33554432000 4194304 5787044 140733447540304 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 659656

[startup+882.301 s]
/proc/loadavg: 8.10 7.93 7.43 9/188 31490
/proc/meminfo: memFree=26916368/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=655056 CPUtime=3524.18 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 114263 0 0 0 352312 106 0 0 18 0 5 0 517479519 670777344 109454 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 163764 109454 417 389 0 159514 0
[pid=31366/tid=31368] ppid=31365 vsize=655056 CPUtime=882.26 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 26283 0 0 0 88198 28 0 0 25 0 5 0 517479520 670777344 109454 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=655056 CPUtime=877.45 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 26966 0 0 0 87716 29 0 0 25 0 5 0 517479520 670777344 109454 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=655056 CPUtime=882.24 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 30408 0 0 0 88197 27 0 0 25 0 5 0 517479520 670777344 109454 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=655056 CPUtime=882.19 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 29095 0 0 0 88199 20 0 0 25 0 5 0 517479520 670777344 109454 33554432000 4194304 5787044 140733447540304 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 663756

[startup+942.307 s]
/proc/loadavg: 8.19 7.98 7.48 9/188 31492
/proc/meminfo: memFree=26895628/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=659156 CPUtime=3763.87 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 116216 0 0 0 376279 108 0 0 18 0 5 0 517479519 674975744 111407 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 164789 111407 417 389 0 160539 0
[pid=31366/tid=31368] ppid=31365 vsize=659156 CPUtime=942.27 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 26368 0 0 0 94199 28 0 0 25 0 5 0 517479520 674975744 111407 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=659156 CPUtime=937.14 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 27067 0 0 0 93684 30 0 0 25 0 5 0 517479520 674975744 111407 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=659156 CPUtime=942.25 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 31110 0 0 0 94196 29 0 0 25 0 5 0 517479520 674975744 111407 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=659156 CPUtime=942.18 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 30160 0 0 0 94198 20 0 0 25 0 5 0 517479520 674975744 111407 33554432000 4194304 5787044 140733447540304 18446744073709551615 5524670 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 667856

[startup+1002.3 s]
/proc/loadavg: 8.11 8.00 7.51 9/188 31493
/proc/meminfo: memFree=26858632/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=663256 CPUtime=4003.51 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 119553 0 0 0 400240 111 0 0 18 0 5 0 517479519 679174144 114744 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 165814 114744 417 389 0 161564 0
[pid=31366/tid=31368] ppid=31365 vsize=663256 CPUtime=1002.26 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 26546 0 0 0 100198 28 0 0 25 0 5 0 517479520 679174144 114744 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=663256 CPUtime=996.81 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 27561 0 0 0 99650 31 0 0 25 0 5 0 517479520 679174144 114744 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=663256 CPUtime=1002.24 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 32651 0 0 0 100194 30 0 0 25 0 5 0 517479520 679174144 114744 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=663256 CPUtime=1002.17 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 31284 0 0 0 100197 20 0 0 25 0 5 0 517479520 679174144 114744 33554432000 4194304 5787044 140733447540304 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.51
Current children cumulated vsize (KiB) 671956

[startup+1062.3 s]
/proc/loadavg: 8.08 8.01 7.55 9/188 31495
/proc/meminfo: memFree=26801552/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=674056 CPUtime=4243.18 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 126772 0 0 0 424195 123 0 0 18 0 5 0 517479519 690233344 121963 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 168514 121963 417 389 0 164264 0
[pid=31366/tid=31368] ppid=31365 vsize=674056 CPUtime=1062.26 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 29041 0 0 0 106194 32 0 0 25 0 5 0 517479520 690233344 121963 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=674056 CPUtime=1056.47 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 29038 0 0 0 105614 33 0 0 25 0 5 0 517479520 690233344 121963 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=674056 CPUtime=1062.24 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 35122 0 0 0 106189 35 0 0 25 0 5 0 517479520 690233344 121963 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=674056 CPUtime=1062.17 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 32060 0 0 0 106196 21 0 0 25 0 5 0 517479520 690233344 121963 33554432000 4194304 5787044 140733447540304 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.18
Current children cumulated vsize (KiB) 682756

[startup+1122.3 s]
/proc/loadavg: 8.06 8.02 7.57 9/188 31497
/proc/meminfo: memFree=26744960/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=683296 CPUtime=4482.85 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 133340 0 0 0 448154 131 0 0 18 0 5 0 517479519 699695104 128531 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 170824 128531 417 389 0 166574 0
[pid=31366/tid=31368] ppid=31365 vsize=683296 CPUtime=1122.26 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 31494 0 0 0 112192 34 0 0 25 0 5 0 517479520 699695104 128531 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=683296 CPUtime=1116.15 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 30395 0 0 0 111579 36 0 0 25 0 5 0 517479520 699695104 128531 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=683296 CPUtime=1122.23 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 36475 0 0 0 112187 36 0 0 25 0 5 0 517479520 699695104 128531 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=683296 CPUtime=1122.16 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 33465 0 0 0 112193 23 0 0 25 0 5 0 517479520 699695104 128531 33554432000 4194304 5787044 140733447540304 18446744073709551615 218905391813 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 691996

[startup+1182.3 s]
/proc/loadavg: 8.13 8.04 7.61 9/188 31498
/proc/meminfo: memFree=26684284/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=692248 CPUtime=4722.51 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 140053 0 0 0 472113 138 0 0 18 0 5 0 517479519 708861952 134913 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 173062 134913 417 389 0 168812 0
[pid=31366/tid=31368] ppid=31365 vsize=692248 CPUtime=1182.26 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 33872 0 0 0 118189 37 0 0 25 0 5 0 517479520 708861952 134913 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=692248 CPUtime=1175.82 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 31714 0 0 0 117545 37 0 0 25 0 5 0 517479520 708861952 134913 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=692248 CPUtime=1182.23 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 38159 0 0 0 118185 38 0 0 25 0 5 0 517479520 708861952 134913 33554432000 4194304 5787044 140733447540304 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=692248 CPUtime=1182.16 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 34797 0 0 0 118192 24 0 0 25 0 5 0 517479520 708861952 134913 33554432000 4194304 5787044 140733447540304 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 700948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.04 7.62 9/188 31499
/proc/meminfo: memFree=26675216/32951124 swapFree=67111356/67111528
[pid=31365] ppid=31363 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31365/stat : 31365 (prissAuto.sh) S 31363 31365 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517479519 8908800 251 33554432000 4194304 4922060 140734847905168 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31365/statm: 2175 251 211 178 0 68 0
[pid=31366] ppid=31365 vsize=693840 CPUtime=4800.02 cores=0,2,4,6
/proc/31366/stat : 31366 (priss) S 31365 31365 30345 0 -1 4202496 141294 0 0 0 479861 141 0 0 18 0 5 0 517479519 710492160 136153 33554432000 4194304 5787044 140733447540304 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31366/statm: 173460 136153 417 389 0 169210 0
[pid=31366/tid=31368] ppid=31365 vsize=693840 CPUtime=1201.67 cores=0,2,4,6
/proc/31366/task/31368/stat : 31368 (priss) R 31365 31365 30345 0 -1 4202560 34277 0 0 0 120129 38 0 0 25 0 5 0 517479520 710492160 136153 33554432000 4194304 5787044 140733447540304 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31366/tid=31369] ppid=31365 vsize=693840 CPUtime=1195.12 cores=0,2,4,6
/proc/31366/task/31369/stat : 31369 (priss) R 31365 31365 30345 0 -1 4202560 32125 0 0 0 119474 38 0 0 25 0 5 0 517479520 710492160 136153 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31366/tid=31370] ppid=31365 vsize=693840 CPUtime=1201.64 cores=0,2,4,6
/proc/31366/task/31370/stat : 31370 (priss) R 31365 31365 30345 0 -1 4202560 38159 0 0 0 120125 39 0 0 25 0 5 0 517479520 710492160 136153 33554432000 4194304 5787044 140733447540304 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31366/tid=31371] ppid=31365 vsize=693840 CPUtime=1201.56 cores=0,2,4,6
/proc/31366/task/31371/stat : 31371 (priss) R 31365 31365 30345 0 -1 4202560 35222 0 0 0 120132 24 0 0 25 0 5 0 517479520 710492160 136153 33554432000 4194304 5787044 140733447540304 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 702540

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 31365 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.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.02
CPU user time (s): 4798.61
CPU system time (s): 1.41
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 702540

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= 331
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= 6
involuntary context switches= 3

runsolver used 1.78573 second user time and 4.77827 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 08:33:38
IDJOB=3261459
IDBENCH=83229
IDSOLVER=1602
FILE ID=node137/3261459-1304058818
RUNJOBID= node137-1304058816-31308
PBS_JOBID= 13170416
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 9c54c57be5bec760a361df7b3a13ea07
RANDOM SEED=1609516051

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:      27790940 kB
Buffers:        898676 kB
Cached:        3714424 kB
SwapCached:         56 kB
Active:         284624 kB
Inactive:      4410188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27790940 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3296 kB
Writeback:           0 kB
AnonPages:       81820 kB
Mapped:          15272 kB
Slab:           401540 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   268224 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:53:42