Trace number 3499673

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) 20400.2 5100.02

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_3900_3900_220.shuffled.cnf
MD5SUMf0b7e0675915478b15cab3695fd0fd62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.033994
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses3432
Sum of the clauses size17000
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32
Number of clauses of size 4156
Number of clauses of size 53274
Number of clauses of size over 50

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: 24800
0.00/0.00	c parsetime: 1554us
0.00/0.00	c parsed 3432 clauses with 220 variables
0.00/0.00	c NW started thread 0 successfully (1092421952)
0.00/0.00	c NW started thread 1 successfully (1106295104)
0.00/0.01	c NW started thread 2 successfully (1116784960)
0.00/0.01	c NW started thread 3 successfully (1127274816)
4.77/1.20	c preprocessor returned 10010 variables
4.77/1.20	c preprocessing returned UNKNOWN
4.77/1.20	c PP set 0 variables
4.77/1.20	c pp time: 1200123us (1s)
4.77/1.20	c preprocessor returned 10010 variables
4.77/1.20	c preprocessing returned UNKNOWN
4.77/1.20	c PP set 0 variables
4.77/1.20	c pp time: 1198967us (1s)
4.77/1.20	c preprocessor returned 10010 variables
4.77/1.20	c preprocessing returned UNKNOWN
4.77/1.20	c PP set 0 variables
4.77/1.20	c pp time: 1200278us (1s)
52.77/13.26	c preprocessor returned 30016 variables
52.77/13.26	c preprocessing returned UNKNOWN
52.77/13.26	c PP set 0 variables
52.77/13.26	c pp time: 13255369us (13s)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499673-1308009204/watcher-3499673-1308009204 -o /var/tmp/evaluation-result-3499673-1308009204/solver-3499673-1308009204 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499673-1308009204.cnf 899222141 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.97 1/170 24799
/proc/meminfo: memFree=16715512/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0

[startup+0.0281859 s]
/proc/loadavg: 4.00 4.00 3.97 1/170 24799
/proc/meminfo: memFree=16715512/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100134 s]
/proc/loadavg: 4.00 4.00 3.97 1/170 24799
/proc/meminfo: memFree=16715512/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300098 s]
/proc/loadavg: 4.00 4.00 3.97 1/170 24799
/proc/meminfo: memFree=16715512/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701026 s]
/proc/loadavg: 4.00 4.00 3.97 1/170 24799
/proc/meminfo: memFree=16715512/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 24805
/proc/meminfo: memFree=16696268/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=278176 CPUtime=5.96 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 7763 0 0 0 593 3 0 0 25 0 5 0 912520161 284852224 6696 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 69544 6696 404 389 0 65294 0
[pid=24800/tid=24802] ppid=24799 vsize=278176 CPUtime=1.48 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 1605 0 0 0 148 0 0 0 18 0 5 0 912520162 284852224 6696 33554432000 4194304 5787044 140734118265936 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=278176 CPUtime=1.48 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 1492 0 0 0 148 0 0 0 18 0 5 0 912520162 284852224 6696 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=278176 CPUtime=1.48 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 1157 0 0 0 148 0 0 0 18 0 5 0 912520162 284852224 6696 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=278176 CPUtime=1.48 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 1892 0 0 0 148 0 0 0 19 0 5 0 912520163 284852224 6696 33554432000 4194304 5787044 140734118265936 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286876

