Trace number 3251249

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 18269
0.00/0.00	c setup for 4cores
0.00/0.25	c parsetime: 247425us
0.00/0.25	c parsed 1120760 clauses with 3420 variables
0.00/0.31	c NW started thread 0 successfully (1108736320)
0.00/0.38	c NW started thread 1 successfully (1090488640)
0.00/0.47	c NW started thread 2 successfully (1119226176)
0.00/0.57	c NW started thread 3 successfully (1129716032)
59.27/15.26	c preprocessor returned 10011 variables
59.27/15.26	c preprocessing returned UNKNOWN
59.27/15.26	c PP set 0 variables
59.27/15.26	c pp time: 14949143us (14s)
59.69/15.39	c preprocessor returned 10011 variables
59.69/15.39	c preprocessing returned UNKNOWN
59.69/15.39	c PP set 0 variables
59.69/15.39	c pp time: 15002898us (15s)
60.10/15.42	c preprocessor returned 10011 variables
60.10/15.42	c preprocessing returned UNKNOWN
60.10/15.42	c PP set 0 variables
60.10/15.42	c pp time: 14950267us (14s)
82.84/21.10	c preprocessor returned 30007 variables
82.84/21.10	c preprocessing returned UNKNOWN
82.84/21.10	c PP set 0 variables
82.84/21.10	c pp time: 20529808us (20s)

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-3251249-1304084335/watcher-3251249-1304084335 -o /tmp/evaluation-result-3251249-1304084335/solver-3251249-1304084335 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251249-1304084335.cnf 663885402 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: 7.46 7.94 7.98 6/182 18268
/proc/meminfo: memFree=30165200/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0

[startup+0.064933 s]
/proc/loadavg: 7.46 7.94 7.98 6/182 18268
/proc/meminfo: memFree=30165200/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100927 s]
/proc/loadavg: 7.46 7.94 7.98 6/182 18268
/proc/meminfo: memFree=30165200/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30089 s]
/proc/loadavg: 7.46 7.94 7.98 6/182 18268
/proc/meminfo: memFree=30165200/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70075 s]
/proc/loadavg: 7.46 7.94 7.98 6/182 18268
/proc/meminfo: memFree=30165200/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50061 s]
/proc/loadavg: 7.46 7.94 7.98 9/188 18274
/proc/meminfo: memFree=29677092/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=840964 CPUtime=4.6 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 170890 0 0 0 414 46 0 0 18 0 5 0 520033957 861147136 168885 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 210241 168885 345 389 0 205991 0
[pid=18269/tid=18271] ppid=18268 vsize=840964 CPUtime=1.12 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 29923 0 0 0 102 10 0 0 18 0 5 0 520033988 861147136 168885 33554432000 4194304 5787044 140733247995088 18446744073709551615 253640508504 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=840964 CPUtime=1.05 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 29545 0 0 0 93 12 0 0 18 0 5 0 520033995 861147136 168885 33554432000 4194304 5787044 140733247995088 18446744073709551615 4307788 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=840964 CPUtime=0.96 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 29747 0 0 0 86 10 0 0 18 0 5 0 520034004 861147136 168885 33554432000 4194304 5787044 140733247995088 18446744073709551615 253640515504 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=840964 CPUtime=0.89 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 29678 0 0 0 84 5 0 0 18 0 5 0 520034014 861147136 168885 33554432000 4194304 5787044 140733247995088 18446744073709551615 253640517394 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 849664

