Trace number 3266871

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.04 1201.72

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
MD5SUM02e75ad23aeadbf30b2a4fb3c21ae723
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.466928
Satisfiable
(Un)Satisfiability was proved
Number of variables894
Number of clauses82294
Sum of the clauses size165422
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 282264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 16683
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 15948us
0.00/0.02	c parsed 82294 clauses with 894 variables
0.00/0.02	c NW started thread 0 successfully (1115089216)
0.00/0.03	c NW started thread 1 successfully (1097328960)
0.00/0.04	c NW started thread 2 successfully (1125579072)
0.00/0.05	c NW started thread 3 successfully (1136068928)
12.52/3.26	c preprocessor returned 10007 variables
12.52/3.26	c preprocessing returned UNKNOWN
12.52/3.26	c PP set 0 variables
12.52/3.26	c pp time: 3226290us (3s)
12.52/3.26	c preprocessor returned 10007 variables
12.52/3.26	c preprocessing returned UNKNOWN
12.52/3.26	c PP set 0 variables
12.52/3.26	c pp time: 3234818us (3s)
12.52/3.28	c preprocessor returned 10007 variables
12.52/3.28	c preprocessing returned UNKNOWN
12.52/3.28	c PP set 0 variables
12.52/3.28	c pp time: 3235160us (3s)
56.85/14.37	c preprocessor returned 30034 variables
56.85/14.37	c preprocessing returned UNKNOWN
56.85/14.37	c PP set 0 variables
56.85/14.37	c pp time: 14318401us (14s)

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-3266871-1304083561/watcher-3266871-1304083561 -o /tmp/evaluation-result-3266871-1304083561/solver-3266871-1304083561 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266871-1304083561.cnf 516019140 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.32 8.16 8.04 5/182 16682
/proc/meminfo: memFree=19802948/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0

[startup+0.100765 s]
/proc/loadavg: 8.32 8.16 8.04 5/182 16682
/proc/meminfo: memFree=19802948/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.413916 s]
/proc/loadavg: 8.32 8.16 8.04 5/182 16682
/proc/meminfo: memFree=19802948/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.11056 s]
/proc/loadavg: 8.32 8.16 8.04 5/182 16682
/proc/meminfo: memFree=19802948/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.21054 s]
/proc/loadavg: 8.32 8.16 8.04 5/182 16682
/proc/meminfo: memFree=19802948/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 8.32 8.16 8.04 5/182 16682
/proc/meminfo: memFree=19802948/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10719 s]
/proc/loadavg: 8.29 8.16 8.04 9/188 16688
/proc/meminfo: memFree=19746552/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=299192 CPUtime=12.14 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 19252 0 0 0 1209 5 0 0 18 0 5 0 500771748 306372608 12622 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 74798 12622 355 389 0 70548 0
[pid=16683/tid=16685] ppid=16682 vsize=299192 CPUtime=3.01 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 4033 0 0 0 301 0 0 0 25 0 5 0 500771751 306372608 12622 33554432000 4194304 5787044 140736919305968 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=299192 CPUtime=3.02 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 3118 0 0 0 302 0 0 0 25 0 5 0 500771751 306372608 12622 33554432000 4194304 5787044 140736919305968 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=299192 CPUtime=3.02 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 2279 0 0 0 301 1 0 0 25 0 5 0 500771752 306372608 12622 33554432000 4194304 5787044 140736919305968 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=299192 CPUtime=3 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 4753 0 0 0 300 0 0 0 24 0 5 0 500771754 306372608 12622 33554432000 4194304 5787044 140736919305968 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 307892

[startup+6.30058 s]
/proc/loadavg: 8.27 8.16 8.04 9/188 16688
/proc/meminfo: memFree=19732972/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=301652 CPUtime=24.91 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 27675 0 0 0 2484 7 0 0 18 0 5 0 500771748 308891648 15296 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 75413 15296 404 389 0 71163 0
[pid=16683/tid=16685] ppid=16682 vsize=301652 CPUtime=6.2 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 7372 0 0 0 618 2 0 0 25 0 5 0 500771751 308891648 15296 33554432000 4194304 5787044 140736919305968 18446744073709551615 4218705 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=301652 CPUtime=6.22 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 6152 0 0 0 621 1 0 0 25 0 5 0 500771751 308891648 15296 33554432000 4194304 5787044 140736919305968 18446744073709551615 5588168 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=301652 CPUtime=6.23 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 4317 0 0 0 621 2 0 0 25 0 5 0 500771752 308891648 15296 33554432000 4194304 5787044 140736919305968 18446744073709551615 4238952 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=301652 CPUtime=6.2 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 4765 0 0 0 620 0 0 0 25 0 5 0 500771754 308891648 15296 33554432000 4194304 5787044 140736919305968 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 310352

