Trace number 3499335

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
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: 18226
0.00/0.05	c parsetime: 52047us
0.00/0.05	c parsed 194157 clauses with 1836 variables
0.00/0.06	c NW started thread 0 successfully (1086097728)
0.00/0.10	c NW started thread 1 successfully (1107634496)
0.00/0.15	c NW started thread 2 successfully (1096587584)
0.00/0.21	c NW started thread 3 successfully (1118124352)
82.74/20.83	c preprocessor returned 10013 variables
82.74/20.83	c preprocessing returned UNKNOWN
82.74/20.83	c PP set 0 variables
82.74/20.83	c pp time: 20763796us (20s)
82.74/20.88	c preprocessor returned 10013 variables
82.74/20.88	c preprocessing returned UNKNOWN
82.74/20.88	c PP set 0 variables
82.74/20.88	c pp time: 20774535us (20s)
83.14/20.92	c preprocessor returned 10013 variables
83.14/20.92	c preprocessing returned UNKNOWN
83.14/20.92	c PP set 0 variables
83.14/20.92	c pp time: 20767133us (20s)
109.90/27.69	c preprocessor returned 30011 variables
109.90/27.69	c preprocessing returned UNKNOWN
109.90/27.69	c PP set 0 variables
109.90/27.69	c pp time: 27479472us (27s)
7436.48/1859.60	c HTE
7488.09/1872.59	c subsumption
7597.68/1899.93	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 /var/tmp/evaluation-result-3499335-1307998601/watcher-3499335-1307998601 -o /var/tmp/evaluation-result-3499335-1307998601/solver-3499335-1307998601 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499335-1307998601.cnf 701434648 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.94 2.79 3.43 2/170 18225
/proc/meminfo: memFree=14852740/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0

[startup+0.019985 s]
/proc/loadavg: 1.94 2.79 3.43 2/170 18225
/proc/meminfo: memFree=14852740/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10097 s]
/proc/loadavg: 1.94 2.79 3.43 2/170 18225
/proc/meminfo: memFree=14852740/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300929 s]
/proc/loadavg: 1.94 2.79 3.43 2/170 18225
/proc/meminfo: memFree=14852740/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700859 s]
/proc/loadavg: 1.94 2.79 3.43 2/170 18225
/proc/meminfo: memFree=14852740/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 2.11 2.81 3.43 5/176 18231
/proc/meminfo: memFree=14794056/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=304844 CPUtime=5.65 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 15895 0 0 0 562 3 0 0 25 0 5 0 990090796 312160256 14752 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 76211 14752 349 389 0 71961 0
[pid=18226/tid=18228] ppid=18225 vsize=304844 CPUtime=1.42 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 1542 0 0 0 142 0 0 0 18 0 5 0 990090803 312160256 14752 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=304844 CPUtime=1.38 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 1476 0 0 0 138 0 0 0 18 0 5 0 990090807 312160256 14752 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=304844 CPUtime=1.33 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 1477 0 0 0 133 0 0 0 18 0 5 0 990090812 312160256 14752 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=304844 CPUtime=1.28 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 1558 0 0 0 127 1 0 0 18 0 5 0 990090818 312160256 14752 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 313544

[startup+3.10044 s]
/proc/loadavg: 2.11 2.81 3.43 5/176 18231
/proc/meminfo: memFree=14793684/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=324276 CPUtime=12.02 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 24432 0 0 0 1192 10 0 0 25 0 5 0 990090796 332058624 22529 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 81069 22529 350 389 0 76819 0
[pid=18226/tid=18228] ppid=18225 vsize=324276 CPUtime=3.02 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 6056 0 0 0 300 2 0 0 18 0 5 0 990090803 332058624 22529 33554432000 4194304 5787044 140735140195200 18446744073709551615 216734839841 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=324276 CPUtime=2.97 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 2811 0 0 0 294 3 0 0 17 0 5 0 990090807 332058624 22529 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=324276 CPUtime=2.92 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 2885 0 0 0 290 2 0 0 18 0 5 0 990090812 332058624 22529 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=324276 CPUtime=2.86 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 2838 0 0 0 285 1 0 0 18 0 5 0 990090818 332058624 22529 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 332976

[startup+6.30088 s]
/proc/loadavg: 2.11 2.81 3.43 5/176 18231
/proc/meminfo: memFree=14727672/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=342252 CPUtime=24.79 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 33571 0 0 0 2461 18 0 0 25 0 5 0 990090796 350466048 31668 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 85563 31668 350 389 0 81313 0
[pid=18226/tid=18228] ppid=18225 vsize=342252 CPUtime=6.21 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 8556 0 0 0 618 3 0 0 20 0 5 0 990090803 350466048 31668 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=342252 CPUtime=6.16 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 5347 0 0 0 609 7 0 0 20 0 5 0 990090807 350466048 31668 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=342252 CPUtime=6.12 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 4424 0 0 0 608 4 0 0 20 0 5 0 990090812 350466048 31668 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=342252 CPUtime=6.06 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 5402 0 0 0 604 2 0 0 20 0 5 0 990090818 350466048 31668 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 350952