[startup+3.10031 s]
/proc/loadavg: 7.50 7.94 7.98 9/188 18274
/proc/meminfo: memFree=29932448/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=547072 CPUtime=10.96 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 192286 0 0 0 1046 50 0 0 18 0 5 0 520033957 560201728 79577 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 136768 79577 350 389 0 132518 0
[pid=18269/tid=18271] ppid=18268 vsize=547072 CPUtime=2.7 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 34850 0 0 0 259 11 0 0 21 0 5 0 520033988 560201728 79577 33554432000 4194304 5787044 140733247995088 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=547072 CPUtime=2.64 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 34379 0 0 0 252 12 0 0 21 0 5 0 520033995 560201728 79577 33554432000 4194304 5787044 140733247995088 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=547072 CPUtime=2.57 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 34743 0 0 0 245 12 0 0 21 0 5 0 520034004 560201728 79577 33554432000 4194304 5787044 140733247995088 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=547072 CPUtime=2.48 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 36317 0 0 0 242 6 0 0 18 0 5 0 520034014 560201728 79577 33554432000 4194304 5787044 140733247995088 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 555772

[startup+6.30073 s]
/proc/loadavg: 7.50 7.94 7.98 9/188 18274
/proc/meminfo: memFree=29910132/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=610284 CPUtime=23.75 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 224061 0 0 0 2321 54 0 0 18 0 5 0 520033957 624930816 111352 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 152571 111352 355 389 0 148321 0
[pid=18269/tid=18271] ppid=18268 vsize=610284 CPUtime=5.9 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 47819 0 0 0 577 13 0 0 25 0 5 0 520033988 624930816 111352 33554432000 4194304 5787044 140733247995088 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=610284 CPUtime=5.85 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 39704 0 0 0 572 13 0 0 25 0 5 0 520033995 624930816 111352 33554432000 4194304 5787044 140733247995088 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=610284 CPUtime=5.77 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 38930 0 0 0 564 13 0 0 25 0 5 0 520034004 624930816 111352 33554432000 4194304 5787044 140733247995088 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=610284 CPUtime=5.67 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 45611 0 0 0 560 7 0 0 25 0 5 0 520034014 624930816 111352 33554432000 4194304 5787044 140733247995088 18446744073709551615 4359086 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.75
Current children cumulated vsize (KiB) 618984

[startup+12.7006 s]
/proc/loadavg: 7.58 7.94 7.98 9/188 18275
/proc/meminfo: memFree=29789400/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=610284 CPUtime=49.31 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 224077 0 0 0 4877 54 0 0 18 0 5 0 520033957 624930816 111368 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 152571 111368 355 389 0 148321 0
[pid=18269/tid=18271] ppid=18268 vsize=610284 CPUtime=12.3 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 47823 0 0 0 1217 13 0 0 25 0 5 0 520033988 624930816 111368 33554432000 4194304 5787044 140733247995088 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=610284 CPUtime=12.24 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 39708 0 0 0 1211 13 0 0 25 0 5 0 520033995 624930816 111368 33554432000 4194304 5787044 140733247995088 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=610284 CPUtime=12.17 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 38934 0 0 0 1204 13 0 0 25 0 5 0 520034004 624930816 111368 33554432000 4194304 5787044 140733247995088 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=610284 CPUtime=12.03 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 45615 0 0 0 1196 7 0 0 25 0 5 0 520034014 624930816 111368 33554432000 4194304 5787044 140733247995088 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (KiB) 618984

[startup+25.5012 s]
/proc/loadavg: 7.64 7.95 7.98 9/188 18275
/proc/meminfo: memFree=29676388/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=694176 CPUtime=100.41 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 324252 0 0 0 9962 79 0 0 18 0 5 0 520033957 710836224 123608 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 173544 123608 417 389 0 169294 0
[pid=18269/tid=18271] ppid=18268 vsize=694176 CPUtime=25.09 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 77389 0 0 0 2487 22 0 0 25 0 5 0 520033988 710836224 123608 33554432000 4194304 5787044 140733247995088 18446744073709551615 4220341 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=694176 CPUtime=25.03 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 63897 0 0 0 2483 20 0 0 25 0 5 0 520033995 710836224 123608 33554432000 4194304 5787044 140733247995088 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=694176 CPUtime=24.96 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 58711 0 0 0 2477 19 0 0 25 0 5 0 520034004 710836224 123608 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=694176 CPUtime=24.76 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 72258 0 0 0 2466 10 0 0 25 0 5 0 520034014 710836224 123608 33554432000 4194304 5787044 140733247995088 18446744073709551615 5524588 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.41
Current children cumulated vsize (KiB) 702876