[startup+12.7004 s]
/proc/loadavg: 8.25 8.15 8.04 9/188 16688
/proc/meminfo: memFree=19712148/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=308324 CPUtime=50.46 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 30439 0 0 0 5038 8 0 0 18 0 5 0 500771748 315723776 18060 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 77081 18060 404 389 0 72831 0
[pid=16683/tid=16685] ppid=16682 vsize=308324 CPUtime=12.56 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 8976 0 0 0 1254 2 0 0 25 0 5 0 500771751 315723776 18060 33554432000 4194304 5787044 140736919305968 18446744073709551615 5586772 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=308324 CPUtime=12.61 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 6665 0 0 0 1259 2 0 0 25 0 5 0 500771751 315723776 18060 33554432000 4194304 5787044 140736919305968 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=308324 CPUtime=12.62 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 4964 0 0 0 1260 2 0 0 25 0 5 0 500771752 315723776 18060 33554432000 4194304 5787044 140736919305968 18446744073709551615 5592127 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=308324 CPUtime=12.6 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 4765 0 0 0 1260 0 0 0 25 0 5 0 500771754 315723776 18060 33554432000 4194304 5787044 140736919305968 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 317024

[startup+25.501 s]
/proc/loadavg: 8.21 8.15 8.04 9/188 16689
/proc/meminfo: memFree=19662924/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=319108 CPUtime=101.59 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 41027 0 0 0 10145 14 0 0 18 0 5 0 500771748 326766592 25841 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 79777 25841 417 389 0 75527 0
[pid=16683/tid=16685] ppid=16682 vsize=319108 CPUtime=25.29 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 10374 0 0 0 2525 4 0 0 25 0 5 0 500771751 326766592 25841 33554432000 4194304 5787044 140736919305968 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=319108 CPUtime=25.41 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 8122 0 0 0 2538 3 0 0 25 0 5 0 500771751 326766592 25841 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=319108 CPUtime=25.42 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 6525 0 0 0 2539 3 0 0 25 0 5 0 500771752 326766592 25841 33554432000 4194304 5787044 140736919305968 18446744073709551615 4692701 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=319108 CPUtime=25.4 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 10937 0 0 0 2538 2 0 0 25 0 5 0 500771754 326766592 25841 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527433 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 327808

[startup+51.1011 s]
/proc/loadavg: 8.18 8.15 8.04 9/188 16689
/proc/meminfo: memFree=19628784/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=329308 CPUtime=203.84 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 48978 0 0 0 20358 26 0 0 18 0 5 0 500771748 337211392 33788 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 82327 33788 417 389 0 78077 0
[pid=16683/tid=16685] ppid=16682 vsize=329308 CPUtime=50.74 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 12984 0 0 0 5068 6 0 0 25 0 5 0 500771751 337211392 33788 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=329308 CPUtime=51 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 9868 0 0 0 5093 7 0 0 25 0 5 0 500771751 337211392 33788 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=329308 CPUtime=51.01 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 8127 0 0 0 5097 4 0 0 25 0 5 0 500771752 337211392 33788 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=329308 CPUtime=51 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 12930 0 0 0 5095 5 0 0 25 0 5 0 500771754 337211392 33788 33554432000 4194304 5787044 140736919305968 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 338008

[startup+102.3 s]
/proc/loadavg: 8.18 8.15 8.05 9/188 16691
/proc/meminfo: memFree=19537124/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=345504 CPUtime=408.34 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 59047 0 0 0 40794 40 0 0 18 0 5 0 500771748 353796096 43695 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 86376 43695 417 389 0 82126 0
[pid=16683/tid=16685] ppid=16682 vsize=345504 CPUtime=101.67 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 15766 0 0 0 10157 10 0 0 25 0 5 0 500771751 353796096 43695 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=345504 CPUtime=102.21 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 11537 0 0 0 10211 10 0 0 25 0 5 0 500771751 353796096 43695 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=345504 CPUtime=102.21 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 11011 0 0 0 10213 8 0 0 25 0 5 0 500771752 353796096 43695 33554432000 4194304 5787044 140736919305968 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=345504 CPUtime=102.2 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 15664 0 0 0 10209 11 0 0 25 0 5 0 500771754 353796096 43695 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 354204

[startup+162.301 s]
/proc/loadavg: 8.11 8.14 8.05 9/188 16692
/proc/meminfo: memFree=19483408/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=365156 CPUtime=648.02 cores=1,3,5,7

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

/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 27410 0 0 0 82184 37 0 0 25 0 5 0 500771751 675840000 114571 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=660000 CPUtime=822.22 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 32100 0 0 0 82194 28 0 0 25 0 5 0 500771752 675840000 114571 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=660000 CPUtime=822.2 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 35541 0 0 0 82178 42 0 0 25 0 5 0 500771754 675840000 114571 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.45
Current children cumulated vsize (KiB) 668700