[startup+12.7008 s]
/proc/loadavg: 2.40 2.84 3.44 5/176 18231
/proc/meminfo: memFree=14728192/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=342384 CPUtime=50.39 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 33623 0 0 0 5021 18 0 0 25 0 5 0 990090796 350601216 31720 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 85596 31720 352 389 0 81346 0
[pid=18226/tid=18228] ppid=18225 vsize=342384 CPUtime=12.61 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 8571 0 0 0 1258 3 0 0 25 0 5 0 990090803 350601216 31720 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336833 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=342384 CPUtime=12.56 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 5359 0 0 0 1249 7 0 0 25 0 5 0 990090807 350601216 31720 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=342384 CPUtime=12.52 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 4437 0 0 0 1248 4 0 0 25 0 5 0 990090812 350601216 31720 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=342384 CPUtime=12.46 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 5414 0 0 0 1244 2 0 0 25 0 5 0 990090818 350601216 31720 33554432000 4194304 5787044 140735140195200 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 351084

[startup+25.5005 s]
/proc/loadavg: 2.64 2.88 3.44 5/176 18232
/proc/meminfo: memFree=14672844/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=368356 CPUtime=101.5 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 50117 0 0 0 10122 28 0 0 25 0 5 0 990090796 377196544 46088 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 92089 46088 404 389 0 87839 0
[pid=18226/tid=18228] ppid=18225 vsize=368356 CPUtime=25.41 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 13543 0 0 0 2536 5 0 0 18 0 5 0 990090803 377196544 46088 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=368356 CPUtime=25.33 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 8682 0 0 0 2521 12 0 0 18 0 5 0 990090807 377196544 46088 33554432000 4194304 5787044 140735140195200 18446744073709551615 4219914 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=368356 CPUtime=25.3 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 8744 0 0 0 2523 7 0 0 18 0 5 0 990090812 377196544 46088 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=368356 CPUtime=25.24 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 9306 0 0 0 2521 3 0 0 25 0 5 0 990090818 377196544 46088 33554432000 4194304 5787044 140735140195200 18446744073709551615 216734872547 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 377056

[startup+51.101 s]
/proc/loadavg: 3.10 2.97 3.46 5/176 18232
/proc/meminfo: memFree=14587880/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=400540 CPUtime=203.76 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 75897 0 0 0 20315 61 0 0 25 0 5 0 990090796 410152960 68044 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 100135 68044 417 389 0 95885 0
[pid=18226/tid=18228] ppid=18225 vsize=400540 CPUtime=51 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 19306 0 0 0 5089 11 0 0 18 0 5 0 990090803 410152960 68044 33554432000 4194304 5787044 140735140195200 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=400540 CPUtime=50.8 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 13048 0 0 0 5052 28 0 0 18 0 5 0 990090807 410152960 68044 33554432000 4194304 5787044 140735140195200 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=400540 CPUtime=50.89 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 14747 0 0 0 5076 13 0 0 18 0 5 0 990090812 410152960 68044 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=400540 CPUtime=50.83 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 18954 0 0 0 5076 7 0 0 25 0 5 0 990090818 410152960 68044 33554432000 4194304 5787044 140735140195200 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 409240

[startup+102.306 s]
/proc/loadavg: 3.64 3.14 3.48 5/176 18234
/proc/meminfo: memFree=14455804/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=638040 CPUtime=408.42 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 108614 0 0 0 40735 107 0 0 25 0 5 0 990090796 653352960 100226 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 159510 100226 417 389 0 155260 0
[pid=18226/tid=18228] ppid=18225 vsize=638040 CPUtime=102.19 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 29109 0 0 0 10201 18 0 0 18 0 5 0 990090803 653352960 100226 33554432000 4194304 5787044 140735140195200 18446744073709551615 5588283 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=638040 CPUtime=101.89 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 22332 0 0 0 10134 55 0 0 20 0 5 0 990090807 653352960 100226 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=638040 CPUtime=102.08 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 22339 0 0 0 10187 21 0 0 18 0 5 0 990090812 653352960 100226 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=638040 CPUtime=102.02 cores=0-7

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

