Trace number 3499521

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
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 variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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: 16129
0.00/0.02	c parsetime: 16063us
0.00/0.02	c parsed 72688 clauses with 840 variables
0.00/0.02	c NW started thread 0 successfully (1084541248)
0.00/0.03	c NW started thread 1 successfully (1095031104)
0.00/0.04	c NW started thread 2 successfully (1116973376)
0.00/0.05	c NW started thread 3 successfully (1106434368)
9.71/2.58	c preprocessor returned 10005 variables
9.71/2.58	c preprocessing returned UNKNOWN
9.71/2.58	c PP set 0 variables
9.71/2.58	c pp time: 2548684us (2s)
9.71/2.59	c preprocessor returned 10005 variables
9.71/2.59	c preprocessing returned UNKNOWN
9.71/2.59	c PP set 0 variables
9.71/2.59	c pp time: 2568001us (2s)
10.09/2.63	c preprocessor returned 10005 variables
10.09/2.63	c preprocessing returned UNKNOWN
10.09/2.63	c PP set 0 variables
10.09/2.63	c pp time: 2589572us (2s)
41.68/10.51	c preprocessor returned 30027 variables
41.68/10.51	c preprocessing returned UNKNOWN
41.68/10.51	c PP set 0 variables
41.68/10.51	c pp time: 10458951us (10s)
8168.98/2042.48	c HTE
8297.79/2074.62	c subsumption
8552.19/2138.26	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3499521-1308003816/watcher-3499521-1308003816 -o /tmp/evaluation-result-3499521-1308003816/solver-3499521-1308003816 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499521-1308003816.cnf 1662322192 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 16128
/proc/meminfo: memFree=32024952/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0

