Trace number 3262999

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.17 1202.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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: 31929
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 39695us
0.00/0.04	c parsed 56970 clauses with 150 variables
0.00/0.05	c NW started thread 0 successfully (1093806400)
0.00/0.06	c NW started thread 1 successfully (1104296256)
0.00/0.08	c NW started thread 2 successfully (1114786112)
0.00/0.13	c NW started thread 3 successfully (1125275968)
132.79/33.31	c preprocessor returned 10029 variables
132.79/33.31	c preprocessing returned UNKNOWN
132.79/33.31	c PP set 0 variables
132.79/33.31	c pp time: 33257534us (33s)
133.59/33.56	c preprocessor returned 10029 variables
133.59/33.56	c preprocessing returned UNKNOWN
133.59/33.56	c PP set 0 variables
133.59/33.56	c pp time: 33486142us (33s)
134.39/33.79	c preprocessor returned 10029 variables
134.39/33.79	c preprocessing returned UNKNOWN
134.39/33.79	c PP set 0 variables
134.39/33.79	c pp time: 33726031us (33s)
827.77/207.32	c preprocessor returned 30024 variables
827.77/207.32	c preprocessing returned UNKNOWN
827.77/207.32	c PP set 0 variables
827.77/207.32	c pp time: 207230924us (207s)

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-3262999-1304063639/watcher-3262999-1304063639 -o /tmp/evaluation-result-3262999-1304063639/solver-3262999-1304063639 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262999-1304063639.cnf 753876880 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: 7.72 8.00 8.00 5/182 31928
/proc/meminfo: memFree=26788532/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0

[startup+0.085134 s]
/proc/loadavg: 7.72 8.00 8.00 5/182 31928
/proc/meminfo: memFree=26788532/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101134 s]
/proc/loadavg: 7.72 8.00 8.00 5/182 31928
/proc/meminfo: memFree=26788532/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301096 s]
/proc/loadavg: 7.72 8.00 8.00 5/182 31928
/proc/meminfo: memFree=26788532/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701022 s]
/proc/loadavg: 7.72 8.00 8.00 5/182 31928
/proc/meminfo: memFree=26788532/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 7.72 8.00 8.00 9/188 31934
/proc/meminfo: memFree=26751408/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=218256 CPUtime=5.77 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 9697 0 0 0 576 1 0 0 20 0 5 0 517961679 223494144 9473 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 54564 9473 350 389 0 50314 0
[pid=31929/tid=31931] ppid=31928 vsize=218256 CPUtime=1.44 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 1024 0 0 0 144 0 0 0 25 0 5 0 517961684 223494144 9473 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=218256 CPUtime=1.42 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 875 0 0 0 142 0 0 0 24 0 5 0 517961685 223494144 9473 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=218256 CPUtime=1.41 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 977 0 0 0 141 0 0 0 25 0 5 0 517961687 223494144 9473 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336777 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=218256 CPUtime=1.4 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 893 0 0 0 140 0 0 0 25 0 5 0 517961688 223494144 9473 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 226956

[startup+3.10059 s]
/proc/loadavg: 7.72 8.00 8.00 9/188 31934
/proc/meminfo: memFree=26751156/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=218256 CPUtime=12.17 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 9698 0 0 0 1215 2 0 0 20 0 5 0 517961679 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 54564 9474 350 389 0 50314 0
[pid=31929/tid=31931] ppid=31928 vsize=218256 CPUtime=3.04 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 1024 0 0 0 304 0 0 0 25 0 5 0 517961684 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=218256 CPUtime=3.01 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 876 0 0 0 301 0 0 0 25 0 5 0 517961685 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=218256 CPUtime=3.01 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 977 0 0 0 301 0 0 0 25 0 5 0 517961687 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336144 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=218256 CPUtime=3 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 893 0 0 0 300 0 0 0 25 0 5 0 517961688 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 226956

[startup+6.30101 s]
/proc/loadavg: 7.74 8.00 8.00 9/188 31934
/proc/meminfo: memFree=26750580/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=218256 CPUtime=24.95 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 9698 0 0 0 2493 2 0 0 20 0 5 0 517961679 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 54564 9474 350 389 0 50314 0
[pid=31929/tid=31931] ppid=31928 vsize=218256 CPUtime=6.24 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 1024 0 0 0 624 0 0 0 25 0 5 0 517961684 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=218256 CPUtime=6.19 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 876 0 0 0 619 0 0 0 25 0 5 0 517961685 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=218256 CPUtime=6.21 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 977 0 0 0 621 0 0 0 25 0 5 0 517961687 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=218256 CPUtime=6.2 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 893 0 0 0 620 0 0 0 25 0 5 0 517961688 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 226956

