Trace number 3285662

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.4 1202.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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: 1748
0.00/0.00	c setup for 4cores
0.00/0.18	c parsetime: 182150us
0.00/0.18	c parsed 667976 clauses with 133566 variables
0.00/0.22	c NW started thread 0 successfully (1085286720)
0.00/0.27	c NW started thread 1 successfully (1102170432)
0.00/0.31	c NW started thread 2 successfully (1112660288)
0.00/0.37	c NW started thread 3 successfully (1123150144)
44.60/11.58	c preprocessor returned 133566 variables
44.60/11.58	c preprocessing returned UNKNOWN
44.60/11.58	c PP set 31859 variables
44.60/11.58	c pp time: 11289806us (11s)
45.80/11.86	c preprocessor returned 133566 variables
45.80/11.86	c preprocessing returned UNKNOWN
45.80/11.86	c PP set 31859 variables
45.80/11.86	c pp time: 11605255us (11s)
45.80/11.90	c preprocessor returned 133566 variables
45.80/11.90	c preprocessing returned UNKNOWN
45.80/11.90	c PP set 31859 variables
45.80/11.90	c pp time: 11487641us (11s)
46.20/11.90	c preprocessor returned 133566 variables
46.20/11.90	c preprocessing returned UNKNOWN
46.20/11.90	c PP set 31859 variables
46.20/11.90	c pp time: 11552142us (11s)
54.19/13.90	c HTE
62.98/16.15	c subsumption
67.37/17.23	c simplified formula contains 0 unit clauses
104.14/26.43	c HTE
111.31/28.26	c subsumption
188.80/47.64	c simplified formula contains 0 unit clauses
196.79/49.60	c HTE
230.75/58.13	c subsumption
265.90/66.93	c simplified formula contains 0 unit clauses
265.90/66.95	c received clause contains eliminated literal -22942
265.90/66.95	c received clause contains eliminated literal -30562
272.28/68.55	c HTE
283.08/71.20	c subsumption
292.27/73.55	c simplified formula contains 0 unit clauses
301.05/75.75	c added unsatisfied clause
301.05/75.75	c failed to add network clauses
635.00/159.39	c HTE
652.55/163.71	c subsumption
2301.83/576.63	c simplified formula contains 0 unit clauses
2301.83/576.67	c received clause contains eliminated literal 125885
2301.83/576.67	c received clause contains eliminated literal 125861
2451.23/614.01	c HTE
2471.59/619.12	c subsumption
4071.41/1019.61	c simplified formula contains 0 unit clauses
4071.41/1019.65	c received clause contains eliminated literal -19153
4515.99/1130.93	c HTE
4535.15/1135.73	c subsumption

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-3285662-1304048388/watcher-3285662-1304048388 -o /tmp/evaluation-result-3285662-1304048388/solver-3285662-1304048388 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3285662-1304048388.cnf 2138298447 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: 8.16 8.15 8.14 5/186 1747
/proc/meminfo: memFree=17307960/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0

[startup+0.030572 s]
/proc/loadavg: 8.16 8.15 8.14 5/186 1747
/proc/meminfo: memFree=17307960/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100561 s]
/proc/loadavg: 8.16 8.15 8.14 5/186 1747
/proc/meminfo: memFree=17307960/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300515 s]
/proc/loadavg: 8.16 8.15 8.14 5/186 1747
/proc/meminfo: memFree=17307960/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70165 s]
/proc/loadavg: 8.16 8.15 8.14 5/186 1747
/proc/meminfo: memFree=17307960/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 8.16 8.15 8.14 9/192 1753
/proc/meminfo: memFree=16832868/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=681872 CPUtime=4.68 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 156708 0 0 0 423 45 0 0 18 0 5 0 516436706 698236928 107785 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 170468 107785 349 389 0 166218 0
[pid=1748/tid=1750] ppid=1747 vsize=681872 CPUtime=1.13 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 31687 0 0 0 104 9 0 0 18 0 5 0 516436729 698236928 107785 33554432000 4194304 5787044 140735457419616 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=681872 CPUtime=1.11 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 31283 0 0 0 102 9 0 0 18 0 5 0 516436733 698236928 107785 33554432000 4194304 5787044 140735457419616 18446744073709551615 4330563 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=681872 CPUtime=1.02 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 31691 0 0 0 92 10 0 0 18 0 5 0 516436738 698236928 107785 33554432000 4194304 5787044 140735457419616 18446744073709551615 4330504 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=681872 CPUtime=1.03 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 29647 0 0 0 92 11 0 0 18 0 5 0 516436744 698236928 107785 33554432000 4194304 5787044 140735457419616 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 690572

