Trace number 3257983

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.26 1201.82

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 29665
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 45287us
0.00/0.05	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1108379968)
0.00/0.08	c NW started thread 1 successfully (1118869824)
0.00/0.10	c NW started thread 2 successfully (1094789440)
0.00/0.13	c NW started thread 3 successfully (1129359680)
33.25/8.41	c preprocessor returned 10004 variables
33.25/8.41	c preprocessing returned UNKNOWN
33.25/8.41	c PP set 0 variables
33.25/8.41	c pp time: 8349973us (8s)
33.25/8.47	c preprocessor returned 10004 variables
33.25/8.47	c preprocessing returned UNKNOWN
33.25/8.47	c PP set 0 variables
33.25/8.47	c pp time: 8367869us (8s)
33.65/8.54	c preprocessor returned 10004 variables
33.65/8.54	c preprocessing returned UNKNOWN
33.65/8.54	c PP set 0 variables
33.65/8.54	c pp time: 8462686us (8s)
61.22/15.41	c preprocessor returned 30022 variables
61.22/15.41	c preprocessing returned UNKNOWN
61.22/15.41	c PP set 0 variables
61.22/15.41	c pp time: 15278944us (15s)

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-3257983-1304044060/watcher-3257983-1304044060 -o /tmp/evaluation-result-3257983-1304044060/solver-3257983-1304044060 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257983-1304044060.cnf 1223081283 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: 5.16 7.31 7.66 4/177 29664
/proc/meminfo: memFree=20509964/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0

[startup+0.0393421 s]
/proc/loadavg: 5.16 7.31 7.66 4/177 29664
/proc/meminfo: memFree=20509964/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100329 s]
/proc/loadavg: 5.16 7.31 7.66 4/177 29664
/proc/meminfo: memFree=20509964/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300237 s]
/proc/loadavg: 5.16 7.31 7.66 4/177 29664
/proc/meminfo: memFree=20509964/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700157 s]
/proc/loadavg: 5.16 7.31 7.66 4/177 29664
/proc/meminfo: memFree=20509964/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 5.16 7.31 7.66 10/188 29675
/proc/meminfo: memFree=20409944/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=307708 CPUtime=5.69 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 37810 0 0 0 560 9 0 0 18 0 5 0 594636680 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 76927 18559 350 389 0 72677 0
[pid=29665/tid=29672] ppid=29664 vsize=307708 CPUtime=1.41 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 7025 0 0 0 140 1 0 0 19 0 5 0 594636686 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=307708 CPUtime=1.39 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 7026 0 0 0 137 2 0 0 19 0 5 0 594636688 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=307708 CPUtime=1.38 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 6974 0 0 0 136 2 0 0 19 0 5 0 594636690 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=307708 CPUtime=1.36 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 5809 0 0 0 135 1 0 0 19 0 5 0 594636693 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 316408

[startup+3.10071 s]
/proc/loadavg: 5.16 7.31 7.66 9/188 29675
/proc/meminfo: memFree=20397668/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=307708 CPUtime=12.08 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 37810 0 0 0 1199 9 0 0 18 0 5 0 594636680 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 76927 18559 350 389 0 72677 0
[pid=29665/tid=29672] ppid=29664 vsize=307708 CPUtime=3.01 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 7025 0 0 0 300 1 0 0 24 0 5 0 594636686 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=307708 CPUtime=2.98 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 7026 0 0 0 296 2 0 0 24 0 5 0 594636688 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=307708 CPUtime=2.98 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 6974 0 0 0 296 2 0 0 24 0 5 0 594636690 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=307708 CPUtime=2.96 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 5809 0 0 0 295 1 0 0 24 0 5 0 594636693 315092992 18559 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 316408

[startup+6.30111 s]
/proc/loadavg: 5.39 7.32 7.67 9/188 29675
/proc/meminfo: memFree=20381592/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=307708 CPUtime=24.86 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 39546 0 0 0 2477 9 0 0 18 0 5 0 594636680 315092992 20295 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 76927 20295 352 389 0 72677 0
[pid=29665/tid=29672] ppid=29664 vsize=307708 CPUtime=6.21 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 7605 0 0 0 620 1 0 0 25 0 5 0 594636686 315092992 20295 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=307708 CPUtime=6.17 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 7604 0 0 0 615 2 0 0 25 0 5 0 594636688 315092992 20295 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=307708 CPUtime=6.18 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 7552 0 0 0 616 2 0 0 25 0 5 0 594636690 315092992 20295 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=307708 CPUtime=6.16 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 5809 0 0 0 615 1 0 0 25 0 5 0 594636693 315092992 20295 33554432000 4194304 5787044 140734391080688 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 316408

