Trace number 3499207

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

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.50471
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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: 15209
0.00/0.02	c parsetime: 22243us
0.00/0.02	c parsed 111739 clauses with 1375 variables
0.00/0.03	c NW started thread 0 successfully (1093331264)
0.00/0.04	c NW started thread 1 successfully (1103821120)
0.00/0.06	c NW started thread 2 successfully (1114310976)
0.00/0.08	c NW started thread 3 successfully (1124800832)
13.31/3.45	c preprocessor returned 10007 variables
13.31/3.45	c preprocessing returned UNKNOWN
13.31/3.45	c PP set 0 variables
13.31/3.45	c pp time: 3408121us (3s)
13.31/3.47	c preprocessor returned 10007 variables
13.31/3.47	c preprocessing returned UNKNOWN
13.31/3.47	c PP set 0 variables
13.31/3.47	c pp time: 3445415us (3s)
14.51/3.77	c preprocessor returned 10007 variables
14.51/3.77	c preprocessing returned UNKNOWN
14.51/3.77	c PP set 0 variables
14.51/3.77	c pp time: 3706396us (3s)
38.51/9.73	c preprocessor returned 30010 variables
38.51/9.73	c preprocessing returned UNKNOWN
38.51/9.73	c PP set 0 variables
38.51/9.73	c pp time: 9655851us (9s)
9261.52/2315.79	c HTE
9308.74/2327.52	c subsumption
9602.33/2400.94	c simplified formula contains 0 unit clauses

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 /tmp/evaluation-result-3499207-1307989144/watcher-3499207-1307989144 -o /tmp/evaluation-result-3499207-1307989144/solver-3499207-1307989144 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499207-1307989144.cnf 1349240340 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: 1.00 1.00 1.06 1/168 15208
/proc/meminfo: memFree=31081264/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0

[startup+0.076992 s]
/proc/loadavg: 1.00 1.00 1.06 1/168 15208
/proc/meminfo: memFree=31081264/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101013 s]
/proc/loadavg: 1.00 1.00 1.06 1/168 15208
/proc/meminfo: memFree=31081264/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300949 s]
/proc/loadavg: 1.00 1.00 1.06 1/168 15208
/proc/meminfo: memFree=31081264/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700882 s]
/proc/loadavg: 1.00 1.00 1.06 1/168 15208
/proc/meminfo: memFree=31081264/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50074 s]
/proc/loadavg: 1.24 1.05 1.07 5/174 15214
/proc/meminfo: memFree=31041064/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=284360 CPUtime=5.73 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 20187 0 0 0 569 4 0 0 18 0 5 0 910513083 291184640 10169 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 71090 10169 350 389 0 66840 0
[pid=15209/tid=15211] ppid=15208 vsize=284360 CPUtime=1.44 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 3635 0 0 0 143 1 0 0 19 0 5 0 910513086 291184640 10169 33554432000 4194304 5787044 140735675034640 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=284360 CPUtime=1.36 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 2953 0 0 0 136 0 0 0 19 0 5 0 910513088 291184640 10169 33554432000 4194304 5787044 140735675034640 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=284360 CPUtime=1.41 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 3659 0 0 0 141 0 0 0 19 0 5 0 910513089 291184640 10169 33554432000 4194304 5787044 140735675034640 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=284360 CPUtime=1.41 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 3693 0 0 0 140 1 0 0 19 0 5 0 910513091 291184640 10169 33554432000 4194304 5787044 140735675034640 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 293060

