Trace number 3499163

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1540.75
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

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: 31703
0.00/0.07	c parsetime: 67020us
0.00/0.07	c parsed 146535 clauses with 526 variables
0.00/0.09	c NW started thread 0 successfully (1094314304)
0.00/0.13	c NW started thread 1 successfully (1104804160)
0.00/0.18	c NW started thread 2 successfully (1115294016)
0.00/0.23	c NW started thread 3 successfully (1125783872)
18.34/4.72	c preprocessor returned 10003 variables
18.34/4.72	c preprocessing returned UNKNOWN
18.34/4.72	c PP set 74 variables
18.34/4.72	c pp time: 4591177us (4s)
18.34/4.76	c preprocessor returned 10003 variables
18.34/4.76	c preprocessing returned UNKNOWN
18.34/4.76	c PP set 74 variables
18.34/4.76	c pp time: 4668864us (4s)
18.74/4.83	c preprocessor returned 10003 variables
18.74/4.83	c preprocessing returned UNKNOWN
18.74/4.83	c PP set 74 variables
18.74/4.83	c pp time: 4647575us (4s)
85.88/21.69	c preprocessor returned 30071 variables
85.88/21.69	c preprocessing returned UNKNOWN
85.88/21.69	c PP set 74 variables
85.88/21.69	c pp time: 21455664us (21s)
433.22/108.51	c HTE
473.20/118.54	c subsumption
490.00/122.74	c simplified formula contains 0 unit clauses
11543.43/2886.24	c HTE
11972.20/2993.47	c subsumption
12316.21/3079.46	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.96 1/170 31702
/proc/meminfo: memFree=3848400/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0

[startup+0.0339961 s]
/proc/loadavg: 1.85 1.97 1.96 1/170 31702
/proc/meminfo: memFree=3848400/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100956 s]
/proc/loadavg: 1.85 1.97 1.96 1/170 31702
/proc/meminfo: memFree=3848400/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300917 s]
/proc/loadavg: 1.85 1.97 1.96 1/170 31702
/proc/meminfo: memFree=3848400/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700838 s]
/proc/loadavg: 1.85 1.97 1.96 1/170 31702
/proc/meminfo: memFree=3848400/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 1.85 1.97 1.96 5/176 31708
/proc/meminfo: memFree=3777952/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=239904 CPUtime=5.55 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 18242 0 0 0 545 10 0 0 19 0 5 0 910340805 245661696 17806 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 59976 17806 350 389 0 55726 0
[pid=31703/tid=31705] ppid=31702 vsize=239904 CPUtime=1.4 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 1416 0 0 0 139 1 0 0 18 0 5 0 910340814 245661696 17806 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=239904 CPUtime=1.34 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 1383 0 0 0 133 1 0 0 18 0 5 0 910340818 245661696 17806 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=239904 CPUtime=1.31 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 1461 0 0 0 130 1 0 0 18 0 5 0 910340823 245661696 17806 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=239904 CPUtime=1.25 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 1284 0 0 0 125 0 0 0 18 0 5 0 910340828 245661696 17806 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 248604

[startup+3.10038 s]
/proc/loadavg: 1.85 1.97 1.96 5/176 31708
/proc/meminfo: memFree=3776340/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=307728 CPUtime=11.95 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 19138 0 0 0 1184 11 0 0 19 0 5 0 910340805 315113472 18126 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 76932 18126 352 389 0 72682 0
[pid=31703/tid=31705] ppid=31702 vsize=307728 CPUtime=3 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 1614 0 0 0 299 1 0 0 18 0 5 0 910340814 315113472 18126 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=307728 CPUtime=2.94 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 1681 0 0 0 293 1 0 0 20 0 5 0 910340818 315113472 18126 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=307728 CPUtime=2.91 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 1619 0 0 0 290 1 0 0 18 0 5 0 910340823 315113472 18126 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=307728 CPUtime=2.85 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 1526 0 0 0 285 0 0 0 20 0 5 0 910340828 315113472 18126 33554432000 4194304 5787044 140736294280560 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 316428

[startup+6.30077 s]
/proc/loadavg: 2.02 2.01 1.97 5/176 31708
/proc/meminfo: memFree=3749824/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=391252 CPUtime=24.72 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 27803 0 0 0 2452 20 0 0 19 0 5 0 910340805 400642048 25008 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 97813 25008 405 389 0 93563 0
[pid=31703/tid=31705] ppid=31702 vsize=391252 CPUtime=6.19 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 3107 0 0 0 615 4 0 0 18 0 5 0 910340814 400642048 25008 33554432000 4194304 5787044 140736294280560 18446744073709551615 239476800031 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=391252 CPUtime=6.13 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 5739 0 0 0 608 5 0 0 18 0 5 0 910340818 400642048 25008 33554432000 4194304 5787044 140736294280560 18446744073709551615 239476800031 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=391252 CPUtime=6.1 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 2875 0 0 0 607 3 0 0 18 0 5 0 910340823 400642048 25008 33554432000 4194304 5787044 140736294280560 18446744073709551615 239476800031 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=391252 CPUtime=6.05 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 3384 0 0 0 604 1 0 0 19 0 5 0 910340828 400642048 25008 33554432000 4194304 5787044 140736294280560 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 399952

