Trace number 3249137

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.29 1201.92

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x34.cnf
MD5SUM1633295f58c28a5b4150be8640bdf9df
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables816
Number of clauses35088
Sum of the clauses size137904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21224
Number of clauses of size 30
Number of clauses of size 433864
Number of clauses of size 50
Number of clauses of size over 50

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: 30000
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 9010us
0.00/0.01	c parsed 35088 clauses with 816 variables
0.00/0.01	c NW started thread 0 successfully (1108379968)
0.00/0.01	c NW started thread 1 successfully (1118869824)
0.00/0.02	c NW started thread 2 successfully (1129359680)
0.00/0.02	c NW started thread 3 successfully (1139849536)
7.92/2.04	c preprocessor returned 10007 variables
7.92/2.04	c preprocessing returned UNKNOWN
7.92/2.04	c PP set 0 variables
7.92/2.04	c pp time: 2015002us (2s)
7.92/2.04	c preprocessor returned 10007 variables
7.92/2.04	c preprocessing returned UNKNOWN
7.92/2.04	c PP set 0 variables
7.92/2.04	c pp time: 2009830us (2s)
7.92/2.04	c preprocessor returned 10007 variables
7.92/2.04	c preprocessing returned UNKNOWN
7.92/2.04	c PP set 0 variables
7.92/2.04	c pp time: 2026669us (2s)
64.12/16.15	c preprocessor returned 30003 variables
64.12/16.15	c preprocessing returned UNKNOWN
64.12/16.15	c PP set 0 variables
64.12/16.15	c pp time: 16121587us (16s)

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-3249137-1304055836/watcher-3249137-1304055836 -o /tmp/evaluation-result-3249137-1304055836/solver-3249137-1304055836 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249137-1304055836.cnf 1033766108 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: 3.68 4.02 4.97 2/171 29999
/proc/meminfo: memFree=28743912/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0

[startup+0.108673 s]
/proc/loadavg: 3.68 4.02 4.97 2/171 29999
/proc/meminfo: memFree=28743912/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.348663 s]
/proc/loadavg: 3.68 4.02 4.97 2/171 29999
/proc/meminfo: memFree=28743912/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.26445 s]
/proc/loadavg: 3.68 4.02 4.97 2/171 29999
/proc/meminfo: memFree=28743912/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.36444 s]
/proc/loadavg: 3.68 4.02 4.97 2/171 29999
/proc/meminfo: memFree=28743912/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5644 s]
/proc/loadavg: 3.68 4.02 4.97 2/171 29999
/proc/meminfo: memFree=28743912/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10112 s]
/proc/loadavg: 3.68 4.02 4.97 5/177 30005
/proc/meminfo: memFree=28686400/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=290048 CPUtime=12.3 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 18892 0 0 0 1222 8 0 0 18 0 5 0 517184315 297009152 14593 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 72512 14593 404 389 0 68262 0
[pid=30000/tid=30002] ppid=29999 vsize=290048 CPUtime=3.06 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 5138 0 0 0 304 2 0 0 19 0 5 0 517184316 297009152 14593 33554432000 4194304 5787044 140737111282240 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=290048 CPUtime=3.07 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 4179 0 0 0 305 2 0 0 19 0 5 0 517184316 297009152 14593 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933602997 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=290048 CPUtime=3.07 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 3881 0 0 0 305 2 0 0 19 0 5 0 517184317 297009152 14593 33554432000 4194304 5787044 140737111282240 18446744073709551615 4254528 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=290048 CPUtime=3.06 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 3003 0 0 0 305 1 0 0 20 0 5 0 517184317 297009152 14593 33554432000 4194304 5787044 140737111282240 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 298748

[startup+6.30053 s]
/proc/loadavg: 3.70 4.02 4.96 5/177 30005
/proc/meminfo: memFree=28668304/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=300932 CPUtime=25.03 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 25739 0 0 0 2488 15 0 0 18 0 5 0 517184315 308154368 21440 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 75233 21440 404 389 0 70983 0
[pid=30000/tid=30002] ppid=29999 vsize=300932 CPUtime=6.23 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 7168 0 0 0 618 5 0 0 24 0 5 0 517184316 308154368 21440 33554432000 4194304 5787044 140737111282240 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=300932 CPUtime=6.25 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 7279 0 0 0 620 5 0 0 20 0 5 0 517184316 308154368 21440 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=300932 CPUtime=6.24 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 5597 0 0 0 621 3 0 0 18 0 5 0 517184317 308154368 21440 33554432000 4194304 5787044 140737111282240 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=300932 CPUtime=6.26 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 3004 0 0 0 625 1 0 0 25 0 5 0 517184317 308154368 21440 33554432000 4194304 5787044 140737111282240 18446744073709551615 222921470942 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 309632

