Trace number 3289205

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) 4800.13 1201.72

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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: 18652
0.00/0.02	c parsetime: 18040us
0.00/0.02	c parsed 66333 clauses with 19995 variables
0.00/0.02	c NW started thread 0 successfully (1098430784)
0.00/0.03	c NW started thread 1 successfully (1108920640)
0.00/0.03	c NW started thread 2 successfully (1119410496)
0.00/0.04	c NW started thread 3 successfully (1129900352)
0.00/0.48	c preprocessor returned 19995 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 780 variables
0.00/0.48	c pp time: 421363us (0s)
0.00/0.48	c preprocessor returned 19995 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 780 variables
0.00/0.48	c pp time: 424696us (0s)
0.00/0.48	c preprocessor returned 19995 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 780 variables
0.00/0.48	c pp time: 420584us (0s)
13.45/3.40	c preprocessor returned 30005 variables
13.45/3.40	c preprocessing returned UNKNOWN
13.45/3.40	c PP set 767 variables
13.45/3.40	c pp time: 3356375us (3s)
13.45/3.47	c HTE
13.85/3.50	c subsumption
13.85/3.52	c simplified formula contains 0 unit clauses
198.38/49.71	c added unsatisfied clause
198.38/49.71	c failed to add network clauses
231.53/58.08	c added unsatisfied clause
231.53/58.08	c failed to add network clauses
684.10/171.35	c added unsatisfied clause
684.10/171.35	c failed to add network clauses
2817.20/705.34	c added unsatisfied clause
2817.20/705.34	c failed to add network clauses
4715.02/1180.41	c added unsatisfied clause
4715.02/1180.41	c failed to add network clauses
4758.16/1191.24	c added unsatisfied clause
4758.16/1191.24	c failed to add network clauses
4785.33/1198.08	c added unsatisfied clause
4785.33/1198.08	c failed to add network 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.0 (svn: 935)

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-3289205-1304053270/watcher-3289205-1304053270 -o /tmp/evaluation-result-3289205-1304053270/solver-3289205-1304053270 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289205-1304053270.cnf 912968669 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.07 8.05 8.00 5/182 18651
/proc/meminfo: memFree=23948936/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0

[startup+0.0580809 s]
/proc/loadavg: 8.07 8.05 8.00 5/182 18651
/proc/meminfo: memFree=23948936/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.165874 s]
/proc/loadavg: 8.07 8.05 8.00 5/182 18651
/proc/meminfo: memFree=23948936/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05387 s]
/proc/loadavg: 8.07 8.05 8.00 5/182 18651
/proc/meminfo: memFree=23948936/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.15385 s]
/proc/loadavg: 8.07 8.05 8.00 5/182 18651
/proc/meminfo: memFree=23948936/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50079 s]
/proc/loadavg: 8.07 8.05 8.00 5/182 18651
/proc/meminfo: memFree=23948936/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10051 s]
/proc/loadavg: 8.06 8.05 8.00 9/188 18657
/proc/meminfo: memFree=23869588/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=375092 CPUtime=12.25 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 25230 0 0 0 1213 12 0 0 25 0 5 0 497743255 384094208 20153 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 93773 20153 405 389 0 89523 0
[pid=18652/tid=18654] ppid=18651 vsize=375092 CPUtime=3.05 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 5142 0 0 0 303 2 0 0 25 0 5 0 497743258 384094208 20153 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=375092 CPUtime=3.06 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 6266 0 0 0 302 4 0 0 24 0 5 0 497743258 384094208 20153 33554432000 4194304 5787044 140733486879920 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=375092 CPUtime=3.03 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 4789 0 0 0 301 2 0 0 24 0 5 0 497743259 384094208 20153 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591700 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=375092 CPUtime=3.04 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 5056 0 0 0 302 2 0 0 24 0 5 0 497743259 384094208 20153 33554432000 4194304 5787044 140733486879920 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 383792

[startup+6.30094 s]
/proc/loadavg: 8.06 8.05 8.00 9/188 18657
/proc/meminfo: memFree=23859020/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=378332 CPUtime=25.03 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 29689 0 0 0 2490 13 0 0 25 0 5 0 497743255 387411968 22603 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 94583 22603 419 389 0 90333 0
[pid=18652/tid=18654] ppid=18651 vsize=378332 CPUtime=6.25 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 5297 0 0 0 623 2 0 0 25 0 5 0 497743258 387411968 22603 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=378332 CPUtime=6.26 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 6675 0 0 0 622 4 0 0 25 0 5 0 497743258 387411968 22603 33554432000 4194304 5787044 140733486879920 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=378332 CPUtime=6.21 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 5156 0 0 0 619 2 0 0 25 0 5 0 497743259 387411968 22603 33554432000 4194304 5787044 140733486879920 18446744073709551615 4220445 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=378332 CPUtime=6.25 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 8584 0 0 0 622 3 0 0 25 0 5 0 497743259 387411968 22603 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527530 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 387032