[startup+12.7005 s]
/proc/loadavg: 2.18 2.04 1.98 5/176 31708
/proc/meminfo: memFree=3744764/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=391252 CPUtime=50.3 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 29084 0 0 0 5000 30 0 0 19 0 5 0 910340805 400642048 26289 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 97813 26289 405 389 0 93563 0
[pid=31703/tid=31705] ppid=31702 vsize=391252 CPUtime=12.59 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 3325 0 0 0 1252 7 0 0 18 0 5 0 910340814 400642048 26289 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=391252 CPUtime=12.52 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 6435 0 0 0 1243 9 0 0 18 0 5 0 910340818 400642048 26289 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=391252 CPUtime=12.5 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 3226 0 0 0 1244 6 0 0 18 0 5 0 910340823 400642048 26289 33554432000 4194304 5787044 140736294280560 18446744073709551615 239476800031 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=391252 CPUtime=12.45 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 3400 0 0 0 1244 1 0 0 25 0 5 0 910340828 400642048 26289 33554432000 4194304 5787044 140736294280560 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 399952

[startup+25.5011 s]
/proc/loadavg: 2.58 2.13 2.01 5/176 31709
/proc/meminfo: memFree=3724444/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=397380 CPUtime=101.46 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 36280 0 0 0 10096 50 0 0 19 0 5 0 910340805 406917120 31864 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 99345 31864 419 389 0 95095 0
[pid=31703/tid=31705] ppid=31702 vsize=397380 CPUtime=25.37 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 4807 0 0 0 2525 12 0 0 18 0 5 0 910340814 406917120 31864 33554432000 4194304 5787044 140736294280560 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=397380 CPUtime=25.3 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 7434 0 0 0 2516 14 0 0 18 0 5 0 910340818 406917120 31864 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591984 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=397380 CPUtime=25.29 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 5058 0 0 0 2518 11 0 0 18 0 5 0 910340823 406917120 31864 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=397380 CPUtime=25.24 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 6283 0 0 0 2519 5 0 0 18 0 5 0 910340828 406917120 31864 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 406080

[startup+51.1012 s]
/proc/loadavg: 3.07 2.28 2.06 5/176 31709
/proc/meminfo: memFree=3689452/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=412388 CPUtime=203.75 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 45197 0 0 0 20297 78 0 0 19 0 5 0 910340805 422285312 40693 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 103097 40693 419 389 0 98847 0
[pid=31703/tid=31705] ppid=31702 vsize=412388 CPUtime=50.95 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 7492 0 0 0 5077 18 0 0 18 0 5 0 910340814 422285312 40693 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=412388 CPUtime=50.86 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 9865 0 0 0 5066 20 0 0 19 0 5 0 910340818 422285312 40693 33554432000 4194304 5787044 140736294280560 18446744073709551615 5389177 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=412388 CPUtime=50.87 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 6874 0 0 0 5069 18 0 0 18 0 5 0 910340823 422285312 40693 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=412388 CPUtime=50.81 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 8268 0 0 0 5067 14 0 0 18 0 5 0 910340828 422285312 40693 33554432000 4194304 5787044 140736294280560 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 421088

[startup+102.306 s]
/proc/loadavg: 3.59 2.55 2.16 5/176 31711
/proc/meminfo: memFree=3613664/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=438080 CPUtime=408.43 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 64179 0 0 0 40716 127 0 0 19 0 5 0 910340805 448593920 59303 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 109520 59303 419 389 0 105270 0
[pid=31703/tid=31705] ppid=31702 vsize=438080 CPUtime=102.13 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 13720 0 0 0 10182 31 0 0 18 0 5 0 910340814 448593920 59303 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=438080 CPUtime=102.03 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 14044 0 0 0 10172 31 0 0 22 0 5 0 910340818 448593920 59303 33554432000 4194304 5787044 140736294280560 18446744073709551615 4220576 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=438080 CPUtime=102.04 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 10882 0 0 0 10176 28 0 0 21 0 5 0 910340823 448593920 59303 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=438080 CPUtime=101.99 cores=0-7

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

