Trace number 3499279

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 20400.1 5100.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n170-s56409011-unsat.cnf
MD5SUM6545c783f127618649f1200914f62dc5
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 variables173
Number of clauses356
Sum of the clauses size1068
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3356
Number of clauses of size 40
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: 21231
0.00/0.00	c parsetime: 155us
0.00/0.00	c parsed 356 clauses with 173 variables
0.00/0.00	c NW started thread 0 successfully (1107716416)
0.00/0.00	c NW started thread 1 successfully (1118206272)
0.00/0.00	c NW started thread 2 successfully (1128696128)
0.00/0.00	c NW started thread 3 successfully (1139185984)
4.38/1.16	c preprocessor returned 10052 variables
4.38/1.16	c preprocessing returned UNKNOWN
4.38/1.16	c PP set 0 variables
4.38/1.16	c pp time: 1155362us (1s)
4.38/1.16	c preprocessor returned 10052 variables
4.38/1.16	c preprocessing returned UNKNOWN
4.38/1.16	c PP set 0 variables
4.38/1.16	c pp time: 1155784us (1s)
4.38/1.16	c preprocessor returned 10052 variables
4.38/1.16	c preprocessing returned UNKNOWN
4.38/1.16	c PP set 0 variables
4.38/1.16	c pp time: 1157390us (1s)
23.93/6.02	c preprocessor returned 30160 variables
23.93/6.02	c preprocessing returned UNKNOWN
23.93/6.02	c PP set 0 variables
23.93/6.02	c pp time: 6015862us (6s)
18265.23/4566.31	c HTE
18287.23/4571.82	c subsumption
18972.87/4743.25	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-3499279-1307995988/watcher-3499279-1307995988 -o /var/tmp/evaluation-result-3499279-1307995988/solver-3499279-1307995988 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499279-1307995988.cnf 12500921 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: 3.76 3.95 3.91 1/170 21230
/proc/meminfo: memFree=11574240/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0

[startup+0.0329071 s]
/proc/loadavg: 3.76 3.95 3.91 1/170 21230
/proc/meminfo: memFree=11574240/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104952 s]
/proc/loadavg: 3.76 3.95 3.91 1/170 21230
/proc/meminfo: memFree=11574240/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30085 s]
/proc/loadavg: 3.76 3.95 3.91 1/170 21230
/proc/meminfo: memFree=11574240/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700776 s]
/proc/loadavg: 3.76 3.95 3.91 1/170 21230
/proc/meminfo: memFree=11574240/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 3.76 3.95 3.91 5/176 21236
/proc/meminfo: memFree=11556360/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=276492 CPUtime=5.94 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 7698 0 0 0 591 3 0 0 24 0 5 0 911199237 283127808 6438 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 69123 6438 404 389 0 64873 0
[pid=21231/tid=21232] ppid=21230 vsize=276492 CPUtime=1.48 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 1169 0 0 0 148 0 0 0 18 0 5 0 911199238 283127808 6439 33554432000 4194304 5787044 140734249023232 18446744073709551615 230808826565 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=276492 CPUtime=1.47 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 1499 0 0 0 147 0 0 0 18 0 5 0 911199238 283127808 6439 33554432000 4194304 5787044 140734249023232 18446744073709551615 5585228 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=276492 CPUtime=1.48 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 1529 0 0 0 147 1 0 0 18 0 5 0 911199238 283127808 6439 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820977912 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=276492 CPUtime=1.48 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 2005 0 0 0 148 0 0 0 20 0 5 0 911199238 283127808 6439 33554432000 4194304 5787044 140734249023232 18446744073709551615 230808859609 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 285192

