Trace number 3285571

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 1.0? (TO) 4800.17 1202.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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: 18195
0.00/0.24	c parsetime: 236040us
0.00/0.24	c parsed 870241 clauses with 171676 variables
0.00/0.29	c NW started thread 0 successfully (1087908160)
0.00/0.34	c NW started thread 1 successfully (1109305664)
0.00/0.40	c NW started thread 2 successfully (1098398016)
0.00/0.47	c NW started thread 3 successfully (1119795520)
64.30/16.51	c preprocessor returned 171676 variables
64.30/16.51	c preprocessing returned UNKNOWN
64.30/16.51	c PP set 32479 variables
64.30/16.51	c pp time: 16128620us (16s)
64.30/16.53	c preprocessor returned 171676 variables
64.30/16.53	c preprocessing returned UNKNOWN
64.30/16.53	c PP set 32479 variables
64.30/16.53	c pp time: 16205475us (16s)
64.30/16.56	c preprocessor returned 171676 variables
64.30/16.56	c preprocessing returned UNKNOWN
64.30/16.56	c PP set 32479 variables
64.30/16.56	c pp time: 16113110us (16s)
64.68/16.69	c preprocessor returned 171676 variables
64.68/16.69	c preprocessing returned UNKNOWN
64.68/16.69	c PP set 32479 variables
64.68/16.69	c pp time: 16179525us (16s)
78.66/20.16	c HTE
95.06/24.26	c subsumption
102.63/26.12	c simplified formula contains 0 unit clauses
183.71/46.49	c HTE
214.87/54.20	c subsumption
246.43/62.13	c simplified formula contains 0 unit clauses
246.43/62.16	c received clause contains eliminated literal 163963
277.19/69.85	c HTE
290.37/73.14	c subsumption
414.20/104.17	c simplified formula contains 0 unit clauses
414.20/104.19	c received clause contains eliminated literal 26742
414.20/104.19	c received clause contains eliminated literal -19169
414.20/104.19	c received clause contains eliminated literal -22970
427.38/107.48	c HTE
444.96/111.80	c subsumption
455.74/114.57	c simplified formula contains 0 unit clauses
630.30/158.25	c received clause contains eliminated literal 19172
669.85/168.19	c received clause contains eliminated literal 22963
838.01/210.21	c HTE
851.20/213.59	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-3285571-1304049999/watcher-3285571-1304049999 -o /tmp/evaluation-result-3285571-1304049999/solver-3285571-1304049999 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3285571-1304049999.cnf 773813896 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: 7.72 8.01 8.04 6/182 18194
/proc/meminfo: memFree=22596404/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0

[startup+0.092592 s]
/proc/loadavg: 7.72 8.01 8.04 6/182 18194
/proc/meminfo: memFree=22596404/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100586 s]
/proc/loadavg: 7.72 8.01 8.04 6/182 18194
/proc/meminfo: memFree=22596404/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300546 s]
/proc/loadavg: 7.72 8.01 8.04 6/182 18194
/proc/meminfo: memFree=22596404/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.702677 s]
/proc/loadavg: 7.72 8.01 8.04 6/182 18194
/proc/meminfo: memFree=22596404/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 7.72 8.01 8.04 9/188 18200
/proc/meminfo: memFree=21881752/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=609456 CPUtime=4.54 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 208038 0 0 0 395 59 0 0 18 0 5 0 497416179 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 152364 106139 349 389 0 148114 0
[pid=18195/tid=18197] ppid=18194 vsize=609456 CPUtime=1.1 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 40781 0 0 0 96 14 0 0 18 0 5 0 497416208 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=609456 CPUtime=1.04 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 40660 0 0 0 90 14 0 0 18 0 5 0 497416213 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330504 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=609456 CPUtime=0.98 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 43056 0 0 0 86 12 0 0 18 0 5 0 497416219 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=609456 CPUtime=0.93 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 41702 0 0 0 82 11 0 0 18 0 5 0 497416226 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 618156

