Trace number 3292792

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

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484926
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

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: 31360
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 446us
0.00/0.00	c parsed 1476 clauses with 264 variables
0.00/0.00	c NW started thread 0 successfully (1098381632)
0.00/0.00	c NW started thread 1 successfully (1109125440)
0.00/0.00	c NW started thread 2 successfully (1119615296)
0.00/0.00	c NW started thread 3 successfully (1130105152)
0.00/0.74	c preprocessor returned 10054 variables
0.00/0.74	c preprocessing returned UNKNOWN
0.00/0.74	c PP set 0 variables
0.00/0.74	c pp time: 737593us (0s)
0.00/0.74	c preprocessor returned 10054 variables
0.00/0.74	c preprocessing returned UNKNOWN
0.00/0.74	c PP set 0 variables
0.00/0.74	c pp time: 737862us (0s)
0.00/0.74	c preprocessor returned 10054 variables
0.00/0.74	c preprocessing returned UNKNOWN
0.00/0.74	c PP set 0 variables
0.00/0.74	c pp time: 737599us (0s)
31.12/7.80	c preprocessor returned 30060 variables
31.12/7.80	c preprocessing returned UNKNOWN
31.12/7.80	c PP set 0 variables
31.12/7.80	c pp time: 7799232us (7s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.22 8.14 8.06 5/182 31359
/proc/meminfo: memFree=26259604/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0

[startup+0.813335 s]
/proc/loadavg: 8.22 8.14 8.06 5/182 31359
/proc/meminfo: memFree=26259604/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900318 s]
/proc/loadavg: 8.22 8.14 8.06 5/182 31359
/proc/meminfo: memFree=26259604/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0003 s]
/proc/loadavg: 8.22 8.14 8.06 5/182 31359
/proc/meminfo: memFree=26259604/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10028 s]
/proc/loadavg: 8.22 8.14 8.06 5/182 31359
/proc/meminfo: memFree=26259604/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 8.22 8.14 8.06 5/182 31359
/proc/meminfo: memFree=26259604/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10091 s]
/proc/loadavg: 8.20 8.13 8.06 9/188 31365
/proc/meminfo: memFree=26229548/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=275484 CPUtime=12.35 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 9283 0 0 0 1233 2 0 0 25 0 5 0 499738839 282095616 7746 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 68871 7746 404 389 0 64621 0
[pid=31360/tid=31361] ppid=31359 vsize=275484 CPUtime=3.08 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 2069 0 0 0 308 0 0 0 25 0 5 0 499738839 282095616 7746 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=275484 CPUtime=3.08 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 1903 0 0 0 308 0 0 0 25 0 5 0 499738839 282095616 7746 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=275484 CPUtime=3.08 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 1944 0 0 0 308 0 0 0 25 0 5 0 499738839 282095616 7746 33554432000 4194304 5787044 140734809821584 18446744073709551615 5592004 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=275484 CPUtime=3.07 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 1865 0 0 0 307 0 0 0 25 0 5 0 499738839 282095616 7746 33554432000 4194304 5787044 140734809821584 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 284184

[startup+6.30632 s]
/proc/loadavg: 8.20 8.13 8.06 9/188 31365
/proc/meminfo: memFree=26222860/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=275484 CPUtime=25.15 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 10662 0 0 0 2512 3 0 0 25 0 5 0 499738839 282095616 9125 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 68871 9125 404 389 0 64621 0
[pid=31360/tid=31361] ppid=31359 vsize=275484 CPUtime=6.29 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 2506 0 0 0 629 0 0 0 25 0 5 0 499738839 282095616 9125 33554432000 4194304 5787044 140734809821584 18446744073709551615 4240980 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=275484 CPUtime=6.29 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 2385 0 0 0 628 1 0 0 18 0 5 0 499738839 282095616 9125 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=275484 CPUtime=6.29 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 2404 0 0 0 628 1 0 0 25 0 5 0 499738839 282095616 9125 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=275484 CPUtime=6.26 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 1865 0 0 0 626 0 0 0 25 0 5 0 499738839 282095616 9125 33554432000 4194304 5787044 140734809821584 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 284184

