Trace number 3263351

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 Auto? (TO) 4800.09 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

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: 16178
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 40620us
0.00/0.04	c parsed 58376 clauses with 140 variables
0.00/0.05	c NW started thread 0 successfully (1104091456)
0.00/0.06	c NW started thread 1 successfully (1117428032)
0.00/0.08	c NW started thread 2 successfully (1127917888)
0.00/0.12	c NW started thread 3 successfully (1138407744)
160.37/40.29	c preprocessor returned 10019 variables
160.37/40.29	c preprocessing returned UNKNOWN
160.37/40.29	c PP set 0 variables
160.37/40.29	c pp time: 40238445us (40s)
161.57/40.59	c preprocessor returned 10019 variables
161.57/40.59	c preprocessing returned UNKNOWN
161.57/40.59	c PP set 0 variables
161.57/40.59	c pp time: 40524264us (40s)
162.77/40.80	c preprocessor returned 10019 variables
162.77/40.80	c preprocessing returned UNKNOWN
162.77/40.80	c PP set 0 variables
162.77/40.80	c pp time: 40718349us (40s)
788.70/197.56	c preprocessor returned 30014 variables
788.70/197.56	c preprocessing returned UNKNOWN
788.70/197.56	c PP set 0 variables
788.70/197.56	c pp time: 197466357us (197s)

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-3263351-1304064230/watcher-3263351-1304064230 -o /tmp/evaluation-result-3263351-1304064230/solver-3263351-1304064230 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263351-1304064230.cnf 1519487021 4800 15500 4 

running on 4 cores: 0,2,4,6

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.12 8.03 7.45 5/182 16177
/proc/meminfo: memFree=30312796/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0

[startup+0.0797739 s]
/proc/loadavg: 8.12 8.03 7.45 5/182 16177
/proc/meminfo: memFree=30312796/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100735 s]
/proc/loadavg: 8.12 8.03 7.45 5/182 16177
/proc/meminfo: memFree=30312796/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300701 s]
/proc/loadavg: 8.12 8.03 7.45 5/182 16177
/proc/meminfo: memFree=30312796/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700626 s]
/proc/loadavg: 8.12 8.03 7.45 5/182 16177
/proc/meminfo: memFree=30312796/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 8.03 8.01 7.45 9/188 16183
/proc/meminfo: memFree=30274680/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=222848 CPUtime=5.78 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 9971 0 0 0 576 2 0 0 19 0 5 0 518023438 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 55712 9766 350 389 0 51462 0
[pid=16178/tid=16180] ppid=16177 vsize=222848 CPUtime=1.43 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 1052 0 0 0 143 0 0 0 20 0 5 0 518023443 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=222848 CPUtime=1.43 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 1029 0 0 0 143 0 0 0 23 0 5 0 518023444 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=222848 CPUtime=1.4 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 898 0 0 0 140 0 0 0 23 0 5 0 518023446 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=222848 CPUtime=1.39 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 900 0 0 0 139 0 0 0 25 0 5 0 518023447 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 231548

[startup+3.10119 s]
/proc/loadavg: 8.03 8.01 7.45 9/188 16183
/proc/meminfo: memFree=30273956/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=222848 CPUtime=12.17 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 9971 0 0 0 1215 2 0 0 19 0 5 0 518023438 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 55712 9766 350 389 0 51462 0
[pid=16178/tid=16180] ppid=16177 vsize=222848 CPUtime=3.03 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 1052 0 0 0 303 0 0 0 25 0 5 0 518023443 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336206 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=222848 CPUtime=3.03 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 1029 0 0 0 303 0 0 0 25 0 5 0 518023444 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=222848 CPUtime=3 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 898 0 0 0 300 0 0 0 25 0 5 0 518023446 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=222848 CPUtime=3 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 900 0 0 0 300 0 0 0 25 0 5 0 518023447 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 231548

[startup+6.3006 s]
/proc/loadavg: 8.03 8.01 7.45 9/188 16183
/proc/meminfo: memFree=30269368/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=222848 CPUtime=24.95 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 9971 0 0 0 2493 2 0 0 19 0 5 0 518023438 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 55712 9766 350 389 0 51462 0
[pid=16178/tid=16180] ppid=16177 vsize=222848 CPUtime=6.23 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 1052 0 0 0 623 0 0 0 25 0 5 0 518023443 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=222848 CPUtime=6.23 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 1029 0 0 0 623 0 0 0 25 0 5 0 518023444 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=222848 CPUtime=6.18 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 898 0 0 0 618 0 0 0 25 0 5 0 518023446 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=222848 CPUtime=6.2 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 900 0 0 0 620 0 0 0 25 0 5 0 518023447 228196352 9766 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 231548