[startup+3.10101 s]
/proc/loadavg: 7.72 8.01 8.04 9/188 18200
/proc/meminfo: memFree=22171908/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=609456 CPUtime=10.94 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 208038 0 0 0 1035 59 0 0 18 0 5 0 497416179 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 152364 106139 349 389 0 148114 0
[pid=18195/tid=18197] ppid=18194 vsize=609456 CPUtime=2.71 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 40781 0 0 0 257 14 0 0 21 0 5 0 497416208 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=609456 CPUtime=2.64 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 40660 0 0 0 250 14 0 0 21 0 5 0 497416213 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=609456 CPUtime=2.58 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 43056 0 0 0 246 12 0 0 21 0 5 0 497416219 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=609456 CPUtime=2.52 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 41702 0 0 0 241 11 0 0 21 0 5 0 497416226 624082944 106139 33554432000 4194304 5787044 140733477329504 18446744073709551615 4330472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 618156

[startup+6.30045 s]
/proc/loadavg: 7.74 8.01 8.03 10/188 18201
/proc/meminfo: memFree=22138272/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=733728 CPUtime=23.69 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 222587 0 0 0 2304 65 0 0 18 0 5 0 497416179 751337472 118987 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 183432 118987 352 389 0 179182 0
[pid=18195/tid=18197] ppid=18194 vsize=733728 CPUtime=5.9 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 44747 0 0 0 575 15 0 0 25 0 5 0 497416208 751337472 118987 33554432000 4194304 5787044 140733477329504 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=733728 CPUtime=5.83 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 42731 0 0 0 567 16 0 0 18 0 5 0 497416213 751337472 118987 33554432000 4194304 5787044 140733477329504 18446744073709551615 4276264 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=733728 CPUtime=5.78 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 48990 0 0 0 564 14 0 0 19 0 5 0 497416219 751337472 118987 33554432000 4194304 5787044 140733477329504 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=733728 CPUtime=5.7 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 44280 0 0 0 557 13 0 0 19 0 5 0 497416226 751337472 118987 33554432000 4194304 5787044 140733477329504 18446744073709551615 212039314146 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 742428

[startup+12.7003 s]
/proc/loadavg: 7.76 8.01 8.03 10/188 18201
/proc/meminfo: memFree=22118216/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=733728 CPUtime=49.27 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 222978 0 0 0 4861 66 0 0 18 0 5 0 497416179 751337472 119378 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 183432 119378 352 389 0 179182 0
[pid=18195/tid=18197] ppid=18194 vsize=733728 CPUtime=12.3 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 44755 0 0 0 1215 15 0 0 25 0 5 0 497416208 751337472 119378 33554432000 4194304 5787044 140733477329504 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=733728 CPUtime=12.23 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 42739 0 0 0 1207 16 0 0 25 0 5 0 497416213 751337472 119378 33554432000 4194304 5787044 140733477329504 18446744073709551615 4335546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=733728 CPUtime=12.18 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 48998 0 0 0 1204 14 0 0 25 0 5 0 497416219 751337472 119378 33554432000 4194304 5787044 140733477329504 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=733728 CPUtime=12.06 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 44647 0 0 0 1193 13 0 0 25 0 5 0 497416226 751337472 119378 33554432000 4194304 5787044 140733477329504 18446744073709551615 4335836 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.27
Current children cumulated vsize (KiB) 742428

[startup+25.501 s]
/proc/loadavg: 7.81 8.01 8.03 9/188 18201
/proc/meminfo: memFree=21737384/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=916960 CPUtime=100.23 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 366211 0 0 0 9922 101 0 0 18 0 5 0 497416179 938967040 173185 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 229240 173185 416 389 0 224990 0
[pid=18195/tid=18197] ppid=18194 vsize=916960 CPUtime=25.05 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 82491 0 0 0 2481 24 0 0 25 0 5 0 497416208 938967040 173185 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=916960 CPUtime=24.99 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 75317 0 0 0 2475 24 0 0 25 0 5 0 497416213 938967040 173185 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=916960 CPUtime=24.93 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 80034 0 0 0 2471 22 0 0 25 0 5 0 497416219 938967040 173185 33554432000 4194304 5787044 140733477329504 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=916960 CPUtime=24.77 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 86530 0 0 0 2454 23 0 0 25 0 5 0 497416226 938967040 173185 33554432000 4194304 5787044 140733477329504 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.23
Current children cumulated vsize (KiB) 925660