[startup+12.7008 s]
/proc/loadavg: 7.76 8.00 8.00 9/188 31935
/proc/meminfo: memFree=26750724/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=218256 CPUtime=50.51 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 9698 0 0 0 5049 2 0 0 20 0 5 0 517961679 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 54564 9474 350 389 0 50314 0
[pid=31929/tid=31931] ppid=31928 vsize=218256 CPUtime=12.64 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 1024 0 0 0 1264 0 0 0 25 0 5 0 517961684 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=218256 CPUtime=12.56 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 876 0 0 0 1256 0 0 0 25 0 5 0 517961685 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=218256 CPUtime=12.61 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 977 0 0 0 1261 0 0 0 25 0 5 0 517961687 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=218256 CPUtime=12.6 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 893 0 0 0 1260 0 0 0 25 0 5 0 517961688 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 226956

[startup+25.5005 s]
/proc/loadavg: 7.81 8.00 8.00 9/188 31935
/proc/meminfo: memFree=26750348/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=218256 CPUtime=101.64 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 9698 0 0 0 10162 2 0 0 20 0 5 0 517961679 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 54564 9474 350 389 0 50314 0
[pid=31929/tid=31931] ppid=31928 vsize=218256 CPUtime=25.43 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 1024 0 0 0 2543 0 0 0 25 0 5 0 517961684 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=218256 CPUtime=25.28 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 876 0 0 0 2528 0 0 0 25 0 5 0 517961685 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336721 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=218256 CPUtime=25.41 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 977 0 0 0 2541 0 0 0 25 0 5 0 517961687 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=218256 CPUtime=25.4 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 893 0 0 0 2540 0 0 0 25 0 5 0 517961688 223494144 9474 33554432000 4194304 5787044 140735922044336 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 226956

[startup+51.1009 s]
/proc/loadavg: 7.88 8.00 8.00 9/188 31969
/proc/meminfo: memFree=27681028/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=248236 CPUtime=203.87 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 23213 0 0 0 20376 11 0 0 20 0 5 0 517961679 254193664 22102 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 62059 22102 404 389 0 57809 0
[pid=31929/tid=31931] ppid=31928 vsize=248236 CPUtime=51.02 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 6196 0 0 0 5099 3 0 0 25 0 5 0 517961684 254193664 22102 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=248236 CPUtime=50.73 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 3644 0 0 0 5071 2 0 0 25 0 5 0 517961685 254193664 22102 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=248236 CPUtime=51 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 4515 0 0 0 5097 3 0 0 25 0 5 0 517961687 254193664 22102 33554432000 4194304 5787044 140735922044336 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=248236 CPUtime=50.99 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 2930 0 0 0 5099 0 0 0 25 0 5 0 517961688 254193664 22102 33554432000 4194304 5787044 140735922044336 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 256936

[startup+102.307 s]
/proc/loadavg: 7.94 8.00 8.00 9/188 31970
/proc/meminfo: memFree=27585356/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=263340 CPUtime=408.39 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 32620 0 0 0 40819 20 0 0 20 0 5 0 517961679 269660160 31397 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 65835 31397 404 389 0 61585 0
[pid=31929/tid=31931] ppid=31928 vsize=263340 CPUtime=102.21 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 8874 0 0 0 10215 6 0 0 25 0 5 0 517961684 269660160 31397 33554432000 4194304 5787044 140735922044336 18446744073709551615 4220696 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=263340 CPUtime=101.65 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 6573 0 0 0 10160 5 0 0 25 0 5 0 517961685 269660160 31397 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=263340 CPUtime=102.2 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 8315 0 0 0 10214 6 0 0 25 0 5 0 517961687 269660160 31397 33554432000 4194304 5787044 140735922044336 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=263340 CPUtime=102.2 cores=0,2,4,6

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

/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 23366 0 0 0 81841 23 0 0 25 0 5 0 517961685 639086592 104975 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=624108 CPUtime=822.15 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 29506 0 0 0 82184 31 0 0 25 0 5 0 517961687 639086592 104975 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=624108 CPUtime=822.21 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 25129 0 0 0 82191 30 0 0 25 0 5 0 517961688 639086592 104975 33554432000 4194304 5787044 140735922044336 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.46
Current children cumulated vsize (KiB) 632808