[startup+882.301 s]
/proc/loadavg: 8.00 8.03 8.03 9/188 16711
/proc/meminfo: memFree=18928412/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=681308 CPUtime=3524.13 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 138183 0 0 0 352257 156 0 0 18 0 5 0 500771748 697659392 121495 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 170327 121495 417 389 0 166077 0
[pid=16683/tid=16685] ppid=16682 vsize=681308 CPUtime=877.42 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 33338 0 0 0 87700 42 0 0 25 0 5 0 500771751 697659392 121495 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=681308 CPUtime=882.21 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 28781 0 0 0 88182 39 0 0 25 0 5 0 500771751 697659392 121495 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=681308 CPUtime=882.21 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 34345 0 0 0 88191 30 0 0 25 0 5 0 500771752 697659392 121495 33554432000 4194304 5787044 140736919305968 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=681308 CPUtime=882.21 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 36650 0 0 0 88179 42 0 0 25 0 5 0 500771754 697659392 121495 33554432000 4194304 5787044 140736919305968 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.13
Current children cumulated vsize (KiB) 690008

[startup+942.301 s]
/proc/loadavg: 8.04 8.04 8.03 9/188 16713
/proc/meminfo: memFree=18905700/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=686048 CPUtime=3763.81 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 143376 0 0 0 376215 166 0 0 18 0 5 0 500771748 702513152 126688 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 171512 126688 417 389 0 167262 0
[pid=16683/tid=16685] ppid=16682 vsize=686048 CPUtime=937.09 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 35315 0 0 0 93662 47 0 0 25 0 5 0 500771751 702513152 126688 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=686048 CPUtime=942.21 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 30630 0 0 0 94178 43 0 0 25 0 5 0 500771751 702513152 126688 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=686048 CPUtime=942.22 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 35568 0 0 0 94191 31 0 0 25 0 5 0 500771752 702513152 126688 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=686048 CPUtime=942.21 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 36794 0 0 0 94179 42 0 0 25 0 5 0 500771754 702513152 126688 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.81
Current children cumulated vsize (KiB) 694748

[startup+1002.3 s]
/proc/loadavg: 8.06 8.04 8.03 9/188 16715
/proc/meminfo: memFree=18882372/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=694248 CPUtime=4003.49 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 149165 0 0 0 400174 175 0 0 18 0 5 0 500771748 710909952 132477 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 173562 132477 417 389 0 169312 0
[pid=16683/tid=16685] ppid=16682 vsize=694248 CPUtime=996.77 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 38339 0 0 0 99626 51 0 0 25 0 5 0 500771751 710909952 132477 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=694248 CPUtime=1002.22 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 32377 0 0 0 100175 47 0 0 25 0 5 0 500771751 710909952 132477 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=694248 CPUtime=1002.22 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 35568 0 0 0 100191 31 0 0 25 0 5 0 500771752 710909952 132477 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=694248 CPUtime=1002.21 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 37812 0 0 0 100177 44 0 0 25 0 5 0 500771754 710909952 132477 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.49
Current children cumulated vsize (KiB) 702948

[startup+1062.3 s]
/proc/loadavg: 8.06 8.05 8.03 9/188 16716
/proc/meminfo: memFree=18859776/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=694248 CPUtime=4243.19 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 153607 0 0 0 424136 183 0 0 18 0 5 0 500771748 710909952 136469 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 173562 136469 417 389 0 169312 0
[pid=16683/tid=16685] ppid=16682 vsize=694248 CPUtime=1056.44 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 39187 0 0 0 105592 52 0 0 25 0 5 0 500771751 710909952 136469 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=694248 CPUtime=1062.23 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 34091 0 0 0 106172 51 0 0 25 0 5 0 500771751 710909952 136469 33554432000 4194304 5787044 140736919305968 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=694248 CPUtime=1062.23 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 35568 0 0 0 106192 31 0 0 25 0 5 0 500771752 710909952 136469 33554432000 4194304 5787044 140736919305968 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=694248 CPUtime=1062.22 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 39692 0 0 0 106175 47 0 0 25 0 5 0 500771754 710909952 136469 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.19
Current children cumulated vsize (KiB) 702948

