Trace number 3499373

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.0UNSAT 6060.27 1515.08

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_28_u.cnf
MD5SUM7fb794f1c5d1c4d1723aeeb5efb40cdc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.858
Satisfiable
(Un)Satisfiability was proved
Number of variables2856
Number of clauses10578
Sum of the clauses size26556
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25178
Number of clauses of size 35400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 6484
0.00/0.00	c parsetime: 2355us
0.00/0.00	c parsed 10578 clauses with 2856 variables
0.00/0.00	c NW started thread 0 successfully (1098758464)
0.00/0.00	c NW started thread 1 successfully (1109379392)
0.00/0.00	c NW started thread 2 successfully (1119869248)
0.00/0.01	c NW started thread 3 successfully (1130359104)
0.00/0.32	c preprocessor returned 10006 variables
0.00/0.32	c preprocessing returned UNKNOWN
0.00/0.32	c PP set 358 variables
0.00/0.32	c pp time: 318249us (0s)
0.00/0.32	c preprocessor returned 10006 variables
0.00/0.32	c preprocessing returned UNKNOWN
0.00/0.32	c PP set 358 variables
0.00/0.32	c pp time: 317470us (0s)
0.00/0.33	c preprocessor returned 10006 variables
0.00/0.33	c preprocessing returned UNKNOWN
0.00/0.33	c PP set 358 variables
0.00/0.33	c pp time: 317568us (0s)
0.00/0.77	c preprocessor returned 30004 variables
0.00/0.77	c preprocessing returned UNKNOWN
0.00/0.77	c PP set 358 variables
0.00/0.77	c pp time: 766021us (0s)
0.00/0.79	c HTE
0.00/0.80	c subsumption
0.00/0.81	c simplified formula contains 0 unit clauses
43.11/10.89	c added unsatisfied clause
43.11/10.89	c failed to add network clauses
5769.60/1442.46	c added unsatisfied clause
5769.60/1442.46	c failed to add network clauses
6059.61/1514.90	c ====================
6059.61/1514.90	c implication/decision inf%(inf)
6059.61/1514.90	c decisions:           2145553
6059.61/1514.90	c last level:          0
6059.61/1514.90	c conflicts:           1681102
6059.61/1514.90	c restarts:            11162
6059.61/1514.90	c rejected_restarts    0
6059.61/1514.90	c removals:            22
6059.61/1514.90	c removed clauses:     1340861
6059.61/1514.90	c oft clauses:         0
6060.01/1515.05	c solvetime: 1514273873us (1514s)
6060.01/1515.05	c sended clauses   | 66342 | 68215 | 42149 | 86322 |
6060.01/1515.05	c received clauses | 0 | 96 | 23 | 42 |
6060.01/1515.05	c join all other threads
6060.01/1515.05	c joined thread 0
6060.01/1515.05	c joined thread 1
6060.01/1515.05	c joined thread 2
6060.01/1515.05	c joined thread 3
6060.01/1515.05	c memory usage (vsize): 621 MB
6060.01/1515.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3499373-1307998827/watcher-3499373-1307998827 -o /var/tmp/evaluation-result-3499373-1307998827/solver-3499373-1307998827 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499373-1307998827.cnf 778903852 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 3.88 3.94 3.93 1/167 6483
/proc/meminfo: memFree=7165904/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0