[startup+3.10047 s]
/proc/loadavg: 1.24 1.05 1.07 5/174 15215
/proc/meminfo: memFree=31037468/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=295796 CPUtime=12.12 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 25306 0 0 0 1208 4 0 0 18 0 5 0 910513083 302895104 14875 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 73949 14875 355 389 0 69699 0
[pid=15209/tid=15211] ppid=15208 vsize=295796 CPUtime=3.04 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 4454 0 0 0 303 1 0 0 18 0 5 0 910513086 302895104 14875 33554432000 4194304 5787044 140735675034640 18446744073709551615 242970244072 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=295796 CPUtime=2.96 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 3734 0 0 0 296 0 0 0 22 0 5 0 910513088 302895104 14875 33554432000 4194304 5787044 140735675034640 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=295796 CPUtime=3.01 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 4778 0 0 0 301 0 0 0 24 0 5 0 910513089 302895104 14875 33554432000 4194304 5787044 140735675034640 18446744073709551615 242970244067 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=295796 CPUtime=3 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 6093 0 0 0 299 1 0 0 23 0 5 0 910513091 302895104 14875 33554432000 4194304 5787044 140735675034640 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 304496

[startup+6.30088 s]
/proc/loadavg: 1.24 1.05 1.07 5/174 15215
/proc/meminfo: memFree=31012664/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=299232 CPUtime=24.92 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 35934 0 0 0 2486 6 0 0 18 0 5 0 910513083 306413568 17791 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 74808 17791 404 389 0 70558 0
[pid=15209/tid=15211] ppid=15208 vsize=299232 CPUtime=6.23 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 8602 0 0 0 622 1 0 0 19 0 5 0 910513086 306413568 17791 33554432000 4194304 5787044 140735675034640 18446744073709551615 5592121 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=299232 CPUtime=6.16 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 6833 0 0 0 616 0 0 0 18 0 5 0 910513088 306413568 17791 33554432000 4194304 5787044 140735675034640 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=299232 CPUtime=6.21 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 8148 0 0 0 620 1 0 0 18 0 5 0 910513089 306413568 17791 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=299232 CPUtime=6.2 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 6104 0 0 0 619 1 0 0 19 0 5 0 910513091 306413568 17791 33554432000 4194304 5787044 140735675034640 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 307932

[startup+12.7008 s]
/proc/loadavg: 1.74 1.16 1.11 5/174 15215
/proc/meminfo: memFree=30997376/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=305788 CPUtime=50.51 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 43622 0 0 0 5040 11 0 0 18 0 5 0 910513083 313126912 22071 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 76447 22071 417 389 0 72197 0
[pid=15209/tid=15211] ppid=15208 vsize=305788 CPUtime=12.64 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 9189 0 0 0 1262 2 0 0 18 0 5 0 910513086 313126912 22071 33554432000 4194304 5787044 140735675034640 18446744073709551615 5586648 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=305788 CPUtime=12.55 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 7416 0 0 0 1255 0 0 0 18 0 5 0 910513088 313126912 22071 33554432000 4194304 5787044 140735675034640 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=305788 CPUtime=12.61 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 9813 0 0 0 1260 1 0 0 18 0 5 0 910513089 313126912 22071 33554432000 4194304 5787044 140735675034640 18446744073709551615 242970217376 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=305788 CPUtime=12.61 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 10957 0 0 0 1255 6 0 0 18 0 5 0 910513091 313126912 22071 33554432000 4194304 5787044 140735675034640 18446744073709551615 5527696 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 314488

[startup+25.5006 s]
/proc/loadavg: 2.09 1.26 1.14 5/174 15215
/proc/meminfo: memFree=30978372/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=314032 CPUtime=101.69 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 48797 0 0 0 10156 13 0 0 18 0 5 0 910513083 321568768 27246 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 78508 27246 417 389 0 74258 0
[pid=15209/tid=15211] ppid=15208 vsize=314032 CPUtime=25.44 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 10232 0 0 0 2541 3 0 0 25 0 5 0 910513086 321568768 27246 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=314032 CPUtime=25.35 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 8461 0 0 0 2535 0 0 0 18 0 5 0 910513088 321568768 27246 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=314032 CPUtime=25.41 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 12026 0 0 0 2539 2 0 0 18 0 5 0 910513089 321568768 27246 33554432000 4194304 5787044 140735675034640 18446744073709551615 5588261 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=314032 CPUtime=25.4 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 11831 0 0 0 2534 6 0 0 25 0 5 0 910513091 321568768 27246 33554432000 4194304 5787044 140735675034640 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 322732

