Trace number 3258951

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 32236
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8451us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1109322048)
0.00/0.01	c NW started thread 1 successfully (1091651904)
0.00/0.02	c NW started thread 2 successfully (1119811904)
0.00/0.02	c NW started thread 3 successfully (1130301760)
5.10/1.34	c preprocessor returned 10003 variables
5.10/1.34	c preprocessing returned UNKNOWN
5.10/1.34	c PP set 0 variables
5.10/1.34	c pp time: 1295648us (1s)
5.10/1.34	c preprocessor returned 10003 variables
5.10/1.34	c preprocessing returned UNKNOWN
5.10/1.34	c PP set 0 variables
5.10/1.34	c pp time: 1298871us (1s)
5.10/1.34	c preprocessor returned 10003 variables
5.10/1.34	c preprocessing returned UNKNOWN
5.10/1.34	c PP set 0 variables
5.10/1.34	c pp time: 1300661us (1s)
51.04/12.86	c preprocessor returned 30041 variables
51.04/12.86	c preprocessing returned UNKNOWN
51.04/12.86	c PP set 0 variables
51.04/12.86	c pp time: 12838764us (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-3258951-1304045664/watcher-3258951-1304045664 -o /tmp/evaluation-result-3258951-1304045664/solver-3258951-1304045664 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258951-1304045664.cnf 681102674 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.05 8.06 8.07 5/182 32235
/proc/meminfo: memFree=23479544/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0

[startup+0.13465 s]
/proc/loadavg: 8.05 8.06 8.07 5/182 32235
/proc/meminfo: memFree=23479544/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200641 s]
/proc/loadavg: 8.05 8.06 8.07 5/182 32235
/proc/meminfo: memFree=23479544/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300621 s]
/proc/loadavg: 8.05 8.06 8.07 5/182 32235
/proc/meminfo: memFree=23479544/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700547 s]
/proc/loadavg: 8.05 8.06 8.07 5/182 32235
/proc/meminfo: memFree=23479544/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 8.05 8.06 8.07 9/188 32241
/proc/meminfo: memFree=23447636/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=280224 CPUtime=5.9 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 18221 0 0 0 587 3 0 0 25 0 5 0 594797063 286949376 9967 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 70056 9967 404 389 0 65806 0
[pid=32236/tid=32238] ppid=32235 vsize=280224 CPUtime=1.46 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 4241 0 0 0 146 0 0 0 18 0 5 0 594797064 286949376 9967 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=280224 CPUtime=1.46 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 4255 0 0 0 146 0 0 0 18 0 5 0 594797064 286949376 9967 33554432000 4194304 5787044 140735292337728 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=280224 CPUtime=1.47 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 3802 0 0 0 146 1 0 0 18 0 5 0 594797065 286949376 9967 33554432000 4194304 5787044 140735292337728 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=280224 CPUtime=1.45 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 3155 0 0 0 145 0 0 0 25 0 5 0 594797065 286949376 9967 33554432000 4194304 5787044 140735292337728 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 288924

[startup+3.1011 s]
/proc/loadavg: 8.05 8.06 8.07 9/188 32241
/proc/meminfo: memFree=23435308/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=284324 CPUtime=12.29 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 19835 0 0 0 1226 3 0 0 25 0 5 0 594797063 291147776 11581 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 71081 11581 404 389 0 66831 0
[pid=32236/tid=32238] ppid=32235 vsize=284324 CPUtime=3.06 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 4438 0 0 0 306 0 0 0 20 0 5 0 594797064 291147776 11581 33554432000 4194304 5787044 140735292337728 18446744073709551615 5601969 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=284324 CPUtime=3.06 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 4435 0 0 0 306 0 0 0 20 0 5 0 594797064 291147776 11581 33554432000 4194304 5787044 140735292337728 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=284324 CPUtime=3.06 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 5039 0 0 0 305 1 0 0 20 0 5 0 594797065 291147776 11581 33554432000 4194304 5787044 140735292337728 18446744073709551615 4213648 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=284324 CPUtime=3.05 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 3155 0 0 0 305 0 0 0 25 0 5 0 594797065 291147776 11581 33554432000 4194304 5787044 140735292337728 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 293024

[startup+6.30052 s]
/proc/loadavg: 8.05 8.06 8.07 9/188 32241
/proc/meminfo: memFree=23430224/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=284324 CPUtime=25.08 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 20806 0 0 0 2504 4 0 0 25 0 5 0 594797063 291147776 12552 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 71081 12552 404 389 0 66831 0
[pid=32236/tid=32238] ppid=32235 vsize=284324 CPUtime=6.27 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 4748 0 0 0 626 1 0 0 25 0 5 0 594797064 291147776 12552 33554432000 4194304 5787044 140735292337728 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=284324 CPUtime=6.26 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 4749 0 0 0 626 0 0 0 25 0 5 0 594797064 291147776 12552 33554432000 4194304 5787044 140735292337728 18446744073709551615 5585308 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=284324 CPUtime=6.26 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 5386 0 0 0 625 1 0 0 25 0 5 0 594797065 291147776 12552 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=284324 CPUtime=6.23 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 3155 0 0 0 623 0 0 0 25 0 5 0 594797065 291147776 12552 33554432000 4194304 5787044 140735292337728 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 293024

