Trace number 3258687

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.29 1202.12

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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: 28084
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 36566us
0.00/0.04	c parsed 171155 clauses with 1820 variables
0.00/0.05	c NW started thread 0 successfully (1109072192)
0.00/0.06	c NW started thread 1 successfully (1119562048)
0.00/0.08	c NW started thread 2 successfully (1130051904)
0.00/0.10	c NW started thread 3 successfully (1085446464)
23.83/6.16	c preprocessor returned 10010 variables
23.83/6.16	c preprocessing returned UNKNOWN
23.83/6.16	c PP set 0 variables
23.83/6.16	c pp time: 6081670us (6s)
23.83/6.18	c preprocessor returned 10010 variables
23.83/6.18	c preprocessing returned UNKNOWN
23.83/6.18	c PP set 0 variables
23.83/6.18	c pp time: 6113101us (6s)
24.23/6.23	c preprocessor returned 10010 variables
24.23/6.23	c preprocessing returned UNKNOWN
24.23/6.23	c PP set 0 variables
24.23/6.23	c pp time: 6139189us (6s)
49.82/12.64	c preprocessor returned 30018 variables
49.82/12.64	c preprocessing returned UNKNOWN
49.82/12.64	c PP set 0 variables
49.82/12.64	c pp time: 12541068us (12s)

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-3258687-1304045238/watcher-3258687-1304045238 -o /tmp/evaluation-result-3258687-1304045238/solver-3258687-1304045238 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258687-1304045238.cnf 510781574 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: 6.31 7.65 7.77 2/174 28083
/proc/meminfo: memFree=24476792/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0

[startup+0.093813 s]
/proc/loadavg: 6.31 7.65 7.77 2/174 28083
/proc/meminfo: memFree=24476792/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103027 s]
/proc/loadavg: 6.31 7.65 7.77 2/174 28083
/proc/meminfo: memFree=24476792/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.889774 s]
/proc/loadavg: 6.31 7.65 7.77 2/174 28083
/proc/meminfo: memFree=24476792/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900833 s]
/proc/loadavg: 6.31 7.65 7.77 2/174 28083
/proc/meminfo: memFree=24476792/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 6.31 7.65 7.77 9/188 28101
/proc/meminfo: memFree=24324036/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=358988 CPUtime=5.48 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 26353 0 0 0 537 11 0 0 18 0 5 0 516121550 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 89747 15361 350 389 0 85497 0
[pid=28084/tid=28087] ppid=28083 vsize=358988 CPUtime=1.38 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 4288 0 0 0 136 2 0 0 19 0 5 0 516121555 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=358988 CPUtime=1.34 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 5671 0 0 0 131 3 0 0 19 0 5 0 516121556 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=358988 CPUtime=1.33 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 5657 0 0 0 131 2 0 0 19 0 5 0 516121559 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=358988 CPUtime=1.31 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 2031 0 0 0 130 1 0 0 19 0 5 0 516121560 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 367688

[startup+3.10043 s]
/proc/loadavg: 6.45 7.65 7.77 9/188 28101
/proc/meminfo: memFree=24309652/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=358988 CPUtime=11.85 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 26353 0 0 0 1174 11 0 0 18 0 5 0 516121550 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 89747 15361 350 389 0 85497 0
[pid=28084/tid=28087] ppid=28083 vsize=358988 CPUtime=2.97 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 4288 0 0 0 295 2 0 0 24 0 5 0 516121555 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=358988 CPUtime=2.93 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 5671 0 0 0 290 3 0 0 24 0 5 0 516121556 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=358988 CPUtime=2.92 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 5657 0 0 0 290 2 0 0 24 0 5 0 516121559 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=358988 CPUtime=2.9 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 2031 0 0 0 289 1 0 0 23 0 5 0 516121560 367603712 15361 33554432000 4194304 5787044 140737343540432 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 367688

[startup+6.30085 s]
/proc/loadavg: 6.45 7.65 7.77 9/188 28101
/proc/meminfo: memFree=24278388/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=382920 CPUtime=24.63 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 50804 0 0 0 2447 16 0 0 18 0 5 0 516121550 392110080 26411 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 95730 26411 402 389 0 91480 0
[pid=28084/tid=28087] ppid=28083 vsize=382920 CPUtime=6.17 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 11080 0 0 0 613 4 0 0 25 0 5 0 516121555 392110080 26411 33554432000 4194304 5787044 140737343540432 18446744073709551615 4219905 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=382920 CPUtime=6.13 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 13926 0 0 0 609 4 0 0 18 0 5 0 516121556 392110080 26411 33554432000 4194304 5787044 140737343540432 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=382920 CPUtime=6.1 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 12586 0 0 0 606 4 0 0 25 0 5 0 516121559 392110080 26411 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=382920 CPUtime=6.1 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 4506 0 0 0 609 1 0 0 25 0 5 0 516121560 392110080 26411 33554432000 4194304 5787044 140737343540432 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 391620

