Trace number 3285663

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.19 1205.32

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: 8242
0.00/0.18	c parsetime: 181717us
0.00/0.18	c parsed 667976 clauses with 133566 variables
0.00/0.22	c NW started thread 0 successfully (1108781376)
0.00/0.27	c NW started thread 1 successfully (1119271232)
0.00/0.31	c NW started thread 2 successfully (1129761088)
0.00/0.36	c NW started thread 3 successfully (1140250944)
44.02/11.54	c preprocessor returned 133566 variables
44.02/11.54	c preprocessing returned UNKNOWN
44.02/11.54	c PP set 31859 variables
44.02/11.54	c pp time: 11245440us (11s)
45.22/11.82	c preprocessor returned 133566 variables
45.22/11.82	c preprocessing returned UNKNOWN
45.22/11.82	c PP set 31859 variables
45.22/11.82	c pp time: 11368998us (11s)
45.22/11.85	c preprocessor returned 133566 variables
45.22/11.85	c preprocessing returned UNKNOWN
45.22/11.85	c PP set 31859 variables
45.22/11.85	c pp time: 11445706us (11s)
45.22/11.87	c preprocessor returned 133566 variables
45.22/11.87	c preprocessing returned UNKNOWN
45.22/11.87	c PP set 31859 variables
45.22/11.87	c pp time: 11620965us (11s)
53.20/13.89	c HTE
63.60/16.40	c subsumption
69.97/18.09	c simplified formula contains 0 unit clauses
101.69/26.02	c HTE
109.65/28.47	c subsumption
114.02/29.77	c simplified formula contains 0 unit clauses
250.54/66.27	c HTE
258.56/68.29	c subsumption
453.43/117.06	c simplified formula contains 0 unit clauses
460.64/118.81	c HTE
467.40/120.50	c subsumption
523.32/134.52	c simplified formula contains 0 unit clauses
530.11/136.29	c HTE
582.83/149.49	c subsumption
631.58/161.61	c simplified formula contains 0 unit clauses
779.74/198.71	c HTE
789.33/201.12	c subsumption
1940.86/489.45	c simplified formula contains 0 unit clauses
1940.86/489.48	c received clause contains eliminated literal -30562
1976.02/498.29	c added unsatisfied clause
1976.02/498.29	c failed to add network clauses
1976.42/498.31	c added unsatisfied clause
1976.42/498.31	c failed to add network clauses
2104.59/530.46	c received clause contains eliminated literal -127473
3081.13/774.99	c HTE
3125.44/786.09	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-3285663-1304050101/watcher-3285663-1304050101 -o /tmp/evaluation-result-3285663-1304050101/solver-3285663-1304050101 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3285663-1304050101.cnf 302400580 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.15 8.14 8.09 5/180 8241
/proc/meminfo: memFree=21370800/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0

[startup+0.037973 s]
/proc/loadavg: 8.15 8.14 8.09 5/180 8241
/proc/meminfo: memFree=21370800/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100967 s]
/proc/loadavg: 8.15 8.14 8.09 5/180 8241
/proc/meminfo: memFree=21370800/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300926 s]
/proc/loadavg: 8.15 8.14 8.09 5/180 8241
/proc/meminfo: memFree=21370800/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700858 s]
/proc/loadavg: 8.15 8.14 8.09 5/180 8241
/proc/meminfo: memFree=21370800/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 8.15 8.14 8.09 9/186 8247
/proc/meminfo: memFree=20788632/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=537304 CPUtime=4.09 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 159618 0 0 0 356 53 0 0 18 0 5 0 516608779 550199296 81352 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 134326 81352 349 389 0 130076 0
[pid=8242/tid=8244] ppid=8241 vsize=537304 CPUtime=0.97 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 32987 0 0 0 84 13 0 0 18 0 5 0 516608802 550199296 81352 33554432000 4194304 5787044 140734772061584 18446744073709551615 4330546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=537304 CPUtime=1 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 30632 0 0 0 92 8 0 0 18 0 5 0 516608806 550199296 81352 33554432000 4194304 5787044 140734772061584 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=537304 CPUtime=0.87 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 31554 0 0 0 73 14 0 0 18 0 5 0 516608811 550199296 81352 33554432000 4194304 5787044 140734772061584 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=537304 CPUtime=0.87 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 32255 0 0 0 75 12 0 0 18 0 5 0 516608816 550199296 81352 33554432000 4194304 5787044 140734772061584 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 546004

