Trace number 3499429

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-29-sat.cnf
MD5SUM89115b5a973735d51018fb3202154f32
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of clauses3270
Sum of the clauses size12615
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23045
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

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: 32516
0.00/0.00	c parsetime: 1020us
0.00/0.00	c parsed 3270 clauses with 435 variables
0.00/0.00	c NW started thread 0 successfully (1108322624)
0.00/0.00	c NW started thread 1 successfully (1118812480)
0.00/0.00	c NW started thread 2 successfully (1129302336)
0.00/0.00	c NW started thread 3 successfully (1139792192)
0.00/0.79	c preprocessor returned 10020 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 0 variables
0.00/0.79	c pp time: 790798us (0s)
0.00/0.80	c preprocessor returned 10020 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 791928us (0s)
0.00/0.85	c preprocessor returned 10020 variables
0.00/0.85	c preprocessing returned UNKNOWN
0.00/0.85	c PP set 0 variables
0.00/0.85	c pp time: 849115us (0s)
42.62/10.70	c preprocessor returned 30075 variables
42.62/10.70	c preprocessing returned UNKNOWN
42.62/10.70	c PP set 0 variables
42.62/10.70	c pp time: 10695734us (10s)
4567.93/1142.30	c HTE
4575.92/1144.31	c subsumption
4581.52/1145.74	c simplified formula contains 0 unit clauses
16035.37/4009.32	c HTE
16088.60/4022.65	c subsumption
16327.38/4082.35	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-3499429-1307999147/watcher-3499429-1307999147 -o /var/tmp/evaluation-result-3499429-1307999147/solver-3499429-1307999147 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499429-1307999147.cnf 1016904890 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.21 2.77 3.26 2/170 32515
/proc/meminfo: memFree=4691004/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0

[startup+0.091503 s]
/proc/loadavg: 1.21 2.77 3.26 2/170 32515
/proc/meminfo: memFree=4691004/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100488 s]
/proc/loadavg: 1.21 2.77 3.26 2/170 32515
/proc/meminfo: memFree=4691004/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300454 s]
/proc/loadavg: 1.21 2.77 3.26 2/170 32515
/proc/meminfo: memFree=4691004/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700385 s]
/proc/loadavg: 1.21 2.77 3.26 2/170 32515
/proc/meminfo: memFree=4691004/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 1.43 2.79 3.27 5/176 32521
/proc/meminfo: memFree=4667056/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=276320 CPUtime=5.94 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 7557 0 0 0 591 3 0 0 18 0 5 0 911513167 282951680 6850 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 69080 6850 404 389 0 64830 0
[pid=32516/tid=32518] ppid=32515 vsize=276320 CPUtime=1.47 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 1674 0 0 0 146 1 0 0 18 0 5 0 911513168 282951680 6850 33554432000 4194304 5787044 140734085247248 18446744073709551615 210204752415 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=276320 CPUtime=1.48 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 1275 0 0 0 147 1 0 0 25 0 5 0 911513168 282951680 6850 33554432000 4194304 5787044 140734085247248 18446744073709551615 210204305822 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=276320 CPUtime=1.48 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 1011 0 0 0 147 1 0 0 18 0 5 0 911513168 282951680 6850 33554432000 4194304 5787044 140734085247248 18446744073709551615 210204752415 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=276320 CPUtime=1.49 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 2077 0 0 0 149 0 0 0 19 0 5 0 911513168 282951680 6850 33554432000 4194304 5787044 140734085247248 18446744073709551615 4359259 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) 285020

