Trace number 3499623

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.1361
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 16914
0.00/0.01	c parsetime: 7344us
0.00/0.01	c parsed 30460 clauses with 1560 variables
0.00/0.01	c NW started thread 0 successfully (1100745024)
0.00/0.01	c NW started thread 1 successfully (1111234880)
0.00/0.02	c NW started thread 2 successfully (1085212992)
0.00/0.03	c NW started thread 3 successfully (1121724736)
5.86/1.57	c preprocessor returned 10010 variables
5.86/1.57	c preprocessing returned UNKNOWN
5.86/1.57	c PP set 0 variables
5.86/1.57	c pp time: 1562443us (1s)
5.86/1.58	c preprocessor returned 10010 variables
5.86/1.58	c preprocessing returned UNKNOWN
5.86/1.58	c PP set 0 variables
5.86/1.58	c pp time: 1562742us (1s)
5.86/1.59	c preprocessor returned 10010 variables
5.86/1.59	c preprocessing returned UNKNOWN
5.86/1.59	c PP set 0 variables
5.86/1.59	c pp time: 1574620us (1s)
23.81/6.09	c preprocessor returned 30011 variables
23.81/6.09	c preprocessing returned UNKNOWN
23.81/6.09	c PP set 0 variables
23.81/6.09	c pp time: 6064981us (6s)
4331.25/1083.33	c HTE
4386.85/1097.21	c subsumption
4587.65/1147.45	c simplified formula contains 0 unit clauses
15209.55/3803.00	c HTE
16031.16/4008.41	c subsumption
17520.68/4380.88	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 16913
/proc/meminfo: memFree=6722240/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0

[startup+0.085889 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 16913
/proc/meminfo: memFree=6722240/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100897 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 16913
/proc/meminfo: memFree=6722240/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300857 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 16913
/proc/meminfo: memFree=6722240/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700774 s]
/proc/loadavg: 3.76 3.95 3.98 1/170 16913
/proc/meminfo: memFree=6722240/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 3.76 3.95 3.98 5/176 16919
/proc/meminfo: memFree=6690220/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=280916 CPUtime=5.86 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 11865 0 0 0 583 3 0 0 18 0 5 0 912424439 287657984 8180 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 70229 8180 355 389 0 65979 0
[pid=16914/tid=16916] ppid=16913 vsize=280916 CPUtime=1.46 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 2172 0 0 0 146 0 0 0 18 0 5 0 912424441 287657984 8180 33554432000 4194304 5787044 140736359002288 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=280916 CPUtime=1.44 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 2025 0 0 0 144 0 0 0 20 0 5 0 912424441 287657984 8180 33554432000 4194304 5787044 140736359002288 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=280916 CPUtime=1.44 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 2006 0 0 0 144 0 0 0 19 0 5 0 912424441 287657984 8180 33554432000 4194304 5787044 140736359002288 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=280916 CPUtime=1.45 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 2991 0 0 0 145 0 0 0 19 0 5 0 912424442 287657984 8180 33554432000 4194304 5787044 140736359002288 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 289616

[startup+3.10034 s]
/proc/loadavg: 3.76 3.95 3.98 5/176 16919
/proc/meminfo: memFree=6682780/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=280916 CPUtime=12.23 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 17775 0 0 0 1216 7 0 0 18 0 5 0 912424439 287657984 11251 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 70229 11251 404 389 0 65979 0
[pid=16914/tid=16916] ppid=16913 vsize=280916 CPUtime=3.05 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 4224 0 0 0 304 1 0 0 18 0 5 0 912424441 287657984 11251 33554432000 4194304 5787044 140736359002288 18446744073709551615 4216772 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=280916 CPUtime=3.03 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 3950 0 0 0 301 2 0 0 19 0 5 0 912424441 287657984 11251 33554432000 4194304 5787044 140736359002288 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=280916 CPUtime=3.03 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 3919 0 0 0 302 1 0 0 18 0 5 0 912424441 287657984 11251 33554432000 4194304 5787044 140736359002288 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=280916 CPUtime=3.05 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 3011 0 0 0 305 0 0 0 19 0 5 0 912424442 287657984 11251 33554432000 4194304 5787044 140736359002288 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 289616

[startup+6.30075 s]
/proc/loadavg: 3.78 3.95 3.98 5/176 16919
/proc/meminfo: memFree=6670748/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=284448 CPUtime=25 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 21811 0 0 0 2486 14 0 0 18 0 5 0 912424439 291274752 14583 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 71112 14583 417 389 0 66862 0
[pid=16914/tid=16916] ppid=16913 vsize=284448 CPUtime=6.26 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 5071 0 0 0 623 3 0 0 18 0 5 0 912424441 291274752 14583 33554432000 4194304 5787044 140736359002288 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=284448 CPUtime=6.23 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 4734 0 0 0 618 5 0 0 18 0 5 0 912424441 291274752 14583 33554432000 4194304 5787044 140736359002288 18446744073709551615 4229350 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=284448 CPUtime=6.23 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 4735 0 0 0 618 5 0 0 18 0 5 0 912424441 291274752 14583 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=284448 CPUtime=6.25 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 4600 0 0 0 625 0 0 0 18 0 5 0 912424442 291274752 14583 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 293148