[startup+12.7004 s]
/proc/loadavg: 8.03 8.01 7.46 9/188 16183
/proc/meminfo: memFree=30254992/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=222848 CPUtime=50.52 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 9974 0 0 0 5049 3 0 0 19 0 5 0 518023438 228196352 9769 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 55712 9769 350 389 0 51462 0
[pid=16178/tid=16180] ppid=16177 vsize=222848 CPUtime=12.63 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 1053 0 0 0 1263 0 0 0 25 0 5 0 518023443 228196352 9769 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=222848 CPUtime=12.62 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 1031 0 0 0 1262 0 0 0 25 0 5 0 518023444 228196352 9769 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=222848 CPUtime=12.55 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 898 0 0 0 1255 0 0 0 25 0 5 0 518023446 228196352 9769 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=222848 CPUtime=12.6 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 900 0 0 0 1260 0 0 0 25 0 5 0 518023447 228196352 9769 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 231548

[startup+25.5011 s]
/proc/loadavg: 8.09 8.03 7.47 9/188 16184
/proc/meminfo: memFree=30232264/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=222848 CPUtime=101.65 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 9976 0 0 0 10162 3 0 0 19 0 5 0 518023438 228196352 9771 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 55712 9771 350 389 0 51462 0
[pid=16178/tid=16180] ppid=16177 vsize=222848 CPUtime=25.43 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 1053 0 0 0 2543 0 0 0 25 0 5 0 518023443 228196352 9771 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=222848 CPUtime=25.42 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 1031 0 0 0 2542 0 0 0 25 0 5 0 518023444 228196352 9771 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=222848 CPUtime=25.28 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 899 0 0 0 2528 0 0 0 25 0 5 0 518023446 228196352 9771 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=222848 CPUtime=25.39 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 901 0 0 0 2539 0 0 0 25 0 5 0 518023447 228196352 9771 33554432000 4194304 5787044 140735827219904 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 231548

[startup+51.1004 s]
/proc/loadavg: 8.06 8.02 7.48 9/188 16185
/proc/meminfo: memFree=30167920/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=236760 CPUtime=203.9 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 21158 0 0 0 20382 8 0 0 19 0 5 0 518023438 242442240 18985 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 59190 18985 404 389 0 54940 0
[pid=16178/tid=16180] ppid=16177 vsize=236760 CPUtime=51.03 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 3006 0 0 0 5102 1 0 0 25 0 5 0 518023443 242442240 18985 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=236760 CPUtime=51.02 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 3647 0 0 0 5100 2 0 0 25 0 5 0 518023444 242442240 18985 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=236760 CPUtime=50.74 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 5015 0 0 0 5072 2 0 0 25 0 5 0 518023446 242442240 18985 33554432000 4194304 5787044 140735827219904 18446744073709551615 4227997 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=236760 CPUtime=50.99 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 3398 0 0 0 5099 0 0 0 25 0 5 0 518023447 242442240 18985 33554432000 4194304 5787044 140735827219904 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 245460

[startup+102.306 s]
/proc/loadavg: 8.07 8.03 7.51 9/188 16186
/proc/meminfo: memFree=30069576/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=261500 CPUtime=408.44 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 34953 0 0 0 40825 19 0 0 19 0 5 0 518023438 267776000 32701 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 65375 32701 404 389 0 61125 0
[pid=16178/tid=16180] ppid=16177 vsize=261500 CPUtime=102.23 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 7862 0 0 0 10219 4 0 0 25 0 5 0 518023443 267776000 32701 33554432000 4194304 5787044 140735827219904 18446744073709551615 4213759 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=261500 CPUtime=102.22 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 7894 0 0 0 10216 6 0 0 25 0 5 0 518023444 267776000 32701 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=261500 CPUtime=101.66 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 9707 0 0 0 10160 6 0 0 25 0 5 0 518023446 267776000 32701 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=261500 CPUtime=102.2 cores=0,2,4,6

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

/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 26855 0 0 0 88198 23 0 0 25 0 5 0 518023444 648990720 113836 33554432000 4194304 5787044 140735827219904 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=633780 CPUtime=881.04 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 28471 0 0 0 88072 32 0 0 25 0 5 0 518023446 648990720 113836 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=633780 CPUtime=882.21 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 26745 0 0 0 88199 22 0 0 25 0 5 0 518023447 648990720 113836 33554432000 4194304 5787044 140735827219904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 642480