[startup+0.0483739 s]
/proc/loadavg: 3.88 3.94 3.93 1/167 6483
/proc/meminfo: memFree=7165904/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104426 s]
/proc/loadavg: 3.88 3.94 3.93 1/167 6483
/proc/meminfo: memFree=7165904/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300324 s]
/proc/loadavg: 3.88 3.94 3.93 1/167 6483
/proc/meminfo: memFree=7165904/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700249 s]
/proc/loadavg: 3.88 3.94 3.93 1/167 6483
/proc/meminfo: memFree=7165904/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 3.88 3.94 3.93 5/173 6489
/proc/meminfo: memFree=7132204/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=282924 CPUtime=5.94 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 12987 0 0 0 587 7 0 0 18 0 5 0 892298283 289714176 10313 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 70731 10313 419 389 0 66481 0
[pid=6484/tid=6486] ppid=6483 vsize=282924 CPUtime=1.47 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 3184 0 0 0 146 1 0 0 18 0 5 0 892298284 289714176 10313 33554432000 4194304 5787044 140736336897952 18446744073709551615 4254488 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=282924 CPUtime=1.48 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 1979 0 0 0 145 3 0 0 18 0 5 0 892298284 289714176 10313 33554432000 4194304 5787044 140736336897952 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=282924 CPUtime=1.47 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 1780 0 0 0 146 1 0 0 18 0 5 0 892298284 289714176 10313 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=282924 CPUtime=1.47 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 4499 0 0 0 147 0 0 0 18 0 5 0 892298284 289714176 10313 33554432000 4194304 5787044 140736336897952 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 291624

[startup+3.1008 s]
/proc/loadavg: 3.88 3.94 3.93 5/173 6489
/proc/meminfo: memFree=7124764/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=282924 CPUtime=12.34 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 13827 0 0 0 1222 12 0 0 18 0 5 0 892298283 289714176 11153 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 70731 11153 419 389 0 66481 0
[pid=6484/tid=6486] ppid=6483 vsize=282924 CPUtime=3.07 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 3483 0 0 0 304 3 0 0 17 0 5 0 892298284 289714176 11153 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=282924 CPUtime=3.07 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 2270 0 0 0 303 4 0 0 18 0 5 0 892298284 289714176 11153 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=282924 CPUtime=3.08 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 2030 0 0 0 305 3 0 0 18 0 5 0 892298284 289714176 11153 33554432000 4194304 5787044 140736336897952 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=282924 CPUtime=3.07 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 4499 0 0 0 307 0 0 0 18 0 5 0 892298284 289714176 11153 33554432000 4194304 5787044 140736336897952 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 291624

[startup+6.30119 s]
/proc/loadavg: 3.89 3.94 3.93 5/173 6489
/proc/meminfo: memFree=7120176/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=282924 CPUtime=25.12 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 15144 0 0 0 2498 14 0 0 18 0 5 0 892298283 289714176 12470 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 70731 12470 419 389 0 66481 0
[pid=6484/tid=6486] ppid=6483 vsize=282924 CPUtime=6.27 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 3936 0 0 0 624 3 0 0 18 0 5 0 892298284 289714176 12470 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=282924 CPUtime=6.27 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 2748 0 0 0 622 5 0 0 21 0 5 0 892298284 289714176 12470 33554432000 4194304 5787044 140736336897952 18446744073709551615 5590751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=282924 CPUtime=6.27 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 2416 0 0 0 624 3 0 0 18 0 5 0 892298284 289714176 12470 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=282924 CPUtime=6.27 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 4499 0 0 0 626 1 0 0 18 0 5 0 892298284 289714176 12470 33554432000 4194304 5787044 140736336897952 18446744073709551615 5527716 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291624

[startup+12.701 s]
/proc/loadavg: 3.90 3.94 3.93 5/173 6489
/proc/meminfo: memFree=7105196/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=289744 CPUtime=50.71 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 18673 0 0 0 5052 19 0 0 18 0 5 0 892298283 296697856 15998 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 72436 15998 419 389 0 68186 0
[pid=6484/tid=6486] ppid=6483 vsize=289744 CPUtime=12.67 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 4498 0 0 0 1262 5 0 0 18 0 5 0 892298284 296697856 15998 33554432000 4194304 5787044 140736336897952 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=289744 CPUtime=12.67 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 3300 0 0 0 1260 7 0 0 18 0 5 0 892298284 296697856 15998 33554432000 4194304 5787044 140736336897952 18446744073709551615 5589756 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=289744 CPUtime=12.67 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 4222 0 0 0 1262 5 0 0 18 0 5 0 892298284 296697856 15998 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=289744 CPUtime=12.67 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 5108 0 0 0 1266 1 0 0 25 0 5 0 892298284 296697856 15998 33554432000 4194304 5787044 140736336897952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 298444