[startup+3.10096 s]
/proc/loadavg: 8.14 8.14 8.14 9/192 1753
/proc/meminfo: memFree=16871432/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=676648 CPUtime=11.06 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 162007 0 0 0 1059 47 0 0 18 0 5 0 516436706 692887552 105776 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 169162 105776 351 389 0 164912 0
[pid=1748/tid=1750] ppid=1747 vsize=676648 CPUtime=2.72 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 32820 0 0 0 262 10 0 0 22 0 5 0 516436729 692887552 105776 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389127349 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=676648 CPUtime=2.71 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 34077 0 0 0 261 10 0 0 18 0 5 0 516436733 692887552 105776 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389127349 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=676648 CPUtime=2.61 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 33063 0 0 0 251 10 0 0 21 0 5 0 516436738 692887552 105776 33554432000 4194304 5787044 140735457419616 18446744073709551615 4319039 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=676648 CPUtime=2.64 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 29647 0 0 0 252 12 0 0 22 0 5 0 516436744 692887552 105776 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389127349 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 685348

[startup+6.30038 s]
/proc/loadavg: 8.14 8.14 8.14 9/192 1753
/proc/meminfo: memFree=16866108/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=676648 CPUtime=23.84 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 163166 0 0 0 2335 49 0 0 18 0 5 0 516436706 692887552 106935 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 169162 106935 352 389 0 164912 0
[pid=1748/tid=1750] ppid=1747 vsize=676648 CPUtime=5.92 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 33862 0 0 0 582 10 0 0 23 0 5 0 516436729 692887552 106935 33554432000 4194304 5787044 140735457419616 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=676648 CPUtime=5.91 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 34145 0 0 0 581 10 0 0 25 0 5 0 516436733 692887552 106935 33554432000 4194304 5787044 140735457419616 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=676648 CPUtime=5.79 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 33112 0 0 0 568 11 0 0 25 0 5 0 516436738 692887552 106935 33554432000 4194304 5787044 140735457419616 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=676648 CPUtime=5.83 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 29647 0 0 0 571 12 0 0 25 0 5 0 516436744 692887552 106935 33554432000 4194304 5787044 140735457419616 18446744073709551615 4276264 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 685348

[startup+12.7012 s]
/proc/loadavg: 8.13 8.14 8.14 9/192 1754
/proc/meminfo: memFree=16815000/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=750288 CPUtime=49.4 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 221183 0 0 0 4881 59 0 0 18 0 5 0 516436706 768294912 130309 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 187572 130309 415 389 0 183322 0
[pid=1748/tid=1750] ppid=1747 vsize=750288 CPUtime=12.31 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 50618 0 0 0 1218 13 0 0 23 0 5 0 516436729 768294912 130309 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220925 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=750288 CPUtime=12.3 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 56196 0 0 0 1217 13 0 0 25 0 5 0 516436733 768294912 130309 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=750288 CPUtime=12.14 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 50143 0 0 0 1200 14 0 0 19 0 5 0 516436738 768294912 130309 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220855 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=750288 CPUtime=12.23 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 31826 0 0 0 1211 12 0 0 25 0 5 0 516436744 768294912 130309 33554432000 4194304 5787044 140735457419616 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 758988

[startup+25.5008 s]
/proc/loadavg: 8.17 8.15 8.14 9/192 1754
/proc/meminfo: memFree=16589072/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=775896 CPUtime=100.52 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 238354 0 0 0 9991 61 0 0 18 0 5 0 516436706 794517504 135683 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 193974 135683 418 389 0 189724 0
[pid=1748/tid=1750] ppid=1747 vsize=775896 CPUtime=25.12 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 52573 0 0 0 2498 14 0 0 25 0 5 0 516436729 794517504 135683 33554432000 4194304 5787044 140735457419616 18446744073709551615 4228059 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=775896 CPUtime=25.11 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 59706 0 0 0 2497 14 0 0 25 0 5 0 516436733 794517504 135683 33554432000 4194304 5787044 140735457419616 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=775896 CPUtime=24.87 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 50817 0 0 0 2473 14 0 0 25 0 5 0 516436738 794517504 135683 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=775896 CPUtime=25.03 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 42858 0 0 0 2489 14 0 0 25 0 5 0 516436744 794517504 135683 33554432000 4194304 5787044 140735457419616 18446744073709551615 4330488 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.52
Current children cumulated vsize (KiB) 784596