[startup+51.1004 s]
/proc/loadavg: 7.87 8.00 8.03 10/188 18202
/proc/meminfo: memFree=21654204/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=994952 CPUtime=202.48 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 393484 0 0 0 20145 103 0 0 18 0 5 0 497416179 1018830848 182595 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 248738 182595 418 389 0 244488 0
[pid=18195/tid=18197] ppid=18194 vsize=994952 CPUtime=50.65 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 93507 0 0 0 5040 25 0 0 25 0 5 0 497416208 1018830848 182595 33554432000 4194304 5787044 140733477329504 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=994952 CPUtime=50.58 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 80569 0 0 0 5034 24 0 0 25 0 5 0 497416213 1018830848 182595 33554432000 4194304 5787044 140733477329504 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=994952 CPUtime=50.53 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 80947 0 0 0 5031 22 0 0 25 0 5 0 497416219 1018830848 182595 33554432000 4194304 5787044 140733477329504 18446744073709551615 4228059 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=994952 CPUtime=50.24 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 96622 0 0 0 5000 24 0 0 25 0 5 0 497416226 1018830848 182595 33554432000 4194304 5787044 140733477329504 18446744073709551615 4332585 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.48
Current children cumulated vsize (KiB) 1003652

[startup+102.306 s]
/proc/loadavg: 7.94 8.00 8.03 10/188 18203
/proc/meminfo: memFree=21388700/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=1080376 CPUtime=407.02 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 443316 0 0 0 40588 114 0 0 18 0 5 0 497416179 1106305024 209570 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 270094 209570 418 389 0 265844 0
[pid=18195/tid=18197] ppid=18194 vsize=1080376 CPUtime=101.86 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 100882 0 0 0 10159 27 0 0 25 0 5 0 497416208 1106305024 209570 33554432000 4194304 5787044 140733477329504 18446744073709551615 4221032 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=1080376 CPUtime=101.78 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 84808 0 0 0 10152 26 0 0 25 0 5 0 497416213 1106305024 209570 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220939 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=1080376 CPUtime=101.74 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 85904 0 0 0 10151 23 0 0 25 0 5 0 497416219 1106305024 209570 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=1080376 CPUtime=101.16 cores=0,2,4,6

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

/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 170810 0 0 0 88111 61 0 0 25 0 5 0 497416213 2347442176 487888 33554432000 4194304 5787044 140733477329504 18446744073709551615 5590240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2292424 CPUtime=881.57 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 175151 0 0 0 88106 51 0 0 25 0 5 0 497416219 2347442176 487888 33554432000 4194304 5787044 140733477329504 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2292424 CPUtime=877.06 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 87663 43 0 0 25 0 5 0 497416226 2347442176 487888 33554432000 4194304 5787044 140733477329504 18446744073709551615 4336986 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.7
Current children cumulated vsize (KiB) 2301124

[startup+942.3 s]
/proc/loadavg: 8.16 8.00 7.96 9/188 18291
/proc/meminfo: memFree=18797824/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=2310728 CPUtime=3762.37 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 771826 0 0 0 376012 225 0 0 18 0 5 0 497416179 2366185472 492502 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 577682 492502 418 389 0 573432 0
[pid=18195/tid=18197] ppid=18194 vsize=2310728 CPUtime=941.87 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 191771 0 0 0 94126 61 0 0 25 0 5 0 497416208 2366185472 492502 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=2310728 CPUtime=941.72 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 170810 0 0 0 94111 61 0 0 25 0 5 0 497416213 2366185472 492502 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220873 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2310728 CPUtime=941.25 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 179759 0 0 0 94072 53 0 0 25 0 5 0 497416219 2366185472 492502 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2310728 CPUtime=937.06 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 93663 43 0 0 25 0 5 0 497416226 2366185472 492502 33554432000 4194304 5787044 140733477329504 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.37
Current children cumulated vsize (KiB) 2319428