/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 232648 0 0 0 471378 697 0 0 22 0 5 0 990090807 4022468608 917328 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=3928192 CPUtime=4721.86 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 278293 0 0 0 471796 390 0 0 25 0 5 0 990090812 4022468608 917328 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=3928192 CPUtime=4721.86 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 190469 0 0 0 472055 131 0 0 25 0 5 0 990090818 4022468608 917328 33554432000 4194304 5787044 140735140195200 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18886.7
Current children cumulated vsize (KiB) 3936892

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 18380
/proc/meminfo: memFree=11134360/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=3941048 CPUtime=19126.7 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 966843 0 0 0 1911133 1534 0 0 25 0 5 0 990090796 4035633152 928615 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 985262 928615 417 389 0 981012 0
[pid=18226/tid=18228] ppid=18225 vsize=3941048 CPUtime=4781.98 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 245510 0 0 0 477898 300 0 0 25 0 5 0 990090803 4035633152 928615 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=3941048 CPUtime=4780.75 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 232914 0 0 0 477377 698 0 0 19 0 5 0 990090807 4035633152 928615 33554432000 4194304 5787044 140735140195200 18446744073709551615 5586662 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=3941048 CPUtime=4781.86 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 284899 0 0 0 477786 400 0 0 19 0 5 0 990090812 4035633152 928615 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=3941048 CPUtime=4781.85 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 193678 0 0 0 478052 133 0 0 25 0 5 0 990090818 4035633152 928615 33554432000 4194304 5787044 140735140195200 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19126.7
Current children cumulated vsize (KiB) 3949748

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 18381
/proc/meminfo: memFree=11088828/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=3958304 CPUtime=19366.7 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 978122 0 0 0 1935121 1546 0 0 25 0 5 0 990090796 4053303296 939894 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 989576 939894 417 389 0 985326 0
[pid=18226/tid=18228] ppid=18225 vsize=3958304 CPUtime=4841.98 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 246683 0 0 0 483898 300 0 0 18 0 5 0 990090803 4053303296 939894 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=3958304 CPUtime=4840.74 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 233360 0 0 0 483376 698 0 0 25 0 5 0 990090807 4053303296 939894 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=3958304 CPUtime=4841.86 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 290238 0 0 0 483777 409 0 0 25 0 5 0 990090812 4053303296 939894 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=3958304 CPUtime=4841.85 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 197999 0 0 0 484050 135 0 0 25 0 5 0 990090818 4053303296 939894 33554432000 4194304 5787044 140735140195200 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19366.7
Current children cumulated vsize (KiB) 3967004