[startup+51.1011 s]
/proc/loadavg: 8.17 8.15 8.14 9/192 1755
/proc/meminfo: memFree=16468180/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=862000 CPUtime=202.78 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 263902 0 0 0 20212 66 0 0 18 0 5 0 516436706 882688000 155357 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 215500 155357 418 389 0 211250 0
[pid=1748/tid=1750] ppid=1747 vsize=862000 CPUtime=50.72 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 59283 0 0 0 5057 15 0 0 25 0 5 0 516436729 882688000 155357 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=862000 CPUtime=50.71 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 62492 0 0 0 5056 15 0 0 25 0 5 0 516436733 882688000 155357 33554432000 4194304 5787044 140735457419616 18446744073709551615 4229504 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=862000 CPUtime=50.34 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 54515 0 0 0 5018 16 0 0 25 0 5 0 516436738 882688000 155357 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220806 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=862000 CPUtime=50.63 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 55212 0 0 0 5047 16 0 0 25 0 5 0 516436744 882688000 155357 33554432000 4194304 5787044 140735457419616 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.78
Current children cumulated vsize (KiB) 870700

[startup+102.307 s]
/proc/loadavg: 8.10 8.14 8.14 9/192 1756
/proc/meminfo: memFree=16075956/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=924168 CPUtime=407.32 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 295654 0 0 0 40659 73 0 0 18 0 5 0 516436706 946348032 174476 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 231042 174476 418 389 0 226792 0
[pid=1748/tid=1750] ppid=1747 vsize=924168 CPUtime=101.92 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 61695 0 0 0 10176 16 0 0 25 0 5 0 516436729 946348032 174476 33554432000 4194304 5787044 140735457419616 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=924168 CPUtime=101.91 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 72002 0 0 0 10174 17 0 0 25 0 5 0 516436733 946348032 174476 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220919 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=924168 CPUtime=101.25 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 58181 0 0 0 10109 16 0 0 25 0 5 0 516436738 946348032 174476 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=924168 CPUtime=101.84 cores=0,2,4,6

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

/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 188072 0 0 0 88130 60 0 0 25 0 5 0 516436733 2522992640 538013 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220887 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2463860 CPUtime=876.89 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 147998 0 0 0 87647 42 0 0 25 0 5 0 516436738 2522992640 538013 33554432000 4194304 5787044 140735457419616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2463860 CPUtime=881.83 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 126078 0 0 0 88151 32 0 0 25 0 5 0 516436744 2522992640 538013 33554432000 4194304 5787044 140735457419616 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.95
Current children cumulated vsize (KiB) 2472560

[startup+942.301 s]
/proc/loadavg: 8.20 8.12 8.08 9/192 1843
/proc/meminfo: memFree=15795104/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=2463860 CPUtime=3762.62 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 671799 0 0 0 376058 204 0 0 18 0 5 0 516436706 2522992640 539183 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 615965 539183 418 389 0 611715 0
[pid=1748/tid=1750] ppid=1747 vsize=2463860 CPUtime=941.92 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 177235 0 0 0 94128 64 0 0 25 0 5 0 516436729 2522992640 539183 33554432000 4194304 5787044 140735457419616 18446744073709551615 4219928 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=2463860 CPUtime=941.89 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 188088 0 0 0 94129 60 0 0 25 0 5 0 516436733 2522992640 539183 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2463860 CPUtime=936.57 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 147998 0 0 0 93615 42 0 0 25 0 5 0 516436738 2522992640 539183 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220798 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2463860 CPUtime=941.84 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 126078 0 0 0 94152 32 0 0 25 0 5 0 516436744 2522992640 539183 33554432000 4194304 5787044 140735457419616 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.62
Current children cumulated vsize (KiB) 2472560