[startup+3.10041 s]
/proc/loadavg: 8.14 8.14 8.09 9/186 8247
/proc/meminfo: memFree=21042212/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=534692 CPUtime=10.48 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 161364 0 0 0 995 53 0 0 18 0 5 0 516608779 547524608 82445 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 133673 82446 351 389 0 129423 0
[pid=8242/tid=8244] ppid=8241 vsize=534692 CPUtime=2.57 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 32987 0 0 0 244 13 0 0 21 0 5 0 516608802 547524608 82446 33554432000 4194304 5787044 140734772061584 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=534692 CPUtime=2.6 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 31960 0 0 0 252 8 0 0 21 0 5 0 516608806 547524608 82446 33554432000 4194304 5787044 140734772061584 18446744073709551615 4392019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=534692 CPUtime=2.47 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 31973 0 0 0 233 14 0 0 21 0 5 0 516608811 547524608 82446 33554432000 4194304 5787044 140734772061584 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=534692 CPUtime=2.46 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 32255 0 0 0 234 12 0 0 21 0 5 0 516608816 547524608 82446 33554432000 4194304 5787044 140734772061584 18446744073709551615 18446744073699066043 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 543392

[startup+6.30087 s]
/proc/loadavg: 8.14 8.14 8.09 11/186 8247
/proc/meminfo: memFree=21000224/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=532080 CPUtime=23.26 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 171222 0 0 0 2266 60 0 0 18 0 5 0 516608779 544849920 91426 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 133020 91426 352 389 0 128770 0
[pid=8242/tid=8244] ppid=8241 vsize=532080 CPUtime=5.75 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 35154 0 0 0 560 15 0 0 25 0 5 0 516608802 544849920 91426 33554432000 4194304 5787044 140734772061584 18446744073709551615 4278483 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=532080 CPUtime=5.8 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 34349 0 0 0 571 9 0 0 25 0 5 0 516608806 544849920 91426 33554432000 4194304 5787044 140734772061584 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=532080 CPUtime=5.67 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 33881 0 0 0 550 17 0 0 25 0 5 0 516608811 544849920 91426 33554432000 4194304 5787044 140734772061584 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=532080 CPUtime=5.66 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 35648 0 0 0 552 14 0 0 25 0 5 0 516608816 544849920 91426 33554432000 4194304 5787044 140734772061584 18446744073709551615 4278506 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 540780

[startup+12.7008 s]
/proc/loadavg: 8.12 8.13 8.09 9/186 8247
/proc/meminfo: memFree=20846580/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=700552 CPUtime=48.81 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 254764 0 0 0 4809 72 0 0 18 0 5 0 516608779 717365248 127208 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 175138 127208 413 389 0 170888 0
[pid=8242/tid=8244] ppid=8241 vsize=700552 CPUtime=12.11 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 54295 0 0 0 1193 18 0 0 24 0 5 0 516608802 717365248 127208 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=700552 CPUtime=12.2 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 56165 0 0 0 1209 11 0 0 25 0 5 0 516608806 717365248 127208 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220893 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=700552 CPUtime=12.06 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 55669 0 0 0 1185 21 0 0 25 0 5 0 516608811 717365248 127208 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220811 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=700552 CPUtime=12.06 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 56445 0 0 0 1189 17 0 0 24 0 5 0 516608816 717365248 127208 33554432000 4194304 5787044 140734772061584 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.81
Current children cumulated vsize (KiB) 709252