[startup+12.7003 s]
/proc/loadavg: 8.04 8.06 8.07 9/188 32241
/proc/meminfo: memFree=23421820/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=284324 CPUtime=50.64 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 22847 0 0 0 5059 5 0 0 25 0 5 0 594797063 291147776 14593 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 71081 14593 404 389 0 66831 0
[pid=32236/tid=32238] ppid=32235 vsize=284324 CPUtime=12.67 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 5445 0 0 0 1266 1 0 0 25 0 5 0 594797064 291147776 14593 33554432000 4194304 5787044 140735292337728 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=284324 CPUtime=12.67 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 5437 0 0 0 1266 1 0 0 25 0 5 0 594797064 291147776 14593 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=284324 CPUtime=12.67 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 6042 0 0 0 1265 2 0 0 25 0 5 0 594797065 291147776 14593 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=284324 CPUtime=12.59 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 3155 0 0 0 1259 0 0 0 25 0 5 0 594797065 291147776 14593 33554432000 4194304 5787044 140735292337728 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 293024

[startup+25.501 s]
/proc/loadavg: 8.03 8.06 8.07 9/188 32241
/proc/meminfo: memFree=23384244/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=296716 CPUtime=101.75 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 29538 0 0 0 10166 9 0 0 25 0 5 0 594797063 303837184 20578 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 74179 20578 417 389 0 69929 0
[pid=32236/tid=32238] ppid=32235 vsize=296716 CPUtime=25.46 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 6386 0 0 0 2545 1 0 0 25 0 5 0 594797064 303837184 20578 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=296716 CPUtime=25.46 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 6339 0 0 0 2544 2 0 0 25 0 5 0 594797064 303837184 20578 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=296716 CPUtime=25.46 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 7096 0 0 0 2543 3 0 0 25 0 5 0 594797065 303837184 20578 33554432000 4194304 5787044 140735292337728 18446744073709551615 5592160 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=296716 CPUtime=25.32 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 6949 0 0 0 2531 1 0 0 25 0 5 0 594797065 303837184 20578 33554432000 4194304 5787044 140735292337728 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 305416

[startup+51.1013 s]
/proc/loadavg: 8.10 8.07 8.08 9/188 32242
/proc/meminfo: memFree=23322680/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=311536 CPUtime=204.01 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 38010 0 0 0 20385 16 0 0 25 0 5 0 594797063 319012864 28985 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 77884 28985 417 389 0 73634 0
[pid=32236/tid=32238] ppid=32235 vsize=311536 CPUtime=51.06 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 7912 0 0 0 5102 4 0 0 25 0 5 0 594797064 319012864 28985 33554432000 4194304 5787044 140735292337728 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=311536 CPUtime=51.06 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 8895 0 0 0 5103 3 0 0 25 0 5 0 594797064 319012864 28985 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=311536 CPUtime=51.05 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 8850 0 0 0 5100 5 0 0 25 0 5 0 594797065 319012864 28985 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=311536 CPUtime=50.78 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 9585 0 0 0 5076 2 0 0 25 0 5 0 594797065 319012864 28985 33554432000 4194304 5787044 140735292337728 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 320236

[startup+102.301 s]
/proc/loadavg: 8.12 8.07 8.08 9/188 32243
/proc/meminfo: memFree=23267356/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=328476 CPUtime=408.54 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 49194 0 0 0 40826 28 0 0 25 0 5 0 594797063 336359424 40070 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 82119 40070 417 389 0 77869 0
[pid=32236/tid=32238] ppid=32235 vsize=328476 CPUtime=102.27 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 10267 0 0 0 10221 6 0 0 25 0 5 0 594797064 336359424 40070 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=328476 CPUtime=102.26 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 11326 0 0 0 10218 8 0 0 25 0 5 0 594797064 336359424 40070 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=328476 CPUtime=102.25 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 13118 0 0 0 10217 8 0 0 25 0 5 0 594797065 336359424 40070 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=328476 CPUtime=101.71 cores=0,2,4,6

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

