Trace number 3251513

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.2 1202.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 18367
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 58587us
0.00/0.06	c parsed 272291 clauses with 1590 variables
0.00/0.07	c NW started thread 0 successfully (1096464704)
0.00/0.10	c NW started thread 1 successfully (1106954560)
0.00/0.13	c NW started thread 2 successfully (1117444416)
0.00/0.15	c NW started thread 3 successfully (1127934272)
65.11/16.50	c preprocessor returned 10001 variables
65.11/16.51	c preprocessing returned UNKNOWN
65.11/16.51	c PP set 0 variables
65.11/16.51	c pp time: 16428709us (16s)
65.11/16.53	c preprocessor returned 10001 variables
65.11/16.53	c preprocessing returned UNKNOWN
65.11/16.53	c PP set 0 variables
65.11/16.53	c pp time: 16430659us (16s)
65.47/16.69	c preprocessor returned 10001 variables
65.47/16.69	c preprocessing returned UNKNOWN
65.47/16.69	c PP set 0 variables
65.47/16.69	c pp time: 16559565us (16s)
96.23/24.34	c preprocessor returned 30018 variables
96.23/24.34	c preprocessing returned UNKNOWN
96.23/24.34	c PP set 0 variables
96.23/24.34	c pp time: 24186410us (24s)

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-3251513-1304085540/watcher-3251513-1304085540 -o /tmp/evaluation-result-3251513-1304085540/solver-3251513-1304085540 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251513-1304085540.cnf 58693998 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.11 8.07 8.01 7/182 18366
/proc/meminfo: memFree=30335952/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0

[startup+0.031834 s]
/proc/loadavg: 8.11 8.07 8.01 7/182 18366
/proc/meminfo: memFree=30335952/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100824 s]
/proc/loadavg: 8.11 8.07 8.01 7/182 18366
/proc/meminfo: memFree=30335952/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30081 s]
/proc/loadavg: 8.11 8.07 8.01 7/182 18366
/proc/meminfo: memFree=30335952/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700681 s]
/proc/loadavg: 8.11 8.07 8.01 7/182 18366
/proc/meminfo: memFree=30335952/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50053 s]
/proc/loadavg: 8.11 8.07 8.01 10/188 18372
/proc/meminfo: memFree=30254072/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=323956 CPUtime=5.16 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 45170 0 0 0 503 13 0 0 18 0 5 0 520154403 331730944 20083 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 80989 20083 349 389 0 76739 0
[pid=18367/tid=18369] ppid=18366 vsize=323956 CPUtime=1.28 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 8706 0 0 0 124 4 0 0 19 0 5 0 520154411 331730944 20083 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=323956 CPUtime=1.24 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 7682 0 0 0 122 2 0 0 19 0 5 0 520154414 331730944 20083 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=323956 CPUtime=1.21 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 7929 0 0 0 118 3 0 0 19 0 5 0 520154417 331730944 20083 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=323956 CPUtime=1.26 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 7302 0 0 0 124 2 0 0 19 0 5 0 520154419 331730944 20083 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 332656