[startup+3.1006 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 24805
/proc/meminfo: memFree=16687092/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=280192 CPUtime=12.36 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 9305 0 0 0 1230 6 0 0 25 0 5 0 912520161 286916608 8238 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 70048 8238 404 389 0 65798 0
[pid=24800/tid=24802] ppid=24799 vsize=280192 CPUtime=3.09 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 2130 0 0 0 307 2 0 0 21 0 5 0 912520162 286916608 8238 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=280192 CPUtime=3.07 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 2008 0 0 0 306 1 0 0 21 0 5 0 912520162 286916608 8238 33554432000 4194304 5787044 140734118265936 18446744073709551615 4229363 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=280192 CPUtime=3.08 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 1658 0 0 0 307 1 0 0 21 0 5 0 912520162 286916608 8238 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=280192 CPUtime=3.08 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 1892 0 0 0 308 0 0 0 25 0 5 0 912520163 286916608 8238 33554432000 4194304 5787044 140734118265936 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 288892

[startup+6.30103 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 24805
/proc/meminfo: memFree=16677720/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=282392 CPUtime=25.16 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 10901 0 0 0 2507 9 0 0 25 0 5 0 912520161 289169408 9834 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 70598 9834 404 389 0 66348 0
[pid=24800/tid=24802] ppid=24799 vsize=282392 CPUtime=6.28 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 2670 0 0 0 626 2 0 0 19 0 5 0 912520162 289169408 9834 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=282392 CPUtime=6.28 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 2540 0 0 0 625 3 0 0 19 0 5 0 912520162 289169408 9834 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=282392 CPUtime=6.28 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 2182 0 0 0 626 2 0 0 22 0 5 0 912520162 289169408 9834 33554432000 4194304 5787044 140734118265936 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=282392 CPUtime=6.28 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 1892 0 0 0 628 0 0 0 25 0 5 0 912520163 289169408 9834 33554432000 4194304 5787044 140734118265936 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 291092

[startup+12.7009 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 24805
/proc/meminfo: memFree=16662732/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=290416 CPUtime=50.75 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 14787 0 0 0 5063 12 0 0 25 0 5 0 912520161 297385984 13720 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 72604 13720 404 389 0 68354 0
[pid=24800/tid=24802] ppid=24799 vsize=290416 CPUtime=12.68 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 4660 0 0 0 1265 3 0 0 25 0 5 0 912520162 297385984 13720 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=290416 CPUtime=12.67 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 3490 0 0 0 1263 4 0 0 25 0 5 0 912520162 297385984 13720 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=290416 CPUtime=12.68 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 3128 0 0 0 1264 4 0 0 21 0 5 0 912520162 297385984 13720 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=290416 CPUtime=12.68 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 1892 0 0 0 1268 0 0 0 25 0 5 0 912520163 297385984 13720 33554432000 4194304 5787044 140734118265936 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 299116

[startup+25.5006 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 24805
/proc/meminfo: memFree=16639100/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=299936 CPUtime=101.92 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 21918 0 0 0 10168 24 0 0 25 0 5 0 912520161 307134464 20145 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 74984 20145 417 389 0 70734 0
[pid=24800/tid=24802] ppid=24799 vsize=299936 CPUtime=25.48 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 6402 0 0 0 2543 5 0 0 21 0 5 0 912520162 307134464 20145 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=299936 CPUtime=25.46 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 4236 0 0 0 2540 6 0 0 25 0 5 0 912520162 307134464 20145 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=299936 CPUtime=25.47 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 4308 0 0 0 2541 6 0 0 21 0 5 0 912520162 307134464 20145 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=299936 CPUtime=25.46 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 5355 0 0 0 2542 4 0 0 18 0 5 0 912520163 307134464 20145 33554432000 4194304 5787044 140734118265936 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 308636

[startup+51.1011 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 24806
/proc/meminfo: memFree=16601848/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=312160 CPUtime=204.3 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 31105 0 0 0 20396 34 0 0 25 0 5 0 912520161 319651840 29285 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 78040 29285 417 389 0 73790 0
[pid=24800/tid=24802] ppid=24799 vsize=312160 CPUtime=51.07 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 7379 0 0 0 5100 7 0 0 20 0 5 0 912520162 319651840 29285 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=312160 CPUtime=51.05 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 6967 0 0 0 5096 9 0 0 18 0 5 0 912520162 319651840 29285 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=312160 CPUtime=51.07 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 6398 0 0 0 5098 9 0 0 18 0 5 0 912520162 319651840 29285 33554432000 4194304 5787044 140734118265936 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=312160 CPUtime=51.06 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 8744 0 0 0 5100 6 0 0 25 0 5 0 912520163 319651840 29285 33554432000 4194304 5787044 140734118265936 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 320860

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 24807
/proc/meminfo: memFree=16571568/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=322100 CPUtime=409.1 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 38614 0 0 0 40867 43 0 0 25 0 5 0 912520161 329830400 36673 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 80525 36673 417 389 0 76275 0
[pid=24800/tid=24802] ppid=24799 vsize=322100 CPUtime=102.27 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 8099 0 0 0 10220 7 0 0 25 0 5 0 912520162 329830400 36673 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=322100 CPUtime=102.25 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 10447 0 0 0 10212 13 0 0 25 0 5 0 912520162 329830400 36673 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=322100 CPUtime=102.27 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 8512 0 0 0 10215 12 0 0 18 0 5 0 912520162 329830400 36673 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=322100 CPUtime=102.26 cores=0-7

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

/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 52964 0 0 0 472161 70 0 0 25 0 5 0 912520162 994852864 196090 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591734 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=971536 CPUtime=4722.35 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 53802 0 0 0 472175 60 0 0 25 0 5 0 912520162 994852864 196090 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=971536 CPUtime=4722.35 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 46228 0 0 0 472179 56 0 0 25 0 5 0 912520163 994852864 196090 33554432000 4194304 5787044 140734118265936 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 980236

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24956
/proc/meminfo: memFree=15920080/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=977668 CPUtime=19129.3 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 203556 0 0 0 1912702 233 0 0 25 0 5 0 912520161 1001132032 198569 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 244417 198569 417 389 0 240167 0
[pid=24800/tid=24802] ppid=24799 vsize=977668 CPUtime=4782.32 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 46945 0 0 0 478188 44 0 0 25 0 5 0 912520162 1001132032 198569 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=977668 CPUtime=4782.3 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 54285 0 0 0 478160 70 0 0 18 0 5 0 912520162 1001132032 198569 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=977668 CPUtime=4782.34 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 54453 0 0 0 478173 61 0 0 25 0 5 0 912520162 1001132032 198569 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=977668 CPUtime=4782.35 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 46256 0 0 0 478179 56 0 0 25 0 5 0 912520163 1001132032 198569 33554432000 4194304 5787044 140734118265936 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19129.3
Current children cumulated vsize (KiB) 986368

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24958
/proc/meminfo: memFree=15913732/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=980872 CPUtime=19369.4 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 205149 0 0 0 1936701 235 0 0 25 0 5 0 912520161 1004412928 200162 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 245218 200162 417 389 0 240968 0
[pid=24800/tid=24802] ppid=24799 vsize=980872 CPUtime=4842.33 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 47693 0 0 0 484188 45 0 0 25 0 5 0 912520162 1004412928 200162 33554432000 4194304 5787044 140734118265936 18446744073709551615 237278546946 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=980872 CPUtime=4842.3 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 54460 0 0 0 484160 70 0 0 25 0 5 0 912520162 1004412928 200162 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=980872 CPUtime=4842.34 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 55101 0 0 0 484171 63 0 0 25 0 5 0 912520162 1004412928 200162 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=980872 CPUtime=4842.35 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 46278 0 0 0 484179 56 0 0 25 0 5 0 912520163 1004412928 200162 33554432000 4194304 5787044 140734118265936 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19369.4
Current children cumulated vsize (KiB) 989572

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24959
/proc/meminfo: memFree=15902304/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=987940 CPUtime=19609.4 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 208043 0 0 0 1960699 238 0 0 25 0 5 0 912520161 1011650560 203056 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 246985 203056 417 389 0 242735 0
[pid=24800/tid=24802] ppid=24799 vsize=987940 CPUtime=4902.32 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 48415 0 0 0 490187 45 0 0 25 0 5 0 912520162 1011650560 203056 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=987940 CPUtime=4902.3 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 55904 0 0 0 490160 70 0 0 25 0 5 0 912520162 1011650560 203056 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=987940 CPUtime=4902.35 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 55798 0 0 0 490171 64 0 0 25 0 5 0 912520162 1011650560 203056 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591653 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=987940 CPUtime=4902.35 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 46309 0 0 0 490179 56 0 0 25 0 5 0 912520163 1011650560 203056 33554432000 4194304 5787044 140734118265936 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19609.4
Current children cumulated vsize (KiB) 996640

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24961
/proc/meminfo: memFree=15892984/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=991712 CPUtime=19849.4 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 210345 0 0 0 1984696 241 0 0 25 0 5 0 912520161 1015513088 205358 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 247928 205358 417 389 0 243678 0
[pid=24800/tid=24802] ppid=24799 vsize=991712 CPUtime=4962.33 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 49258 0 0 0 496187 46 0 0 25 0 5 0 912520162 1015513088 205358 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290699376 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=991712 CPUtime=4962.31 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 56732 0 0 0 496159 72 0 0 25 0 5 0 912520162 1015513088 205358 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=991712 CPUtime=4962.35 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 56340 0 0 0 496170 65 0 0 25 0 5 0 912520162 1015513088 205358 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=991712 CPUtime=4962.34 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 46398 0 0 0 496178 56 0 0 25 0 5 0 912520163 1015513088 205358 33554432000 4194304 5787044 140734118265936 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19849.4
Current children cumulated vsize (KiB) 1000412

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24962
/proc/meminfo: memFree=15879700/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=999856 CPUtime=20089.4 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 213702 0 0 0 2008693 244 0 0 25 0 5 0 912520161 1023852544 208715 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 249964 208715 417 389 0 245714 0
[pid=24800/tid=24802] ppid=24799 vsize=999856 CPUtime=5022.33 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 50107 0 0 0 502186 47 0 0 25 0 5 0 912520162 1023852544 208715 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=999856 CPUtime=5022.31 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 57585 0 0 0 502158 73 0 0 25 0 5 0 912520162 1023852544 208715 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=999856 CPUtime=5022.35 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 56870 0 0 0 502169 66 0 0 25 0 5 0 912520162 1023852544 208715 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=999856 CPUtime=5022.35 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 47523 0 0 0 502178 57 0 0 25 0 5 0 912520163 1023852544 208715 33554432000 4194304 5787044 140734118265936 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20089.4
Current children cumulated vsize (KiB) 1008556

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24964
/proc/meminfo: memFree=15870388/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=1007404 CPUtime=20329.4 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 217009 0 0 0 2032691 247 0 0 25 0 5 0 912520161 1031581696 210997 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 251851 210997 417 389 0 247601 0
[pid=24800/tid=24802] ppid=24799 vsize=1007404 CPUtime=5082.33 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 50894 0 0 0 508186 47 0 0 25 0 5 0 912520162 1031581696 210997 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=1007404 CPUtime=5082.31 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 59432 0 0 0 508157 74 0 0 25 0 5 0 912520162 1031581696 210997 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=1007404 CPUtime=5082.35 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 57438 0 0 0 508168 67 0 0 25 0 5 0 912520162 1031581696 210997 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=1007404 CPUtime=5082.35 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 47628 0 0 0 508178 57 0 0 25 0 5 0 912520163 1031581696 210997 33554432000 4194304 5787044 140734118265936 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20329.4
Current children cumulated vsize (KiB) 1016104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 24965
/proc/meminfo: memFree=15867528/32950904 swapFree=67055440/67111528
[pid=24799] ppid=24797 vsize=8700 CPUtime=0 cores=0-7
/proc/24799/stat : 24799 (priss.sh) S 24797 24799 24338 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912520161 8908800 252 33554432000 4194304 4922060 140736607467008 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24799/statm: 2175 252 211 178 0 68 0
[pid=24800] ppid=24799 vsize=1008304 CPUtime=20400.2 cores=0-7
/proc/24800/stat : 24800 (priss) S 24799 24799 24338 0 -1 4202496 217679 0 0 0 2039773 248 0 0 25 0 5 0 912520161 1032503296 211667 33554432000 4194304 5787044 140734118265936 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24800/statm: 252076 211667 417 389 0 247826 0
[pid=24800/tid=24802] ppid=24799 vsize=1008304 CPUtime=5100.04 cores=0-7
/proc/24800/task/24802/stat : 24802 (priss) R 24799 24799 24338 0 -1 4202560 51114 0 0 0 509956 48 0 0 25 0 5 0 912520162 1032503296 211667 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24800/tid=24803] ppid=24799 vsize=1008304 CPUtime=5100.01 cores=0-7
/proc/24800/task/24803/stat : 24803 (priss) R 24799 24799 24338 0 -1 4202560 59681 0 0 0 509927 74 0 0 25 0 5 0 912520162 1032503296 211667 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24800/tid=24804] ppid=24799 vsize=1008304 CPUtime=5100.05 cores=0-7
/proc/24800/task/24804/stat : 24804 (priss) R 24799 24799 24338 0 -1 4202560 57588 0 0 0 509938 67 0 0 25 0 5 0 912520162 1032503296 211667 33554432000 4194304 5787044 140734118265936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24800/tid=24805] ppid=24799 vsize=1008304 CPUtime=5100.06 cores=0-7
/proc/24800/task/24805/stat : 24805 (priss) R 24799 24799 24338 0 -1 4202560 47679 0 0 0 509949 57 0 0 25 0 5 0 912520163 1032503296 211667 33554432000 4194304 5787044 140734118265936 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20400.2
Current children cumulated vsize (KiB) 1017004

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.02
CPU time (s): 20400.2
CPU user time (s): 20397.7
CPU system time (s): 2.48
CPU usage (%): 400.003
Max. virtual memory (cumulated for all children) (KiB): 1017004

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= 333
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= 3

runsolver used 8.06777 second user time and 19.2261 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-14 01:53:24
IDJOB=3499673
IDBENCH=87453
IDSOLVER=1994
FILE ID=node121/3499673-1308009204
RUNJOBID= node121-1307998997-24352
PBS_JOBID= 13559840
Free space on /var/tmp= 2892 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_3900_3900_220.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499673-1308009204/watcher-3499673-1308009204 -o /var/tmp/evaluation-result-3499673-1308009204/solver-3499673-1308009204 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499673-1308009204.cnf 899222141 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f0b7e0675915478b15cab3695fd0fd62
RANDOM SEED=899222141

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      16715932 kB
Buffers:        116388 kB
Cached:       15531648 kB
SwapCached:       9696 kB
Active:         390608 kB
Inactive:     15276256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16715932 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:       17052 kB
Mapped:          12628 kB
Slab:           502564 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   189400 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 /var/tmp at the end= 2892 MiB
End job on node121 at 2011-06-14 03:18:26