[startup+25.5006 s]
/proc/loadavg: 7.86 8.08 8.07 9/186 8281
/proc/meminfo: memFree=24343844/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=738680 CPUtime=99.93 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 273921 0 0 0 9917 76 0 0 18 0 5 0 516608779 756408320 136073 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 184670 136073 418 389 0 180420 0
[pid=8242/tid=8244] ppid=8241 vsize=738680 CPUtime=24.84 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 62331 0 0 0 2465 19 0 0 25 0 5 0 516608802 756408320 136073 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=738680 CPUtime=24.98 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 56911 0 0 0 2487 11 0 0 25 0 5 0 516608806 756408320 136073 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220330 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=738680 CPUtime=24.86 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 56356 0 0 0 2465 21 0 0 25 0 5 0 516608811 756408320 136073 33554432000 4194304 5787044 140734772061584 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=738680 CPUtime=24.86 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 66133 0 0 0 2467 19 0 0 25 0 5 0 516608816 756408320 136073 33554432000 4194304 5787044 140734772061584 18446744073709551615 4330563 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.93
Current children cumulated vsize (KiB) 747380

[startup+51.1012 s]
/proc/loadavg: 8.40 8.20 8.11 9/186 8281
/proc/meminfo: memFree=25043864/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=808560 CPUtime=190.25 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 292480 0 0 0 18764 261 0 0 18 0 5 0 516608779 827965440 144108 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 202140 144108 418 389 0 197890 0
[pid=8242/tid=8244] ppid=8241 vsize=808560 CPUtime=43.51 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 63359 0 0 0 4259 92 0 0 25 0 5 0 516608802 827965440 144108 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220699 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=808560 CPUtime=48.82 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 61068 0 0 0 4824 58 0 0 25 0 5 0 516608806 827965440 144108 33554432000 4194304 5787044 140734772061584 18446744073709551615 4219715 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=808560 CPUtime=49 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 57827 0 0 0 4832 68 0 0 25 0 5 0 516608811 827965440 144108 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=808560 CPUtime=48.54 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 78036 0 0 0 4816 38 0 0 25 0 5 0 516608816 827965440 144108 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 190.25
Current children cumulated vsize (KiB) 817260

[startup+102.306 s]
/proc/loadavg: 8.26 8.19 8.11 9/186 8283
/proc/meminfo: memFree=24625356/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=937956 CPUtime=394.74 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 324349 0 0 0 39194 280 0 0 18 0 5 0 516608779 960466944 174800 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 234489 174800 418 389 0 230239 0
[pid=8242/tid=8244] ppid=8241 vsize=937956 CPUtime=94.43 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 66559 0 0 0 9350 93 0 0 25 0 5 0 516608802 960466944 174800 33554432000 4194304 5787044 140734772061584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=937956 CPUtime=99.98 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 68301 0 0 0 9929 69 0 0 25 0 5 0 516608806 960466944 174800 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220834 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=937956 CPUtime=100.2 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 64232 0 0 0 9949 71 0 0 25 0 5 0 516608811 960466944 174800 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=937956 CPUtime=99.73 cores=1,3,5,7

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

/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 120768 0 0 0 87542 88 0 0 25 0 5 0 516608806 2307317760 505302 33554432000 4194304 5787044 140734772061584 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2253240 CPUtime=880.18 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 171299 0 0 0 87889 129 0 0 25 0 5 0 516608811 2307317760 505302 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220814 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2253240 CPUtime=879.65 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199875 0 0 0 87897 68 0 0 25 0 5 0 516608816 2307317760 505302 33554432000 4194304 5787044 140734772061584 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3510.08
Current children cumulated vsize (KiB) 2261940

[startup+942.301 s]
/proc/loadavg: 8.22 8.15 8.10 9/186 8305
/proc/meminfo: memFree=22161372/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=2384312 CPUtime=3749.74 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 676756 0 0 0 374555 419 0 0 18 0 5 0 516608779 2441535488 513387 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 596078 513387 418 389 0 591828 0
[pid=8242/tid=8244] ppid=8241 vsize=2384312 CPUtime=933.55 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 145246 0 0 0 93231 124 0 0 25 0 5 0 516608802 2441535488 513387 33554432000 4194304 5787044 140734772061584 18446744073709551615 4221008 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=2384312 CPUtime=935.97 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 125803 0 0 0 93506 91 0 0 25 0 5 0 516608806 2441535488 513387 33554432000 4194304 5787044 140734772061584 18446744073709551615 4254593 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2384312 CPUtime=940.18 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 173639 0 0 0 93887 131 0 0 25 0 5 0 516608811 2441535488 513387 33554432000 4194304 5787044 140734772061584 18446744073709551615 4228059 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2384312 CPUtime=939.65 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199878 0 0 0 93897 68 0 0 25 0 5 0 516608816 2441535488 513387 33554432000 4194304 5787044 140734772061584 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3749.74
Current children cumulated vsize (KiB) 2393012