[startup+12.7009 s]
/proc/loadavg: 5.60 7.33 7.67 9/188 29675
/proc/meminfo: memFree=20330524/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=325768 CPUtime=50.42 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 64261 0 0 0 5027 15 0 0 18 0 5 0 594636680 333586432 30626 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 81442 30626 404 389 0 77192 0
[pid=29665/tid=29672] ppid=29664 vsize=325768 CPUtime=12.61 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 15483 0 0 0 1258 3 0 0 25 0 5 0 594636686 333586432 30626 33554432000 4194304 5787044 140734391080688 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=325768 CPUtime=12.53 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 14468 0 0 0 1249 4 0 0 25 0 5 0 594636688 333586432 30626 33554432000 4194304 5787044 140734391080688 18446744073709551615 5585281 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=325768 CPUtime=12.58 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 14893 0 0 0 1254 4 0 0 25 0 5 0 594636690 333586432 30626 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=325768 CPUtime=12.56 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 8441 0 0 0 1255 1 0 0 25 0 5 0 594636693 333586432 30626 33554432000 4194304 5787044 140734391080688 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 334468

[startup+25.5005 s]
/proc/loadavg: 6.13 7.36 7.67 9/188 29675
/proc/meminfo: memFree=20290228/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=331672 CPUtime=101.54 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 73900 0 0 0 10136 18 0 0 18 0 5 0 594636680 339632128 35526 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 82918 35526 417 389 0 78668 0
[pid=29665/tid=29672] ppid=29664 vsize=331672 CPUtime=25.41 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 16641 0 0 0 2537 4 0 0 25 0 5 0 594636686 339632128 35526 33554432000 4194304 5787044 140734391080688 18446744073709551615 5588126 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=331672 CPUtime=25.25 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 15595 0 0 0 2521 4 0 0 25 0 5 0 594636688 339632128 35526 33554432000 4194304 5787044 140734391080688 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=331672 CPUtime=25.37 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 16055 0 0 0 2532 5 0 0 25 0 5 0 594636690 339632128 35526 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=331672 CPUtime=25.36 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 14633 0 0 0 2534 2 0 0 25 0 5 0 594636693 339632128 35526 33554432000 4194304 5787044 140734391080688 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 340372

[startup+51.1007 s]
/proc/loadavg: 6.90 7.44 7.69 9/188 29676
/proc/meminfo: memFree=20224348/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=341412 CPUtime=203.8 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 82781 0 0 0 20356 24 0 0 18 0 5 0 594636680 349605888 44406 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 85353 44406 417 389 0 81103 0
[pid=29665/tid=29672] ppid=29664 vsize=341412 CPUtime=51.01 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 18794 0 0 0 5095 6 0 0 25 0 5 0 594636686 349605888 44406 33554432000 4194304 5787044 140734391080688 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=341412 CPUtime=50.72 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 18723 0 0 0 5066 6 0 0 25 0 5 0 594636688 349605888 44406 33554432000 4194304 5787044 140734391080688 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=341412 CPUtime=50.98 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 18294 0 0 0 5091 7 0 0 25 0 5 0 594636690 349605888 44406 33554432000 4194304 5787044 140734391080688 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=341412 CPUtime=50.96 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 15994 0 0 0 5093 3 0 0 25 0 5 0 594636693 349605888 44406 33554432000 4194304 5787044 140734391080688 18446744073709551615 5524781 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 350112

[startup+102.307 s]
/proc/loadavg: 7.52 7.53 7.70 9/188 29709
/proc/meminfo: memFree=20184576/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=360044 CPUtime=408.33 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 96199 0 0 0 40793 40 0 0 18 0 5 0 594636680 368685056 57758 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 90011 57758 417 389 0 85761 0
[pid=29665/tid=29672] ppid=29664 vsize=360044 CPUtime=102.21 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 21621 0 0 0 10211 10 0 0 25 0 5 0 594636686 368685056 57758 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=360044 CPUtime=101.63 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 21650 0 0 0 10153 10 0 0 25 0 5 0 594636688 368685056 57758 33554432000 4194304 5787044 140734391080688 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=360044 CPUtime=102.17 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 22366 0 0 0 10206 11 0 0 25 0 5 0 594636690 368685056 57758 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=360044 CPUtime=102.16 cores=1,3,5,7

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

/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 50406 0 0 0 81713 53 0 0 25 0 5 0 594636688 923312128 167068 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=901672 CPUtime=822.15 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 50883 0 0 0 82157 58 0 0 25 0 5 0 594636690 923312128 167068 33554432000 4194304 5787044 140734391080688 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=901672 CPUtime=822.15 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 42320 0 0 0 82190 25 0 0 25 0 5 0 594636693 923312128 167068 33554432000 4194304 5787044 140734391080688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.32
Current children cumulated vsize (KiB) 910372