[startup+12.7007 s]
/proc/loadavg: 6.76 7.68 7.78 9/188 28101
/proc/meminfo: memFree=24220636/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=382920 CPUtime=50.19 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 56245 0 0 0 5002 17 0 0 18 0 5 0 516121550 392110080 28549 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 95730 28549 414 389 0 91480 0
[pid=28084/tid=28087] ppid=28083 vsize=382920 CPUtime=12.57 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 11742 0 0 0 1253 4 0 0 25 0 5 0 516121555 392110080 28549 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=382920 CPUtime=12.53 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 14612 0 0 0 1249 4 0 0 25 0 5 0 516121556 392110080 28549 33554432000 4194304 5787044 140737343540432 18446744073709551615 4220703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=382920 CPUtime=12.46 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 13287 0 0 0 1242 4 0 0 25 0 5 0 516121559 392110080 28549 33554432000 4194304 5787044 140737343540432 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=382920 CPUtime=12.5 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 7898 0 0 0 1249 1 0 0 25 0 5 0 516121560 392110080 28549 33554432000 4194304 5787044 140737343540432 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 391620

[startup+25.5004 s]
/proc/loadavg: 6.95 7.69 7.78 9/188 28101
/proc/meminfo: memFree=24176252/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=387020 CPUtime=101.32 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 61906 0 0 0 10111 21 0 0 18 0 5 0 516121550 396308480 34210 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 96755 34210 417 389 0 92505 0
[pid=28084/tid=28087] ppid=28083 vsize=387020 CPUtime=25.37 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 13857 0 0 0 2532 5 0 0 25 0 5 0 516121555 396308480 34210 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=387020 CPUtime=25.33 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 15727 0 0 0 2528 5 0 0 25 0 5 0 516121556 396308480 34210 33554432000 4194304 5787044 140737343540432 18446744073709551615 4732305 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=387020 CPUtime=25.19 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 14650 0 0 0 2514 5 0 0 25 0 5 0 516121559 396308480 34210 33554432000 4194304 5787044 140737343540432 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=387020 CPUtime=25.3 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 8966 0 0 0 2528 2 0 0 25 0 5 0 516121560 396308480 34210 33554432000 4194304 5787044 140737343540432 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 395720

[startup+51.1067 s]
/proc/loadavg: 7.31 7.71 7.79 9/188 28102
/proc/meminfo: memFree=24109376/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=387020 CPUtime=203.6 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 68536 0 0 0 20334 26 0 0 18 0 5 0 516121550 396308480 40838 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 96755 40838 417 389 0 92505 0
[pid=28084/tid=28087] ppid=28083 vsize=387020 CPUtime=50.98 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 15697 0 0 0 5091 7 0 0 25 0 5 0 516121555 396308480 40838 33554432000 4194304 5787044 140737343540432 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=387020 CPUtime=50.93 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 17407 0 0 0 5087 6 0 0 25 0 5 0 516121556 396308480 40838 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=387020 CPUtime=50.66 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 16216 0 0 0 5059 7 0 0 25 0 5 0 516121559 396308480 40838 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=387020 CPUtime=50.9 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 10510 0 0 0 5087 3 0 0 25 0 5 0 516121560 396308480 40838 33554432000 4194304 5787044 140737343540432 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 395720

[startup+102.3 s]
/proc/loadavg: 7.74 7.77 7.80 9/188 28103
/proc/meminfo: memFree=23984364/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=395220 CPUtime=408.08 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 80879 0 0 0 40765 43 0 0 18 0 5 0 516121550 404705280 53112 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 98805 53112 417 389 0 94555 0
[pid=28084/tid=28087] ppid=28083 vsize=395220 CPUtime=102.17 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 19368 0 0 0 10206 11 0 0 25 0 5 0 516121555 404705280 53112 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=395220 CPUtime=102.12 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 21130 0 0 0 10202 10 0 0 25 0 5 0 516121556 404705280 53112 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=395220 CPUtime=101.57 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 18915 0 0 0 10146 11 0 0 25 0 5 0 516121559 404705280 53112 33554432000 4194304 5787044 140737343540432 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=395220 CPUtime=102.09 cores=1,3,5,7

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

/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 49577 0 0 0 81994 58 0 0 25 0 5 0 516121556 878731264 161468 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=858136 CPUtime=819.19 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 46237 0 0 0 81862 57 0 0 25 0 5 0 516121559 878731264 161468 33554432000 4194304 5787044 140737343540432 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=858136 CPUtime=822.08 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 36463 0 0 0 82161 47 0 0 25 0 5 0 516121560 878731264 161468 33554432000 4194304 5787044 140737343540432 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.04
Current children cumulated vsize (KiB) 866836