/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 30224 0 0 0 82191 32 0 0 25 0 5 0 594797064 675545088 116195 33554432000 4194304 5787044 140735292337728 18446744073709551615 5586800 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=659712 CPUtime=822.17 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 34973 0 0 0 82179 38 0 0 25 0 5 0 594797065 675545088 116195 33554432000 4194304 5787044 140735292337728 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=659712 CPUtime=817.78 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 28307 0 0 0 81761 17 0 0 25 0 5 0 594797065 675545088 116195 33554432000 4194304 5787044 140735292337728 18446744073709551615 5524687 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.48
Current children cumulated vsize (KiB) 668412

[startup+882.307 s]
/proc/loadavg: 8.08 8.09 8.09 9/188 32273
/proc/meminfo: memFree=22663308/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=659712 CPUtime=3524.17 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 129121 0 0 0 352295 122 0 0 25 0 5 0 594797063 675545088 117992 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 164928 117992 417 389 0 160678 0
[pid=32236/tid=32238] ppid=32235 vsize=659712 CPUtime=882.26 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 30836 0 0 0 88195 31 0 0 25 0 5 0 594797064 675545088 117992 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=659712 CPUtime=882.23 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 30232 0 0 0 88191 32 0 0 25 0 5 0 594797064 675545088 117992 33554432000 4194304 5787044 140735292337728 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=659712 CPUtime=882.17 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 36974 0 0 0 88176 41 0 0 25 0 5 0 594797065 675545088 117992 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=659712 CPUtime=877.46 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 28311 0 0 0 87729 17 0 0 25 0 5 0 594797065 675545088 117992 33554432000 4194304 5787044 140735292337728 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 668412

[startup+942.301 s]
/proc/loadavg: 8.03 8.07 8.08 9/188 32275
/proc/meminfo: memFree=22663132/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=659712 CPUtime=3763.82 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 129162 0 0 0 376260 122 0 0 25 0 5 0 594797063 675545088 118033 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 164928 118033 417 389 0 160678 0
[pid=32236/tid=32238] ppid=32235 vsize=659712 CPUtime=942.26 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 30844 0 0 0 94195 31 0 0 25 0 5 0 594797064 675545088 118033 33554432000 4194304 5787044 140735292337728 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=659712 CPUtime=942.23 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 30256 0 0 0 94191 32 0 0 25 0 5 0 594797064 675545088 118033 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=659712 CPUtime=942.16 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 36974 0 0 0 94175 41 0 0 25 0 5 0 594797065 675545088 118033 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=659712 CPUtime=937.13 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 28320 0 0 0 93696 17 0 0 25 0 5 0 594797065 675545088 118033 33554432000 4194304 5787044 140735292337728 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 668412

[startup+1002.3 s]
/proc/loadavg: 8.01 8.05 8.08 9/188 32276
/proc/meminfo: memFree=22661968/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=659860 CPUtime=4003.5 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 129409 0 0 0 400227 123 0 0 25 0 5 0 594797063 675696640 118280 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 164965 118280 417 389 0 160715 0
[pid=32236/tid=32238] ppid=32235 vsize=659860 CPUtime=1002.26 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 30942 0 0 0 100195 31 0 0 25 0 5 0 594797064 675696640 118280 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=659860 CPUtime=1002.22 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 30370 0 0 0 100190 32 0 0 25 0 5 0 594797064 675696640 118280 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=659860 CPUtime=1002.16 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 36974 0 0 0 100175 41 0 0 25 0 5 0 594797065 675696640 118280 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=659860 CPUtime=996.8 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 28355 0 0 0 99663 17 0 0 25 0 5 0 594797065 675696640 118280 33554432000 4194304 5787044 140735292337728 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 668560

[startup+1062.3 s]
/proc/loadavg: 7.79 7.98 8.05 9/188 32311
/proc/meminfo: memFree=23022056/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=670236 CPUtime=4243.16 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 134382 0 0 0 424188 128 0 0 25 0 5 0 594797063 686321664 123253 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 167559 123253 417 389 0 163309 0
[pid=32236/tid=32238] ppid=32235 vsize=670236 CPUtime=1062.25 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 32919 0 0 0 106193 32 0 0 25 0 5 0 594797064 686321664 123253 33554432000 4194304 5787044 140735292337728 18446744073709551615 5590564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=670236 CPUtime=1062.23 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 31733 0 0 0 106188 35 0 0 25 0 5 0 594797064 686321664 123253 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=670236 CPUtime=1062.15 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 37999 0 0 0 106174 41 0 0 25 0 5 0 594797065 686321664 123253 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=670236 CPUtime=1056.48 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 28963 0 0 0 105630 18 0 0 25 0 5 0 594797065 686321664 123253 33554432000 4194304 5787044 140735292337728 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.16
Current children cumulated vsize (KiB) 678936