[startup+942.301 s]
/proc/loadavg: 8.12 8.07 7.82 9/188 16208
/proc/meminfo: memFree=29396792/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=646244 CPUtime=3763.86 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 125118 0 0 0 376262 124 0 0 19 0 5 0 518023438 661753856 121134 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 161561 121134 417 389 0 157311 0
[pid=16178/tid=16180] ppid=16177 vsize=646244 CPUtime=938.27 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 33259 0 0 0 93787 40 0 0 25 0 5 0 518023443 661753856 121134 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=646244 CPUtime=942.21 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 28101 0 0 0 94197 24 0 0 25 0 5 0 518023444 661753856 121134 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=646244 CPUtime=941.04 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 30828 0 0 0 94069 35 0 0 25 0 5 0 518023446 661753856 121134 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=646244 CPUtime=942.21 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 26838 0 0 0 94199 22 0 0 25 0 5 0 518023447 661753856 121134 33554432000 4194304 5787044 140735827219904 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.86
Current children cumulated vsize (KiB) 654944

[startup+1002.3 s]
/proc/loadavg: 8.09 8.07 7.83 9/188 16210
/proc/meminfo: memFree=29354628/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=716860 CPUtime=4003.53 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 132496 0 0 0 400220 133 0 0 19 0 5 0 518023438 734064640 128307 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 179215 128307 417 389 0 174965 0
[pid=16178/tid=16180] ppid=16177 vsize=716860 CPUtime=997.93 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 35154 0 0 0 99750 43 0 0 25 0 5 0 518023443 734064640 128307 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=716860 CPUtime=1002.22 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 30037 0 0 0 100196 26 0 0 25 0 5 0 518023444 734064640 128307 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=716860 CPUtime=1001.04 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 32937 0 0 0 100066 38 0 0 25 0 5 0 518023446 734064640 128307 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=716860 CPUtime=1002.21 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 28276 0 0 0 100198 23 0 0 25 0 5 0 518023447 734064640 128307 33554432000 4194304 5787044 140735827219904 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 725560

[startup+1062.3 s]
/proc/loadavg: 8.15 8.08 7.85 9/188 16211
/proc/meminfo: memFree=29331020/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=724924 CPUtime=4243.22 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 137039 0 0 0 424183 139 0 0 19 0 5 0 518023438 742322176 132850 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 181231 132850 417 389 0 176981 0
[pid=16178/tid=16180] ppid=16177 vsize=724924 CPUtime=1057.61 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 37146 0 0 0 105717 44 0 0 25 0 5 0 518023443 742322176 132850 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=724924 CPUtime=1062.22 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 30390 0 0 0 106196 26 0 0 25 0 5 0 518023444 742322176 132850 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=724924 CPUtime=1061.04 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 32937 0 0 0 106066 38 0 0 25 0 5 0 518023446 742322176 132850 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591837 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=724924 CPUtime=1062.21 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 30474 0 0 0 106195 26 0 0 25 0 5 0 518023447 742322176 132850 33554432000 4194304 5787044 140735827219904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 733624

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 7.86 9/188 16213
/proc/meminfo: memFree=29307888/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=737204 CPUtime=4482.9 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 142737 0 0 0 448146 144 0 0 19 0 5 0 518023438 754896896 138548 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 184301 138548 417 389 0 180051 0
[pid=16178/tid=16180] ppid=16177 vsize=737204 CPUtime=1117.29 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 39096 0 0 0 111683 46 0 0 25 0 5 0 518023443 754896896 138548 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=737204 CPUtime=1122.23 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 31633 0 0 0 112196 27 0 0 25 0 5 0 518023444 754896896 138548 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=737204 CPUtime=1121.04 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 32938 0 0 0 112066 38 0 0 25 0 5 0 518023446 754896896 138548 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=737204 CPUtime=1122.22 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 32978 0 0 0 112192 30 0 0 25 0 5 0 518023447 754896896 138548 33554432000 4194304 5787044 140735827219904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 745904