[startup+882.3 s]
/proc/loadavg: 8.14 8.09 7.95 9/188 28133
/proc/meminfo: memFree=22902940/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=927772 CPUtime=3523.69 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 201898 0 0 0 352132 237 0 0 18 0 5 0 516121550 950038528 171756 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 231943 171756 417 389 0 227693 0
[pid=28084/tid=28087] ppid=28083 vsize=927772 CPUtime=882.11 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 52641 0 0 0 88153 58 0 0 25 0 5 0 516121555 950038528 171756 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=927772 CPUtime=880.2 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 51962 0 0 0 87958 62 0 0 25 0 5 0 516121556 950038528 171756 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=927772 CPUtime=879.18 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 52086 0 0 0 87852 66 0 0 25 0 5 0 516121559 950038528 171756 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=927772 CPUtime=882.08 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 36503 0 0 0 88160 48 0 0 18 0 5 0 516121560 950038528 171756 33554432000 4194304 5787044 140737343540432 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.69
Current children cumulated vsize (KiB) 936472

[startup+942.3 s]
/proc/loadavg: 8.10 8.09 7.96 9/188 28135
/proc/meminfo: memFree=22878256/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=931872 CPUtime=3763.36 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 204499 0 0 0 376093 243 0 0 18 0 5 0 516121550 954236928 174132 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 232968 174132 417 389 0 228718 0
[pid=28084/tid=28087] ppid=28083 vsize=931872 CPUtime=942.11 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 52643 0 0 0 94152 59 0 0 25 0 5 0 516121555 954236928 174132 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=931872 CPUtime=939.86 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 51963 0 0 0 93924 62 0 0 25 0 5 0 516121556 954236928 174132 33554432000 4194304 5787044 140737343540432 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=931872 CPUtime=939.18 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 53635 0 0 0 93848 70 0 0 25 0 5 0 516121559 954236928 174132 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=931872 CPUtime=942.08 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 37552 0 0 0 94159 49 0 0 25 0 5 0 516121560 954236928 174132 33554432000 4194304 5787044 140737343540432 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.36
Current children cumulated vsize (KiB) 940572

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 7.96 9/188 28136
/proc/meminfo: memFree=22863232/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=931872 CPUtime=4003.04 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 208250 0 0 0 400054 250 0 0 18 0 5 0 516121550 954236928 177883 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 232968 177883 417 389 0 228718 0
[pid=28084/tid=28087] ppid=28083 vsize=931872 CPUtime=1002.11 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 52645 0 0 0 100152 59 0 0 25 0 5 0 516121555 954236928 177883 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=931872 CPUtime=999.54 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 51963 0 0 0 99891 63 0 0 25 0 5 0 516121556 954236928 177883 33554432000 4194304 5787044 140737343540432 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=931872 CPUtime=999.19 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 53635 0 0 0 99849 70 0 0 25 0 5 0 516121559 954236928 177883 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=931872 CPUtime=1002.08 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 41301 0 0 0 100152 56 0 0 25 0 5 0 516121560 954236928 177883 33554432000 4194304 5787044 140737343540432 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.04
Current children cumulated vsize (KiB) 940572

[startup+1062.3 s]
/proc/loadavg: 8.34 8.16 7.99 9/188 28141
/proc/meminfo: memFree=22844076/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=1001508 CPUtime=4241.84 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 213131 0 0 0 423923 261 0 0 18 0 5 0 516121550 1025544192 182539 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 250377 182539 417 389 0 246127 0
[pid=28084/tid=28087] ppid=28083 vsize=1001508 CPUtime=1061.84 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 53676 0 0 0 106125 59 0 0 25 0 5 0 516121555 1025544192 182539 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=1001508 CPUtime=1059.21 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 51966 0 0 0 105858 63 0 0 25 0 5 0 516121556 1025544192 182539 33554432000 4194304 5787044 140737343540432 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=1001508 CPUtime=1059.18 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 53635 0 0 0 105848 70 0 0 25 0 5 0 516121559 1025544192 182539 33554432000 4194304 5787044 140737343540432 18446744073709551615 5576711 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=1001508 CPUtime=1061.47 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 45148 0 0 0 106082 65 0 0 25 0 5 0 516121560 1025544192 182539 33554432000 4194304 5787044 140737343540432 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4241.84
Current children cumulated vsize (KiB) 1010208