[startup+1122.3 s]
/proc/loadavg: 7.97 8.00 8.05 9/188 32313
/proc/meminfo: memFree=22890548/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=681912 CPUtime=4482.83 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 140737 0 0 0 448148 135 0 0 25 0 5 0 594797063 698277888 129608 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 170478 129608 417 389 0 166228 0
[pid=32236/tid=32238] ppid=32235 vsize=681912 CPUtime=1122.25 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 34685 0 0 0 112190 35 0 0 25 0 5 0 594797064 698277888 129608 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=681912 CPUtime=1122.23 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 33455 0 0 0 112186 37 0 0 25 0 5 0 594797064 698277888 129608 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=681912 CPUtime=1122.14 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 38001 0 0 0 112173 41 0 0 25 0 5 0 594797065 698277888 129608 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=681912 CPUtime=1116.14 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 31828 0 0 0 111595 19 0 0 25 0 5 0 594797065 698277888 129608 33554432000 4194304 5787044 140735292337728 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.83
Current children cumulated vsize (KiB) 690612

[startup+1182.3 s]
/proc/loadavg: 8.03 8.01 8.05 9/188 32314
/proc/meminfo: memFree=22780784/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=696860 CPUtime=4722.51 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 147854 0 0 0 472108 143 0 0 25 0 5 0 594797063 713584640 136725 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 174215 136725 417 389 0 169965 0
[pid=32236/tid=32238] ppid=32235 vsize=696860 CPUtime=1182.26 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 37377 0 0 0 118188 38 0 0 25 0 5 0 594797064 713584640 136725 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=696860 CPUtime=1182.22 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 36168 0 0 0 118182 40 0 0 25 0 5 0 594797064 713584640 136725 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=696860 CPUtime=1182.15 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 38008 0 0 0 118173 42 0 0 25 0 5 0 594797065 713584640 136725 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=696860 CPUtime=1175.82 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 33533 0 0 0 117561 21 0 0 25 0 5 0 594797065 713584640 136725 33554432000 4194304 5787044 140735292337728 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 705560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.01 8.05 9/188 32315
/proc/meminfo: memFree=22740960/32950928 swapFree=67071984/67111528
[pid=32235] ppid=32233 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32235/stat : 32235 (prissAuto.sh) S 32233 32235 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594797063 8908800 252 33554432000 4194304 4922060 140735235149984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32235/statm: 2175 252 211 178 0 68 0
[pid=32236] ppid=32235 vsize=698852 CPUtime=4800.01 cores=0,2,4,6
/proc/32236/stat : 32236 (priss) S 32235 32235 30862 0 -1 4202496 149484 0 0 0 479856 145 0 0 25 0 5 0 594797063 715624448 138355 33554432000 4194304 5787044 140735292337728 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32236/statm: 174713 138355 417 389 0 170463 0
[pid=32236/tid=32238] ppid=32235 vsize=698852 CPUtime=1201.67 cores=0,2,4,6
/proc/32236/task/32238/stat : 32238 (priss) R 32235 32235 30862 0 -1 4202560 37914 0 0 0 120128 39 0 0 25 0 5 0 594797064 715624448 138355 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591322 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=698852 CPUtime=1201.63 cores=0,2,4,6
/proc/32236/task/32239/stat : 32239 (priss) R 32235 32235 30862 0 -1 4202560 36737 0 0 0 120122 41 0 0 25 0 5 0 594797064 715624448 138355 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=698852 CPUtime=1201.55 cores=0,2,4,6
/proc/32236/task/32240/stat : 32240 (priss) R 32235 32235 30862 0 -1 4202560 38019 0 0 0 120113 42 0 0 25 0 5 0 594797065 715624448 138355 33554432000 4194304 5787044 140735292337728 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=698852 CPUtime=1195.12 cores=0,2,4,6
/proc/32236/task/32241/stat : 32241 (priss) R 32235 32235 30862 0 -1 4202560 34046 0 0 0 119490 22 0 0 25 0 5 0 594797065 715624448 138355 33554432000 4194304 5787044 140735292337728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 707552

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

Real time (s): 1201.72
CPU time (s): 4800.01
CPU user time (s): 4798.56
CPU system time (s): 1.45
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 707552

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

runsolver used 1.79373 second user time and 4.77327 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 04:54:24
IDJOB=3258951
IDBENCH=71444
IDSOLVER=1602
FILE ID=node116/3258951-1304045664
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72512 MiB

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

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=681102674

node116.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.826
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.65
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.826
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.826
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.75
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.826
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.826
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.77
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.826
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.826
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.75
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.826
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:      23479832 kB
Buffers:       1894204 kB
Cached:        6900296 kB
SwapCached:       9732 kB
Active:        4539216 kB
Inactive:      4509852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23479832 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:      248228 kB
Mapped:          14732 kB
Slab:           358748 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   470564 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= 72508 MiB
End job on node116 at 2011-04-29 05:14:28