[startup+0.048279 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 16128
/proc/meminfo: memFree=32024952/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100301 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 16128
/proc/meminfo: memFree=32024952/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300259 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 16128
/proc/meminfo: memFree=32024952/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700188 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 16128
/proc/meminfo: memFree=32024952/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50102 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 16134
/proc/meminfo: memFree=32000916/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=274872 CPUtime=5.72 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 13154 0 0 0 563 9 0 0 18 0 5 0 911984325 281468928 6724 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 68718 6724 352 389 0 64468 0
[pid=16129/tid=16131] ppid=16128 vsize=274872 CPUtime=1.42 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 2566 0 0 0 141 1 0 0 19 0 5 0 911984328 281468928 6724 33554432000 4194304 5787044 140737337388544 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=274872 CPUtime=1.42 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 2299 0 0 0 140 2 0 0 19 0 5 0 911984328 281468928 6724 33554432000 4194304 5787044 140737337388544 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=274872 CPUtime=1.39 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 2260 0 0 0 138 1 0 0 19 0 5 0 911984330 281468928 6724 33554432000 4194304 5787044 140737337388544 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=274872 CPUtime=1.4 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 2030 0 0 0 138 2 0 0 19 0 5 0 911984330 281468928 6724 33554432000 4194304 5787044 140737337388544 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 283572

[startup+3.10074 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 16134
/proc/meminfo: memFree=31993108/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=293840 CPUtime=12.09 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 25981 0 0 0 1196 13 0 0 18 0 5 0 911984325 300892160 13492 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 73460 13492 404 389 0 69210 0
[pid=16129/tid=16131] ppid=16128 vsize=293840 CPUtime=3.02 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 7198 0 0 0 298 4 0 0 18 0 5 0 911984328 300892160 13492 33554432000 4194304 5787044 140737337388544 18446744073709551615 4220445 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=293840 CPUtime=3.01 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 5847 0 0 0 297 4 0 0 18 0 5 0 911984328 300892160 13492 33554432000 4194304 5787044 140737337388544 18446744073709551615 5588126 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=293840 CPUtime=2.99 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 4883 0 0 0 298 1 0 0 18 0 5 0 911984330 300892160 13492 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=293840 CPUtime=3 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 4054 0 0 0 298 2 0 0 25 0 5 0 911984330 300892160 13492 33554432000 4194304 5787044 140737337388544 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 302540

[startup+6.30117 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 16134
/proc/meminfo: memFree=31967148/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=296244 CPUtime=24.89 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 27588 0 0 0 2475 14 0 0 18 0 5 0 911984325 303353856 15099 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 74061 15099 404 389 0 69811 0
[pid=16129/tid=16131] ppid=16128 vsize=296244 CPUtime=6.22 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 7750 0 0 0 618 4 0 0 18 0 5 0 911984328 303353856 15099 33554432000 4194304 5787044 140737337388544 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=296244 CPUtime=6.21 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 6306 0 0 0 617 4 0 0 18 0 5 0 911984328 303353856 15099 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591322 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=296244 CPUtime=6.19 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 5479 0 0 0 618 1 0 0 18 0 5 0 911984330 303353856 15099 33554432000 4194304 5787044 140737337388544 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=296244 CPUtime=6.2 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 4054 0 0 0 618 2 0 0 25 0 5 0 911984330 303353856 15099 33554432000 4194304 5787044 140737337388544 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 304944

[startup+12.701 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 16134
/proc/meminfo: memFree=31951640/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=299880 CPUtime=50.48 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 34088 0 0 0 5028 20 0 0 18 0 5 0 911984325 307077120 19062 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 74970 19062 417 389 0 70720 0
[pid=16129/tid=16131] ppid=16128 vsize=299880 CPUtime=12.61 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 8586 0 0 0 1256 5 0 0 18 0 5 0 911984328 307077120 19062 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=299880 CPUtime=12.6 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 7145 0 0 0 1256 4 0 0 18 0 5 0 911984328 307077120 19062 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=299880 CPUtime=12.59 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 6366 0 0 0 1257 2 0 0 18 0 5 0 911984330 307077120 19062 33554432000 4194304 5787044 140737337388544 18446744073709551615 4229375 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=299880 CPUtime=12.59 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 7992 0 0 0 1253 6 0 0 21 0 5 0 911984330 307077120 19062 33554432000 4194304 5787044 140737337388544 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 308580

[startup+25.5008 s]
/proc/loadavg: 4.07 4.02 3.93 5/176 16135
/proc/meminfo: memFree=31916776/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=315620 CPUtime=101.63 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 43124 0 0 0 10125 38 0 0 18 0 5 0 911984325 323194880 28097 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 78905 28097 417 389 0 74655 0
[pid=16129/tid=16131] ppid=16128 vsize=315620 CPUtime=25.4 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 10339 0 0 0 2532 8 0 0 18 0 5 0 911984328 323194880 28097 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=315620 CPUtime=25.39 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 8748 0 0 0 2529 10 0 0 18 0 5 0 911984328 323194880 28097 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=315620 CPUtime=25.37 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 9215 0 0 0 2531 6 0 0 18 0 5 0 911984330 323194880 28097 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=315620 CPUtime=25.38 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 10823 0 0 0 2527 11 0 0 25 0 5 0 911984330 323194880 28097 33554432000 4194304 5787044 140737337388544 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 324320

[startup+51.1012 s]
/proc/loadavg: 4.04 4.01 3.93 5/176 16135
/proc/meminfo: memFree=31878136/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=327056 CPUtime=203.97 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 52687 0 0 0 20337 60 0 0 18 0 5 0 911984325 334905344 37594 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 81764 37594 417 389 0 77514 0
[pid=16129/tid=16131] ppid=16128 vsize=327056 CPUtime=50.99 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 12588 0 0 0 5085 14 0 0 19 0 5 0 911984328 334905344 37594 33554432000 4194304 5787044 140737337388544 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=327056 CPUtime=50.97 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 11692 0 0 0 5080 17 0 0 25 0 5 0 911984328 334905344 37594 33554432000 4194304 5787044 140737337388544 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=327056 CPUtime=50.96 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 11103 0 0 0 5088 8 0 0 19 0 5 0 911984330 334905344 37594 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=327056 CPUtime=50.97 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 13305 0 0 0 5078 19 0 0 25 0 5 0 911984330 334905344 37594 33554432000 4194304 5787044 140737337388544 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 335756

[startup+102.306 s]
/proc/loadavg: 4.02 4.01 3.93 5/176 16137
/proc/meminfo: memFree=31803804/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=359740 CPUtime=408.73 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 71235 0 0 0 40771 102 0 0 18 0 5 0 911984325 368373760 55900 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 89935 55900 417 389 0 85685 0
[pid=16129/tid=16131] ppid=16128 vsize=359740 CPUtime=102.18 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 15950 0 0 0 10194 24 0 0 25 0 5 0 911984328 368373760 55900 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=359740 CPUtime=102.17 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 16080 0 0 0 10185 32 0 0 25 0 5 0 911984328 368373760 55900 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=359740 CPUtime=102.14 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 18169 0 0 0 10202 12 0 0 25 0 5 0 911984330 368373760 55900 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=359740 CPUtime=102.16 cores=0-7

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

/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 90632 0 0 0 471984 232 0 0 25 0 5 0 911984328 1756946432 376269 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1715768 CPUtime=4722.15 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 98590 0 0 0 472130 85 0 0 25 0 5 0 911984330 1756946432 376269 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1715768 CPUtime=4722.21 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 112832 0 0 0 472001 220 0 0 25 0 5 0 911984330 1756946432 376269 33554432000 4194304 5787044 140737337388544 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18888.8
Current children cumulated vsize (KiB) 1724468

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 16273
/proc/meminfo: memFree=30506400/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=1787312 CPUtime=19128.8 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 405927 0 0 0 1912023 855 0 0 18 0 5 0 911984325 1830207488 378995 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 446828 378995 417 389 0 442578 0
[pid=16129/tid=16131] ppid=16128 vsize=1787312 CPUtime=4782.18 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 98204 0 0 0 477905 313 0 0 25 0 5 0 911984328 1830207488 378995 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=1787312 CPUtime=4782.15 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 90711 0 0 0 477983 232 0 0 25 0 5 0 911984328 1830207488 378995 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1787312 CPUtime=4782.15 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 100081 0 0 0 478129 86 0 0 25 0 5 0 911984330 1830207488 378995 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1787312 CPUtime=4782.2 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 112932 0 0 0 478000 220 0 0 25 0 5 0 911984330 1830207488 378995 33554432000 4194304 5787044 140737337388544 18446744073709551615 5528415 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19128.8
Current children cumulated vsize (KiB) 1796012

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 16275
/proc/meminfo: memFree=30494932/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=1793600 CPUtime=19368.8 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 408784 0 0 0 1936022 856 0 0 18 0 5 0 911984325 1836646400 381852 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 448400 381852 417 389 0 444150 0
[pid=16129/tid=16131] ppid=16128 vsize=1793600 CPUtime=4842.19 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 99285 0 0 0 483905 314 0 0 25 0 5 0 911984328 1836646400 381852 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=1793600 CPUtime=4842.15 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 90802 0 0 0 483983 232 0 0 25 0 5 0 911984328 1836646400 381852 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1793600 CPUtime=4842.15 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 101644 0 0 0 484128 87 0 0 25 0 5 0 911984330 1836646400 381852 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1793600 CPUtime=4842.2 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 113054 0 0 0 484000 220 0 0 25 0 5 0 911984330 1836646400 381852 33554432000 4194304 5787044 140737337388544 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19368.8
Current children cumulated vsize (KiB) 1802300

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 16277
/proc/meminfo: memFree=30483708/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=1799808 CPUtime=19608.8 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 411580 0 0 0 1960021 857 0 0 18 0 5 0 911984325 1843003392 384648 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 449952 384648 417 389 0 445702 0
[pid=16129/tid=16131] ppid=16128 vsize=1799808 CPUtime=4902.19 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 99348 0 0 0 489905 314 0 0 25 0 5 0 911984328 1843003392 384648 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=1799808 CPUtime=4902.16 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 90894 0 0 0 489983 233 0 0 25 0 5 0 911984328 1843003392 384648 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1799808 CPUtime=4902.15 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 103163 0 0 0 490127 88 0 0 25 0 5 0 911984330 1843003392 384648 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1799808 CPUtime=4902.21 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 114176 0 0 0 490000 221 0 0 25 0 5 0 911984330 1843003392 384648 33554432000 4194304 5787044 140737337388544 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19608.8
Current children cumulated vsize (KiB) 1808508

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 16278
/proc/meminfo: memFree=30472720/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=1805844 CPUtime=19848.8 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 414336 0 0 0 1984017 862 0 0 18 0 5 0 911984325 1849184256 387404 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 451461 387404 417 389 0 447211 0
[pid=16129/tid=16131] ppid=16128 vsize=1805844 CPUtime=4962.19 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 99416 0 0 0 495905 314 0 0 25 0 5 0 911984328 1849184256 387404 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=1805844 CPUtime=4962.16 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 92013 0 0 0 495980 236 0 0 25 0 5 0 911984328 1849184256 387404 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1805844 CPUtime=4962.15 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 104644 0 0 0 496126 89 0 0 25 0 5 0 911984330 1849184256 387404 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1805844 CPUtime=4962.21 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 114264 0 0 0 496000 221 0 0 25 0 5 0 911984330 1849184256 387404 33554432000 4194304 5787044 140737337388544 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19848.8
Current children cumulated vsize (KiB) 1814544

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 16280
/proc/meminfo: memFree=30456044/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=1812036 CPUtime=20088.8 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 418493 0 0 0 2008011 869 0 0 18 0 5 0 911984325 1855524864 391561 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 453009 391561 417 389 0 448759 0
[pid=16129/tid=16131] ppid=16128 vsize=1812036 CPUtime=5022.19 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 100502 0 0 0 501905 314 0 0 25 0 5 0 911984328 1855524864 391561 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=1812036 CPUtime=5022.16 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 93345 0 0 0 501975 241 0 0 25 0 5 0 911984328 1855524864 391561 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1812036 CPUtime=5022.16 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 106149 0 0 0 502125 91 0 0 25 0 5 0 911984330 1855524864 391561 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1812036 CPUtime=5022.21 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 114498 0 0 0 502000 221 0 0 25 0 5 0 911984330 1855524864 391561 33554432000 4194304 5787044 140737337388544 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20088.8
Current children cumulated vsize (KiB) 1820736

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 16281
/proc/meminfo: memFree=30436636/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=1818372 CPUtime=20328.8 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 423311 0 0 0 2032002 877 0 0 18 0 5 0 911984325 1862012928 396379 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 454593 396379 417 389 0 450343 0
[pid=16129/tid=16131] ppid=16128 vsize=1818372 CPUtime=5082.19 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 100603 0 0 0 507905 314 0 0 25 0 5 0 911984328 1862012928 396379 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=1818372 CPUtime=5082.16 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 94505 0 0 0 507971 245 0 0 25 0 5 0 911984328 1862012928 396379 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1818372 CPUtime=5082.15 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 107687 0 0 0 508123 92 0 0 22 0 5 0 911984330 1862012928 396379 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1818372 CPUtime=5082.21 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 116517 0 0 0 507997 224 0 0 25 0 5 0 911984330 1862012928 396379 33554432000 4194304 5787044 140737337388544 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20328.8
Current children cumulated vsize (KiB) 1827072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 16282
/proc/meminfo: memFree=30431664/32951124 swapFree=67050044/67111528
[pid=16128] ppid=16126 vsize=8700 CPUtime=0 cores=0-7
/proc/16128/stat : 16128 (priss.sh) S 16126 16128 15851 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911984325 8908800 252 33554432000 4194304 4922060 140737253968112 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16128/statm: 2175 252 211 178 0 68 0
[pid=16129] ppid=16128 vsize=1820108 CPUtime=20399.6 cores=0-7
/proc/16129/stat : 16129 (priss) S 16128 16128 15851 0 -1 4202496 424535 0 0 0 2039081 881 0 0 18 0 5 0 911984325 1863790592 397603 33554432000 4194304 5787044 140737337388544 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16129/statm: 455027 397603 417 389 0 450777 0
[pid=16129/tid=16131] ppid=16128 vsize=1820108 CPUtime=5099.89 cores=0-7
/proc/16129/task/16131/stat : 16131 (priss) R 16128 16128 15851 0 -1 4202560 100619 0 0 0 509675 314 0 0 25 0 5 0 911984328 1863790592 397603 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16129/tid=16132] ppid=16128 vsize=1820108 CPUtime=5099.87 cores=0-7
/proc/16129/task/16132/stat : 16132 (priss) R 16128 16128 15851 0 -1 4202560 94880 0 0 0 509740 247 0 0 25 0 5 0 911984328 1863790592 397603 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16129/tid=16133] ppid=16128 vsize=1820108 CPUtime=5099.86 cores=0-7
/proc/16129/task/16133/stat : 16133 (priss) R 16128 16128 15851 0 -1 4202560 108129 0 0 0 509893 93 0 0 25 0 5 0 911984330 1863790592 397603 33554432000 4194304 5787044 140737337388544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16129/tid=16134] ppid=16128 vsize=1820108 CPUtime=5099.92 cores=0-7
/proc/16129/task/16134/stat : 16134 (priss) R 16128 16128 15851 0 -1 4202560 116908 0 0 0 509766 226 0 0 19 0 5 0 911984330 1863790592 397603 33554432000 4194304 5787044 140737337388544 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20399.6
Current children cumulated vsize (KiB) 1828808

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 16128 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 20399.6
#
# 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): 20399.6
CPU user time (s): 20390.8
CPU system time (s): 8.81
CPU usage (%): 399.991
Max. virtual memory (cumulated for all children) (KiB): 1828808

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.43587 second user time and 20.2159 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-14 00:23:36
IDJOB=3499521
IDBENCH=83907
IDSOLVER=1994
FILE ID=node101/3499521-1308003816
RUNJOBID= node101-1307998710-15865
PBS_JOBID= 13559831
Free space on /tmp= 74060 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499521-1308003816/watcher-3499521-1308003816 -o /tmp/evaluation-result-3499521-1308003816/solver-3499521-1308003816 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499521-1308003816.cnf 1662322192 40000 31000 8

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=1662322192

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32025124 kB
Buffers:        215300 kB
Cached:         483308 kB
SwapCached:      25112 kB
Active:         335900 kB
Inactive:       390408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32025124 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:       25240 kB
Mapped:           8840 kB
Slab:           133348 kB
PageTables:       4308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185440 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 /tmp at the end= 74056 MiB
End job on node101 at 2011-06-14 01:48:38