[startup+882.301 s]
/proc/loadavg: 8.15 8.06 7.92 9/188 29733
/proc/meminfo: memFree=19348976/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=901672 CPUtime=3523.97 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 220511 0 0 0 352168 229 0 0 18 0 5 0 594636680 923312128 180163 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 225418 180163 417 389 0 221168 0
[pid=29665/tid=29672] ppid=29664 vsize=901672 CPUtime=882.19 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 56596 0 0 0 88152 67 0 0 25 0 5 0 594636686 923312128 180163 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=901672 CPUtime=877.33 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 54652 0 0 0 87670 63 0 0 25 0 5 0 594636688 923312128 180163 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=901672 CPUtime=882.15 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 55967 0 0 0 88144 71 0 0 25 0 5 0 594636690 923312128 180163 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=901672 CPUtime=882.15 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 42320 0 0 0 88190 25 0 0 25 0 5 0 594636693 923312128 180163 33554432000 4194304 5787044 140734391080688 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.97
Current children cumulated vsize (KiB) 910372

[startup+942.301 s]
/proc/loadavg: 8.18 8.08 7.93 9/188 29735
/proc/meminfo: memFree=19306060/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=901672 CPUtime=3763.65 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 222574 0 0 0 376131 234 0 0 18 0 5 0 594636680 923312128 182001 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 225418 182001 417 389 0 221168 0
[pid=29665/tid=29672] ppid=29664 vsize=901672 CPUtime=942.19 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 56596 0 0 0 94152 67 0 0 25 0 5 0 594636686 923312128 182001 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=901672 CPUtime=937 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 54652 0 0 0 93637 63 0 0 25 0 5 0 594636688 923312128 182001 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=901672 CPUtime=942.15 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 58028 0 0 0 94140 75 0 0 25 0 5 0 594636690 923312128 182001 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=901672 CPUtime=942.15 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 42322 0 0 0 94190 25 0 0 25 0 5 0 594636693 923312128 182001 33554432000 4194304 5787044 140734391080688 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.65
Current children cumulated vsize (KiB) 910372

[startup+1002.3 s]
/proc/loadavg: 8.13 8.08 7.94 9/188 29736
/proc/meminfo: memFree=19272684/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=901672 CPUtime=4003.32 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 222579 0 0 0 400098 234 0 0 18 0 5 0 594636680 923312128 182006 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 225418 182006 417 389 0 221168 0
[pid=29665/tid=29672] ppid=29664 vsize=901672 CPUtime=1002.19 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 56597 0 0 0 100152 67 0 0 25 0 5 0 594636686 923312128 182006 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=901672 CPUtime=996.68 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 54655 0 0 0 99604 64 0 0 25 0 5 0 594636688 923312128 182006 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=901672 CPUtime=1002.15 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 58028 0 0 0 100140 75 0 0 25 0 5 0 594636690 923312128 182006 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=901672 CPUtime=1002.15 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 42323 0 0 0 100190 25 0 0 25 0 5 0 594636693 923312128 182006 33554432000 4194304 5787044 140734391080688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.32
Current children cumulated vsize (KiB) 910372

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 7.94 9/188 29738
/proc/meminfo: memFree=19258152/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=905772 CPUtime=4243.01 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 223122 0 0 0 424066 235 0 0 18 0 5 0 594636680 927510528 182549 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 226443 182549 417 389 0 222193 0
[pid=29665/tid=29672] ppid=29664 vsize=905772 CPUtime=1062.19 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 56599 0 0 0 106152 67 0 0 25 0 5 0 594636686 927510528 182549 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=905772 CPUtime=1056.36 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 54658 0 0 0 105572 64 0 0 25 0 5 0 594636688 927510528 182549 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=905772 CPUtime=1062.15 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 58028 0 0 0 106140 75 0 0 25 0 5 0 594636690 927510528 182549 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=905772 CPUtime=1062.15 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 42861 0 0 0 106190 25 0 0 25 0 5 0 594636693 927510528 182549 33554432000 4194304 5787044 140734391080688 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.01
Current children cumulated vsize (KiB) 914472