[startup+4902.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/176 18383
/proc/meminfo: memFree=11034232/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=4101676 CPUtime=19606.7 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 991908 0 0 0 1959105 1561 0 0 25 0 5 0 990090796 4200116224 953680 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 1025419 953680 417 389 0 1021169 0
[pid=18226/tid=18228] ppid=18225 vsize=4101676 CPUtime=4901.98 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 251061 0 0 0 489893 305 0 0 18 0 5 0 990090803 4200116224 953680 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=4101676 CPUtime=4900.74 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 233621 0 0 0 489376 698 0 0 18 0 5 0 990090807 4200116224 953680 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=4101676 CPUtime=4901.86 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 296313 0 0 0 489768 418 0 0 25 0 5 0 990090812 4200116224 953680 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=4101676 CPUtime=4901.85 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 201071 0 0 0 490048 137 0 0 25 0 5 0 990090818 4200116224 953680 33554432000 4194304 5787044 140735140195200 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19606.7
Current children cumulated vsize (KiB) 4110376

[startup+4962.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/176 18384
/proc/meminfo: memFree=10963280/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=4130640 CPUtime=19846.7 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 1013492 0 0 0 1983083 1582 0 0 25 0 5 0 990090796 4229775360 971167 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 1032660 971167 417 389 0 1028410 0
[pid=18226/tid=18228] ppid=18225 vsize=4130640 CPUtime=4961.98 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 262198 0 0 0 495884 314 0 0 24 0 5 0 990090803 4229775360 971167 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=4130640 CPUtime=4960.73 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 234034 0 0 0 495374 699 0 0 25 0 5 0 990090807 4229775360 971167 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=4130640 CPUtime=4961.85 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 303218 0 0 0 495758 427 0 0 18 0 5 0 990090812 4229775360 971167 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=4130640 CPUtime=4961.86 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 204200 0 0 0 496047 139 0 0 25 0 5 0 990090818 4229775360 971167 33554432000 4194304 5787044 140735140195200 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19846.7
Current children cumulated vsize (KiB) 4139340

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18386
/proc/meminfo: memFree=10884188/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=4274440 CPUtime=20086.6 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 1035473 0 0 0 2007050 1605 0 0 25 0 5 0 990090796 4377026560 991131 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 1068610 991131 417 389 0 1064360 0
[pid=18226/tid=18228] ppid=18225 vsize=4274440 CPUtime=5021.95 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 269842 0 0 0 501868 327 0 0 19 0 5 0 990090803 4377026560 991131 33554432000 4194304 5787044 140735140195200 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=4274440 CPUtime=5020.68 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 235624 0 0 0 501368 700 0 0 18 0 5 0 990090807 4377026560 991131 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=4274440 CPUtime=5021.84 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 312772 0 0 0 501749 435 0 0 21 0 5 0 990090812 4377026560 991131 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=4274440 CPUtime=5021.85 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 207393 0 0 0 502044 141 0 0 25 0 5 0 990090818 4377026560 991131 33554432000 4194304 5787044 140735140195200 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20086.6
Current children cumulated vsize (KiB) 4283140

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18388
/proc/meminfo: memFree=10836648/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=4301392 CPUtime=20326.6 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 1047195 0 0 0 2031035 1620 0 0 25 0 5 0 990090796 4404625408 1002853 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 1075348 1002853 417 389 0 1071098 0
[pid=18226/tid=18228] ppid=18225 vsize=4301392 CPUtime=5081.95 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 276600 0 0 0 507856 339 0 0 25 0 5 0 990090803 4404625408 1002853 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=4301392 CPUtime=5080.68 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 235891 0 0 0 507367 701 0 0 25 0 5 0 990090807 4404625408 1002853 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=4301392 CPUtime=5081.84 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 312772 0 0 0 507749 435 0 0 25 0 5 0 990090812 4404625408 1002853 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=4301392 CPUtime=5081.85 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 212090 0 0 0 508042 143 0 0 25 0 5 0 990090818 4404625408 1002853 33554432000 4194304 5787044 140735140195200 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20326.5
Current children cumulated vsize (KiB) 4310092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18388
/proc/meminfo: memFree=10822004/32951124 swapFree=67054712/67111528
[pid=18225] ppid=18223 vsize=8700 CPUtime=0 cores=0-7
/proc/18225/stat : 18225 (priss.sh) S 18223 18225 18195 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 990090796 8908800 251 33554432000 4194304 4922060 140734949203184 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18225/statm: 2175 251 211 178 0 68 0
[pid=18226] ppid=18225 vsize=4301392 CPUtime=20397.4 cores=0-7
/proc/18226/stat : 18226 (priss) S 18225 18225 18195 0 -1 4202496 1050815 0 0 0 2038108 1629 0 0 25 0 5 0 990090796 4404625408 1006473 33554432000 4194304 5787044 140735140195200 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18226/statm: 1075348 1006473 417 389 0 1071098 0
[pid=18226/tid=18228] ppid=18225 vsize=4301392 CPUtime=5099.66 cores=0-7
/proc/18226/task/18228/stat : 18228 (priss) R 18225 18225 18195 0 -1 4202560 278595 0 0 0 509624 342 0 0 18 0 5 0 990090803 4404625408 1006473 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=4301392 CPUtime=5098.38 cores=0-7
/proc/18226/task/18229/stat : 18229 (priss) R 18225 18225 18195 0 -1 4202560 237501 0 0 0 509131 707 0 0 25 0 5 0 990090807 4404625408 1006473 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=4301392 CPUtime=5099.55 cores=0-7
/proc/18226/task/18230/stat : 18230 (priss) R 18225 18225 18195 0 -1 4202560 312772 0 0 0 509520 435 0 0 18 0 5 0 990090812 4404625408 1006473 33554432000 4194304 5787044 140735140195200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=4301392 CPUtime=5099.55 cores=0-7
/proc/18226/task/18231/stat : 18231 (priss) R 18225 18225 18195 0 -1 4202560 212105 0 0 0 509812 143 0 0 25 0 5 0 990090818 4404625408 1006473 33554432000 4194304 5787044 140735140195200 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20397.4
Current children cumulated vsize (KiB) 4310092

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 18225 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 20397.4
#
# 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): 20397.4
CPU user time (s): 20381.1
CPU system time (s): 16.29
CPU usage (%): 399.947
Max. virtual memory (cumulated for all children) (KiB): 4310092

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

runsolver used 8.27874 second user time and 18.7751 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-13 22:56:41
IDJOB=3499335
IDBENCH=83173
IDSOLVER=1994
FILE ID=node119/3499335-1307998601
RUNJOBID= node119-1307998601-18209
PBS_JOBID= 13559829
Free space on /var/tmp= 2880 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499335-1307998601/watcher-3499335-1307998601 -o /var/tmp/evaluation-result-3499335-1307998601/solver-3499335-1307998601 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499335-1307998601.cnf 701434648 40000 31000 8

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=701434648

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14852804 kB
Buffers:        116708 kB
Cached:       17336676 kB
SwapCached:      11032 kB
Active:        2029104 kB
Inactive:     15444052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14852804 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:            5912 kB
Writeback:           0 kB
AnonPages:       17612 kB
Mapped:          12008 kB
Slab:           558044 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188964 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= 2876 MiB
End job on node119 at 2011-06-14 00:21:43