[startup+1002.3 s]
/proc/loadavg: 8.19 8.15 8.10 9/186 8307
/proc/meminfo: memFree=21770968/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=2515384 CPUtime=3989.4 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 714827 0 0 0 398500 440 0 0 18 0 5 0 516608779 2575753216 551458 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 628846 551458 418 389 0 624596 0
[pid=8242/tid=8244] ppid=8241 vsize=2515384 CPUtime=993.54 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 156868 0 0 0 99224 130 0 0 25 0 5 0 516608802 2575753216 551458 33554432000 4194304 5787044 140734772061584 18446744073709551615 4228052 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=2515384 CPUtime=995.65 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 141350 0 0 0 99466 99 0 0 25 0 5 0 516608806 2575753216 551458 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220811 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2515384 CPUtime=1000.18 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 184498 0 0 0 99881 137 0 0 25 0 5 0 516608811 2575753216 551458 33554432000 4194304 5787044 140734772061584 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2515384 CPUtime=999.65 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199921 0 0 0 99897 68 0 0 25 0 5 0 516608816 2575753216 551458 33554432000 4194304 5787044 140734772061584 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3989.4
Current children cumulated vsize (KiB) 2524084

[startup+1062.3 s]
/proc/loadavg: 8.25 8.17 8.10 9/186 8308
/proc/meminfo: memFree=21669976/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=2515384 CPUtime=4229.05 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 725463 0 0 0 422458 447 0 0 18 0 5 0 516608779 2575753216 562046 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 628846 562046 418 389 0 624596 0
[pid=8242/tid=8244] ppid=8241 vsize=2515384 CPUtime=1053.51 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 158758 0 0 0 105221 130 0 0 25 0 5 0 516608802 2575753216 562046 33554432000 4194304 5787044 140734772061584 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=2515384 CPUtime=1055.33 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 146322 0 0 0 105431 102 0 0 25 0 5 0 516608806 2575753216 562046 33554432000 4194304 5787044 140734772061584 18446744073709551615 4221008 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2515384 CPUtime=1060.15 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 188265 0 0 0 105875 140 0 0 25 0 5 0 516608811 2575753216 562046 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2515384 CPUtime=1059.65 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199928 0 0 0 105897 68 0 0 25 0 5 0 516608816 2575753216 562046 33554432000 4194304 5787044 140734772061584 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4229.05
Current children cumulated vsize (KiB) 2524084

[startup+1122.3 s]
/proc/loadavg: 8.18 8.16 8.10 9/186 8310
/proc/meminfo: memFree=21573332/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=2580920 CPUtime=4468.67 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 741302 0 0 0 446412 455 0 0 18 0 5 0 516608779 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 645230 577885 418 389 0 640980 0
[pid=8242/tid=8244] ppid=8241 vsize=2580920 CPUtime=1113.47 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 165468 0 0 0 111213 134 0 0 25 0 5 0 516608802 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220912 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=2580920 CPUtime=1115 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 151064 0 0 0 111396 104 0 0 25 0 5 0 516608806 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220738 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2580920 CPUtime=1120.16 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 192586 0 0 0 111873 143 0 0 25 0 5 0 516608811 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2580920 CPUtime=1119.64 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199994 0 0 0 111896 68 0 0 25 0 5 0 516608816 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4468.67
Current children cumulated vsize (KiB) 2589620