[startup+25.5006 s]
/proc/loadavg: 3.92 3.95 3.93 5/173 6489
/proc/meminfo: memFree=7089036/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=296432 CPUtime=101.9 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 23000 0 0 0 10162 28 0 0 18 0 5 0 892298283 303546368 20323 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 74108 20323 419 389 0 69858 0
[pid=6484/tid=6486] ppid=6483 vsize=296432 CPUtime=25.47 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 6651 0 0 0 2539 8 0 0 18 0 5 0 892298284 303546368 20323 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=296432 CPUtime=25.46 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 4324 0 0 0 2537 9 0 0 25 0 5 0 892298284 303546368 20323 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=296432 CPUtime=25.46 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 4788 0 0 0 2539 7 0 0 20 0 5 0 892298284 303546368 20323 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=296432 CPUtime=25.47 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 5692 0 0 0 2545 2 0 0 20 0 5 0 892298284 303546368 20323 33554432000 4194304 5787044 140736336897952 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 305132

[startup+51.1007 s]
/proc/loadavg: 3.95 3.95 3.93 5/173 6499
/proc/meminfo: memFree=7061788/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=304636 CPUtime=204.28 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 29694 0 0 0 20390 38 0 0 18 0 5 0 892298283 311947264 26950 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 76159 26950 419 389 0 71909 0
[pid=6484/tid=6486] ppid=6483 vsize=304636 CPUtime=51.06 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 8017 0 0 0 5096 10 0 0 18 0 5 0 892298284 311947264 26950 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=304636 CPUtime=51.06 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 6834 0 0 0 5093 13 0 0 25 0 5 0 892298284 311947264 26950 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=304636 CPUtime=51.06 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 6591 0 0 0 5095 11 0 0 18 0 5 0 892298284 311947264 26950 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=304636 CPUtime=51.06 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 6707 0 0 0 5104 2 0 0 18 0 5 0 892298284 311947264 26950 33554432000 4194304 5787044 140736336897952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.28
Current children cumulated vsize (KiB) 313336

[startup+102.306 s]
/proc/loadavg: 3.98 3.95 3.93 5/173 6500
/proc/meminfo: memFree=7030756/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=319644 CPUtime=409.09 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 37321 0 0 0 40863 46 0 0 18 0 5 0 892298283 327315456 34430 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 79911 34430 419 389 0 75661 0
[pid=6484/tid=6486] ppid=6483 vsize=319644 CPUtime=102.27 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 9150 0 0 0 10215 12 0 0 25 0 5 0 892298284 327315456 34430 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=319644 CPUtime=102.26 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 9030 0 0 0 10211 15 0 0 25 0 5 0 892298284 327315456 34430 33554432000 4194304 5787044 140736336897952 18446744073709551615 5588230 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=319644 CPUtime=102.27 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 8394 0 0 0 10213 14 0 0 25 0 5 0 892298284 327315456 34430 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=319644 CPUtime=102.25 cores=0-7

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