[startup+51.1005 s]
/proc/loadavg: 7.91 7.98 7.99 9/188 18276
/proc/meminfo: memFree=29598692/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=767720 CPUtime=202.67 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 334718 0 0 0 20178 89 0 0 18 0 5 0 520033957 786145280 134074 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 191930 134074 417 389 0 187680 0
[pid=18269/tid=18271] ppid=18268 vsize=767720 CPUtime=50.68 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 79273 0 0 0 5044 24 0 0 25 0 5 0 520033988 786145280 134074 33554432000 4194304 5787044 140733247995088 18446744073709551615 253640520737 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=767720 CPUtime=50.63 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 66638 0 0 0 5041 22 0 0 25 0 5 0 520033995 786145280 134074 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=767720 CPUtime=50.55 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 63126 0 0 0 5033 22 0 0 25 0 5 0 520034004 786145280 134074 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=767720 CPUtime=50.21 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 73684 0 0 0 5010 11 0 0 25 0 5 0 520034014 786145280 134074 33554432000 4194304 5787044 140733247995088 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.67
Current children cumulated vsize (KiB) 776420

[startup+102.307 s]
/proc/loadavg: 8.03 8.00 8.00 9/188 18277
/proc/meminfo: memFree=29466872/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=788696 CPUtime=407.19 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 351490 0 0 0 40614 105 0 0 18 0 5 0 520033957 807624704 150777 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 197174 150777 417 389 0 192924 0
[pid=18269/tid=18271] ppid=18268 vsize=788696 CPUtime=101.89 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 85122 0 0 0 10161 28 0 0 25 0 5 0 520033988 807624704 150777 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=788696 CPUtime=101.83 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 69741 0 0 0 10157 26 0 0 25 0 5 0 520033995 807624704 150777 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=788696 CPUtime=101.76 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 68837 0 0 0 10147 29 0 0 25 0 5 0 520034004 807624704 150777 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=788696 CPUtime=101.13 cores=1,3,5,7

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

/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 105908 0 0 0 88105 75 0 0 25 0 5 0 520033995 1408192512 287826 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1375188 CPUtime=881.73 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 120349 0 0 0 88062 111 0 0 25 0 5 0 520034004 1408192512 287826 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1375188 CPUtime=876.86 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 95978 0 0 0 87644 42 0 0 25 0 5 0 520034014 1408192512 287826 33554432000 4194304 5787044 140733247995088 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.82
Current children cumulated vsize (KiB) 1383888

[startup+942.301 s]
/proc/loadavg: 8.07 8.03 8.00 9/188 18299
/proc/meminfo: memFree=28357424/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=1395732 CPUtime=3762.49 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 495659 0 0 0 375936 313 0 0 18 0 5 0 520033957 1429229568 292633 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 348933 292633 417 389 0 344683 0
[pid=18269/tid=18271] ppid=18268 vsize=1395732 CPUtime=941.59 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 116682 0 0 0 94088 71 0 0 25 0 5 0 520033988 1429229568 292633 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=1395732 CPUtime=941.79 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 106010 0 0 0 94104 75 0 0 25 0 5 0 520033995 1429229568 292633 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1395732 CPUtime=941.73 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 124992 0 0 0 94058 115 0 0 25 0 5 0 520034004 1429229568 292633 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1395732 CPUtime=936.79 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 95978 0 0 0 93637 42 0 0 25 0 5 0 520034014 1429229568 292633 33554432000 4194304 5787044 140733247995088 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.49
Current children cumulated vsize (KiB) 1404432