[startup+1122.3 s]
/proc/loadavg: 7.86 7.99 8.00 10/188 16751
/proc/meminfo: memFree=19345408/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=694248 CPUtime=4482.85 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 155339 0 0 0 448098 187 0 0 18 0 5 0 500771748 710909952 138201 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 173562 138201 417 389 0 169312 0
[pid=16683/tid=16685] ppid=16682 vsize=694248 CPUtime=1116.11 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 39188 0 0 0 111559 52 0 0 25 0 5 0 500771751 710909952 138201 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=694248 CPUtime=1122.22 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 34091 0 0 0 112171 51 0 0 25 0 5 0 500771751 710909952 138201 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=694248 CPUtime=1122.22 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 35572 0 0 0 112191 31 0 0 25 0 5 0 500771752 710909952 138201 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=694248 CPUtime=1122.21 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 41419 0 0 0 112170 51 0 0 25 0 5 0 500771754 710909952 138201 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 702948

[startup+1182.31 s]
/proc/loadavg: 7.98 8.00 8.00 10/188 16753
/proc/meminfo: memFree=19273432/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=694248 CPUtime=4722.55 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 157027 0 0 0 472064 191 0 0 18 0 5 0 500771748 710909952 139889 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 173562 139889 417 389 0 169312 0
[pid=16683/tid=16685] ppid=16682 vsize=694248 CPUtime=1175.79 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 39195 0 0 0 117527 52 0 0 25 0 5 0 500771751 710909952 139889 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=694248 CPUtime=1182.23 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 34091 0 0 0 118172 51 0 0 25 0 5 0 500771751 710909952 139889 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=694248 CPUtime=1182.23 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 35579 0 0 0 118192 31 0 0 25 0 5 0 500771752 710909952 139889 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=694248 CPUtime=1182.22 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 43093 0 0 0 118168 54 0 0 25 0 5 0 500771754 710909952 139889 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 702948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 8.02 8.01 9/188 16753
/proc/meminfo: memFree=19259540/32951124 swapFree=67111524/67111528
[pid=16682] ppid=16680 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16682/stat : 16682 (prissAuto.sh) S 16680 16682 16471 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500771748 8908800 252 33554432000 4194304 4922060 140734834175344 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16682/statm: 2175 252 211 178 0 68 0
[pid=16683] ppid=16682 vsize=694248 CPUtime=4800.04 cores=1,3,5,7
/proc/16683/stat : 16683 (priss) S 16682 16682 16471 0 -1 4202496 158041 0 0 0 479813 191 0 0 18 0 5 0 500771748 710909952 140678 33554432000 4194304 5787044 140736919305968 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16683/statm: 173562 140678 417 389 0 169312 0
[pid=16683/tid=16685] ppid=16682 vsize=694248 CPUtime=1195.08 cores=1,3,5,7
/proc/16683/task/16685/stat : 16685 (priss) R 16682 16682 16471 0 -1 4202560 39196 0 0 0 119456 52 0 0 25 0 5 0 500771751 710909952 140678 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=694248 CPUtime=1201.63 cores=1,3,5,7
/proc/16683/task/16686/stat : 16686 (priss) R 16682 16682 16471 0 -1 4202560 34091 0 0 0 120112 51 0 0 25 0 5 0 500771751 710909952 140678 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16683/tid=16687] ppid=16682 vsize=694248 CPUtime=1201.63 cores=1,3,5,7
/proc/16683/task/16687/stat : 16687 (priss) R 16682 16682 16471 0 -1 4202560 35580 0 0 0 120132 31 0 0 25 0 5 0 500771752 710909952 140678 33554432000 4194304 5787044 140736919305968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16683/tid=16688] ppid=16682 vsize=694248 CPUtime=1201.62 cores=1,3,5,7
/proc/16683/task/16688/stat : 16688 (priss) R 16682 16682 16471 0 -1 4202560 44105 0 0 0 120107 55 0 0 25 0 5 0 500771754 710909952 140678 33554432000 4194304 5787044 140736919305968 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 702948

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16682 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.04
#
# 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.04
CPU user time (s): 4798.13
CPU system time (s): 1.91
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 702948

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= 5
involuntary context switches= 2

runsolver used 1.60675 second user time and 4.95125 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 15:26:01
IDJOB=3266871
IDBENCH=88215
IDSOLVER=1602
FILE ID=node141/3266871-1304083561
RUNJOBID= node141-1304082241-16490
PBS_JOBID= 13170540
Free space on /tmp= 71420 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266871-1304083561/watcher-3266871-1304083561 -o /tmp/evaluation-result-3266871-1304083561/solver-3266871-1304083561 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266871-1304083561.cnf 516019140 4800 15500 4

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

MD5SUM BENCH= 02e75ad23aeadbf30b2a4fb3c21ae723
RANDOM SEED=516019140

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19803220 kB
Buffers:       1542444 kB
Cached:       10781752 kB
SwapCached:          4 kB
Active:        3910660 kB
Inactive:      8657700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19803220 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:      243932 kB
Mapped:          15608 kB
Slab:           516176 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   433696 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= 71420 MiB
End job on node141 at 2011-04-29 15:46:05