/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 80743 0 0 0 471971 212 0 0 25 0 5 0 910340818 2135117824 430723 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2085076 CPUtime=4721.96 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 91610 0 0 0 471881 315 0 0 25 0 5 0 910340823 2135117824 430723 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2085076 CPUtime=4721.9 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 193471 0 0 0 471729 461 0 0 20 0 5 0 910340828 2135117824 430723 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18888
Current children cumulated vsize (KiB) 2093776

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31859
/proc/meminfo: memFree=2109712/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=2085076 CPUtime=19127.9 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 453515 0 0 0 1911613 1182 0 0 19 0 5 0 910340805 2135117824 435101 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 521269 435101 419 389 0 517019 0
[pid=31703/tid=31705] ppid=31702 vsize=2085076 CPUtime=4782.01 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 70679 0 0 0 478031 170 0 0 25 0 5 0 910340814 2135117824 435101 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=2085076 CPUtime=4781.82 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 80945 0 0 0 477970 212 0 0 25 0 5 0 910340818 2135117824 435101 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2085076 CPUtime=4781.97 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 94114 0 0 0 477874 323 0 0 25 0 5 0 910340823 2135117824 435101 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2085076 CPUtime=4781.89 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 195079 0 0 0 477720 469 0 0 25 0 5 0 910340828 2135117824 435101 33554432000 4194304 5787044 140736294280560 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19128
Current children cumulated vsize (KiB) 2093776

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31861
/proc/meminfo: memFree=2092208/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=2085076 CPUtime=19367.9 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 456781 0 0 0 1935598 1197 0 0 19 0 5 0 910340805 2135117824 438367 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 521269 438367 419 389 0 517019 0
[pid=31703/tid=31705] ppid=31702 vsize=2085076 CPUtime=4842.02 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 70735 0 0 0 484032 170 0 0 18 0 5 0 910340814 2135117824 438367 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=2085076 CPUtime=4841.82 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 81158 0 0 0 483970 212 0 0 25 0 5 0 910340818 2135117824 438367 33554432000 4194304 5787044 140736294280560 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2085076 CPUtime=4841.97 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 95503 0 0 0 483868 329 0 0 25 0 5 0 910340823 2135117824 438367 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2085076 CPUtime=4841.89 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 196687 0 0 0 483711 478 0 0 25 0 5 0 910340828 2135117824 438367 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19368
Current children cumulated vsize (KiB) 2093776

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31863
/proc/meminfo: memFree=2079160/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=2085076 CPUtime=19608 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 460051 0 0 0 1959583 1213 0 0 19 0 5 0 910340805 2135117824 441637 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 521269 441637 419 389 0 517019 0
[pid=31703/tid=31705] ppid=31702 vsize=2085076 CPUtime=4902.02 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 70797 0 0 0 490032 170 0 0 21 0 5 0 910340814 2135117824 441637 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=2085076 CPUtime=4901.82 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 81341 0 0 0 489970 212 0 0 25 0 5 0 910340818 2135117824 441637 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2085076 CPUtime=4901.97 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 96854 0 0 0 489861 336 0 0 25 0 5 0 910340823 2135117824 441637 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2085076 CPUtime=4901.9 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 198361 0 0 0 489703 487 0 0 25 0 5 0 910340828 2135117824 441637 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19608
Current children cumulated vsize (KiB) 2093776

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31864
/proc/meminfo: memFree=2062152/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=2085076 CPUtime=19848 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 464274 0 0 0 1983567 1229 0 0 19 0 5 0 910340805 2135117824 445860 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 521269 445860 419 389 0 517019 0
[pid=31703/tid=31705] ppid=31702 vsize=2085076 CPUtime=4962.02 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 70876 0 0 0 496032 170 0 0 25 0 5 0 910340814 2135117824 445860 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=2085076 CPUtime=4961.82 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 81713 0 0 0 495970 212 0 0 25 0 5 0 910340818 2135117824 445860 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2085076 CPUtime=4961.97 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 98005 0 0 0 495855 342 0 0 25 0 5 0 910340823 2135117824 445860 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2085076 CPUtime=4961.9 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 200982 0 0 0 495693 497 0 0 25 0 5 0 910340828 2135117824 445860 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19848
Current children cumulated vsize (KiB) 2093776

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31866
/proc/meminfo: memFree=2045508/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=2150612 CPUtime=20087.9 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 468539 0 0 0 2007551 1244 0 0 19 0 5 0 910340805 2202226688 450125 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 537653 450125 419 389 0 533403 0
[pid=31703/tid=31705] ppid=31702 vsize=2150612 CPUtime=5022.01 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 70934 0 0 0 502031 170 0 0 25 0 5 0 910340814 2202226688 450125 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=2150612 CPUtime=5021.81 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 81999 0 0 0 501969 212 0 0 25 0 5 0 910340818 2202226688 450125 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2150612 CPUtime=5021.97 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 100341 0 0 0 501850 347 0 0 25 0 5 0 910340823 2202226688 450125 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2150612 CPUtime=5021.9 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 202567 0 0 0 501683 507 0 0 25 0 5 0 910340828 2202226688 450125 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20087.9
Current children cumulated vsize (KiB) 2159312

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31867
/proc/meminfo: memFree=2027384/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=2158804 CPUtime=20328 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 475051 0 0 0 2031532 1264 0 0 19 0 5 0 910340805 2210615296 454588 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 539701 454588 419 389 0 535451 0
[pid=31703/tid=31705] ppid=31702 vsize=2158804 CPUtime=5082.02 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 71949 0 0 0 508029 173 0 0 18 0 5 0 910340814 2210615296 454588 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=2158804 CPUtime=5081.81 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 84483 0 0 0 507967 214 0 0 25 0 5 0 910340818 2210615296 454588 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2158804 CPUtime=5081.97 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 101739 0 0 0 507845 352 0 0 25 0 5 0 910340823 2210615296 454588 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2158804 CPUtime=5081.9 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 204182 0 0 0 507673 517 0 0 25 0 5 0 910340828 2210615296 454588 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20328
Current children cumulated vsize (KiB) 2167504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31868
/proc/meminfo: memFree=2016588/32950928 swapFree=67053956/67111528
[pid=31702] ppid=31700 vsize=8700 CPUtime=0 cores=0-7
/proc/31702/stat : 31702 (priss.sh) S 31700 31702 31672 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 910340805 8908800 252 33554432000 4194304 4922060 140733512948112 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31702/statm: 2175 252 211 178 0 68 0
[pid=31703] ppid=31702 vsize=2158804 CPUtime=20398.8 cores=0-7
/proc/31703/stat : 31703 (priss) S 31702 31702 31672 0 -1 4202496 477726 0 0 0 2038606 1272 0 0 19 0 5 0 910340805 2210615296 457263 33554432000 4194304 5787044 140736294280560 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 539701 457263 419 389 0 535451 0
[pid=31703/tid=31705] ppid=31702 vsize=2158804 CPUtime=5099.72 cores=0-7
/proc/31703/task/31705/stat : 31705 (priss) R 31702 31702 31672 0 -1 4202560 72518 0 0 0 509797 175 0 0 22 0 5 0 910340814 2210615296 457263 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31703/tid=31706] ppid=31702 vsize=2158804 CPUtime=5099.51 cores=0-7
/proc/31703/task/31706/stat : 31706 (priss) R 31702 31702 31672 0 -1 4202560 84937 0 0 0 509735 216 0 0 25 0 5 0 910340818 2210615296 457263 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31703/tid=31707] ppid=31702 vsize=2158804 CPUtime=5099.68 cores=0-7
/proc/31703/task/31707/stat : 31707 (priss) R 31702 31702 31672 0 -1 4202560 102948 0 0 0 509614 354 0 0 20 0 5 0 910340823 2210615296 457263 33554432000 4194304 5787044 140736294280560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31703/tid=31708] ppid=31702 vsize=2158804 CPUtime=5099.61 cores=0-7
/proc/31703/task/31708/stat : 31708 (priss) R 31702 31702 31672 0 -1 4202560 204625 0 0 0 509442 519 0 0 25 0 5 0 910340828 2210615296 457263 33554432000 4194304 5787044 140736294280560 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20398.8
Current children cumulated vsize (KiB) 2167504

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

Real time (s): 5100.02
CPU time (s): 20398.8
CPU user time (s): 20386.1
CPU system time (s): 12.72
CPU usage (%): 399.975
Max. virtual memory (cumulated for all children) (KiB): 2167504

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

runsolver used 7.62184 second user time and 20.1999 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-13 19:50:37
IDJOB=3499163
IDBENCH=71153
IDSOLVER=1994
FILE ID=node148/3499163-1307987437
RUNJOBID= node148-1307987437-31686
PBS_JOBID= 13559803
Free space on /var/tmp= 2896 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499163-1307987437/watcher-3499163-1307987437 -o /var/tmp/evaluation-result-3499163-1307987437/solver-3499163-1307987437 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499163-1307987437.cnf 1878947708 40000 31000 8

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1878947708

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3848696 kB
Buffers:        123068 kB
Cached:       28056016 kB
SwapCached:      10580 kB
Active:       12902144 kB
Inactive:     15294460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3848696 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            5940 kB
Writeback:           0 kB
AnonPages:       15644 kB
Mapped:          12792 kB
Slab:           839584 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186680 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= 2896 MiB
End job on node148 at 2011-06-13 21:15:39