[startup+3.10098 s]
/proc/loadavg: 1.43 2.79 3.27 5/176 32521
/proc/meminfo: memFree=4664452/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=277136 CPUtime=12.32 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 8503 0 0 0 1226 6 0 0 18 0 5 0 911513167 283787264 7796 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 69284 7796 404 389 0 65034 0
[pid=32516/tid=32518] ppid=32515 vsize=277136 CPUtime=3.05 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 2054 0 0 0 303 2 0 0 18 0 5 0 911513168 283787264 7796 33554432000 4194304 5787044 140734085247248 18446744073709551615 210204308165 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=277136 CPUtime=3.07 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 1531 0 0 0 306 1 0 0 25 0 5 0 911513168 283787264 7796 33554432000 4194304 5787044 140734085247248 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=277136 CPUtime=3.07 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 1321 0 0 0 306 1 0 0 18 0 5 0 911513168 283787264 7796 33554432000 4194304 5787044 140734085247248 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=277136 CPUtime=3.09 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 2077 0 0 0 309 0 0 0 25 0 5 0 911513168 283787264 7796 33554432000 4194304 5787044 140734085247248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 285836

[startup+6.30045 s]
/proc/loadavg: 1.64 2.81 3.27 5/176 32522
/proc/meminfo: memFree=4652572/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=282880 CPUtime=25.06 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 11143 0 0 0 2496 10 0 0 18 0 5 0 911513167 289669120 10436 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 70720 10436 404 389 0 66470 0
[pid=32516/tid=32518] ppid=32515 vsize=282880 CPUtime=6.21 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 3872 0 0 0 616 5 0 0 18 0 5 0 911513168 289669120 10436 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=282880 CPUtime=6.27 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 1957 0 0 0 625 2 0 0 25 0 5 0 911513168 289669120 10436 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=282880 CPUtime=6.27 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 1717 0 0 0 625 2 0 0 18 0 5 0 911513168 289669120 10436 33554432000 4194304 5787044 140734085247248 18446744073709551615 5592653 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=282880 CPUtime=6.29 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 2077 0 0 0 629 0 0 0 25 0 5 0 911513168 289669120 10436 33554432000 4194304 5787044 140734085247248 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 291580

[startup+12.7004 s]
/proc/loadavg: 1.83 2.83 3.27 5/176 32522
/proc/meminfo: memFree=4636120/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=290540 CPUtime=50.6 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 16631 0 0 0 5042 18 0 0 18 0 5 0 911513167 297512960 14845 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 72635 14845 417 389 0 68385 0
[pid=32516/tid=32518] ppid=32515 vsize=290540 CPUtime=12.56 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 4595 0 0 0 1248 8 0 0 18 0 5 0 911513168 297512960 14845 33554432000 4194304 5787044 140734085247248 18446744073709551615 4217891 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=290540 CPUtime=12.65 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 2947 0 0 0 1262 3 0 0 25 0 5 0 911513168 297512960 14845 33554432000 4194304 5787044 140734085247248 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=290540 CPUtime=12.66 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 3546 0 0 0 1263 3 0 0 18 0 5 0 911513168 297512960 14845 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=290540 CPUtime=12.68 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 4023 0 0 0 1267 1 0 0 18 0 5 0 911513168 297512960 14845 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527433 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 299240

[startup+25.5012 s]
/proc/loadavg: 2.16 2.86 3.28 5/176 32522
/proc/meminfo: memFree=4603748/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=304392 CPUtime=101.7 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 25269 0 0 0 10139 31 0 0 18 0 5 0 911513167 311697408 23385 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 76098 23385 417 389 0 71848 0
[pid=32516/tid=32518] ppid=32515 vsize=304392 CPUtime=25.3 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 8198 0 0 0 2517 13 0 0 18 0 5 0 911513168 311697408 23385 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=304392 CPUtime=25.45 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 4257 0 0 0 2539 6 0 0 25 0 5 0 911513168 311697408 23385 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=304392 CPUtime=25.44 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 5065 0 0 0 2538 6 0 0 18 0 5 0 911513168 311697408 23385 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=304392 CPUtime=25.47 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 6229 0 0 0 2543 4 0 0 18 0 5 0 911513168 311697408 23385 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 313092