[startup+1002.3 s]
/proc/loadavg: 8.21 8.04 7.97 9/188 18292
/proc/meminfo: memFree=18669672/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=2397372 CPUtime=4002.05 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 793490 0 0 0 399975 230 0 0 18 0 5 0 497416179 2454908928 514166 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 599343 514166 418 389 0 595093 0
[pid=18195/tid=18197] ppid=18194 vsize=2397372 CPUtime=1001.87 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 191771 0 0 0 100126 61 0 0 25 0 5 0 497416208 2454908928 514166 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=2397372 CPUtime=1001.71 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 170811 0 0 0 100110 61 0 0 25 0 5 0 497416213 2454908928 514166 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2397372 CPUtime=1000.92 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 201422 0 0 0 100035 57 0 0 25 0 5 0 497416219 2454908928 514166 33554432000 4194304 5787044 140733477329504 18446744073709551615 4228026 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2397372 CPUtime=997.06 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 99663 43 0 0 25 0 5 0 497416226 2454908928 514166 33554432000 4194304 5787044 140733477329504 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.05
Current children cumulated vsize (KiB) 2406072

[startup+1062.3 s]
/proc/loadavg: 8.27 8.08 7.99 9/188 18294
/proc/meminfo: memFree=18295024/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=2465980 CPUtime=4241.72 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 815188 0 0 0 423937 235 0 0 18 0 5 0 497416179 2525163520 535864 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 616495 535864 418 389 0 612245 0
[pid=18195/tid=18197] ppid=18194 vsize=2465980 CPUtime=1061.87 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 191771 0 0 0 106126 61 0 0 25 0 5 0 497416208 2525163520 535864 33554432000 4194304 5787044 140733477329504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=2465980 CPUtime=1061.7 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 175471 0 0 0 106108 62 0 0 25 0 5 0 497416213 2525163520 535864 33554432000 4194304 5787044 140733477329504 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2465980 CPUtime=1060.59 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 218460 0 0 0 105999 60 0 0 25 0 5 0 497416219 2525163520 535864 33554432000 4194304 5787044 140733477329504 18446744073709551615 4221008 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2465980 CPUtime=1057.06 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 105663 43 0 0 25 0 5 0 497416226 2525163520 535864 33554432000 4194304 5787044 140733477329504 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.72
Current children cumulated vsize (KiB) 2474680

[startup+1122.3 s]
/proc/loadavg: 8.44 8.14 8.02 9/188 18298
/proc/meminfo: memFree=18138724/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=2531516 CPUtime=4481.39 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 844064 0 0 0 447894 245 0 0 18 0 5 0 497416179 2592272384 564740 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 632879 564740 418 389 0 628629 0
[pid=18195/tid=18197] ppid=18194 vsize=2531516 CPUtime=1121.87 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 203373 0 0 0 112121 66 0 0 25 0 5 0 497416208 2592272384 564740 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=2531516 CPUtime=1121.7 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 192745 0 0 0 112102 68 0 0 25 0 5 0 497416213 2592272384 564740 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2531516 CPUtime=1120.27 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 218460 0 0 0 111967 60 0 0 25 0 5 0 497416219 2592272384 564740 33554432000 4194304 5787044 140733477329504 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2531516 CPUtime=1117.06 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 111663 43 0 0 25 0 5 0 497416226 2592272384 564740 33554432000 4194304 5787044 140733477329504 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.39
Current children cumulated vsize (KiB) 2540216