[startup+12.7011 s]
/proc/loadavg: 8.18 8.13 8.06 9/188 31365
/proc/meminfo: memFree=26203488/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=284892 CPUtime=50.7 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 16532 0 0 0 5064 6 0 0 25 0 5 0 499738839 291729408 14027 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 71223 14027 417 389 0 66973 0
[pid=31360/tid=31361] ppid=31359 vsize=284892 CPUtime=12.68 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 4239 0 0 0 1267 1 0 0 25 0 5 0 499738839 291729408 14027 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=284892 CPUtime=12.68 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 3124 0 0 0 1267 1 0 0 25 0 5 0 499738839 291729408 14027 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=284892 CPUtime=12.68 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 3833 0 0 0 1266 2 0 0 25 0 5 0 499738839 291729408 14027 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=284892 CPUtime=12.62 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 3834 0 0 0 1262 0 0 0 25 0 5 0 499738839 291729408 14027 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527468 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 293592

[startup+25.5008 s]
/proc/loadavg: 8.21 8.14 8.06 9/188 31365
/proc/meminfo: memFree=26180536/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=292656 CPUtime=101.81 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 20440 0 0 0 10172 9 0 0 25 0 5 0 499738839 299679744 17933 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 73164 17933 417 389 0 68914 0
[pid=31360/tid=31361] ppid=31359 vsize=292656 CPUtime=25.48 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 4668 0 0 0 2546 2 0 0 25 0 5 0 499738839 299679744 17933 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=292656 CPUtime=25.48 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 3973 0 0 0 2546 2 0 0 25 0 5 0 499738839 299679744 17933 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=292656 CPUtime=25.48 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 5738 0 0 0 2545 3 0 0 25 0 5 0 499738839 299679744 17933 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=292656 CPUtime=25.35 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 4559 0 0 0 2534 1 0 0 25 0 5 0 499738839 299679744 17933 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 301356

[startup+51.101 s]
/proc/loadavg: 8.21 8.14 8.06 9/188 31366
/proc/meminfo: memFree=26150000/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=305436 CPUtime=204.06 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 27166 0 0 0 20392 14 0 0 25 0 5 0 499738839 312766464 24604 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 76359 24604 417 389 0 72109 0
[pid=31360/tid=31361] ppid=31359 vsize=305436 CPUtime=51.08 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 6771 0 0 0 5105 3 0 0 25 0 5 0 499738839 312766464 24604 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591647 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=305436 CPUtime=51.06 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 5425 0 0 0 5103 3 0 0 25 0 5 0 499738839 312766464 24604 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=305436 CPUtime=50.98 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 8071 0 0 0 5093 5 0 0 25 0 5 0 499738839 312766464 24604 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=305436 CPUtime=50.91 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 5397 0 0 0 5089 2 0 0 25 0 5 0 499738839 312766464 24604 33554432000 4194304 5787044 140734809821584 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 314136

[startup+102.301 s]
/proc/loadavg: 8.16 8.13 8.06 9/188 31368
/proc/meminfo: memFree=26114024/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=315744 CPUtime=408.56 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 34169 0 0 0 40834 22 0 0 25 0 5 0 499738839 323321856 31412 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 78936 31412 417 389 0 74686 0
[pid=31360/tid=31361] ppid=31359 vsize=315744 CPUtime=102.27 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 9031 0 0 0 10223 4 0 0 25 0 5 0 499738839 323321856 31412 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=315744 CPUtime=102.26 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 6499 0 0 0 10221 5 0 0 25 0 5 0 499738839 323321856 31412 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=315744 CPUtime=101.91 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 9704 0 0 0 10184 7 0 0 25 0 5 0 499738839 323321856 31412 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=315744 CPUtime=102.1 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 7433 0 0 0 10206 4 0 0 25 0 5 0 499738839 323321856 31412 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 324444

[startup+162.3 s]
/proc/loadavg: 8.06 8.11 8.06 9/188 31369
/proc/meminfo: memFree=26070232/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=327276 CPUtime=648.22 cores=0,2,4,6

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

/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 19875 0 0 0 88202 17 0 0 25 0 5 0 499738839 398376960 74740 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=389040 CPUtime=881.91 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 21085 0 0 0 88171 20 0 0 25 0 5 0 499738839 398376960 74740 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=389040 CPUtime=879.17 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18432 0 0 0 87907 10 0 0 25 0 5 0 499738839 398376960 74740 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 397740