[startup+882.301 s]
/proc/loadavg: 8.05 8.07 8.01 9/188 32003
/proc/meminfo: memFree=26944040/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=628080 CPUtime=3523.13 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 110274 0 0 0 352200 113 0 0 20 0 5 0 517961679 643153920 107097 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 157020 107097 417 389 0 152770 0
[pid=31929/tid=31931] ppid=31928 vsize=628080 CPUtime=880.35 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 24561 0 0 0 88010 25 0 0 25 0 5 0 517961684 643153920 107097 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=628080 CPUtime=878.3 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 23624 0 0 0 87807 23 0 0 25 0 5 0 517961685 643153920 107097 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=628080 CPUtime=882.14 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 29880 0 0 0 88183 31 0 0 25 0 5 0 517961687 643153920 107097 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=628080 CPUtime=882.21 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 26281 0 0 0 88190 31 0 0 25 0 5 0 517961688 643153920 107097 33554432000 4194304 5787044 140735922044336 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.13
Current children cumulated vsize (KiB) 636780

[startup+942.301 s]
/proc/loadavg: 8.06 8.07 8.01 9/188 32005
/proc/meminfo: memFree=26917204/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=632344 CPUtime=3762.8 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 112127 0 0 0 376166 114 0 0 20 0 5 0 517961679 647520256 108437 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 158086 108437 417 389 0 153836 0
[pid=31929/tid=31931] ppid=31928 vsize=632344 CPUtime=940.34 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 24692 0 0 0 94009 25 0 0 25 0 5 0 517961684 647520256 108437 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=632344 CPUtime=937.99 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 24673 0 0 0 93775 24 0 0 25 0 5 0 517961685 647520256 108437 33554432000 4194304 5787044 140735922044336 18446744073709551615 4238741 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=632344 CPUtime=942.13 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 29916 0 0 0 94182 31 0 0 25 0 5 0 517961687 647520256 108437 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=632344 CPUtime=942.21 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 26918 0 0 0 94190 31 0 0 25 0 5 0 517961688 647520256 108437 33554432000 4194304 5787044 140735922044336 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.8
Current children cumulated vsize (KiB) 641044

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 8.01 9/188 32006
/proc/meminfo: memFree=26869796/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=640268 CPUtime=4002.45 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 116406 0 0 0 400127 118 0 0 20 0 5 0 517961679 655634432 112106 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 160067 112106 417 389 0 155817 0
[pid=31929/tid=31931] ppid=31928 vsize=640268 CPUtime=1000.34 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 26539 0 0 0 100006 28 0 0 25 0 5 0 517961684 655634432 112106 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=640268 CPUtime=997.65 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 25205 0 0 0 99741 24 0 0 25 0 5 0 517961685 655634432 112106 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=640268 CPUtime=1002.13 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 31477 0 0 0 100181 32 0 0 25 0 5 0 517961687 655634432 112106 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=640268 CPUtime=1002.2 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 27257 0 0 0 100189 31 0 0 25 0 5 0 517961688 655634432 112106 33554432000 4194304 5787044 140735922044336 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.45
Current children cumulated vsize (KiB) 648968