[startup+1182.3 s]
/proc/loadavg: 8.22 8.13 8.02 9/188 18300
/proc/meminfo: memFree=17952356/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=2728124 CPUtime=4721.06 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 875482 0 0 0 471849 257 0 0 18 0 5 0 497416179 2793598976 596125 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 682031 596125 418 389 0 677781 0
[pid=18195/tid=18197] ppid=18194 vsize=2728124 CPUtime=1181.87 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 225961 0 0 0 118113 74 0 0 25 0 5 0 497416208 2793598976 596125 33554432000 4194304 5787044 140733477329504 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=2728124 CPUtime=1181.69 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 201575 0 0 0 118098 71 0 0 25 0 5 0 497416213 2793598976 596125 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2728124 CPUtime=1179.94 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 218460 0 0 0 117934 60 0 0 25 0 5 0 497416219 2793598976 596125 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220883 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2728124 CPUtime=1177.06 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 117663 43 0 0 25 0 5 0 497416226 2793598976 596125 33554432000 4194304 5787044 140733477329504 18446744073709551615 4336977 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.06
Current children cumulated vsize (KiB) 2736824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.22 8.14 8.02 9/188 18300
/proc/meminfo: memFree=17893560/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=2728124 CPUtime=4800.17 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 879508 0 0 0 479759 258 0 0 18 0 5 0 497416179 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 682031 600118 418 389 0 677781 0
[pid=18195/tid=18197] ppid=18194 vsize=2728124 CPUtime=1201.67 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 229987 0 0 0 120092 75 0 0 25 0 5 0 497416208 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=2728124 CPUtime=1201.5 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 201575 0 0 0 120079 71 0 0 25 0 5 0 497416213 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2728124 CPUtime=1199.63 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 218460 0 0 0 119903 60 0 0 25 0 5 0 497416219 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2728124 CPUtime=1196.87 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 119644 43 0 0 25 0 5 0 497416226 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2736824

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.22 8.14 8.02 9/188 18300
/proc/meminfo: memFree=17893560/32951124 swapFree=67111524/67111528
[pid=18194] ppid=18192 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18194/stat : 18194 (priss.sh) S 18192 18194 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497416179 8908800 252 33554432000 4194304 4922060 140736687829536 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18194/statm: 2175 252 211 178 0 68 0
[pid=18195] ppid=18194 vsize=2728124 CPUtime=4800.17 cores=0,2,4,6
/proc/18195/stat : 18195 (priss) S 18194 18194 17192 0 -1 4202496 879508 0 0 0 479759 258 0 0 18 0 5 0 497416179 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18195/statm: 682031 600118 418 389 0 677781 0
[pid=18195/tid=18197] ppid=18194 vsize=2728124 CPUtime=1201.67 cores=0,2,4,6
/proc/18195/task/18197/stat : 18197 (priss) R 18194 18194 17192 0 -1 4202560 229987 0 0 0 120092 75 0 0 25 0 5 0 497416208 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18195/tid=18198] ppid=18194 vsize=2728124 CPUtime=1201.5 cores=0,2,4,6
/proc/18195/task/18198/stat : 18198 (priss) R 18194 18194 17192 0 -1 4202560 201575 0 0 0 120079 71 0 0 25 0 5 0 497416213 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18195/tid=18199] ppid=18194 vsize=2728124 CPUtime=1199.63 cores=0,2,4,6
/proc/18195/task/18199/stat : 18199 (priss) R 18194 18194 17192 0 -1 4202560 218460 0 0 0 119903 60 0 0 25 0 5 0 497416219 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18195/tid=18200] ppid=18194 vsize=2728124 CPUtime=1196.87 cores=0,2,4,6
/proc/18195/task/18200/stat : 18200 (priss) R 18194 18194 17192 0 -1 4202560 187647 0 0 0 119644 43 0 0 25 0 5 0 497416226 2793598976 600118 33554432000 4194304 5787044 140733477329504 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2736824

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18194 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.17
#
# 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.17
CPU user time (s): 4797.59
CPU system time (s): 2.58
CPU usage (%): 399.31
Max. virtual memory (cumulated for all children) (KiB): 2736824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 2.07568 second user time and 4.49532 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 06:06:39
IDJOB=3285571
IDBENCH=82389
IDSOLVER=1603
FILE ID=node146/3285571-1304049999
RUNJOBID= node146-1304042862-17210
PBS_JOBID= 13170387
Free space on /tmp= 72968 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285571-1304049999/watcher-3285571-1304049999 -o /tmp/evaluation-result-3285571-1304049999/solver-3285571-1304049999 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3285571-1304049999.cnf 773813896 4800 15500 4

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=773813896

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22596808 kB
Buffers:       1665456 kB
Cached:        6224928 kB
SwapCached:          4 kB
Active:        3239788 kB
Inactive:      6583412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22596808 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           17112 kB
Writeback:          20 kB
AnonPages:     1932348 kB
Mapped:          15620 kB
Slab:           463404 kB
PageTables:       8736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2205728 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= 72904 MiB
End job on node146 at 2011-04-29 06:26:43