[startup+51.1012 s]
/proc/loadavg: 2.58 1.44 1.20 5/174 15215
/proc/meminfo: memFree=30947344/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=324612 CPUtime=204.06 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 56236 0 0 0 20382 24 0 0 18 0 5 0 910513083 332402688 34681 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 81153 34681 417 389 0 76903 0
[pid=15209/tid=15211] ppid=15208 vsize=324612 CPUtime=51.02 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 11806 0 0 0 5095 7 0 0 25 0 5 0 910513086 332402688 34681 33554432000 4194304 5787044 140735675034640 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=324612 CPUtime=50.95 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 10012 0 0 0 5093 2 0 0 19 0 5 0 910513088 332402688 34681 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=324612 CPUtime=51.01 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 14867 0 0 0 5097 4 0 0 20 0 5 0 910513089 332402688 34681 33554432000 4194304 5787044 140735675034640 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=324612 CPUtime=50.99 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 13304 0 0 0 5090 9 0 0 25 0 5 0 910513091 332402688 34681 33554432000 4194304 5787044 140735675034640 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 333312

[startup+102.306 s]
/proc/loadavg: 3.43 1.87 1.36 5/174 15217
/proc/meminfo: memFree=30895624/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=343640 CPUtime=408.83 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 69249 0 0 0 40843 40 0 0 18 0 5 0 910513083 351887360 47562 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 85910 47562 418 389 0 81660 0
[pid=15209/tid=15211] ppid=15208 vsize=343640 CPUtime=102.19 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 16650 0 0 0 10203 16 0 0 18 0 5 0 910513086 351887360 47562 33554432000 4194304 5787044 140735675034640 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=343640 CPUtime=102.15 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 12636 0 0 0 10212 3 0 0 20 0 5 0 910513088 351887360 47562 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=343640 CPUtime=102.21 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 18145 0 0 0 10214 7 0 0 20 0 5 0 910513089 351887360 47562 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=343640 CPUtime=102.18 cores=0-7

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