[startup+3.10034 s]
/proc/loadavg: 3.76 3.95 3.91 5/176 21236
/proc/meminfo: memFree=11548672/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=278424 CPUtime=12.33 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 9097 0 0 0 1226 7 0 0 24 0 5 0 911199237 285106176 7837 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 69606 7837 404 389 0 65356 0
[pid=21231/tid=21232] ppid=21230 vsize=278424 CPUtime=3.08 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 1638 0 0 0 307 1 0 0 18 0 5 0 911199238 285106176 7837 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820991669 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=278424 CPUtime=3.07 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 1960 0 0 0 305 2 0 0 18 0 5 0 911199238 285106176 7837 33554432000 4194304 5787044 140734249023232 18446744073709551615 5576469 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=278424 CPUtime=3.08 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 1997 0 0 0 305 3 0 0 18 0 5 0 911199238 285106176 7837 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820991669 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=278424 CPUtime=3.08 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 2005 0 0 0 308 0 0 0 25 0 5 0 911199238 285106176 7837 33554432000 4194304 5787044 140734249023232 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 287124

[startup+6.30076 s]
/proc/loadavg: 3.78 3.95 3.91 5/176 21236
/proc/meminfo: memFree=11539700/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=283664 CPUtime=25.12 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 12202 0 0 0 2500 12 0 0 24 0 5 0 911199237 290471936 10235 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 70916 10235 417 389 0 66666 0
[pid=21231/tid=21232] ppid=21230 vsize=283664 CPUtime=6.28 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 2180 0 0 0 626 2 0 0 18 0 5 0 911199238 290471936 10235 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=283664 CPUtime=6.27 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 2496 0 0 0 623 4 0 0 18 0 5 0 911199238 290471936 10235 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=283664 CPUtime=6.28 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 2620 0 0 0 623 5 0 0 18 0 5 0 911199238 290471936 10235 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=283664 CPUtime=6.27 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 3409 0 0 0 627 0 0 0 18 0 5 0 911199238 290471936 10235 33554432000 4194304 5787044 140734249023232 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 292364

[startup+12.7006 s]
/proc/loadavg: 3.80 3.95 3.91 5/176 21236
/proc/meminfo: memFree=11519884/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=291556 CPUtime=50.69 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 16759 0 0 0 5051 18 0 0 24 0 5 0 911199237 298553344 14792 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 72889 14792 418 389 0 68639 0
[pid=21231/tid=21232] ppid=21230 vsize=291556 CPUtime=12.66 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 2990 0 0 0 1263 3 0 0 18 0 5 0 911199238 298553344 14792 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=291556 CPUtime=12.66 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 4565 0 0 0 1261 5 0 0 18 0 5 0 911199238 298553344 14792 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=291556 CPUtime=12.67 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 3197 0 0 0 1260 7 0 0 20 0 5 0 911199238 298553344 14792 33554432000 4194304 5787044 140734249023232 18446744073709551615 4219946 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=291556 CPUtime=12.67 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 4510 0 0 0 1265 2 0 0 18 0 5 0 911199238 298553344 14792 33554432000 4194304 5787044 140734249023232 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 300256

[startup+25.5012 s]
/proc/loadavg: 3.84 3.95 3.91 5/176 21236
/proc/meminfo: memFree=11502184/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=299884 CPUtime=101.88 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 21150 0 0 0 10162 26 0 0 24 0 5 0 911199237 307081216 19178 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 74971 19178 418 389 0 70721 0
[pid=21231/tid=21232] ppid=21230 vsize=299884 CPUtime=25.46 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 3791 0 0 0 2541 5 0 0 19 0 5 0 911199238 307081216 19178 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=299884 CPUtime=25.45 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 5279 0 0 0 2539 6 0 0 25 0 5 0 911199238 307081216 19178 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=299884 CPUtime=25.45 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 4041 0 0 0 2536 9 0 0 25 0 5 0 911199238 307081216 19178 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=299884 CPUtime=25.47 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 6542 0 0 0 2544 3 0 0 21 0 5 0 911199238 307081216 19178 33554432000 4194304 5787044 140734249023232 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 308584