[startup+12.7004 s]
/proc/loadavg: 3.73 4.01 4.96 5/177 30006
/proc/meminfo: memFree=28627700/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=314680 CPUtime=50.57 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 35146 0 0 0 5034 23 0 0 18 0 5 0 517184315 322232320 30847 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 78670 30847 404 389 0 74420 0
[pid=30000/tid=30002] ppid=29999 vsize=314680 CPUtime=12.6 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 10047 0 0 0 1252 8 0 0 18 0 5 0 517184316 322232320 30847 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=314680 CPUtime=12.64 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 10409 0 0 0 1256 8 0 0 25 0 5 0 517184316 322232320 30847 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=314680 CPUtime=12.63 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 8995 0 0 0 1258 5 0 0 18 0 5 0 517184317 322232320 30847 33554432000 4194304 5787044 140737111282240 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=314680 CPUtime=12.66 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 3004 0 0 0 1265 1 0 0 25 0 5 0 517184317 322232320 30847 33554432000 4194304 5787044 140737111282240 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 323380

[startup+25.501 s]
/proc/loadavg: 3.87 4.03 4.95 5/177 30006
/proc/meminfo: memFree=28534672/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=332452 CPUtime=101.57 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 58696 0 0 0 10114 43 0 0 18 0 5 0 517184315 340430848 52664 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 83113 52664 417 389 0 78863 0
[pid=30000/tid=30002] ppid=29999 vsize=332452 CPUtime=25.28 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 15821 0 0 0 2514 14 0 0 20 0 5 0 517184316 340430848 52664 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=332452 CPUtime=25.42 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 15554 0 0 0 2529 13 0 0 21 0 5 0 517184316 340430848 52664 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=332452 CPUtime=25.38 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 12369 0 0 0 2530 8 0 0 25 0 5 0 517184317 340430848 52664 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=332452 CPUtime=25.43 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 12261 0 0 0 2536 7 0 0 25 0 5 0 517184317 340430848 52664 33554432000 4194304 5787044 140737111282240 18446744073709551615 4254775 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 341152

[startup+51.1003 s]
/proc/loadavg: 3.91 4.03 4.92 5/177 30007
/proc/meminfo: memFree=28428128/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=502780 CPUtime=203.74 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 85784 0 0 0 20302 72 0 0 18 0 5 0 517184315 514846720 79749 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 125695 79749 417 389 0 121445 0
[pid=30000/tid=30002] ppid=29999 vsize=502780 CPUtime=50.71 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 20840 0 0 0 5051 20 0 0 25 0 5 0 517184316 514846720 79749 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=502780 CPUtime=51 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 22188 0 0 0 5079 21 0 0 25 0 5 0 517184316 514846720 79749 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=502780 CPUtime=50.95 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 21207 0 0 0 5083 12 0 0 25 0 5 0 517184317 514846720 79749 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=502780 CPUtime=51.01 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 18858 0 0 0 5085 16 0 0 25 0 5 0 517184317 514846720 79749 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 511480

[startup+102.301 s]
/proc/loadavg: 4.02 4.04 4.88 5/177 30008
/proc/meminfo: memFree=28245956/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=613752 CPUtime=408.14 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 130633 0 0 0 40678 136 0 0 18 0 5 0 517184315 628482048 124532 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 153438 124532 417 389 0 149188 0
[pid=30000/tid=30002] ppid=29999 vsize=613752 CPUtime=101.61 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 31477 0 0 0 10123 38 0 0 25 0 5 0 517184316 628482048 124532 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=613752 CPUtime=102.17 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 33848 0 0 0 10176 41 0 0 25 0 5 0 517184316 628482048 124532 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=613752 CPUtime=102.11 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 31162 0 0 0 10193 18 0 0 20 0 5 0 517184317 628482048 124532 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=613752 CPUtime=102.19 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 31455 0 0 0 10182 37 0 0 25 0 5 0 517184317 628482048 124532 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.14
Current children cumulated vsize (KiB) 622452

[startup+162.301 s]
/proc/loadavg: 4.06 4.04 4.82 5/177 30010
/proc/meminfo: memFree=28146108/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=841560 CPUtime=647.78 cores=1,3,5,7

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