/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 87756 0 0 0 472148 61 0 0 18 0 5 0 910513088 1723904000 367845 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1683500 CPUtime=4722.15 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 110353 0 0 0 471924 291 0 0 25 0 5 0 910513089 1723904000 367845 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1683500 CPUtime=4721.53 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 99265 0 0 0 471994 159 0 0 25 0 5 0 910513091 1723904000 367845 33554432000 4194304 5787044 140735675034640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18887.9
Current children cumulated vsize (KiB) 1692200

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/174 15353
/proc/meminfo: memFree=29594752/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=1689852 CPUtime=19127.9 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 405475 0 0 0 1911967 821 0 0 18 0 5 0 910513083 1730408448 371834 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 422463 371834 419 389 0 418213 0
[pid=15209/tid=15211] ppid=15208 vsize=1689852 CPUtime=4782.03 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 99325 0 0 0 477895 308 0 0 25 0 5 0 910513086 1730408448 371834 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=1689852 CPUtime=4782.09 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 89253 0 0 0 478147 62 0 0 25 0 5 0 910513088 1730408448 371834 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1689852 CPUtime=4782.14 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 110353 0 0 0 477923 291 0 0 25 0 5 0 910513089 1730408448 371834 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1689852 CPUtime=4781.53 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 100297 0 0 0 477994 159 0 0 25 0 5 0 910513091 1730408448 371834 33554432000 4194304 5787044 140735675034640 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19127.9
Current children cumulated vsize (KiB) 1698552

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/174 15355
/proc/meminfo: memFree=29580104/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=1694704 CPUtime=19367.9 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 409098 0 0 0 1935963 826 0 0 18 0 5 0 910513083 1735376896 375457 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 423676 375457 419 389 0 419426 0
[pid=15209/tid=15211] ppid=15208 vsize=1694704 CPUtime=4842.04 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 101696 0 0 0 483892 312 0 0 25 0 5 0 910513086 1735376896 375457 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=1694704 CPUtime=4842.09 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 90485 0 0 0 484146 63 0 0 25 0 5 0 910513088 1735376896 375457 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1694704 CPUtime=4842.14 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 110353 0 0 0 483923 291 0 0 25 0 5 0 910513089 1735376896 375457 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1694704 CPUtime=4841.53 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 100317 0 0 0 483994 159 0 0 25 0 5 0 910513091 1735376896 375457 33554432000 4194304 5787044 140735675034640 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19367.9
Current children cumulated vsize (KiB) 1703404

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/174 15357
/proc/meminfo: memFree=29565460/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=1765104 CPUtime=19607.9 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 412808 0 0 0 1959957 833 0 0 18 0 5 0 910513083 1807466496 379167 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 441276 379167 419 389 0 437026 0
[pid=15209/tid=15211] ppid=15208 vsize=1765104 CPUtime=4902.04 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 103111 0 0 0 489887 317 0 0 25 0 5 0 910513086 1807466496 379167 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=1765104 CPUtime=4902.09 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 91741 0 0 0 490145 64 0 0 25 0 5 0 910513088 1807466496 379167 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1765104 CPUtime=4902.15 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 110361 0 0 0 489924 291 0 0 25 0 5 0 910513089 1807466496 379167 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1765104 CPUtime=4901.53 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 101348 0 0 0 489994 159 0 0 25 0 5 0 910513091 1807466496 379167 33554432000 4194304 5787044 140735675034640 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19607.9
Current children cumulated vsize (KiB) 1773804

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/174 15359
/proc/meminfo: memFree=29549700/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=1771040 CPUtime=19847.9 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 416709 0 0 0 1983949 840 0 0 18 0 5 0 910513083 1813544960 383068 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 442760 383068 419 389 0 438510 0
[pid=15209/tid=15211] ppid=15208 vsize=1771040 CPUtime=4962.03 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 104486 0 0 0 495881 322 0 0 25 0 5 0 910513086 1813544960 383068 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=1771040 CPUtime=4962.09 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 93231 0 0 0 496143 66 0 0 25 0 5 0 910513088 1813544960 383068 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1771040 CPUtime=4962.15 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 111391 0 0 0 495924 291 0 0 25 0 5 0 910513089 1813544960 383068 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1771040 CPUtime=4961.52 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 101354 0 0 0 495993 159 0 0 25 0 5 0 910513091 1813544960 383068 33554432000 4194304 5787044 140735675034640 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19847.9
Current children cumulated vsize (KiB) 1779740

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/174 15360
/proc/meminfo: memFree=29535428/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=1775268 CPUtime=20087.9 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 420320 0 0 0 2007943 846 0 0 18 0 5 0 910513083 1817874432 386679 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 443817 386679 419 389 0 439567 0
[pid=15209/tid=15211] ppid=15208 vsize=1775268 CPUtime=5022.03 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 105916 0 0 0 501876 327 0 0 25 0 5 0 910513086 1817874432 386679 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=1775268 CPUtime=5022.09 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 94327 0 0 0 502142 67 0 0 25 0 5 0 910513088 1817874432 386679 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1775268 CPUtime=5022.14 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 112415 0 0 0 501923 291 0 0 25 0 5 0 910513089 1817874432 386679 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1775268 CPUtime=5021.53 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 101415 0 0 0 501993 160 0 0 25 0 5 0 910513091 1817874432 386679 33554432000 4194304 5787044 140735675034640 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20087.9
Current children cumulated vsize (KiB) 1783968

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/174 15361
/proc/meminfo: memFree=29520296/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=1784984 CPUtime=20327.9 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 424083 0 0 0 2031937 853 0 0 18 0 5 0 910513083 1827823616 390442 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 446246 390442 419 389 0 441996 0
[pid=15209/tid=15211] ppid=15208 vsize=1784984 CPUtime=5082.04 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 107289 0 0 0 507872 332 0 0 25 0 5 0 910513086 1827823616 390442 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=1784984 CPUtime=5082.1 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 96678 0 0 0 508141 69 0 0 25 0 5 0 910513088 1827823616 390442 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1784984 CPUtime=5082.15 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 112427 0 0 0 507924 291 0 0 25 0 5 0 910513089 1827823616 390442 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1784984 CPUtime=5081.53 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 101442 0 0 0 507993 160 0 0 25 0 5 0 910513091 1827823616 390442 33554432000 4194304 5787044 140735675034640 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20327.9
Current children cumulated vsize (KiB) 1793684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.91 5/174 15362
/proc/meminfo: memFree=29517072/32951132 swapFree=67052544/67111528
[pid=15208] ppid=15206 vsize=8700 CPUtime=0 cores=0-7
/proc/15208/stat : 15208 (priss.sh) S 15206 15208 15178 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910513083 8908800 251 33554432000 4194304 4922060 140733758295184 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/15208/statm: 2175 251 211 178 0 68 0
[pid=15209] ppid=15208 vsize=1786568 CPUtime=20398.7 cores=0-7
/proc/15209/stat : 15209 (priss) S 15208 15208 15178 0 -1 4202496 424885 0 0 0 2039017 855 0 0 18 0 5 0 910513083 1829445632 391244 33554432000 4194304 5787044 140735675034640 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15209/statm: 446642 391244 419 389 0 442392 0
[pid=15209/tid=15211] ppid=15208 vsize=1786568 CPUtime=5099.74 cores=0-7
/proc/15209/task/15211/stat : 15211 (priss) R 15208 15208 15178 0 -1 4202560 107683 0 0 0 509641 333 0 0 25 0 5 0 910513086 1829445632 391244 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15209/tid=15212] ppid=15208 vsize=1786568 CPUtime=5099.8 cores=0-7
/proc/15209/task/15212/stat : 15212 (priss) R 15208 15208 15178 0 -1 4202560 97077 0 0 0 509911 69 0 0 25 0 5 0 910513088 1829445632 391244 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15209/tid=15213] ppid=15208 vsize=1786568 CPUtime=5099.85 cores=0-7
/proc/15209/task/15213/stat : 15213 (priss) R 15208 15208 15178 0 -1 4202560 112427 0 0 0 509694 291 0 0 25 0 5 0 910513089 1829445632 391244 33554432000 4194304 5787044 140735675034640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15209/tid=15214] ppid=15208 vsize=1786568 CPUtime=5099.24 cores=0-7
/proc/15209/task/15214/stat : 15214 (priss) R 15208 15208 15178 0 -1 4202560 101451 0 0 0 509764 160 0 0 25 0 5 0 910513091 1829445632 391244 33554432000 4194304 5787044 140735675034640 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20398.7
Current children cumulated vsize (KiB) 1795268

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 15208 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 20398.7
#
# 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): 20398.7
CPU user time (s): 20390.2
CPU system time (s): 8.55
CPU usage (%): 399.973
Max. virtual memory (cumulated for all children) (KiB): 1795268

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

runsolver used 7.80481 second user time and 18.6892 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 20:19:04
IDJOB=3499207
IDBENCH=71397
IDSOLVER=1994
FILE ID=node128/3499207-1307989144
RUNJOBID= node128-1307989144-15192
PBS_JOBID= 13559821
Free space on /tmp= 74044 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499207-1307989144/watcher-3499207-1307989144 -o /tmp/evaluation-result-3499207-1307989144/solver-3499207-1307989144 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499207-1307989144.cnf 1349240340 40000 31000 8

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1349240340

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:      31081684 kB
Buffers:        331472 kB
Cached:        1287832 kB
SwapCached:      11368 kB
Active:         607772 kB
Inactive:      1030532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31081684 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:            2776 kB
Writeback:           0 kB
AnonPages:       17136 kB
Mapped:           9220 kB
Slab:           164848 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   188572 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= 74040 MiB
End job on node128 at 2011-06-13 21:44:06