[startup+1182.3 s]
/proc/loadavg: 8.17 8.16 8.10 9/186 8311
/proc/meminfo: memFree=21489864/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=2580920 CPUtime=4708.32 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 741302 0 0 0 470377 455 0 0 18 0 5 0 516608779 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 645230 577885 418 389 0 640980 0
[pid=8242/tid=8244] ppid=8241 vsize=2580920 CPUtime=1173.44 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 165468 0 0 0 117210 134 0 0 25 0 5 0 516608802 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=2580920 CPUtime=1174.69 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 151064 0 0 0 117364 105 0 0 25 0 5 0 516608806 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2580920 CPUtime=1180.16 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 192586 0 0 0 117873 143 0 0 25 0 5 0 516608811 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2580920 CPUtime=1179.64 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199994 0 0 0 117896 68 0 0 25 0 5 0 516608816 2642862080 577885 33554432000 4194304 5787044 140734772061584 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4708.32
Current children cumulated vsize (KiB) 2589620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.3 s]
/proc/loadavg: 8.19 8.17 8.10 9/186 8312
/proc/meminfo: memFree=21436416/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=2580920 CPUtime=4800.19 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 746994 0 0 0 479561 458 0 0 18 0 5 0 516608779 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 645230 583577 418 389 0 640980 0
[pid=8242/tid=8244] ppid=8241 vsize=2580920 CPUtime=1196.44 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 169281 0 0 0 119508 136 0 0 25 0 5 0 516608802 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=2580920 CPUtime=1197.56 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 152940 0 0 0 119650 106 0 0 25 0 5 0 516608806 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220811 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2580920 CPUtime=1203.17 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 192587 0 0 0 120174 143 0 0 25 0 5 0 516608811 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2580920 CPUtime=1202.65 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199996 0 0 0 120197 68 0 0 25 0 5 0 516608816 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 2589620

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

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

[startup+1205.3 s]
/proc/loadavg: 8.19 8.17 8.10 9/186 8312
/proc/meminfo: memFree=21436416/32951132 swapFree=67111364/67111528
[pid=8241] ppid=8239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8241/stat : 8241 (priss.sh) S 8239 8241 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516608779 8908800 252 33554432000 4194304 4922060 140733976772864 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8241/statm: 2175 252 211 178 0 68 0
[pid=8242] ppid=8241 vsize=2580920 CPUtime=4800.19 cores=1,3,5,7
/proc/8242/stat : 8242 (priss) S 8241 8241 7814 0 -1 4202496 746994 0 0 0 479561 458 0 0 18 0 5 0 516608779 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8242/statm: 645230 583577 418 389 0 640980 0
[pid=8242/tid=8244] ppid=8241 vsize=2580920 CPUtime=1196.44 cores=1,3,5,7
/proc/8242/task/8244/stat : 8244 (priss) R 8241 8241 7814 0 -1 4202560 169281 0 0 0 119508 136 0 0 25 0 5 0 516608802 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8242/tid=8245] ppid=8241 vsize=2580920 CPUtime=1197.56 cores=1,3,5,7
/proc/8242/task/8245/stat : 8245 (priss) R 8241 8241 7814 0 -1 4202560 152940 0 0 0 119650 106 0 0 25 0 5 0 516608806 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220811 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8242/tid=8246] ppid=8241 vsize=2580920 CPUtime=1203.17 cores=1,3,5,7
/proc/8242/task/8246/stat : 8246 (priss) R 8241 8241 7814 0 -1 4202560 192587 0 0 0 120174 143 0 0 25 0 5 0 516608811 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8242/tid=8247] ppid=8241 vsize=2580920 CPUtime=1202.65 cores=1,3,5,7
/proc/8242/task/8247/stat : 8247 (priss) R 8241 8241 7814 0 -1 4202560 199996 0 0 0 120197 68 0 0 25 0 5 0 516608816 2642862080 583577 33554432000 4194304 5787044 140734772061584 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 2589620

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1205.32
CPU time (s): 4800.19
CPU user time (s): 4795.61
CPU system time (s): 4.58
CPU usage (%): 398.251
Max. virtual memory (cumulated for all children) (KiB): 2589620

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

runsolver used 1.9607 second user time and 4.55331 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 06:08:21
IDJOB=3285663
IDBENCH=82392
IDSOLVER=1603
FILE ID=node128/3285663-1304050101
RUNJOBID= node128-1304045274-7833
PBS_JOBID= 13170398
Free space on /tmp= 66864 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=302400580

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21371080 kB
Buffers:       1266336 kB
Cached:        4483452 kB
SwapCached:        160 kB
Active:        5493964 kB
Inactive:      5489236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21371080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13308 kB
Writeback:          44 kB
AnonPages:     5233048 kB
Mapped:          15908 kB
Slab:           523532 kB
PageTables:      15208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  5748108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66912 MiB
End job on node128 at 2011-04-29 06:28:29