[startup+51.1009 s]
/proc/loadavg: 2.88 2.97 3.30 5/176 32523
/proc/meminfo: memFree=4570964/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=321600 CPUtime=203.96 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 33660 0 0 0 20350 46 0 0 18 0 5 0 911513167 329318400 31592 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 80400 31592 417 389 0 76150 0
[pid=32516/tid=32518] ppid=32515 vsize=321600 CPUtime=50.82 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 10608 0 0 0 5064 18 0 0 21 0 5 0 911513168 329318400 31592 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=321600 CPUtime=51.02 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 5662 0 0 0 5093 9 0 0 25 0 5 0 911513168 329318400 31592 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=321600 CPUtime=51.03 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 7191 0 0 0 5094 9 0 0 18 0 5 0 911513168 329318400 31592 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=321600 CPUtime=51.06 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 8679 0 0 0 5097 9 0 0 18 0 5 0 911513168 329318400 31592 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 330300

[startup+102.306 s]
/proc/loadavg: 3.51 3.13 3.34 5/176 32524
/proc/meminfo: memFree=4503924/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=349624 CPUtime=408.67 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 50572 0 0 0 40801 66 0 0 18 0 5 0 911513167 358014976 48213 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 87406 48213 417 389 0 83156 0
[pid=32516/tid=32518] ppid=32515 vsize=349624 CPUtime=101.96 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 14397 0 0 0 10173 23 0 0 20 0 5 0 911513168 358014976 48213 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=349624 CPUtime=102.2 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 8843 0 0 0 10207 13 0 0 25 0 5 0 911513168 358014976 48213 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=349624 CPUtime=102.22 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) S 32515 32515 32356 0 -1 4202560 11633 0 0 0 10208 14 0 0 18 0 5 0 911513168 358014976 48213 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216472948 0 0 4096 0 18446604453894722752 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=349624 CPUtime=102.25 cores=0-7

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