[startup+12.7008 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 18657
/proc/meminfo: memFree=23851480/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=378728 CPUtime=50.62 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 31725 0 0 0 5046 16 0 0 25 0 5 0 497743255 387817472 24639 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 94682 24639 419 389 0 90432 0
[pid=18652/tid=18654] ppid=18651 vsize=378728 CPUtime=12.66 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 6053 0 0 0 1262 4 0 0 25 0 5 0 497743258 387817472 24639 33554432000 4194304 5787044 140733486879920 18446744073709551615 4220147 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=378728 CPUtime=12.66 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 6771 0 0 0 1262 4 0 0 25 0 5 0 497743258 387817472 24639 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=378728 CPUtime=12.58 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 6018 0 0 0 1255 3 0 0 25 0 5 0 497743259 387817472 24639 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=378728 CPUtime=12.65 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 8906 0 0 0 1262 3 0 0 25 0 5 0 497743259 387817472 24639 33554432000 4194304 5787044 140733486879920 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 387428

[startup+25.5005 s]
/proc/loadavg: 8.11 8.06 8.00 9/188 18657
/proc/meminfo: memFree=23833624/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=385936 CPUtime=101.72 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 36138 0 0 0 10150 22 0 0 25 0 5 0 497743255 395198464 29052 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 96484 29052 419 389 0 92234 0
[pid=18652/tid=18654] ppid=18651 vsize=385936 CPUtime=25.45 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 7886 0 0 0 2540 5 0 0 20 0 5 0 497743258 395198464 29052 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=385936 CPUtime=25.45 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 7701 0 0 0 2539 6 0 0 25 0 5 0 497743258 395198464 29052 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=385936 CPUtime=25.3 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 6571 0 0 0 2526 4 0 0 25 0 5 0 497743259 395198464 29052 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=385936 CPUtime=25.44 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 10003 0 0 0 2540 4 0 0 25 0 5 0 497743259 395198464 29052 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 394636

[startup+51.1009 s]
/proc/loadavg: 8.07 8.05 8.00 9/188 18658
/proc/meminfo: memFree=23805512/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=394960 CPUtime=203.97 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 43336 0 0 0 20366 31 0 0 25 0 5 0 497743255 404439040 36247 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 98740 36247 419 389 0 94490 0
[pid=18652/tid=18654] ppid=18651 vsize=394960 CPUtime=51.05 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 8552 0 0 0 5099 6 0 0 25 0 5 0 497743258 404439040 36247 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=394960 CPUtime=51.05 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 9537 0 0 0 5097 8 0 0 25 0 5 0 497743258 404439040 36247 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=394960 CPUtime=50.76 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 8602 0 0 0 5068 8 0 0 25 0 5 0 497743259 404439040 36247 33554432000 4194304 5787044 140733486879920 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=394960 CPUtime=51.05 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 12668 0 0 0 5098 7 0 0 25 0 5 0 497743259 404439040 36247 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527464 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 403660

[startup+102.301 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 18659
/proc/meminfo: memFree=23760464/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=408456 CPUtime=408.48 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 53227 0 0 0 40800 48 0 0 25 0 5 0 497743255 418258944 46071 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 102114 46071 419 389 0 97864 0
[pid=18652/tid=18654] ppid=18651 vsize=408456 CPUtime=102.24 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 10524 0 0 0 10216 8 0 0 25 0 5 0 497743258 418258944 46071 33554432000 4194304 5787044 140733486879920 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=408456 CPUtime=102.24 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 11605 0 0 0 10213 11 0 0 25 0 5 0 497743258 418258944 46071 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=408456 CPUtime=101.68 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 10637 0 0 0 10155 13 0 0 25 0 5 0 497743259 418258944 46071 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=408456 CPUtime=102.24 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 16484 0 0 0 10211 13 0 0 25 0 5 0 497743259 418258944 46071 33554432000 4194304 5787044 140733486879920 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 417156

[startup+162.301 s]
/proc/loadavg: 8.13 8.09 8.01 9/188 18661
/proc/meminfo: memFree=23703020/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=419220 CPUtime=648.17 cores=1,3,5,7

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

/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 30304 0 0 0 82185 40 0 0 25 0 5 0 497743258 636452864 104793 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=621536 CPUtime=817.76 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 24497 0 0 0 81743 33 0 0 25 0 5 0 497743259 636452864 104793 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=621536 CPUtime=822.26 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 31496 0 0 0 82197 29 0 0 25 0 5 0 497743259 636452864 104793 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 630236

[startup+882.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 18713
/proc/meminfo: memFree=23624744/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=691172 CPUtime=3524.24 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 114414 0 0 0 352291 133 0 0 25 0 5 0 497743255 707760128 106447 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 172793 106447 419 389 0 168543 0
[pid=18652/tid=18654] ppid=18651 vsize=691172 CPUtime=882.24 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 22564 0 0 0 88196 28 0 0 25 0 5 0 497743258 707760128 106447 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=691172 CPUtime=882.16 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 30679 0 0 0 88176 40 0 0 25 0 5 0 497743258 707760128 106447 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=691172 CPUtime=877.5 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 24497 0 0 0 87717 33 0 0 25 0 5 0 497743259 707760128 106447 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=691172 CPUtime=882.25 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 32697 0 0 0 88196 29 0 0 25 0 5 0 497743259 707760128 106447 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 699872

[startup+942.307 s]
/proc/loadavg: 8.09 8.09 8.03 9/188 18715
/proc/meminfo: memFree=23610052/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=695272 CPUtime=3763.93 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 117824 0 0 0 376256 137 0 0 25 0 5 0 497743255 711958528 109857 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 173818 109857 419 389 0 169568 0
[pid=18652/tid=18654] ppid=18651 vsize=695272 CPUtime=942.25 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 22828 0 0 0 94197 28 0 0 25 0 5 0 497743258 711958528 109857 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=695272 CPUtime=941.84 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 32971 0 0 0 94141 43 0 0 25 0 5 0 497743258 711958528 109857 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=695272 CPUtime=937.51 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 24570 0 0 0 93718 33 0 0 25 0 5 0 497743259 711958528 109857 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=695272 CPUtime=942.26 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 33478 0 0 0 94196 30 0 0 25 0 5 0 497743259 711958528 109857 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 703972

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 18716
/proc/meminfo: memFree=23561152/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=699372 CPUtime=4003.59 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 125591 0 0 0 400211 148 0 0 25 0 5 0 497743255 716156928 117624 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 174843 117624 419 389 0 170593 0
[pid=18652/tid=18654] ppid=18651 vsize=699372 CPUtime=1002.24 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 24615 0 0 0 100193 31 0 0 25 0 5 0 497743258 716156928 117624 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=699372 CPUtime=1001.51 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 34914 0 0 0 100105 46 0 0 25 0 5 0 497743258 716156928 117624 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=699372 CPUtime=997.51 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 26988 0 0 0 99715 36 0 0 25 0 5 0 497743259 716156928 117624 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=699372 CPUtime=1002.25 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 35097 0 0 0 100193 32 0 0 25 0 5 0 497743259 716156928 117624 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 708072

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 8.03 9/188 18718
/proc/meminfo: memFree=23487324/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=770160 CPUtime=4243.27 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 131658 0 0 0 424169 158 0 0 25 0 5 0 497743255 788643840 123691 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 192540 123691 419 389 0 188290 0
[pid=18652/tid=18654] ppid=18651 vsize=770160 CPUtime=1062.24 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 26647 0 0 0 106189 35 0 0 25 0 5 0 497743258 788643840 123691 33554432000 4194304 5787044 140733486879920 18446744073709551615 5590578 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=770160 CPUtime=1061.19 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 37527 0 0 0 106068 51 0 0 25 0 5 0 497743258 788643840 123691 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=770160 CPUtime=1057.51 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 28058 0 0 0 105713 38 0 0 25 0 5 0 497743259 788643840 123691 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=770160 CPUtime=1062.25 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 35449 0 0 0 106193 32 0 0 25 0 5 0 497743259 788643840 123691 33554432000 4194304 5787044 140733486879920 18446744073709551615 5524692 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 778860

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.03 9/188 18720
/proc/meminfo: memFree=23461608/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=772168 CPUtime=4482.94 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 134627 0 0 0 448131 163 0 0 25 0 5 0 497743255 790700032 126455 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 193042 126455 419 389 0 188792 0
[pid=18652/tid=18654] ppid=18651 vsize=772168 CPUtime=1122.25 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 28220 0 0 0 112187 38 0 0 25 0 5 0 497743258 790700032 126455 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=772168 CPUtime=1120.86 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 38042 0 0 0 112035 51 0 0 25 0 5 0 497743258 790700032 126455 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=772168 CPUtime=1117.51 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 28418 0 0 0 111712 39 0 0 25 0 5 0 497743259 790700032 126455 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=772168 CPUtime=1122.26 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 35970 0 0 0 112193 33 0 0 25 0 5 0 497743259 790700032 126455 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 780868

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 8.04 9/188 18721
/proc/meminfo: memFree=23457228/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=772168 CPUtime=4722.61 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 135657 0 0 0 472096 165 0 0 25 0 5 0 497743255 790700032 127284 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 193042 127284 419 389 0 188792 0
[pid=18652/tid=18654] ppid=18651 vsize=772168 CPUtime=1182.24 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 28518 0 0 0 118186 38 0 0 25 0 5 0 497743258 790700032 127284 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=772168 CPUtime=1180.54 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 38514 0 0 0 118001 53 0 0 25 0 5 0 497743258 790700032 127284 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=772168 CPUtime=1177.51 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 28501 0 0 0 117712 39 0 0 25 0 5 0 497743259 790700032 127284 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=772168 CPUtime=1182.25 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 36147 0 0 0 118192 33 0 0 25 0 5 0 497743259 790700032 127284 33554432000 4194304 5787044 140733486879920 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 780868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.11 8.04 9/188 18722
/proc/meminfo: memFree=23455092/32951124 swapFree=67111524/67111528
[pid=18651] ppid=18649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18651/stat : 18651 (priss.sh) S 18649 18651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497743255 8908800 251 33554432000 4194304 4922060 140733345249936 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18651/statm: 2175 251 211 178 0 68 0
[pid=18652] ppid=18651 vsize=772168 CPUtime=4800.13 cores=1,3,5,7
/proc/18652/stat : 18652 (priss) S 18651 18651 17192 0 -1 4202496 136174 0 0 0 479847 166 0 0 25 0 5 0 497743255 790700032 127801 33554432000 4194304 5787044 140733486879920 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18652/statm: 193042 127801 419 389 0 188792 0
[pid=18652/tid=18654] ppid=18651 vsize=772168 CPUtime=1201.65 cores=1,3,5,7
/proc/18652/task/18654/stat : 18654 (priss) R 18651 18651 17192 0 -1 4202560 28518 0 0 0 120127 38 0 0 25 0 5 0 497743258 790700032 127801 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18652/tid=18655] ppid=18651 vsize=772168 CPUtime=1199.83 cores=1,3,5,7
/proc/18652/task/18655/stat : 18655 (priss) R 18651 18651 17192 0 -1 4202560 38628 0 0 0 119930 53 0 0 25 0 5 0 497743258 790700032 127801 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18652/tid=18656] ppid=18651 vsize=772168 CPUtime=1196.92 cores=1,3,5,7
/proc/18652/task/18656/stat : 18656 (priss) R 18651 18651 17192 0 -1 4202560 28518 0 0 0 119653 39 0 0 25 0 5 0 497743259 790700032 127801 33554432000 4194304 5787044 140733486879920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18652/tid=18657] ppid=18651 vsize=772168 CPUtime=1201.66 cores=1,3,5,7
/proc/18652/task/18657/stat : 18657 (priss) R 18651 18651 17192 0 -1 4202560 36533 0 0 0 120132 34 0 0 25 0 5 0 497743259 790700032 127801 33554432000 4194304 5787044 140733486879920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 780868

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 18651 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.13
CPU user time (s): 4798.47
CPU system time (s): 1.66
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 780868

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

runsolver used 1.63875 second user time and 4.92525 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 07:01:10
IDJOB=3289205
IDBENCH=83117
IDSOLVER=1603
FILE ID=node146/3289205-1304053270
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289205-1304053270/watcher-3289205-1304053270 -o /tmp/evaluation-result-3289205-1304053270/solver-3289205-1304053270 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3289205-1304053270.cnf 912968669 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=912968669

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23949216 kB
Buffers:       1668072 kB
Cached:        6258796 kB
SwapCached:          4 kB
Active:        1842672 kB
Inactive:      6630260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23949216 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2748 kB
Writeback:          12 kB
AnonPages:      545820 kB
Mapped:          15624 kB
Slab:           463304 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   744064 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= 72992 MiB
End job on node146 at 2011-04-29 07:21:14