[startup+12.7006 s]
/proc/loadavg: 3.80 3.95 3.98 5/176 16919
/proc/meminfo: memFree=6640016/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=295720 CPUtime=50.53 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 29569 0 0 0 5019 34 0 0 18 0 5 0 912424439 302817280 22341 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 73930 22341 417 389 0 69680 0
[pid=16914/tid=16916] ppid=16913 vsize=295720 CPUtime=12.64 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 6565 0 0 0 1258 6 0 0 18 0 5 0 912424441 302817280 22341 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=295720 CPUtime=12.61 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 7389 0 0 0 1249 12 0 0 18 0 5 0 912424441 302817280 22341 33554432000 4194304 5787044 140736359002288 18446744073709551615 4254619 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=295720 CPUtime=12.6 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 6606 0 0 0 1249 11 0 0 18 0 5 0 912424441 302817280 22341 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=295720 CPUtime=12.63 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 6338 0 0 0 1260 3 0 0 18 0 5 0 912424442 302817280 22341 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527575 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 304420

[startup+25.5012 s]
/proc/loadavg: 3.84 3.95 3.98 5/176 16920
/proc/meminfo: memFree=6585820/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=316216 CPUtime=101.58 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 42715 0 0 0 10094 64 0 0 18 0 5 0 912424439 323805184 35460 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 79054 35460 417 389 0 74804 0
[pid=16914/tid=16916] ppid=16913 vsize=316216 CPUtime=25.42 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 9142 0 0 0 2530 12 0 0 18 0 5 0 912424441 323805184 35460 33554432000 4194304 5787044 140736359002288 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=316216 CPUtime=25.39 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 12063 0 0 0 2516 23 0 0 18 0 5 0 912424441 323805184 35460 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=316216 CPUtime=25.35 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 9457 0 0 0 2514 21 0 0 17 0 5 0 912424441 323805184 35460 33554432000 4194304 5787044 140736359002288 18446744073709551615 4238936 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=316216 CPUtime=25.37 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 9382 0 0 0 2531 6 0 0 18 0 5 0 912424442 323805184 35460 33554432000 4194304 5787044 140736359002288 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 324916

[startup+51.1006 s]
/proc/loadavg: 3.89 3.95 3.98 5/176 16920
/proc/meminfo: memFree=6520408/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=341824 CPUtime=203.84 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 59990 0 0 0 20281 103 0 0 18 0 5 0 912424439 350027776 52593 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 85456 52593 417 389 0 81206 0
[pid=16914/tid=16916] ppid=16913 vsize=341824 CPUtime=51 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 13960 0 0 0 5081 19 0 0 18 0 5 0 912424441 350027776 52593 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=341824 CPUtime=50.93 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 16644 0 0 0 5057 36 0 0 20 0 5 0 912424441 350027776 52593 33554432000 4194304 5787044 140736359002288 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=341824 CPUtime=50.91 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 13058 0 0 0 5056 35 0 0 25 0 5 0 912424441 350027776 52593 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=341824 CPUtime=50.94 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 13657 0 0 0 5084 10 0 0 18 0 5 0 912424442 350027776 52593 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 350524

[startup+102.306 s]
/proc/loadavg: 3.95 3.96 3.98 5/176 16922
/proc/meminfo: memFree=6381740/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=580676 CPUtime=408.44 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 93604 0 0 0 40665 179 0 0 18 0 5 0 912424439 594612224 85772 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 145169 85772 417 389 0 140919 0
[pid=16914/tid=16916] ppid=16913 vsize=580676 CPUtime=102.17 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 22452 0 0 0 10181 36 0 0 23 0 5 0 912424441 594612224 85772 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=580676 CPUtime=102.09 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 26059 0 0 0 10141 68 0 0 20 0 5 0 912424441 594612224 85772 33554432000 4194304 5787044 140736359002288 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=580676 CPUtime=102.03 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 19428 0 0 0 10147 56 0 0 20 0 5 0 912424441 594612224 85772 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=580676 CPUtime=102.08 cores=0-7

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