[startup+51.1006 s]
/proc/loadavg: 3.89 3.95 3.91 5/176 21237
/proc/meminfo: memFree=11473636/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=311208 CPUtime=204.23 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 28501 0 0 0 20386 37 0 0 24 0 5 0 911199237 318676992 26507 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 77802 26507 418 389 0 73552 0
[pid=21231/tid=21232] ppid=21230 vsize=311208 CPUtime=51.05 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 5987 0 0 0 5098 7 0 0 18 0 5 0 911199238 318676992 26507 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=311208 CPUtime=51.04 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 7913 0 0 0 5096 8 0 0 25 0 5 0 911199238 318676992 26507 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=311208 CPUtime=51.05 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 4894 0 0 0 5093 12 0 0 25 0 5 0 911199238 318676992 26507 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=311208 CPUtime=51.06 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 8210 0 0 0 5098 8 0 0 25 0 5 0 911199238 318676992 26507 33554432000 4194304 5787044 140734249023232 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.23
Current children cumulated vsize (KiB) 319908

[startup+102.306 s]
/proc/loadavg: 3.95 3.96 3.91 5/176 21238
/proc/meminfo: memFree=11428848/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=327764 CPUtime=409.02 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 39466 0 0 0 40842 60 0 0 24 0 5 0 911199237 335630336 37324 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 81941 37324 418 389 0 77691 0
[pid=21231/tid=21232] ppid=21230 vsize=327764 CPUtime=102.25 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 8579 0 0 0 10213 12 0 0 19 0 5 0 911199238 335630336 37324 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=327764 CPUtime=102.24 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 10060 0 0 0 10212 12 0 0 25 0 5 0 911199238 335630336 37324 33554432000 4194304 5787044 140734249023232 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=327764 CPUtime=102.24 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 7811 0 0 0 10210 14 0 0 25 0 5 0 911199238 335630336 37324 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=327764 CPUtime=102.26 cores=0-7

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

/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68368 0 0 0 472112 118 0 0 25 0 5 0 911199238 1089314816 206775 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1063784 CPUtime=4722.31 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 40955 0 0 0 472151 80 0 0 25 0 5 0 911199238 1089314816 206775 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1063784 CPUtime=4722.32 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 55738 0 0 0 472162 70 0 0 25 0 5 0 911199238 1089314816 206775 33554432000 4194304 5787044 140734249023232 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18889.3
Current children cumulated vsize (KiB) 1072484