[startup+942.301 s]
/proc/loadavg: 8.02 8.05 8.03 9/188 31423
/proc/meminfo: memFree=26020968/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=389040 CPUtime=3763.95 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 79851 0 0 0 376330 65 0 0 25 0 5 0 499738839 398376960 75849 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 97260 75849 417 389 0 93010 0
[pid=31360/tid=31361] ppid=31359 vsize=389040 CPUtime=940.61 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 17894 0 0 0 94048 13 0 0 25 0 5 0 499738839 398376960 75849 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=389040 CPUtime=942.19 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 20932 0 0 0 94201 18 0 0 25 0 5 0 499738839 398376960 75849 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=389040 CPUtime=941.92 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 21090 0 0 0 94172 20 0 0 25 0 5 0 499738839 398376960 75849 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=389040 CPUtime=939.18 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18433 0 0 0 93907 11 0 0 25 0 5 0 499738839 398376960 75849 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 397740

[startup+1002.3 s]
/proc/loadavg: 8.01 8.04 8.02 9/188 31425
/proc/meminfo: memFree=25990572/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=462776 CPUtime=4003.6 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 82834 0 0 0 400294 66 0 0 25 0 5 0 499738839 473882624 78607 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 115694 78607 417 389 0 111444 0
[pid=31360/tid=31361] ppid=31359 vsize=462776 CPUtime=1000.29 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 18453 0 0 0 100015 14 0 0 25 0 5 0 499738839 473882624 78607 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=462776 CPUtime=1002.18 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 23330 0 0 0 100199 19 0 0 25 0 5 0 499738839 473882624 78607 33554432000 4194304 5787044 140734809821584 18446744073709551615 228095148975 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=462776 CPUtime=1001.91 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 21113 0 0 0 100171 20 0 0 25 0 5 0 499738839 473882624 78607 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=462776 CPUtime=999.18 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18436 0 0 0 99907 11 0 0 25 0 5 0 499738839 473882624 78607 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 471476

[startup+1062.31 s]
/proc/loadavg: 8.04 8.04 8.02 9/188 31426
/proc/meminfo: memFree=25976044/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=466876 CPUtime=4243.3 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 84152 0 0 0 424263 67 0 0 25 0 5 0 499738839 478081024 79925 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 116719 79925 417 389 0 112469 0
[pid=31360/tid=31361] ppid=31359 vsize=466876 CPUtime=1059.96 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 18616 0 0 0 105982 14 0 0 25 0 5 0 499738839 478081024 79925 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=466876 CPUtime=1062.19 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 23330 0 0 0 106200 19 0 0 25 0 5 0 499738839 478081024 79925 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=466876 CPUtime=1061.93 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 22200 0 0 0 106172 21 0 0 25 0 5 0 499738839 478081024 79925 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=466876 CPUtime=1059.18 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18504 0 0 0 105907 11 0 0 25 0 5 0 499738839 478081024 79925 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 475576

[startup+1122.3 s]
/proc/loadavg: 8.05 8.05 8.02 9/188 31428
/proc/meminfo: memFree=25961256/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=602048 CPUtime=4482.95 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 86395 0 0 0 448225 70 0 0 25 0 5 0 499738839 616497152 82168 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 150512 82168 417 389 0 146262 0
[pid=31360/tid=31361] ppid=31359 vsize=602048 CPUtime=1119.63 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 19444 0 0 0 111948 15 0 0 25 0 5 0 499738839 616497152 82168 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=602048 CPUtime=1122.17 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 23330 0 0 0 112198 19 0 0 25 0 5 0 499738839 616497152 82168 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=602048 CPUtime=1121.92 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 23561 0 0 0 112170 22 0 0 25 0 5 0 499738839 616497152 82168 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=602048 CPUtime=1119.18 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18558 0 0 0 111907 11 0 0 25 0 5 0 499738839 616497152 82168 33554432000 4194304 5787044 140734809821584 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 610748