/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 226682 0 0 0 471435 730 0 0 25 0 5 0 912424441 4272340992 951295 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4172208 CPUtime=4721.51 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215662 0 0 0 471465 686 0 0 25 0 5 0 912424441 4272340992 951295 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4172208 CPUtime=4721.57 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 304749 0 0 0 471989 168 0 0 25 0 5 0 912424442 4272340992 951295 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18886.7
Current children cumulated vsize (KiB) 4180908

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 17059
/proc/meminfo: memFree=2879824/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=4172208 CPUtime=19126.6 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 990597 0 0 0 1910187 2475 0 0 18 0 5 0 912424439 4272340992 959821 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 1043052 959821 417 389 0 1038802 0
[pid=16914/tid=16916] ppid=16913 vsize=4172208 CPUtime=4781.87 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 237050 0 0 0 477311 876 0 0 18 0 5 0 912424441 4272340992 959821 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=4172208 CPUtime=4781.64 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 230450 0 0 0 477421 743 0 0 25 0 5 0 912424441 4272340992 959821 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4172208 CPUtime=4781.5 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215662 0 0 0 477464 686 0 0 25 0 5 0 912424441 4272340992 959821 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4172208 CPUtime=4781.56 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 304764 0 0 0 477988 168 0 0 25 0 5 0 912424442 4272340992 959821 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19126.6
Current children cumulated vsize (KiB) 4180908

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 17060
/proc/meminfo: memFree=2841592/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=4237744 CPUtime=19366.6 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 999150 0 0 0 1934150 2511 0 0 18 0 5 0 912424439 4339449856 968374 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 1059436 968374 417 389 0 1055186 0
[pid=16914/tid=16916] ppid=16913 vsize=4237744 CPUtime=4841.86 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 241770 0 0 0 483290 896 0 0 20 0 5 0 912424441 4339449856 968374 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=4237744 CPUtime=4841.64 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 234207 0 0 0 483406 758 0 0 20 0 5 0 912424441 4339449856 968374 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4237744 CPUtime=4841.49 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215662 0 0 0 483463 686 0 0 25 0 5 0 912424441 4339449856 968374 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4237744 CPUtime=4841.56 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 304840 0 0 0 483988 168 0 0 25 0 5 0 912424442 4339449856 968374 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19366.6
Current children cumulated vsize (KiB) 4246444

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 17062
/proc/meminfo: memFree=2807472/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=4241972 CPUtime=19606.6 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 1007672 0 0 0 1958112 2547 0 0 18 0 5 0 912424439 4343779328 976896 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 1060493 976896 417 389 0 1056243 0
[pid=16914/tid=16916] ppid=16913 vsize=4241972 CPUtime=4901.87 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 245389 0 0 0 489270 917 0 0 18 0 5 0 912424441 4343779328 976896 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=4241972 CPUtime=4901.65 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 237909 0 0 0 489391 774 0 0 25 0 5 0 912424441 4343779328 976896 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4241972 CPUtime=4901.48 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215662 0 0 0 489462 686 0 0 25 0 5 0 912424441 4343779328 976896 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4241972 CPUtime=4901.56 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 306041 0 0 0 489987 169 0 0 25 0 5 0 912424442 4343779328 976896 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19606.6
Current children cumulated vsize (KiB) 4250672

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 17063
/proc/meminfo: memFree=2785492/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=4241972 CPUtime=19846.5 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 1015128 0 0 0 1982087 2567 0 0 18 0 5 0 912424439 4343779328 982333 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 1060493 982333 417 389 0 1056243 0
[pid=16914/tid=16916] ppid=16913 vsize=4241972 CPUtime=4961.86 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 248723 0 0 0 495257 929 0 0 25 0 5 0 912424441 4343779328 982333 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=4241972 CPUtime=4961.63 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 241866 0 0 0 495383 780 0 0 25 0 5 0 912424441 4343779328 982333 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4241972 CPUtime=4961.46 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215663 0 0 0 495459 687 0 0 25 0 5 0 912424441 4343779328 982333 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4241972 CPUtime=4961.54 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 306205 0 0 0 495985 169 0 0 25 0 5 0 912424442 4343779328 982333 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19846.5
Current children cumulated vsize (KiB) 4250672

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 17074
/proc/meminfo: memFree=2784896/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=4241972 CPUtime=20086.6 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 1015202 0 0 0 2006087 2568 0 0 18 0 5 0 912424439 4343779328 982407 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 1060493 982407 417 389 0 1056243 0
[pid=16914/tid=16916] ppid=16913 vsize=4241972 CPUtime=5021.86 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 248723 0 0 0 501257 929 0 0 25 0 5 0 912424441 4343779328 982407 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=4241972 CPUtime=5021.63 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 241866 0 0 0 501383 780 0 0 25 0 5 0 912424441 4343779328 982407 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4241972 CPUtime=5021.46 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215663 0 0 0 501459 687 0 0 25 0 5 0 912424441 4343779328 982407 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4241972 CPUtime=5021.54 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 306279 0 0 0 501984 170 0 0 25 0 5 0 912424442 4343779328 982407 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20086.5
Current children cumulated vsize (KiB) 4250672

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 17076
/proc/meminfo: memFree=2784384/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=4241972 CPUtime=20326.6 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 1015329 0 0 0 2030087 2568 0 0 18 0 5 0 912424439 4343779328 982534 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 1060493 982534 417 389 0 1056243 0
[pid=16914/tid=16916] ppid=16913 vsize=4241972 CPUtime=5081.86 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 248724 0 0 0 507257 929 0 0 25 0 5 0 912424441 4343779328 982534 33554432000 4194304 5787044 140736359002288 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=4241972 CPUtime=5081.63 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 241866 0 0 0 507383 780 0 0 25 0 5 0 912424441 4343779328 982534 33554432000 4194304 5787044 140736359002288 18446744073709551615 212687342496 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4241972 CPUtime=5081.46 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215665 0 0 0 507459 687 0 0 25 0 5 0 912424441 4343779328 982534 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4241972 CPUtime=5081.55 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 306403 0 0 0 507985 170 0 0 25 0 5 0 912424442 4343779328 982534 33554432000 4194304 5787044 140736359002288 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20326.5
Current children cumulated vsize (KiB) 4250672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 17076
/proc/meminfo: memFree=2784244/32951124 swapFree=67076880/67111528
[pid=16913] ppid=16911 vsize=8700 CPUtime=0 cores=0-7
/proc/16913/stat : 16913 (priss.sh) S 16911 16913 16080 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912424439 8908800 252 33554432000 4194304 4922060 140735687245904 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16913/statm: 2175 252 211 178 0 68 0
[pid=16914] ppid=16913 vsize=4241972 CPUtime=20397.4 cores=0-7
/proc/16914/stat : 16914 (priss) S 16913 16913 16080 0 -1 4202496 1015355 0 0 0 2037170 2569 0 0 18 0 5 0 912424439 4343779328 982560 33554432000 4194304 5787044 140736359002288 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16914/statm: 1060493 982560 417 389 0 1056243 0
[pid=16914/tid=16916] ppid=16913 vsize=4241972 CPUtime=5099.57 cores=0-7
/proc/16914/task/16916/stat : 16916 (priss) R 16913 16913 16080 0 -1 4202560 248724 0 0 0 509028 929 0 0 25 0 5 0 912424441 4343779328 982560 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16914/tid=16917] ppid=16913 vsize=4241972 CPUtime=5099.34 cores=0-7
/proc/16914/task/16917/stat : 16917 (priss) R 16913 16913 16080 0 -1 4202560 241866 0 0 0 509154 780 0 0 25 0 5 0 912424441 4343779328 982560 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16914/tid=16918] ppid=16913 vsize=4241972 CPUtime=5099.17 cores=0-7
/proc/16914/task/16918/stat : 16918 (priss) R 16913 16913 16080 0 -1 4202560 215665 0 0 0 509230 687 0 0 25 0 5 0 912424441 4343779328 982560 33554432000 4194304 5787044 140736359002288 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16914/tid=16919] ppid=16913 vsize=4241972 CPUtime=5099.25 cores=0-7
/proc/16914/task/16919/stat : 16919 (priss) R 16913 16913 16080 0 -1 4202560 306429 0 0 0 509755 170 0 0 25 0 5 0 912424442 4343779328 982560 33554432000 4194304 5787044 140736359002288 18446744073709551615 5528442 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20397.4
Current children cumulated vsize (KiB) 4250672

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 16913 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 20397.4
#
# 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): 20397.4
CPU user time (s): 20371.7
CPU system time (s): 25.69
CPU usage (%): 399.947
Max. virtual memory (cumulated for all children) (KiB): 4316208

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

runsolver used 7.31289 second user time and 19.611 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-14 01:37:47
IDJOB=3499623
IDBENCH=85456
IDSOLVER=1994
FILE ID=node139/3499623-1308008267
RUNJOBID= node139-1307988583-16094
PBS_JOBID= 13559810
Free space on /tmp= 2692 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499623-1308008267/watcher-3499623-1308008267 -o /tmp/evaluation-result-3499623-1308008267/solver-3499623-1308008267 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499623-1308008267.cnf 1475849642 40000 31000 8

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=1475849642

node139.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.852
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:       6722040 kB
Buffers:        151748 kB
Cached:       25212728 kB
SwapCached:       3400 kB
Active:       10172004 kB
Inactive:     15226472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6722040 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:       32176 kB
Mapped:          13428 kB
Slab:           763340 kB
PageTables:       3720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 2692 MiB
End job on node139 at 2011-06-14 03:02:49