[startup+3.10124 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 18372
/proc/meminfo: memFree=30229148/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=321828 CPUtime=11.56 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 47152 0 0 0 1142 14 0 0 18 0 5 0 520154403 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 80457 21001 350 389 0 76207 0
[pid=18367/tid=18369] ppid=18366 vsize=321828 CPUtime=2.88 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 9270 0 0 0 284 4 0 0 19 0 5 0 520154411 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=321828 CPUtime=2.84 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 8270 0 0 0 282 2 0 0 19 0 5 0 520154414 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=321828 CPUtime=2.8 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 8517 0 0 0 277 3 0 0 19 0 5 0 520154417 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=321828 CPUtime=2.86 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 7544 0 0 0 284 2 0 0 19 0 5 0 520154419 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 330528

[startup+6.30066 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 18372
/proc/meminfo: memFree=30217804/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=321828 CPUtime=24.34 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 47152 0 0 0 2420 14 0 0 18 0 5 0 520154403 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 80457 21001 350 389 0 76207 0
[pid=18367/tid=18369] ppid=18366 vsize=321828 CPUtime=6.08 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 9270 0 0 0 604 4 0 0 25 0 5 0 520154411 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 18446744073699065897 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=321828 CPUtime=6.04 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 8270 0 0 0 602 2 0 0 25 0 5 0 520154414 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=321828 CPUtime=5.98 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 8517 0 0 0 595 3 0 0 25 0 5 0 520154417 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=321828 CPUtime=6.06 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 7544 0 0 0 604 2 0 0 25 0 5 0 520154419 329551872 21001 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 330528

[startup+12.7005 s]
/proc/loadavg: 8.09 8.07 8.01 9/188 18373
/proc/meminfo: memFree=30194744/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=323280 CPUtime=49.9 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 49989 0 0 0 4976 14 0 0 18 0 5 0 520154403 331038720 23838 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 80820 23838 352 389 0 76570 0
[pid=18367/tid=18369] ppid=18366 vsize=323280 CPUtime=12.48 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 10087 0 0 0 1244 4 0 0 25 0 5 0 520154411 331038720 23838 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=323280 CPUtime=12.44 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 9089 0 0 0 1242 2 0 0 25 0 5 0 520154414 331038720 23838 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=323280 CPUtime=12.35 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 9329 0 0 0 1232 3 0 0 25 0 5 0 520154417 331038720 23838 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=323280 CPUtime=12.46 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 7933 0 0 0 1244 2 0 0 25 0 5 0 520154419 331038720 23838 33554432000 4194304 5787044 140733236947568 18446744073709551615 4336144 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (KiB) 331980

[startup+25.5012 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 18373
/proc/meminfo: memFree=30121464/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=348572 CPUtime=101.02 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 88297 0 0 0 10081 21 0 0 18 0 5 0 520154403 356937728 36996 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 87143 36996 417 389 0 82893 0
[pid=18367/tid=18369] ppid=18366 vsize=348572 CPUtime=25.28 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 19965 0 0 0 2522 6 0 0 25 0 5 0 520154411 356937728 36996 33554432000 4194304 5787044 140733236947568 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=348572 CPUtime=25.24 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 19114 0 0 0 2520 4 0 0 25 0 5 0 520154414 356937728 36996 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591034 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=348572 CPUtime=25.07 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 18905 0 0 0 2502 5 0 0 25 0 5 0 520154417 356937728 36996 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=348572 CPUtime=25.25 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 16762 0 0 0 2523 2 0 0 25 0 5 0 520154419 356937728 36996 33554432000 4194304 5787044 140733236947568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 357272

[startup+51.1005 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 18374
/proc/meminfo: memFree=30057096/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=358828 CPUtime=203.28 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 95606 0 0 0 20303 25 0 0 18 0 5 0 520154403 367439872 44305 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 89707 44305 417 389 0 85457 0
[pid=18367/tid=18369] ppid=18366 vsize=358828 CPUtime=50.87 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 21454 0 0 0 5080 7 0 0 25 0 5 0 520154411 367439872 44305 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=358828 CPUtime=50.83 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 20538 0 0 0 5078 5 0 0 25 0 5 0 520154414 367439872 44305 33554432000 4194304 5787044 140733236947568 18446744073709551615 5590291 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=358828 CPUtime=50.54 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 21765 0 0 0 5048 6 0 0 25 0 5 0 520154417 367439872 44305 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=358828 CPUtime=50.85 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 18298 0 0 0 5082 3 0 0 25 0 5 0 520154419 367439872 44305 33554432000 4194304 5787044 140733236947568 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.28
Current children cumulated vsize (KiB) 367528

[startup+102.307 s]
/proc/loadavg: 8.09 8.07 8.01 10/188 18407
/proc/meminfo: memFree=30010868/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=379980 CPUtime=407.81 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 108059 0 0 0 40746 35 0 0 18 0 5 0 520154403 389099520 56690 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 94995 56690 417 389 0 90745 0
[pid=18367/tid=18369] ppid=18366 vsize=379980 CPUtime=102.08 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 23755 0 0 0 10198 10 0 0 25 0 5 0 520154411 389099520 56690 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591252 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=379980 CPUtime=102.04 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 23711 0 0 0 10196 8 0 0 25 0 5 0 520154414 389099520 56690 33554432000 4194304 5787044 140733236947568 18446744073709551615 4254566 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=379980 CPUtime=101.46 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 25534 0 0 0 10137 9 0 0 25 0 5 0 520154417 389099520 56690 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=379980 CPUtime=102.06 cores=1,3,5,7

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

/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 42461 0 0 0 88165 39 0 0 25 0 5 0 520154414 780423168 142387 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=762132 CPUtime=877.21 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 52478 0 0 0 87661 60 0 0 25 0 5 0 520154417 780423168 142387 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=762132 CPUtime=882.06 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 43980 0 0 0 88183 23 0 0 25 0 5 0 520154419 780423168 142387 33554432000 4194304 5787044 140733236947568 18446744073709551615 4218732 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3522.69
Current children cumulated vsize (KiB) 770832

[startup+942.301 s]
/proc/loadavg: 8.10 8.07 8.03 9/188 18442
/proc/meminfo: memFree=29208152/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=770332 CPUtime=3762.37 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 198574 0 0 0 376066 171 0 0 18 0 5 0 520154403 788819968 145771 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 192583 145771 417 389 0 188333 0
[pid=18367/tid=18369] ppid=18366 vsize=770332 CPUtime=941.13 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 43360 0 0 0 94072 41 0 0 25 0 5 0 520154411 788819968 145771 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=770332 CPUtime=942.04 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 44311 0 0 0 94162 42 0 0 25 0 5 0 520154414 788819968 145771 33554432000 4194304 5787044 140733236947568 18446744073709551615 5586857 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=770332 CPUtime=936.96 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 53361 0 0 0 93634 62 0 0 25 0 5 0 520154417 788819968 145771 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=770332 CPUtime=942.07 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 43991 0 0 0 94184 23 0 0 25 0 5 0 520154419 788819968 145771 33554432000 4194304 5787044 140733236947568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.37
Current children cumulated vsize (KiB) 779032

[startup+1002.3 s]
/proc/loadavg: 8.07 8.07 8.03 10/188 18443
/proc/meminfo: memFree=29158160/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=774432 CPUtime=4002.05 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 203747 0 0 0 400024 181 0 0 18 0 5 0 520154403 793018368 150944 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 193608 150944 417 389 0 189358 0
[pid=18367/tid=18369] ppid=18366 vsize=774432 CPUtime=1000.8 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 46472 0 0 0 100034 46 0 0 25 0 5 0 520154411 793018368 150944 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=774432 CPUtime=1002.04 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 46346 0 0 0 100157 47 0 0 25 0 5 0 520154414 793018368 150944 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=774432 CPUtime=996.96 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 53361 0 0 0 99634 62 0 0 25 0 5 0 520154417 793018368 150944 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=774432 CPUtime=1002.07 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 44017 0 0 0 100184 23 0 0 25 0 5 0 520154419 793018368 150944 33554432000 4194304 5787044 140733236947568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.05
Current children cumulated vsize (KiB) 783132

[startup+1062.3 s]
/proc/loadavg: 8.02 8.06 8.02 10/188 18445
/proc/meminfo: memFree=29094412/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=779196 CPUtime=4241.73 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 209297 0 0 0 423984 189 0 0 18 0 5 0 520154403 797896704 156494 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 194799 156494 417 389 0 190549 0
[pid=18367/tid=18369] ppid=18366 vsize=779196 CPUtime=1060.47 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 48720 0 0 0 105998 49 0 0 25 0 5 0 520154411 797896704 156494 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=779196 CPUtime=1062.04 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 48478 0 0 0 106153 51 0 0 25 0 5 0 520154414 797896704 156494 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=779196 CPUtime=1056.97 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 53361 0 0 0 105635 62 0 0 25 0 5 0 520154417 797896704 156494 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=779196 CPUtime=1062.07 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 45187 0 0 0 106184 23 0 0 25 0 5 0 520154419 797896704 156494 33554432000 4194304 5787044 140733236947568 18446744073709551615 5527082 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4241.73
Current children cumulated vsize (KiB) 787896

[startup+1122.3 s]
/proc/loadavg: 8.01 8.04 8.01 10/188 18446
/proc/meminfo: memFree=29024316/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=793044 CPUtime=4481.4 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 216224 0 0 0 447943 197 0 0 18 0 5 0 520154403 812077056 162971 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 198261 162971 417 389 0 194011 0
[pid=18367/tid=18369] ppid=18366 vsize=793044 CPUtime=1120.15 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 51160 0 0 0 111961 54 0 0 25 0 5 0 520154411 812077056 162971 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=793044 CPUtime=1122.04 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 49977 0 0 0 112151 53 0 0 25 0 5 0 520154414 812077056 162971 33554432000 4194304 5787044 140733236947568 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=793044 CPUtime=1116.96 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 54389 0 0 0 111634 62 0 0 25 0 5 0 520154417 812077056 162971 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=793044 CPUtime=1122.06 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 47147 0 0 0 112182 24 0 0 25 0 5 0 520154419 812077056 162971 33554432000 4194304 5787044 140733236947568 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.4
Current children cumulated vsize (KiB) 801744

[startup+1182.3 s]
/proc/loadavg: 8.04 8.05 8.01 9/188 18448
/proc/meminfo: memFree=28987604/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=800096 CPUtime=4721.08 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 218014 0 0 0 471909 199 0 0 18 0 5 0 520154403 819298304 164761 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 200024 164761 417 389 0 195774 0
[pid=18367/tid=18369] ppid=18366 vsize=800096 CPUtime=1179.83 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 51160 0 0 0 117929 54 0 0 25 0 5 0 520154411 819298304 164761 33554432000 4194304 5787044 140733236947568 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=800096 CPUtime=1182.04 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 49978 0 0 0 118151 53 0 0 25 0 5 0 520154414 819298304 164761 33554432000 4194304 5787044 140733236947568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=800096 CPUtime=1176.97 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 54392 0 0 0 117635 62 0 0 25 0 5 0 520154417 819298304 164761 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=800096 CPUtime=1182.06 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 48933 0 0 0 118180 26 0 0 25 0 5 0 520154419 819298304 164761 33554432000 4194304 5787044 140733236947568 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.08
Current children cumulated vsize (KiB) 808796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.08 8.06 8.02 9/188 18448
/proc/meminfo: memFree=28978416/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=802168 CPUtime=4800.2 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 218502 0 0 0 479820 200 0 0 18 0 5 0 520154403 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 200542 165249 417 389 0 196292 0
[pid=18367/tid=18369] ppid=18366 vsize=802168 CPUtime=1199.52 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 51161 0 0 0 119898 54 0 0 25 0 5 0 520154411 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5592144 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=802168 CPUtime=1201.85 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 49979 0 0 0 120132 53 0 0 25 0 5 0 520154414 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=802168 CPUtime=1196.77 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 54393 0 0 0 119615 62 0 0 25 0 5 0 520154417 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=802168 CPUtime=1201.88 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 49418 0 0 0 120161 27 0 0 25 0 5 0 520154419 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 810868

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

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

[startup+1202.1 s]
/proc/loadavg: 8.08 8.06 8.02 9/188 18448
/proc/meminfo: memFree=28978416/32951124 swapFree=67111364/67111528
[pid=18366] ppid=18364 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18366/stat : 18366 (prissAuto.sh) S 18364 18366 17576 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 520154403 8908800 252 33554432000 4194304 4922060 140734719790752 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18366/statm: 2175 252 211 178 0 68 0
[pid=18367] ppid=18366 vsize=802168 CPUtime=4800.2 cores=1,3,5,7
/proc/18367/stat : 18367 (priss) S 18366 18366 17576 0 -1 4202496 218502 0 0 0 479820 200 0 0 18 0 5 0 520154403 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18367/statm: 200542 165249 417 389 0 196292 0
[pid=18367/tid=18369] ppid=18366 vsize=802168 CPUtime=1199.52 cores=1,3,5,7
/proc/18367/task/18369/stat : 18369 (priss) R 18366 18366 17576 0 -1 4202560 51161 0 0 0 119898 54 0 0 25 0 5 0 520154411 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5592144 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18367/tid=18370] ppid=18366 vsize=802168 CPUtime=1201.85 cores=1,3,5,7
/proc/18367/task/18370/stat : 18370 (priss) R 18366 18366 17576 0 -1 4202560 49979 0 0 0 120132 53 0 0 25 0 5 0 520154414 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18367/tid=18371] ppid=18366 vsize=802168 CPUtime=1196.77 cores=1,3,5,7
/proc/18367/task/18371/stat : 18371 (priss) R 18366 18366 17576 0 -1 4202560 54393 0 0 0 119615 62 0 0 25 0 5 0 520154417 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18367/tid=18372] ppid=18366 vsize=802168 CPUtime=1201.88 cores=1,3,5,7
/proc/18367/task/18372/stat : 18372 (priss) R 18366 18366 17576 0 -1 4202560 49418 0 0 0 120161 27 0 0 25 0 5 0 520154419 821420032 165249 33554432000 4194304 5787044 140733236947568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 810868

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18366 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.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.12
CPU time (s): 4800.2
CPU user time (s): 4798.2
CPU system time (s): 2
CPU usage (%): 399.311
Max. virtual memory (cumulated for all children) (KiB): 810868

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.61675 second user time and 4.95325 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 15:59:00
IDJOB=3251513
IDBENCH=88225
IDSOLVER=1602
FILE ID=node106/3251513-1304085540
RUNJOBID= node106-1304084335-18244
PBS_JOBID= 13170519
Free space on /tmp= 72156 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251513-1304085540/watcher-3251513-1304085540 -o /tmp/evaluation-result-3251513-1304085540/solver-3251513-1304085540 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251513-1304085540.cnf 58693998 4800 15500 4

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=58693998

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:      30336224 kB
Buffers:        246384 kB
Cached:        2070024 kB
SwapCached:         88 kB
Active:         804944 kB
Inactive:      1598516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30336224 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7464 kB
Writeback:           0 kB
AnonPages:       87128 kB
Mapped:          15068 kB
Slab:           146008 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   286992 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= 72152 MiB
End job on node106 at 2011-04-29 16:19:04