[startup+1182.3 s]
/proc/loadavg: 8.02 8.03 8.02 9/188 31429
/proc/meminfo: memFree=25938792/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=606148 CPUtime=4722.61 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 89199 0 0 0 472189 72 0 0 25 0 5 0 499738839 620695552 84972 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 151537 84972 417 389 0 147287 0
[pid=31360/tid=31361] ppid=31359 vsize=606148 CPUtime=1179.3 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 20215 0 0 0 117914 16 0 0 25 0 5 0 499738839 620695552 84972 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=606148 CPUtime=1182.16 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 24356 0 0 0 118197 19 0 0 25 0 5 0 499738839 620695552 84972 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=606148 CPUtime=1181.93 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 24508 0 0 0 118169 24 0 0 25 0 5 0 499738839 620695552 84972 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=606148 CPUtime=1179.19 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18618 0 0 0 117907 12 0 0 25 0 5 0 499738839 620695552 84972 33554432000 4194304 5787044 140734809821584 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 614848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.03 8.01 9/188 31430
/proc/meminfo: memFree=25934932/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=606148 CPUtime=4800.13 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 89873 0 0 0 479940 73 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 151537 85646 417 389 0 147287 0
[pid=31360/tid=31361] ppid=31359 vsize=606148 CPUtime=1198.61 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 20559 0 0 0 119844 17 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=606148 CPUtime=1201.57 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 24356 0 0 0 120138 19 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=606148 CPUtime=1201.33 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 24823 0 0 0 120109 24 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=606148 CPUtime=1198.59 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18633 0 0 0 119847 12 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 614848

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

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

[startup+1201.7 s]
/proc/loadavg: 8.01 8.03 8.01 9/188 31430
/proc/meminfo: memFree=25934932/32951124 swapFree=67111524/67111528
[pid=31359] ppid=31357 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31359/stat : 31359 (prissAuto.sh) S 31357 31359 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499738839 8908800 252 33554432000 4194304 4922060 140734262273904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31359/statm: 2175 252 211 178 0 68 0
[pid=31360] ppid=31359 vsize=606148 CPUtime=4800.13 cores=0,2,4,6
/proc/31360/stat : 31360 (priss) S 31359 31359 30205 0 -1 4202496 89873 0 0 0 479940 73 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31360/statm: 151537 85646 417 389 0 147287 0
[pid=31360/tid=31361] ppid=31359 vsize=606148 CPUtime=1198.61 cores=0,2,4,6
/proc/31360/task/31361/stat : 31361 (priss) R 31359 31359 30205 0 -1 4202560 20559 0 0 0 119844 17 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31360/tid=31362] ppid=31359 vsize=606148 CPUtime=1201.57 cores=0,2,4,6
/proc/31360/task/31362/stat : 31362 (priss) R 31359 31359 30205 0 -1 4202560 24356 0 0 0 120138 19 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31360/tid=31363] ppid=31359 vsize=606148 CPUtime=1201.33 cores=0,2,4,6
/proc/31360/task/31363/stat : 31363 (priss) R 31359 31359 30205 0 -1 4202560 24823 0 0 0 120109 24 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31360/tid=31364] ppid=31359 vsize=606148 CPUtime=1198.59 cores=0,2,4,6
/proc/31360/task/31364/stat : 31364 (priss) R 31359 31359 30205 0 -1 4202560 18633 0 0 0 119847 12 0 0 25 0 5 0 499738839 620695552 85646 33554432000 4194304 5787044 140734809821584 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 614848

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.13
CPU user time (s): 4799.4
CPU system time (s): 0.73
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 614848

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

runsolver used 1.85572 second user time and 4.70228 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 12:33:54
IDJOB=3292792
IDBENCH=87943
IDSOLVER=1602
FILE ID=node142/3292792-1304073234
RUNJOBID= node142-1304064275-30223
PBS_JOBID= 13170458
Free space on /tmp= 71312 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292792-1304073234/watcher-3292792-1304073234 -o /tmp/evaluation-result-3292792-1304073234/solver-3292792-1304073234 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3292792-1304073234.cnf 745814519 4800 15500 4

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=745814519

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      26259760 kB
Buffers:       1662448 kB
Cached:        4131128 kB
SwapCached:          4 kB
Active:        1033704 kB
Inactive:      5118880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26259760 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1592 kB
Writeback:           0 kB
AnonPages:      359320 kB
Mapped:          15748 kB
Slab:           475388 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   554564 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= 71312 MiB
End job on node142 at 2011-04-29 12:53:57