[startup+4782.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/176 21375
/proc/meminfo: memFree=10746492/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=1063784 CPUtime=19129.2 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 217141 0 0 0 1912570 355 0 0 24 0 5 0 911199237 1089314816 207010 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 265946 207010 419 389 0 261696 0
[pid=21231/tid=21232] ppid=21230 vsize=1063784 CPUtime=4782.31 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 50208 0 0 0 478146 85 0 0 25 0 5 0 911199238 1089314816 207010 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=1063784 CPUtime=4782.3 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68368 0 0 0 478112 118 0 0 25 0 5 0 911199238 1089314816 207010 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1063784 CPUtime=4782.31 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 41126 0 0 0 478150 81 0 0 25 0 5 0 911199238 1089314816 207010 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1063784 CPUtime=4782.31 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 55942 0 0 0 478161 70 0 0 25 0 5 0 911199238 1089314816 207010 33554432000 4194304 5787044 140734249023232 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19129.2
Current children cumulated vsize (KiB) 1072484

[startup+4842.3 s]
/proc/loadavg: 4.01 4.00 3.95 5/176 21377
/proc/meminfo: memFree=10745592/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=1063784 CPUtime=19369.3 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 217338 0 0 0 1936571 356 0 0 24 0 5 0 911199237 1089314816 207207 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 265946 207207 419 389 0 261696 0
[pid=21231/tid=21232] ppid=21230 vsize=1063784 CPUtime=4842.31 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 50208 0 0 0 484146 85 0 0 25 0 5 0 911199238 1089314816 207207 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=1063784 CPUtime=4842.3 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68368 0 0 0 484112 118 0 0 25 0 5 0 911199238 1089314816 207207 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1063784 CPUtime=4842.31 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 41323 0 0 0 484150 81 0 0 25 0 5 0 911199238 1089314816 207207 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1063784 CPUtime=4842.31 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 55942 0 0 0 484161 70 0 0 25 0 5 0 911199238 1089314816 207207 33554432000 4194304 5787044 140734249023232 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19369.3
Current children cumulated vsize (KiB) 1072484

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 21378
/proc/meminfo: memFree=10745060/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=1063784 CPUtime=19609.3 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 217514 0 0 0 1960571 356 0 0 24 0 5 0 911199237 1089314816 207383 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 265946 207383 419 389 0 261696 0
[pid=21231/tid=21232] ppid=21230 vsize=1063784 CPUtime=4902.31 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 50208 0 0 0 490146 85 0 0 25 0 5 0 911199238 1089314816 207383 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=1063784 CPUtime=4902.3 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68368 0 0 0 490112 118 0 0 25 0 5 0 911199238 1089314816 207383 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1063784 CPUtime=4902.31 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 41499 0 0 0 490150 81 0 0 25 0 5 0 911199238 1089314816 207383 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1063784 CPUtime=4902.31 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 55942 0 0 0 490161 70 0 0 25 0 5 0 911199238 1089314816 207383 33554432000 4194304 5787044 140734249023232 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19609.3
Current children cumulated vsize (KiB) 1072484

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 21380
/proc/meminfo: memFree=10743296/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=1063784 CPUtime=19849.3 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 217959 0 0 0 1984572 356 0 0 24 0 5 0 911199237 1089314816 207828 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 265946 207828 419 389 0 261696 0
[pid=21231/tid=21232] ppid=21230 vsize=1063784 CPUtime=4962.31 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 50208 0 0 0 496146 85 0 0 25 0 5 0 911199238 1089314816 207828 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=1063784 CPUtime=4962.3 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68369 0 0 0 496112 118 0 0 25 0 5 0 911199238 1089314816 207828 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1063784 CPUtime=4962.31 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 41715 0 0 0 496150 81 0 0 25 0 5 0 911199238 1089314816 207828 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1063784 CPUtime=4962.31 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 56170 0 0 0 496161 70 0 0 25 0 5 0 911199238 1089314816 207828 33554432000 4194304 5787044 140734249023232 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19849.3
Current children cumulated vsize (KiB) 1072484

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 21382
/proc/meminfo: memFree=10739788/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=1067880 CPUtime=20089.3 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 219779 0 0 0 2008570 359 0 0 24 0 5 0 911199237 1093509120 208623 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 266970 208623 419 389 0 262720 0
[pid=21231/tid=21232] ppid=21230 vsize=1067880 CPUtime=5022.31 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 50208 0 0 0 502146 85 0 0 25 0 5 0 911199238 1093509120 208623 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=1067880 CPUtime=5022.3 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68369 0 0 0 502112 118 0 0 25 0 5 0 911199238 1093509120 208623 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1067880 CPUtime=5022.31 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 42837 0 0 0 502150 81 0 0 25 0 5 0 911199238 1093509120 208623 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1067880 CPUtime=5022.31 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 56868 0 0 0 502159 72 0 0 25 0 5 0 911199238 1093509120 208623 33554432000 4194304 5787044 140734249023232 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20089.3
Current children cumulated vsize (KiB) 1076580

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 21383
/proc/meminfo: memFree=10736788/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=1068276 CPUtime=20329.3 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 220626 0 0 0 2032567 363 0 0 24 0 5 0 911199237 1093914624 209470 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 267069 209470 419 389 0 262819 0
[pid=21231/tid=21232] ppid=21230 vsize=1068276 CPUtime=5082.31 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 50208 0 0 0 508146 85 0 0 25 0 5 0 911199238 1093914624 209470 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=1068276 CPUtime=5082.31 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68379 0 0 0 508113 118 0 0 25 0 5 0 911199238 1093914624 209470 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1068276 CPUtime=5082.31 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 43002 0 0 0 508150 81 0 0 25 0 5 0 911199238 1093914624 209470 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1068276 CPUtime=5082.32 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 57540 0 0 0 508156 76 0 0 25 0 5 0 911199238 1093914624 209470 33554432000 4194304 5787044 140734249023232 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20329.3
Current children cumulated vsize (KiB) 1076976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 21384
/proc/meminfo: memFree=10736016/32951124 swapFree=67053020/67111528
[pid=21230] ppid=21228 vsize=8700 CPUtime=0 cores=0-7
/proc/21230/stat : 21230 (priss.sh) S 21228 21230 20906 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 911199237 8908800 252 33554432000 4194304 4922060 140735862843712 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21230/statm: 2175 252 211 178 0 68 0
[pid=21231] ppid=21230 vsize=1068276 CPUtime=20400.1 cores=0-7
/proc/21231/stat : 21231 (priss) S 21230 21230 20906 0 -1 4202496 220871 0 0 0 2039648 364 0 0 24 0 5 0 911199237 1093914624 209715 33554432000 4194304 5787044 140734249023232 18446744073709551615 230820989361 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21231/statm: 267069 209715 419 389 0 262819 0
[pid=21231/tid=21232] ppid=21230 vsize=1068276 CPUtime=5100.02 cores=0-7
/proc/21231/task/21232/stat : 21232 (priss) R 21230 21230 20906 0 -1 4202560 50208 0 0 0 509917 85 0 0 25 0 5 0 911199238 1093914624 209715 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21231/tid=21233] ppid=21230 vsize=1068276 CPUtime=5100.01 cores=0-7
/proc/21231/task/21233/stat : 21233 (priss) R 21230 21230 20906 0 -1 4202560 68381 0 0 0 509883 118 0 0 25 0 5 0 911199238 1093914624 209715 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21231/tid=21234] ppid=21230 vsize=1068276 CPUtime=5100.02 cores=0-7
/proc/21231/task/21234/stat : 21234 (priss) R 21230 21230 20906 0 -1 4202560 43047 0 0 0 509921 81 0 0 25 0 5 0 911199238 1093914624 209715 33554432000 4194304 5787044 140734249023232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21231/tid=21235] ppid=21230 vsize=1068276 CPUtime=5100.02 cores=0-7
/proc/21231/task/21235/stat : 21235 (priss) R 21230 21230 20906 0 -1 4202560 57738 0 0 0 509925 77 0 0 25 0 5 0 911199238 1093914624 209715 33554432000 4194304 5787044 140734249023232 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20400.1
Current children cumulated vsize (KiB) 1076976

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 21230 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=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20400.1
CPU user time (s): 20396.5
CPU system time (s): 3.64
CPU usage (%): 400.001
Max. virtual memory (cumulated for all children) (KiB): 1076976

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

runsolver used 7.01593 second user time and 20.7568 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-13 22:13:08
IDJOB=3499279
IDBENCH=83145
IDSOLVER=1994
FILE ID=node104/3499279-1307995988
RUNJOBID= node104-1307989133-20920
PBS_JOBID= 13559819
Free space on /var/tmp= 2872 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n170-s56409011-unsat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499279-1307995988/watcher-3499279-1307995988 -o /var/tmp/evaluation-result-3499279-1307995988/solver-3499279-1307995988 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499279-1307995988.cnf 12500921 40000 31000 8

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

MD5SUM BENCH= 6545c783f127618649f1200914f62dc5
RANDOM SEED=12500921

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11574412 kB
Buffers:        114412 kB
Cached:       20540020 kB
SwapCached:      11556 kB
Active:        5295308 kB
Inactive:     15377540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11574412 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:            1808 kB
Writeback:           4 kB
AnonPages:       16132 kB
Mapped:           8588 kB
Slab:           636836 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190308 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= 2872 MiB
End job on node104 at 2011-06-13 23:38:10