/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65619 0 0 0 472122 72 0 0 25 0 5 0 911513168 1682681856 323002 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1643244 CPUtime=4722.02 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 60006 0 0 0 472149 53 0 0 25 0 5 0 911513168 1682681856 323002 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1643244 CPUtime=4721.96 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 141569 0 0 0 472088 108 0 0 25 0 5 0 911513168 1682681856 323002 33554432000 4194304 5787044 140734085247248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18887.4
Current children cumulated vsize (KiB) 1651944

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 32661
/proc/meminfo: memFree=3393000/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=1643244 CPUtime=19127.4 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 351952 0 0 0 1912378 361 0 0 18 0 5 0 911513167 1682681856 324711 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 410811 324711 417 389 0 406561 0
[pid=32516/tid=32518] ppid=32515 vsize=1643244 CPUtime=4781.46 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 81557 0 0 0 478020 126 0 0 25 0 5 0 911513168 1682681856 324711 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=1643244 CPUtime=4781.93 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65620 0 0 0 478121 72 0 0 25 0 5 0 911513168 1682681856 324711 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1643244 CPUtime=4782.01 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 60332 0 0 0 478148 53 0 0 25 0 5 0 911513168 1682681856 324711 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1643244 CPUtime=4781.95 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 142923 0 0 0 478087 108 0 0 25 0 5 0 911513168 1682681856 324711 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19127.4
Current children cumulated vsize (KiB) 1651944

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 32663
/proc/meminfo: memFree=3386108/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=1645820 CPUtime=19367.4 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 353661 0 0 0 1936376 363 0 0 18 0 5 0 911513167 1685319680 326420 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 411455 326420 417 389 0 407205 0
[pid=32516/tid=32518] ppid=32515 vsize=1645820 CPUtime=4841.45 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 82148 0 0 0 484019 126 0 0 25 0 5 0 911513168 1685319680 326420 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=1645820 CPUtime=4841.94 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65621 0 0 0 484121 73 0 0 25 0 5 0 911513168 1685319680 326420 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1645820 CPUtime=4842.02 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 61147 0 0 0 484148 54 0 0 25 0 5 0 911513168 1685319680 326420 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1645820 CPUtime=4841.95 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 143225 0 0 0 484087 108 0 0 25 0 5 0 911513168 1685319680 326420 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19367.4
Current children cumulated vsize (KiB) 1654520

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 32664
/proc/meminfo: memFree=3377848/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=1648960 CPUtime=19607.4 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 355781 0 0 0 1960375 365 0 0 18 0 5 0 911513167 1688535040 328540 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 412240 328540 417 389 0 407990 0
[pid=32516/tid=32518] ppid=32515 vsize=1648960 CPUtime=4901.46 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 82931 0 0 0 490019 127 0 0 25 0 5 0 911513168 1688535040 328540 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=1648960 CPUtime=4901.94 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65631 0 0 0 490121 73 0 0 25 0 5 0 911513168 1688535040 328540 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1648960 CPUtime=4902.01 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 62225 0 0 0 490146 55 0 0 25 0 5 0 911513168 1688535040 328540 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1648960 CPUtime=4901.95 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 143474 0 0 0 490087 108 0 0 25 0 5 0 911513168 1688535040 328540 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19607.4
Current children cumulated vsize (KiB) 1657660

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 32666
/proc/meminfo: memFree=3369604/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=1652136 CPUtime=19847.4 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 357801 0 0 0 1984373 367 0 0 18 0 5 0 911513167 1691787264 330560 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 413034 330560 417 389 0 408784 0
[pid=32516/tid=32518] ppid=32515 vsize=1652136 CPUtime=4961.45 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 83698 0 0 0 496018 127 0 0 25 0 5 0 911513168 1691787264 330560 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=1652136 CPUtime=4961.94 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65647 0 0 0 496121 73 0 0 25 0 5 0 911513168 1691787264 330560 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1652136 CPUtime=4962.02 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 63136 0 0 0 496145 57 0 0 25 0 5 0 911513168 1691787264 330560 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1652136 CPUtime=4961.95 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 143800 0 0 0 496087 108 0 0 25 0 5 0 911513168 1691787264 330560 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19847.4
Current children cumulated vsize (KiB) 1660836

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 32667
/proc/meminfo: memFree=3357672/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=1659680 CPUtime=20087.4 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 360844 0 0 0 2008371 369 0 0 18 0 5 0 911513167 1699512320 333603 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 414920 333603 417 389 0 410670 0
[pid=32516/tid=32518] ppid=32515 vsize=1659680 CPUtime=5021.46 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 85577 0 0 0 502018 128 0 0 25 0 5 0 911513168 1699512320 333603 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=1659680 CPUtime=5021.94 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65662 0 0 0 502121 73 0 0 25 0 5 0 911513168 1699512320 333603 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1659680 CPUtime=5022.02 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 63994 0 0 0 502144 58 0 0 25 0 5 0 911513168 1699512320 333603 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1659680 CPUtime=5021.96 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 144091 0 0 0 502087 109 0 0 25 0 5 0 911513168 1699512320 333603 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20087.4
Current children cumulated vsize (KiB) 1668380

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 32669
/proc/meminfo: memFree=3345696/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=1662564 CPUtime=20327.4 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 363797 0 0 0 2032368 372 0 0 18 0 5 0 911513167 1702465536 336556 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 415641 336556 417 389 0 411391 0
[pid=32516/tid=32518] ppid=32515 vsize=1662564 CPUtime=5081.46 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 86308 0 0 0 508017 129 0 0 25 0 5 0 911513168 1702465536 336556 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=1662564 CPUtime=5081.94 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65685 0 0 0 508121 73 0 0 25 0 5 0 911513168 1702465536 336556 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1662564 CPUtime=5082.02 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 65870 0 0 0 508142 60 0 0 20 0 5 0 911513168 1702465536 336556 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1662564 CPUtime=5081.96 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 144414 0 0 0 508087 109 0 0 25 0 5 0 911513168 1702465536 336556 33554432000 4194304 5787044 140734085247248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20327.4
Current children cumulated vsize (KiB) 1671264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 32669
/proc/meminfo: memFree=3339368/32951124 swapFree=67054520/67111528
[pid=32515] ppid=32513 vsize=8700 CPUtime=0 cores=0-7
/proc/32515/stat : 32515 (priss.sh) S 32513 32515 32356 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 911513167 8908800 252 33554432000 4194304 4922060 140735956844896 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32515/statm: 2175 252 211 178 0 68 0
[pid=32516] ppid=32515 vsize=1663384 CPUtime=20398.2 cores=0-7
/proc/32516/stat : 32516 (priss) S 32515 32515 32356 0 -1 4202496 365384 0 0 0 2039450 373 0 0 18 0 5 0 911513167 1703305216 338143 33554432000 4194304 5787044 140734085247248 18446744073709551615 210216470961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32516/statm: 415846 338143 417 389 0 411596 0
[pid=32516/tid=32518] ppid=32515 vsize=1663384 CPUtime=5099.17 cores=0-7
/proc/32516/task/32518/stat : 32518 (priss) R 32515 32515 32356 0 -1 4202560 86521 0 0 0 509788 129 0 0 25 0 5 0 911513168 1703305216 338143 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32516/tid=32519] ppid=32515 vsize=1663384 CPUtime=5099.64 cores=0-7
/proc/32516/task/32519/stat : 32519 (priss) R 32515 32515 32356 0 -1 4202560 65693 0 0 0 509891 73 0 0 25 0 5 0 911513168 1703305216 338143 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32516/tid=32520] ppid=32515 vsize=1663384 CPUtime=5099.72 cores=0-7
/proc/32516/task/32520/stat : 32520 (priss) R 32515 32515 32356 0 -1 4202560 67163 0 0 0 509912 60 0 0 25 0 5 0 911513168 1703305216 338143 33554432000 4194304 5787044 140734085247248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32516/tid=32521] ppid=32515 vsize=1663384 CPUtime=5099.66 cores=0-7
/proc/32516/task/32521/stat : 32521 (priss) R 32515 32515 32356 0 -1 4202560 144487 0 0 0 509857 109 0 0 25 0 5 0 911513168 1703305216 338143 33554432000 4194304 5787044 140734085247248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20398.2
Current children cumulated vsize (KiB) 1672084

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 32515 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20398.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20398.2
CPU user time (s): 20394.5
CPU system time (s): 3.73
CPU usage (%): 399.964
Max. virtual memory (cumulated for all children) (KiB): 1672084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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 7.79781 second user time and 20.025 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-13 23:05:47
IDJOB=3499429
IDBENCH=83238
IDSOLVER=1994
FILE ID=node130/3499429-1307999147
RUNJOBID= node130-1307999144-32370
PBS_JOBID= 13559842
Free space on /var/tmp= 2908 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-29-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499429-1307999147/watcher-3499429-1307999147 -o /var/tmp/evaluation-result-3499429-1307999147/solver-3499429-1307999147 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499429-1307999147.cnf 1016904890 40000 31000 8

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

MD5SUM BENCH= 89115b5a973735d51018fb3202154f32
RANDOM SEED=1016904890

node130.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.838
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.67
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.838
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4691308 kB
Buffers:        131244 kB
Cached:       27213624 kB
SwapCached:      10356 kB
Active:       12352428 kB
Inactive:     15011004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4691308 kB
SwapTotal:    67111528 kB
SwapFree:     67054520 kB
Dirty:            1988 kB
Writeback:           0 kB
AnonPages:       16304 kB
Mapped:          12556 kB
Slab:           828008 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188460 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= 2908 MiB
End job on node130 at 2011-06-14 00:30:49