/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 88925 0 0 0 88012 201 0 0 25 0 5 0 517184316 1589440512 330652 33554432000 4194304 5787044 140737111282240 18446744073709551615 5389691 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1552188 CPUtime=879.25 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 76721 0 0 0 87876 49 0 0 25 0 5 0 517184317 1589440512 330652 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1552188 CPUtime=882.13 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 81322 0 0 0 88003 210 0 0 25 0 5 0 517184317 1589440512 330652 33554432000 4194304 5787044 140737111282240 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.66
Current children cumulated vsize (KiB) 1560888

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 4.35 5/177 30030
/proc/meminfo: memFree=27372496/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=1575308 CPUtime=3763.34 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 349377 0 0 0 375625 709 0 0 18 0 5 0 517184315 1613115392 342548 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 393827 342548 417 389 0 389577 0
[pid=30000/tid=30002] ppid=29999 vsize=1575308 CPUtime=940.11 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 88967 0 0 0 93790 221 0 0 25 0 5 0 517184316 1613115392 342548 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=1575308 CPUtime=942.13 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 89638 0 0 0 94010 203 0 0 25 0 5 0 517184316 1613115392 342548 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1575308 CPUtime=938.92 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 81515 0 0 0 93840 52 0 0 25 0 5 0 517184317 1613115392 342548 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1575308 CPUtime=942.13 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 86566 0 0 0 93981 232 0 0 25 0 5 0 517184317 1613115392 342548 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.34
Current children cumulated vsize (KiB) 1584008

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 4.32 5/177 30032
/proc/meminfo: memFree=27294080/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=1669680 CPUtime=4003 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 368789 0 0 0 399542 758 0 0 18 0 5 0 517184315 1709752320 361863 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 417420 361863 417 389 0 413170 0
[pid=30000/tid=30002] ppid=29999 vsize=1669680 CPUtime=1000.11 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 89154 0 0 0 99790 221 0 0 25 0 5 0 517184316 1709752320 361863 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=1669680 CPUtime=1002.12 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 96576 0 0 0 99982 230 0 0 25 0 5 0 517184316 1709752320 361863 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1669680 CPUtime=998.59 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 88649 0 0 0 99802 57 0 0 25 0 5 0 517184317 1709752320 361863 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1669680 CPUtime=1002.13 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 91719 0 0 0 99965 248 0 0 25 0 5 0 517184317 1709752320 361863 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003
Current children cumulated vsize (KiB) 1678380

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.30 5/177 30043
/proc/meminfo: memFree=27217904/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=1693780 CPUtime=4242.66 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 387691 0 0 0 423455 811 0 0 18 0 5 0 517184315 1734430720 380765 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 423445 380765 417 389 0 419195 0
[pid=30000/tid=30002] ppid=29999 vsize=1693780 CPUtime=1060.11 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 95580 0 0 0 105766 245 0 0 25 0 5 0 517184316 1734430720 380765 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=1693780 CPUtime=1062.12 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 103129 0 0 0 105957 255 0 0 25 0 5 0 517184316 1734430720 380765 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1693780 CPUtime=1058.26 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 94572 0 0 0 105764 62 0 0 25 0 5 0 517184317 1734430720 380765 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1693780 CPUtime=1062.12 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 91719 0 0 0 105964 248 0 0 25 0 5 0 517184317 1734430720 380765 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.66
Current children cumulated vsize (KiB) 1702480

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.28 5/177 30044
/proc/meminfo: memFree=27145452/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=1781960 CPUtime=4482.32 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 405610 0 0 0 447370 862 0 0 18 0 5 0 517184315 1824727040 398684 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 445490 398684 417 389 0 441240 0
[pid=30000/tid=30002] ppid=29999 vsize=1781960 CPUtime=1120.11 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 101847 0 0 0 111742 269 0 0 25 0 5 0 517184316 1824727040 398684 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=1781960 CPUtime=1122.12 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 109209 0 0 0 111933 279 0 0 25 0 5 0 517184316 1824727040 398684 33554432000 4194304 5787044 140737111282240 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1781960 CPUtime=1117.93 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 100136 0 0 0 111728 65 0 0 25 0 5 0 517184317 1824727040 398684 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1781960 CPUtime=1122.11 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 91727 0 0 0 111963 248 0 0 25 0 5 0 517184317 1824727040 398684 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 1790660

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.26 5/177 30046
/proc/meminfo: memFree=27081312/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=1863728 CPUtime=4722 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 421489 0 0 0 471286 914 0 0 18 0 5 0 517184315 1908457472 414563 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 465932 414563 417 389 0 461682 0
[pid=30000/tid=30002] ppid=29999 vsize=1863728 CPUtime=1180.11 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 107923 0 0 0 117716 295 0 0 25 0 5 0 517184316 1908457472 414563 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=1863728 CPUtime=1182.12 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 115100 0 0 0 117911 301 0 0 25 0 5 0 517184316 1908457472 414563 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1863728 CPUtime=1177.59 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 104010 0 0 0 117691 68 0 0 25 0 5 0 517184317 1908457472 414563 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1863728 CPUtime=1182.11 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 91765 0 0 0 117963 248 0 0 25 0 5 0 517184317 1908457472 414563 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722
Current children cumulated vsize (KiB) 1872428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.00 4.00 4.25 5/177 30049
/proc/meminfo: memFree=27066404/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=1863728 CPUtime=4800.29 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 425474 0 0 0 479101 928 0 0 18 0 5 0 517184315 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 465932 418342 417 389 0 461682 0
[pid=30000/tid=30002] ppid=29999 vsize=1863728 CPUtime=1199.71 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 109795 0 0 0 119669 302 0 0 25 0 5 0 517184316 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=1863728 CPUtime=1201.72 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 117188 0 0 0 119865 307 0 0 25 0 5 0 517184316 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1863728 CPUtime=1197.08 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 104010 0 0 0 119640 68 0 0 25 0 5 0 517184317 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1863728 CPUtime=1201.72 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 91790 0 0 0 119923 249 0 0 25 0 5 0 517184317 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1872428

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

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