[startup+1122.3 s]
/proc/loadavg: 8.09 8.08 7.95 9/188 29740
/proc/meminfo: memFree=19233088/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=921420 CPUtime=4482.68 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 227104 0 0 0 448030 238 0 0 18 0 5 0 594636680 943534080 186531 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 230355 186531 417 389 0 226105 0
[pid=29665/tid=29672] ppid=29664 vsize=921420 CPUtime=1122.2 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 56608 0 0 0 112152 68 0 0 25 0 5 0 594636686 943534080 186531 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=921420 CPUtime=1116.03 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 54666 0 0 0 111539 64 0 0 25 0 5 0 594636688 943534080 186531 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=921420 CPUtime=1122.16 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 59053 0 0 0 112140 76 0 0 25 0 5 0 594636690 943534080 186531 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=921420 CPUtime=1122.16 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 45801 0 0 0 112188 28 0 0 25 0 5 0 594636693 943534080 186531 33554432000 4194304 5787044 140734391080688 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.68
Current children cumulated vsize (KiB) 930120

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 7.95 9/188 29741
/proc/meminfo: memFree=19211360/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=942668 CPUtime=4722.35 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 232560 0 0 0 471993 242 0 0 18 0 5 0 594636680 965292032 191987 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 235667 191987 417 389 0 231417 0
[pid=29665/tid=29672] ppid=29664 vsize=942668 CPUtime=1182.19 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 56662 0 0 0 118151 68 0 0 25 0 5 0 594636686 965292032 191987 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=942668 CPUtime=1175.7 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 54733 0 0 0 117506 64 0 0 25 0 5 0 594636688 965292032 191987 33554432000 4194304 5787044 140734391080688 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=942668 CPUtime=1182.16 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 61105 0 0 0 118140 76 0 0 25 0 5 0 594636690 965292032 191987 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=942668 CPUtime=1182.15 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 49084 0 0 0 118184 31 0 0 25 0 5 0 594636693 965292032 191987 33554432000 4194304 5787044 140734391080688 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 951368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.06 8.07 7.95 9/188 29742
/proc/meminfo: memFree=19199576/32950928 swapFree=67111524/67111528
[pid=29664] ppid=29662 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29664/stat : 29664 (prissAuto.sh) S 29662 29664 28251 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 594636680 8908800 251 33554432000 4194304 4922060 140735591320592 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29664/statm: 2175 251 211 178 0 68 0
[pid=29665] ppid=29664 vsize=946764 CPUtime=4800.26 cores=1,3,5,7
/proc/29665/stat : 29665 (priss) S 29664 29664 28251 0 -1 4202496 235441 0 0 0 479779 247 0 0 18 0 5 0 594636680 969486336 194868 33554432000 4194304 5787044 140734391080688 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29665/statm: 236691 194868 417 389 0 232441 0
[pid=29665/tid=29672] ppid=29664 vsize=946764 CPUtime=1201.7 cores=1,3,5,7
/proc/29665/task/29672/stat : 29672 (priss) R 29664 29664 28251 0 -1 4202560 57698 0 0 0 120100 70 0 0 25 0 5 0 594636686 969486336 194868 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29665/tid=29673] ppid=29664 vsize=946764 CPUtime=1195.09 cores=1,3,5,7
/proc/29665/task/29673/stat : 29673 (priss) R 29664 29664 28251 0 -1 4202560 55520 0 0 0 119444 65 0 0 25 0 5 0 594636688 969486336 194868 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29665/tid=29674] ppid=29664 vsize=946764 CPUtime=1201.67 cores=1,3,5,7
/proc/29665/task/29674/stat : 29674 (priss) R 29664 29664 28251 0 -1 4202560 61122 0 0 0 120091 76 0 0 25 0 5 0 594636690 969486336 194868 33554432000 4194304 5787044 140734391080688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29665/tid=29675] ppid=29664 vsize=946764 CPUtime=1201.65 cores=1,3,5,7
/proc/29665/task/29675/stat : 29675 (priss) R 29664 29664 28251 0 -1 4202560 50125 0 0 0 120133 32 0 0 25 0 5 0 594636693 969486336 194868 33554432000 4194304 5787044 140734391080688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 955464

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 29664 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 4800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.26
CPU user time (s): 4797.79
CPU system time (s): 2.47
CPU usage (%): 399.416
Max. virtual memory (cumulated for all children) (KiB): 955464

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

The end

Launcher Data

Begin job on node114 at 2011-04-29 04:27:40
IDJOB=3257983
IDBENCH=71294
IDSOLVER=1602
FILE ID=node114/3257983-1304044060
RUNJOBID= node114-1304044060-29645
PBS_JOBID= 13170369
Free space on /tmp= 71800 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257983-1304044060/watcher-3257983-1304044060 -o /tmp/evaluation-result-3257983-1304044060/solver-3257983-1304044060 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257983-1304044060.cnf 1223081283 4800 15500 4

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=1223081283

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20510492 kB
Buffers:       2254656 kB
Cached:        9540648 kB
SwapCached:          4 kB
Active:        3362960 kB
Inactive:      8497248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20510492 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6268 kB
Writeback:           0 kB
AnonPages:       64364 kB
Mapped:          14880 kB
Slab:           516124 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196320 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= 71796 MiB
End job on node114 at 2011-04-29 04:47:44