[startup+1002.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 18301
/proc/meminfo: memFree=28265384/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=1419156 CPUtime=4002.17 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 508373 0 0 0 399888 329 0 0 18 0 5 0 520033957 1453215744 305347 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 354789 305347 417 389 0 350539 0
[pid=18269/tid=18271] ppid=18268 vsize=1419156 CPUtime=1001.27 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 123394 0 0 0 100045 82 0 0 25 0 5 0 520033988 1453215744 305347 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=1419156 CPUtime=1001.79 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 106186 0 0 0 100104 75 0 0 25 0 5 0 520033995 1453215744 305347 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1419156 CPUtime=1001.74 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 130815 0 0 0 100053 121 0 0 25 0 5 0 520034004 1453215744 305347 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1419156 CPUtime=996.79 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 95981 0 0 0 99637 42 0 0 25 0 5 0 520034014 1453215744 305347 33554432000 4194304 5787044 140733247995088 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.17
Current children cumulated vsize (KiB) 1427856

[startup+1062.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 18303
/proc/meminfo: memFree=28190848/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=1506656 CPUtime=4241.84 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 523153 0 0 0 423832 352 0 0 18 0 5 0 520033957 1542815744 320127 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 376664 320127 417 389 0 372414 0
[pid=18269/tid=18271] ppid=18268 vsize=1506656 CPUtime=1060.95 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 127590 0 0 0 106006 89 0 0 25 0 5 0 520033988 1542815744 320127 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=1506656 CPUtime=1061.79 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 109497 0 0 0 106096 83 0 0 25 0 5 0 520033995 1542815744 320127 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1506656 CPUtime=1061.73 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 134470 0 0 0 106046 127 0 0 25 0 5 0 520034004 1542815744 320127 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1506656 CPUtime=1056.8 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 99599 0 0 0 105636 44 0 0 25 0 5 0 520034014 1542815744 320127 33554432000 4194304 5787044 140733247995088 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4241.84
Current children cumulated vsize (KiB) 1515356

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 18304
/proc/meminfo: memFree=28096960/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=1583908 CPUtime=4481.5 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 539007 0 0 0 447773 377 0 0 18 0 5 0 520033957 1621921792 335756 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 395977 335756 417 389 0 391727 0
[pid=18269/tid=18271] ppid=18268 vsize=1583908 CPUtime=1120.62 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 130774 0 0 0 111966 96 0 0 25 0 5 0 520033988 1621921792 335756 33554432000 4194304 5787044 140733247995088 18446744073709551615 5586623 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=1583908 CPUtime=1121.79 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 114995 0 0 0 112089 90 0 0 25 0 5 0 520033995 1621921792 335756 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1583908 CPUtime=1121.72 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 138776 0 0 0 112037 135 0 0 25 0 5 0 520034004 1621921792 335756 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1583908 CPUtime=1116.8 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 102465 0 0 0 111633 47 0 0 25 0 5 0 520034014 1621921792 335756 33554432000 4194304 5787044 140733247995088 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.5
Current children cumulated vsize (KiB) 1592608

[startup+1182.3 s]
/proc/loadavg: 8.16 8.08 8.01 9/188 18306
/proc/meminfo: memFree=28043624/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=1585288 CPUtime=4721.18 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 544365 0 0 0 471728 390 0 0 18 0 5 0 520033957 1623334912 341114 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 396322 341114 417 389 0 392072 0
[pid=18269/tid=18271] ppid=18268 vsize=1585288 CPUtime=1180.29 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 130974 0 0 0 117933 96 0 0 25 0 5 0 520033988 1623334912 341114 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=1585288 CPUtime=1181.79 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 115377 0 0 0 118089 90 0 0 25 0 5 0 520033995 1623334912 341114 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1585288 CPUtime=1181.73 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 143333 0 0 0 118025 148 0 0 25 0 5 0 520034004 1623334912 341114 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1585288 CPUtime=1176.8 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 102684 0 0 0 117633 47 0 0 25 0 5 0 520034014 1623334912 341114 33554432000 4194304 5787044 140733247995088 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.18
Current children cumulated vsize (KiB) 1593988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.11 8.07 8.01 5/181 18307
/proc/meminfo: memFree=28971064/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=1585544 CPUtime=4800.26 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 546148 0 0 0 479633 393 0 0 18 0 5 0 520033957 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 396386 342567 417 389 0 392136 0
[pid=18269/tid=18271] ppid=18268 vsize=1585544 CPUtime=1199.97 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 131024 0 0 0 119901 96 0 0 25 0 5 0 520033988 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=1585544 CPUtime=1201.58 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 115924 0 0 0 120067 91 0 0 25 0 5 0 520033995 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5391877 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1585544 CPUtime=1201.53 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 144485 0 0 0 120003 150 0 0 25 0 5 0 520034004 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1585544 CPUtime=1196.6 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 102718 0 0 0 119613 47 0 0 25 0 5 0 520034014 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1594244

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.11 8.07 8.01 5/181 18307
/proc/meminfo: memFree=28971064/32951124 swapFree=67111364/67111528
[pid=18268] ppid=18266 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18268/stat : 18268 (prissAuto.sh) S 18266 18268 17576 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520033957 8908800 252 33554432000 4194304 4922060 140734055195792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18268/statm: 2175 252 211 178 0 68 0
[pid=18269] ppid=18268 vsize=1585544 CPUtime=4800.26 cores=1,3,5,7
/proc/18269/stat : 18269 (priss) S 18268 18268 17576 0 -1 4202496 546148 0 0 0 479633 393 0 0 18 0 5 0 520033957 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18269/statm: 396386 342567 417 389 0 392136 0
[pid=18269/tid=18271] ppid=18268 vsize=1585544 CPUtime=1199.97 cores=1,3,5,7
/proc/18269/task/18271/stat : 18271 (priss) R 18268 18268 17576 0 -1 4202560 131024 0 0 0 119901 96 0 0 25 0 5 0 520033988 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18269/tid=18272] ppid=18268 vsize=1585544 CPUtime=1201.58 cores=1,3,5,7
/proc/18269/task/18272/stat : 18272 (priss) R 18268 18268 17576 0 -1 4202560 115924 0 0 0 120067 91 0 0 25 0 5 0 520033995 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5391877 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18269/tid=18273] ppid=18268 vsize=1585544 CPUtime=1201.53 cores=1,3,5,7
/proc/18269/task/18273/stat : 18273 (priss) R 18268 18268 17576 0 -1 4202560 144485 0 0 0 120003 150 0 0 25 0 5 0 520034004 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18269/tid=18274] ppid=18268 vsize=1585544 CPUtime=1196.6 cores=1,3,5,7
/proc/18269/task/18274/stat : 18274 (priss) R 18268 18268 17576 0 -1 4202560 102718 0 0 0 119613 47 0 0 25 0 5 0 520034014 1623597056 342567 33554432000 4194304 5787044 140733247995088 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1594244

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18268 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.26
#
# 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.26
CPU user time (s): 4796.33
CPU system time (s): 3.93
CPU usage (%): 399.317
Max. virtual memory (cumulated for all children) (KiB): 1594244

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

runsolver used 1.56376 second user time and 5.00624 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 15:38:56
IDJOB=3251249
IDBENCH=88217
IDSOLVER=1602
FILE ID=node106/3251249-1304084335
RUNJOBID= node106-1304084335-18244
PBS_JOBID= 13170519
Free space on /tmp= 72140 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251249-1304084335/watcher-3251249-1304084335 -o /tmp/evaluation-result-3251249-1304084335/solver-3251249-1304084335 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251249-1304084335.cnf 663885402 4800 15500 4

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=663885402

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:      30166216 kB
Buffers:        245956 kB
Cached:        2084184 kB
SwapCached:         88 kB
Active:         975008 kB
Inactive:      1597872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30166216 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           22620 kB
Writeback:           0 kB
AnonPages:      242552 kB
Mapped:          15260 kB
Slab:           146596 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   425456 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= 72140 MiB
End job on node106 at 2011-04-29 15:59:00