[startup+1182.3 s]
/proc/loadavg: 8.16 8.11 7.88 5/181 16216
/proc/meminfo: memFree=29832392/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=739828 CPUtime=4722.58 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 144414 0 0 0 472113 145 0 0 19 0 5 0 518023438 757583872 139903 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 184957 139903 417 389 0 180707 0
[pid=16178/tid=16180] ppid=16177 vsize=739828 CPUtime=1176.96 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 39587 0 0 0 117650 46 0 0 25 0 5 0 518023443 757583872 139903 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=739828 CPUtime=1182.23 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 32195 0 0 0 118196 27 0 0 25 0 5 0 518023444 757583872 139903 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=739828 CPUtime=1181.05 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 32939 0 0 0 118066 39 0 0 25 0 5 0 518023446 757583872 139903 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=739828 CPUtime=1182.21 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 33601 0 0 0 118191 30 0 0 25 0 5 0 518023447 757583872 139903 33554432000 4194304 5787044 140735827219904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.58
Current children cumulated vsize (KiB) 748528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.91 8.05 7.87 9/188 16312
/proc/meminfo: memFree=29601576/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=739828 CPUtime=4800.09 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 144415 0 0 0 479863 146 0 0 19 0 5 0 518023438 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 184957 139904 417 389 0 180707 0
[pid=16178/tid=16180] ppid=16177 vsize=739828 CPUtime=1196.25 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 39588 0 0 0 119579 46 0 0 25 0 5 0 518023443 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=739828 CPUtime=1201.63 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 32195 0 0 0 120136 27 0 0 25 0 5 0 518023444 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=739828 CPUtime=1200.45 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 32939 0 0 0 120006 39 0 0 25 0 5 0 518023446 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=739828 CPUtime=1201.62 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 33601 0 0 0 120132 30 0 0 25 0 5 0 518023447 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 748528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.7 s]
/proc/loadavg: 7.91 8.05 7.87 9/188 16312
/proc/meminfo: memFree=29601576/32951124 swapFree=67111364/67111528
[pid=16177] ppid=16175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16177/stat : 16177 (prissAuto.sh) S 16175 16177 13999 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 518023437 8908800 252 33554432000 4194304 4922060 140737103697440 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16177/statm: 2175 252 211 178 0 68 0
[pid=16178] ppid=16177 vsize=739828 CPUtime=4800.09 cores=0,2,4,6
/proc/16178/stat : 16178 (priss) S 16177 16177 13999 0 -1 4202496 144415 0 0 0 479863 146 0 0 19 0 5 0 518023438 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16178/statm: 184957 139904 417 389 0 180707 0
[pid=16178/tid=16180] ppid=16177 vsize=739828 CPUtime=1196.25 cores=0,2,4,6
/proc/16178/task/16180/stat : 16180 (priss) R 16177 16177 13999 0 -1 4202560 39588 0 0 0 119579 46 0 0 25 0 5 0 518023443 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16178/tid=16181] ppid=16177 vsize=739828 CPUtime=1201.63 cores=0,2,4,6
/proc/16178/task/16181/stat : 16181 (priss) R 16177 16177 13999 0 -1 4202560 32195 0 0 0 120136 27 0 0 25 0 5 0 518023444 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16178/tid=16182] ppid=16177 vsize=739828 CPUtime=1200.45 cores=0,2,4,6
/proc/16178/task/16182/stat : 16182 (priss) R 16177 16177 13999 0 -1 4202560 32939 0 0 0 120006 39 0 0 25 0 5 0 518023446 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16178/tid=16183] ppid=16177 vsize=739828 CPUtime=1201.62 cores=0,2,4,6
/proc/16178/task/16183/stat : 16183 (priss) R 16177 16177 13999 0 -1 4202560 33601 0 0 0 120132 30 0 0 25 0 5 0 518023447 757583872 139904 33554432000 4194304 5787044 140735827219904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 748528

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16177 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.09
#
# 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.09
CPU user time (s): 4798.63
CPU system time (s): 1.46
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 748528

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

runsolver used 1.77873 second user time and 4.77527 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 10:03:50
IDJOB=3263351
IDBENCH=83965
IDSOLVER=1602
FILE ID=node106/3263351-1304064230
RUNJOBID= node106-1304063004-16009
PBS_JOBID= 13170400
Free space on /tmp= 72156 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263351-1304064230/watcher-3263351-1304064230 -o /tmp/evaluation-result-3263351-1304064230/solver-3263351-1304064230 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263351-1304064230.cnf 1519487021 4800 15500 4

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=1519487021

node106.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	: 5226.20
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.82
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30312944 kB
Buffers:        233192 kB
Cached:        2048732 kB
SwapCached:         88 kB
Active:         844476 kB
Inactive:      1582804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30312944 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7424 kB
Writeback:           0 kB
AnonPages:      144900 kB
Mapped:          15604 kB
Slab:           145920 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   331916 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= 72144 MiB
End job on node106 at 2011-04-29 10:23:54