[startup+1062.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/188 32008
/proc/meminfo: memFree=26843580/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=644368 CPUtime=4242.12 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 119894 0 0 0 424089 123 0 0 20 0 5 0 517961679 659832832 115594 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 161092 115594 417 389 0 156842 0
[pid=31929/tid=31931] ppid=31928 vsize=644368 CPUtime=1060.35 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 29274 0 0 0 106003 32 0 0 25 0 5 0 517961684 659832832 115594 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=644368 CPUtime=1057.33 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 25955 0 0 0 105707 26 0 0 25 0 5 0 517961685 659832832 115594 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=644368 CPUtime=1062.12 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 31478 0 0 0 106180 32 0 0 25 0 5 0 517961687 659832832 115594 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=644368 CPUtime=1062.2 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 27259 0 0 0 106189 31 0 0 25 0 5 0 517961688 659832832 115594 33554432000 4194304 5787044 140735922044336 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.12
Current children cumulated vsize (KiB) 653068

[startup+1122.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/188 32009
/proc/meminfo: memFree=26814020/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=658776 CPUtime=4481.79 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 126755 0 0 0 448048 131 0 0 20 0 5 0 517961679 674586624 122455 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 164694 122455 417 389 0 160444 0
[pid=31929/tid=31931] ppid=31928 vsize=658776 CPUtime=1120.34 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 31732 0 0 0 112000 34 0 0 25 0 5 0 517961684 674586624 122455 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=658776 CPUtime=1117 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 27634 0 0 0 111672 28 0 0 25 0 5 0 517961685 674586624 122455 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=658776 CPUtime=1122.12 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 31643 0 0 0 112179 33 0 0 25 0 5 0 517961687 674586624 122455 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=658776 CPUtime=1122.21 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 29818 0 0 0 112187 34 0 0 25 0 5 0 517961688 674586624 122455 33554432000 4194304 5787044 140735922044336 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.79
Current children cumulated vsize (KiB) 667476

[startup+1182.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/188 32011
/proc/meminfo: memFree=26798344/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=664888 CPUtime=4721.46 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 130682 0 0 0 472011 135 0 0 20 0 5 0 517961679 680845312 126157 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 166222 126157 417 389 0 161972 0
[pid=31929/tid=31931] ppid=31928 vsize=664888 CPUtime=1180.34 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 32824 0 0 0 117999 35 0 0 25 0 5 0 517961684 680845312 126157 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=664888 CPUtime=1176.67 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 28975 0 0 0 117638 29 0 0 25 0 5 0 517961685 680845312 126157 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=664888 CPUtime=1182.11 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 31657 0 0 0 118178 33 0 0 25 0 5 0 517961687 680845312 126157 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=664888 CPUtime=1182.21 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 31298 0 0 0 118186 35 0 0 25 0 5 0 517961688 680845312 126157 33554432000 4194304 5787044 140735922044336 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.46
Current children cumulated vsize (KiB) 673588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.15 8.10 8.02 9/188 32011
/proc/meminfo: memFree=26797844/32951124 swapFree=67111356/67111528
[pid=31928] ppid=31926 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (prissAuto.sh) S 31926 31928 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517961679 8908800 251 33554432000 4194304 4922060 140733227043952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31928/statm: 2175 251 211 178 0 68 0
[pid=31929] ppid=31928 vsize=665048 CPUtime=4800.17 cores=0,2,4,6
/proc/31929/stat : 31929 (priss) S 31928 31928 30345 0 -1 4202496 130767 0 0 0 479882 135 0 0 20 0 5 0 517961679 681009152 126242 33554432000 4194304 5787044 140735922044336 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31929/statm: 166262 126242 417 389 0 162012 0
[pid=31929/tid=31931] ppid=31928 vsize=665048 CPUtime=1200.05 cores=0,2,4,6
/proc/31929/task/31931/stat : 31931 (priss) R 31928 31928 30345 0 -1 4202560 32892 0 0 0 119970 35 0 0 25 0 5 0 517961684 681009152 126242 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31929/tid=31932] ppid=31928 vsize=665048 CPUtime=1196.26 cores=0,2,4,6
/proc/31929/task/31932/stat : 31932 (priss) R 31928 31928 30345 0 -1 4202560 28976 0 0 0 119597 29 0 0 25 0 5 0 517961685 681009152 126242 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31929/tid=31933] ppid=31928 vsize=665048 CPUtime=1201.82 cores=0,2,4,6
/proc/31929/task/31933/stat : 31933 (priss) R 31928 31928 30345 0 -1 4202560 31668 0 0 0 120149 33 0 0 25 0 5 0 517961687 681009152 126242 33554432000 4194304 5787044 140735922044336 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31929/tid=31934] ppid=31928 vsize=665048 CPUtime=1201.92 cores=0,2,4,6
/proc/31929/task/31934/stat : 31934 (priss) R 31928 31928 30345 0 -1 4202560 31303 0 0 0 120157 35 0 0 25 0 5 0 517961688 681009152 126242 33554432000 4194304 5787044 140735922044336 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 673748

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31928 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.17
CPU user time (s): 4798.82
CPU system time (s): 1.35
CPU usage (%): 399.342
Max. virtual memory (cumulated for all children) (KiB): 673748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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.78573 second user time and 4.77827 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 09:54:00
IDJOB=3262999
IDBENCH=83909
IDSOLVER=1602
FILE ID=node137/3262999-1304063639
RUNJOBID= node137-1304058816-31308
PBS_JOBID= 13170416
Free space on /tmp= 71600 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262999-1304063639/watcher-3262999-1304063639 -o /tmp/evaluation-result-3262999-1304063639/solver-3262999-1304063639 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262999-1304063639.cnf 753876880 4800 15500 4

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=753876880

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:      26788680 kB
Buffers:        900760 kB
Cached:        3733716 kB
SwapCached:         56 kB
Active:        1283152 kB
Inactive:      4412356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26788680 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3896 kB
Writeback:           0 kB
AnonPages:     1060728 kB
Mapped:          15616 kB
Slab:           401204 kB
PageTables:       6824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1280912 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= 71612 MiB
End job on node137 at 2011-04-29 10:14:04