[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1484.7 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 148416 54 0 0 25 0 5 0 892298284 672325632 105270 33554432000 4194304 5787044 140736336897952 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1484.69 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24599 0 0 0 148432 37 0 0 25 0 5 0 892298284 672325632 105270 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1484.7 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 28636 0 0 0 148400 70 0 0 25 0 5 0 892298284 672325632 105270 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1484.68 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 148456 12 0 0 25 0 5 0 892298284 672325632 105270 33554432000 4194304 5787044 140736336897952 18446744073709551615 5521958 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5938.81
Current children cumulated vsize (KiB) 665268

[startup+1497.5 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6744960/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=5990 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110243 0 0 0 598824 176 0 0 18 0 5 0 892298283 672325632 105612 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 105612 419 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1497.5 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 149696 54 0 0 18 0 5 0 892298284 672325632 105612 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1497.49 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24708 0 0 0 149711 38 0 0 25 0 5 0 892298284 672325632 105612 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1497.5 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 28869 0 0 0 149679 71 0 0 25 0 5 0 892298284 672325632 105612 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1497.48 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 149736 12 0 0 25 0 5 0 892298284 672325632 105612 33554432000 4194304 5787044 140736336897952 18446744073709551615 5522477 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5990
Current children cumulated vsize (KiB) 665268

[startup+1503.9 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6744304/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=6015.61 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110405 0 0 0 601384 177 0 0 18 0 5 0 892298283 672325632 105774 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 105774 419 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1503.9 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 150336 54 0 0 25 0 5 0 892298284 672325632 105774 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1503.89 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24764 0 0 0 150351 38 0 0 25 0 5 0 892298284 672325632 105774 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1503.9 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 28975 0 0 0 150319 71 0 0 25 0 5 0 892298284 672325632 105774 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1503.88 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 150376 12 0 0 25 0 5 0 892298284 672325632 105774 33554432000 4194304 5787044 140736336897952 18446744073709551615 5521956 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6015.61
Current children cumulated vsize (KiB) 665268

[startup+1510.31 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6743560/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=6041.23 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110590 0 0 0 603946 177 0 0 18 0 5 0 892298283 672325632 105959 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 105959 419 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1510.3 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 150976 54 0 0 25 0 5 0 892298284 672325632 105959 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1510.29 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24819 0 0 0 150991 38 0 0 25 0 5 0 892298284 672325632 105959 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1510.3 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 29105 0 0 0 150959 71 0 0 25 0 5 0 892298284 672325632 105959 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1510.29 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 151017 12 0 0 18 0 5 0 892298284 672325632 105959 33554432000 4194304 5787044 140736336897952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6041.23
Current children cumulated vsize (KiB) 665268

[startup+1513.5 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6742940/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=6054.03 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110662 0 0 0 605225 178 0 0 18 0 5 0 892298283 672325632 106031 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 106031 419 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1513.5 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 151296 54 0 0 25 0 5 0 892298284 672325632 106031 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1513.49 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24843 0 0 0 151311 38 0 0 25 0 5 0 892298284 672325632 106031 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1513.51 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 29153 0 0 0 151279 72 0 0 25 0 5 0 892298284 672325632 106031 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1513.49 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 151337 12 0 0 25 0 5 0 892298284 672325632 106031 33554432000 4194304 5787044 140736336897952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6054.03
Current children cumulated vsize (KiB) 665268

[startup+1514.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6742940/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=6057.21 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110679 0 0 0 605543 178 0 0 18 0 5 0 892298283 672325632 106048 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 106048 419 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1514.3 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 151376 54 0 0 25 0 5 0 892298284 672325632 106048 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1514.28 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24847 0 0 0 151390 38 0 0 25 0 5 0 892298284 672325632 106048 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1514.31 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 29166 0 0 0 151359 72 0 0 25 0 5 0 892298284 672325632 106048 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1514.28 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 151416 12 0 0 25 0 5 0 892298284 672325632 106048 33554432000 4194304 5787044 140736336897952 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6057.21
Current children cumulated vsize (KiB) 665268

[startup+1514.71 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6742816/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=6058.83 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110687 0 0 0 605705 178 0 0 18 0 5 0 892298283 672325632 106056 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 106056 419 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1514.7 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 151416 54 0 0 25 0 5 0 892298284 672325632 106056 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1514.69 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24849 0 0 0 151431 38 0 0 25 0 5 0 892298284 672325632 106056 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1514.71 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 29172 0 0 0 151399 72 0 0 25 0 5 0 892298284 672325632 106056 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1514.69 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 151457 12 0 0 25 0 5 0 892298284 672325632 106056 33554432000 4194304 5787044 140736336897952 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6058.83
Current children cumulated vsize (KiB) 665268

[startup+1514.9 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6742816/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=6059.61 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110690 0 0 0 605783 178 0 0 18 0 5 0 892298283 672325632 106059 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 106059 419 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1514.9 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 151436 54 0 0 25 0 5 0 892298284 672325632 106059 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591647 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1514.88 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24850 0 0 0 151450 38 0 0 25 0 5 0 892298284 672325632 106059 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1514.91 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 29174 0 0 0 151419 72 0 0 25 0 5 0 892298284 672325632 106059 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1514.88 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26466 0 0 0 151476 12 0 0 25 0 5 0 892298284 672325632 106059 33554432000 4194304 5787044 140736336897952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6059.61
Current children cumulated vsize (KiB) 665268

[startup+1515 s]
/proc/loadavg: 4.01 4.00 3.94 5/173 6541
/proc/meminfo: memFree=6742816/32951124 swapFree=67064576/67111528
[pid=6483] ppid=6481 vsize=8700 CPUtime=0 cores=0-7
/proc/6483/stat : 6483 (priss.sh) S 6481 6483 5845 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 892298283 8908800 251 33554432000 4194304 4922060 140734783552816 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6483/statm: 2175 251 211 178 0 68 0
[pid=6484] ppid=6483 vsize=656568 CPUtime=6060.01 cores=0-7
/proc/6484/stat : 6484 (priss) S 6483 6483 5845 0 -1 4202496 110703 0 0 0 605823 178 0 0 18 0 5 0 892298283 672325632 106072 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6484/statm: 164142 106072 431 389 0 159892 0
[pid=6484/tid=6486] ppid=6483 vsize=656568 CPUtime=1515 cores=0-7
/proc/6484/task/6486/stat : 6486 (priss) R 6483 6483 5845 0 -1 4202560 28655 0 0 0 151446 54 0 0 18 0 5 0 892298284 672325632 106072 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6484/tid=6487] ppid=6483 vsize=656568 CPUtime=1514.98 cores=0-7
/proc/6484/task/6487/stat : 6487 (priss) R 6483 6483 5845 0 -1 4202560 24851 0 0 0 151460 38 0 0 25 0 5 0 892298284 672325632 106072 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6484/tid=6488] ppid=6483 vsize=656568 CPUtime=1515.01 cores=0-7
/proc/6484/task/6488/stat : 6488 (priss) R 6483 6483 5845 0 -1 4202560 29174 0 0 0 151429 72 0 0 18 0 5 0 892298284 672325632 106072 33554432000 4194304 5787044 140736336897952 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6484/tid=6489] ppid=6483 vsize=656568 CPUtime=1514.98 cores=0-7
/proc/6484/task/6489/stat : 6489 (priss) R 6483 6483 5845 0 -1 4202560 26478 0 0 0 151486 12 0 0 18 0 5 0 892298284 672325632 106072 33554432000 4194304 5787044 140736336897952 18446744073709551615 264738217208 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6060.01
Current children cumulated vsize (KiB) 665268

Child status: 20
Real time (s): 1515.08
CPU time (s): 6060.27
CPU user time (s): 6058.46
CPU system time (s): 1.81072
CPU usage (%): 399.996
Max. virtual memory (cumulated for all children) (KiB): 665268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6058.46
system time used= 1.81072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111074
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= 14451
involuntary context switches= 6641

runsolver used 2.34264 second user time and 5.87611 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-13 23:00:27
IDJOB=3499373
IDBENCH=83192
IDSOLVER=1994
FILE ID=node141/3499373-1307998827
RUNJOBID= node141-1307988435-5859
PBS_JOBID= 13559809
Free space on /var/tmp= 2912 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_100_28_u.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499373-1307998827/watcher-3499373-1307998827 -o /var/tmp/evaluation-result-3499373-1307998827/solver-3499373-1307998827 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499373-1307998827.cnf 778903852 40000 31000 8

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

MD5SUM BENCH= 7fb794f1c5d1c4d1723aeeb5efb40cdc
RANDOM SEED=778903852

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7166200 kB
Buffers:        126440 kB
Cached:       24812496 kB
SwapCached:       9036 kB
Active:        9409256 kB
Inactive:     15546428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7166200 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:            2040 kB
Writeback:           0 kB
AnonPages:       14404 kB
Mapped:           9416 kB
Slab:           763476 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   151052 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= 2912 MiB
End job on node141 at 2011-06-13 23:25:42