[startup+1122.3 s]
/proc/loadavg: 8.16 8.14 8.00 9/188 28142
/proc/meminfo: memFree=22844144/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=1001508 CPUtime=4481.52 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 213157 0 0 0 447891 261 0 0 18 0 5 0 516121550 1025544192 182565 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 250377 182565 417 389 0 246127 0
[pid=28084/tid=28087] ppid=28083 vsize=1001508 CPUtime=1121.84 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 53687 0 0 0 112125 59 0 0 25 0 5 0 516121555 1025544192 182565 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=1001508 CPUtime=1118.89 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 51981 0 0 0 111826 63 0 0 25 0 5 0 516121556 1025544192 182565 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=1001508 CPUtime=1119.18 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 53635 0 0 0 111848 70 0 0 25 0 5 0 516121559 1025544192 182565 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=1001508 CPUtime=1121.47 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 45148 0 0 0 112082 65 0 0 25 0 5 0 516121560 1025544192 182565 33554432000 4194304 5787044 140737343540432 18446744073709551615 5528432 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.52
Current children cumulated vsize (KiB) 1010208

[startup+1182.3 s]
/proc/loadavg: 8.06 8.11 8.00 9/188 28144
/proc/meminfo: memFree=22818204/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=1005608 CPUtime=4721.18 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 216694 0 0 0 471852 266 0 0 18 0 5 0 516121550 1029742592 186102 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 251402 186102 417 389 0 247152 0
[pid=28084/tid=28087] ppid=28083 vsize=1005608 CPUtime=1181.84 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 55972 0 0 0 118122 62 0 0 25 0 5 0 516121555 1029742592 186102 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=1005608 CPUtime=1178.56 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 53232 0 0 0 117790 66 0 0 25 0 5 0 516121556 1029742592 186102 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=1005608 CPUtime=1179.18 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 53636 0 0 0 117848 70 0 0 25 0 5 0 516121559 1029742592 186102 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=1005608 CPUtime=1181.47 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 45148 0 0 0 118082 65 0 0 25 0 5 0 516121560 1029742592 186102 33554432000 4194304 5787044 140737343540432 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.18
Current children cumulated vsize (KiB) 1014308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 7.72 8.04 7.98 5/181 28146
/proc/meminfo: memFree=23718988/32951124 swapFree=67111524/67111528
[pid=28083] ppid=28081 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28083/stat : 28083 (prissAuto.sh) S 28081 28083 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 516121550 8908800 251 33554432000 4194304 4922060 140735245728448 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28083/statm: 2175 251 211 178 0 68 0
[pid=28084] ppid=28083 vsize=1009708 CPUtime=4800.29 cores=1,3,5,7
/proc/28084/stat : 28084 (priss) S 28083 28083 28051 0 -1 4202496 220211 0 0 0 479758 271 0 0 18 0 5 0 516121550 1033940992 189619 33554432000 4194304 5787044 140737343540432 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/28084/statm: 252427 189619 417 389 0 248177 0
[pid=28084/tid=28087] ppid=28083 vsize=1009708 CPUtime=1201.64 cores=1,3,5,7
/proc/28084/task/28087/stat : 28087 (priss) R 28083 28083 28051 0 -1 4202560 58187 0 0 0 120100 64 0 0 25 0 5 0 516121555 1033940992 189619 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28084/tid=28094] ppid=28083 vsize=1009708 CPUtime=1198.25 cores=1,3,5,7
/proc/28084/task/28094/stat : 28094 (priss) R 28083 28083 28051 0 -1 4202560 54518 0 0 0 119756 69 0 0 25 0 5 0 516121556 1033940992 189619 33554432000 4194304 5787044 140737343540432 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28084/tid=28095] ppid=28083 vsize=1009708 CPUtime=1198.99 cores=1,3,5,7
/proc/28084/task/28095/stat : 28095 (priss) R 28083 28083 28051 0 -1 4202560 53652 0 0 0 119829 70 0 0 25 0 5 0 516121559 1033940992 189619 33554432000 4194304 5787044 140737343540432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28084/tid=28096] ppid=28083 vsize=1009708 CPUtime=1201.28 cores=1,3,5,7
/proc/28084/task/28096/stat : 28096 (priss) R 28083 28083 28051 0 -1 4202560 45148 0 0 0 120063 65 0 0 25 0 5 0 516121560 1033940992 189619 33554432000 4194304 5787044 140737343540432 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1018408

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 28083 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.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.12
CPU time (s): 4800.29
CPU user time (s): 4797.58
CPU system time (s): 2.71
CPU usage (%): 399.319
Max. virtual memory (cumulated for all children) (KiB): 1018408

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= 4
involuntary context switches= 2

runsolver used 1.73673 second user time and 4.83226 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 04:47:18
IDJOB=3258687
IDBENCH=71409
IDSOLVER=1602
FILE ID=node139/3258687-1304045238
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=510781574

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:      24477064 kB
Buffers:       2021548 kB
Cached:        5866456 kB
SwapCached:          4 kB
Active:         755736 kB
Inactive:      7199084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24477064 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6380 kB
Writeback:           0 kB
AnonPages:       66452 kB
Mapped:          14452 kB
Slab:           452376 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190732 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= 72548 MiB
End job on node139 at 2011-04-29 05:07:22