[startup+1201.9 s]
/proc/loadavg: 4.00 4.00 4.25 5/177 30049
/proc/meminfo: memFree=27066404/32951124 swapFree=67111356/67111528
[pid=29999] ppid=29997 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29999/stat : 29999 (prissAuto.sh) S 29997 29999 27559 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517184315 8908800 252 33554432000 4194304 4922060 140733797169552 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29999/statm: 2175 252 211 178 0 68 0
[pid=30000] ppid=29999 vsize=1863728 CPUtime=4800.29 cores=1,3,5,7
/proc/30000/stat : 30000 (priss) S 29999 29999 27559 0 -1 4202496 425474 0 0 0 479101 928 0 0 18 0 5 0 517184315 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30000/statm: 465932 418342 417 389 0 461682 0
[pid=30000/tid=30002] ppid=29999 vsize=1863728 CPUtime=1199.71 cores=1,3,5,7
/proc/30000/task/30002/stat : 30002 (priss) R 29999 29999 27559 0 -1 4202560 109795 0 0 0 119669 302 0 0 25 0 5 0 517184316 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30000/tid=30003] ppid=29999 vsize=1863728 CPUtime=1201.72 cores=1,3,5,7
/proc/30000/task/30003/stat : 30003 (priss) R 29999 29999 27559 0 -1 4202560 117188 0 0 0 119865 307 0 0 25 0 5 0 517184316 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30000/tid=30004] ppid=29999 vsize=1863728 CPUtime=1197.08 cores=1,3,5,7
/proc/30000/task/30004/stat : 30004 (priss) R 29999 29999 27559 0 -1 4202560 104010 0 0 0 119640 68 0 0 25 0 5 0 517184317 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30000/tid=30005] ppid=29999 vsize=1863728 CPUtime=1201.72 cores=1,3,5,7
/proc/30000/task/30005/stat : 30005 (priss) R 29999 29999 27559 0 -1 4202560 91790 0 0 0 119923 249 0 0 25 0 5 0 517184317 1908457472 418342 33554432000 4194304 5787044 140737111282240 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1872428

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.29
CPU user time (s): 4791.01
CPU system time (s): 9.28
CPU usage (%): 399.386
Max. virtual memory (cumulated for all children) (KiB): 1872428

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

runsolver used 2.01169 second user time and 4.55031 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 07:43:56
IDJOB=3249137
IDBENCH=83157
IDSOLVER=1602
FILE ID=node109/3249137-1304055836
RUNJOBID= node109-1304051370-29599
PBS_JOBID= 13170356
Free space on /tmp= 72384 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x34.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249137-1304055836/watcher-3249137-1304055836 -o /tmp/evaluation-result-3249137-1304055836/solver-3249137-1304055836 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249137-1304055836.cnf 1033766108 4800 15500 4

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

MD5SUM BENCH= 1633295f58c28a5b4150be8640bdf9df
RANDOM SEED=1033766108

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28744068 kB
Buffers:        880860 kB
Cached:        2837888 kB
SwapCached:        168 kB
Active:         816728 kB
Inactive:      2966060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28744068 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:       64260 kB
Mapped:          14716 kB
Slab:           360528 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188244 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= 72384 MiB
End job on node109 at 2011-04-29 08:04:00