[startup+1002.3 s]
/proc/loadavg: 8.10 8.11 8.08 9/192 1845
/proc/meminfo: memFree=15764968/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=2463860 CPUtime=4002.29 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 671800 0 0 0 400025 204 0 0 18 0 5 0 516436706 2522992640 539184 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 615965 539184 418 389 0 611715 0
[pid=1748/tid=1750] ppid=1747 vsize=2463860 CPUtime=1001.92 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 177235 0 0 0 100128 64 0 0 25 0 5 0 516436729 2522992640 539184 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=2463860 CPUtime=1001.89 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 188088 0 0 0 100129 60 0 0 25 0 5 0 516436733 2522992640 539184 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220682 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2463860 CPUtime=996.24 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 147999 0 0 0 99582 42 0 0 25 0 5 0 516436738 2522992640 539184 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2463860 CPUtime=1001.85 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 126078 0 0 0 100152 33 0 0 25 0 5 0 516436744 2522992640 539184 33554432000 4194304 5787044 140735457419616 18446744073709551615 4336986 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.29
Current children cumulated vsize (KiB) 2472560

[startup+1062.3 s]
/proc/loadavg: 8.22 8.14 8.10 9/192 1846
/proc/meminfo: memFree=15625956/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=2463860 CPUtime=4241.97 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 683192 0 0 0 423988 209 0 0 18 0 5 0 516436706 2522992640 550576 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 615965 550576 418 389 0 611715 0
[pid=1748/tid=1750] ppid=1747 vsize=2463860 CPUtime=1061.92 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 188460 0 0 0 106124 68 0 0 25 0 5 0 516436729 2522992640 550576 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=2463860 CPUtime=1061.89 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 188234 0 0 0 106129 60 0 0 25 0 5 0 516436733 2522992640 550576 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2463860 CPUtime=1055.91 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 148020 0 0 0 105549 42 0 0 25 0 5 0 516436738 2522992640 550576 33554432000 4194304 5787044 140735457419616 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2463860 CPUtime=1061.85 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 126078 0 0 0 106152 33 0 0 25 0 5 0 516436744 2522992640 550576 33554432000 4194304 5787044 140735457419616 18446744073709551615 4221021 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.97
Current children cumulated vsize (KiB) 2472560

[startup+1122.3 s]
/proc/loadavg: 8.11 8.13 8.09 9/192 1848
/proc/meminfo: memFree=15438224/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=2594932 CPUtime=4481.63 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 715919 0 0 0 447941 222 0 0 18 0 5 0 516436706 2657210368 583303 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 648733 583303 418 389 0 644483 0
[pid=1748/tid=1750] ppid=1747 vsize=2594932 CPUtime=1121.92 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 211319 0 0 0 112114 78 0 0 25 0 5 0 516436729 2657210368 583303 33554432000 4194304 5787044 140735457419616 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=2594932 CPUtime=1121.9 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 198083 0 0 0 112126 64 0 0 25 0 5 0 516436733 2657210368 583303 33554432000 4194304 5787044 140735457419616 18446744073709551615 4255006 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2594932 CPUtime=1115.58 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 148039 0 0 0 111516 42 0 0 25 0 5 0 516436738 2657210368 583303 33554432000 4194304 5787044 140735457419616 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2594932 CPUtime=1121.84 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 126078 0 0 0 112151 33 0 0 25 0 5 0 516436744 2657210368 583303 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.63
Current children cumulated vsize (KiB) 2603632

[startup+1182.3 s]
/proc/loadavg: 8.19 8.15 8.10 9/192 1850
/proc/meminfo: memFree=15148592/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=2738528 CPUtime=4721.29 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 754326 0 0 0 471893 236 0 0 18 0 5 0 516436706 2804252672 621592 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 684632 621592 418 389 0 680382 0
[pid=1748/tid=1750] ppid=1747 vsize=2738528 CPUtime=1181.91 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 225694 0 0 0 118108 83 0 0 25 0 5 0 516436729 2804252672 621592 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=2738528 CPUtime=1181.9 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 209311 0 0 0 118123 67 0 0 25 0 5 0 516436733 2804252672 621592 33554432000 4194304 5787044 140735457419616 18446744073709551615 4254384 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2738528 CPUtime=1175.24 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 157356 0 0 0 117478 46 0 0 25 0 5 0 516436738 2804252672 621592 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220855 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2738528 CPUtime=1181.83 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 129565 0 0 0 118150 33 0 0 25 0 5 0 516436744 2804252672 621592 33554432000 4194304 5787044 140735457419616 18446744073709551615 4337155 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.29
Current children cumulated vsize (KiB) 2747228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.18 8.15 8.10 9/192 1850
/proc/meminfo: memFree=15092200/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=2738528 CPUtime=4800.4 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 754360 0 0 0 479804 236 0 0 18 0 5 0 516436706 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 684632 621626 418 389 0 680382 0
[pid=1748/tid=1750] ppid=1747 vsize=2738528 CPUtime=1201.72 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 225722 0 0 0 120089 83 0 0 25 0 5 0 516436729 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220476 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=2738528 CPUtime=1201.71 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 209317 0 0 0 120104 67 0 0 25 0 5 0 516436733 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2738528 CPUtime=1194.93 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 157356 0 0 0 119447 46 0 0 25 0 5 0 516436738 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2738528 CPUtime=1201.64 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 129565 0 0 0 120131 33 0 0 25 0 5 0 516436744 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 4336325 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 2747228

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

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

[startup+1202.1 s]
/proc/loadavg: 8.18 8.15 8.10 9/192 1850
/proc/meminfo: memFree=15092200/32951124 swapFree=67111524/67111528
[pid=1747] ppid=1745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1747/stat : 1747 (prissAuto.sh) S 1745 1747 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516436706 8908800 252 33554432000 4194304 4922060 140735508769200 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1747/statm: 2175 252 211 178 0 68 0
[pid=1748] ppid=1747 vsize=2738528 CPUtime=4800.4 cores=0,2,4,6
/proc/1748/stat : 1748 (priss) S 1747 1747 32466 0 -1 4202496 754360 0 0 0 479804 236 0 0 18 0 5 0 516436706 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1748/statm: 684632 621626 418 389 0 680382 0
[pid=1748/tid=1750] ppid=1747 vsize=2738528 CPUtime=1201.72 cores=0,2,4,6
/proc/1748/task/1750/stat : 1750 (priss) R 1747 1747 32466 0 -1 4202560 225722 0 0 0 120089 83 0 0 25 0 5 0 516436729 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 4220476 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1748/tid=1751] ppid=1747 vsize=2738528 CPUtime=1201.71 cores=0,2,4,6
/proc/1748/task/1751/stat : 1751 (priss) R 1747 1747 32466 0 -1 4202560 209317 0 0 0 120104 67 0 0 25 0 5 0 516436733 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1748/tid=1752] ppid=1747 vsize=2738528 CPUtime=1194.93 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (priss) R 1747 1747 32466 0 -1 4202560 157356 0 0 0 119447 46 0 0 25 0 5 0 516436738 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1748/tid=1753] ppid=1747 vsize=2738528 CPUtime=1201.64 cores=0,2,4,6
/proc/1748/task/1753/stat : 1753 (priss) R 1747 1747 32466 0 -1 4202560 129565 0 0 0 120131 33 0 0 25 0 5 0 516436744 2804252672 621626 33554432000 4194304 5787044 140735457419616 18446744073709551615 4336325 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 2747228

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1747 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.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.12
CPU time (s): 4800.4
CPU user time (s): 4798.04
CPU system time (s): 2.36
CPU usage (%): 399.328
Max. virtual memory (cumulated for all children) (KiB): 2747228

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.9817 second user time and 4.5893 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 05:39:48
IDJOB=3285662
IDBENCH=82392
IDSOLVER=1602
FILE ID=node135/3285662-1304048388
RUNJOBID= node135-1304038950-32484
PBS_JOBID= 13170376
Free space on /tmp= 70976 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285662-1304048388/watcher-3285662-1304048388 -o /tmp/evaluation-result-3285662-1304048388/solver-3285662-1304048388 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3285662-1304048388.cnf 2138298447 4800 15500 4

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=2138298447

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17308356 kB
Buffers:       1829968 kB
Cached:        8280248 kB
SwapCached:          4 kB
Active:        7416556 kB
Inactive:      7623796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17308356 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13228 kB
Writeback:           0 kB
AnonPages:     4929224 kB
Mapped:          15616 kB
Slab:           529160 kB
PageTables:      14592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5491944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70988 MiB
End job on node135 at 2011-04-29 05:59:53