Trace number 3264143

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb45-21-1.used-as.sat04-883.cnf
MD5SUMd30b88c897dd41570f0430a76eb70b55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61855
Sum of the clauses size124565
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 19831
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11302us
0.00/0.01	c parsed 61855 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1096399168)
0.00/0.02	c NW started thread 1 successfully (1106889024)
0.00/0.02	c NW started thread 2 successfully (1117378880)
0.00/0.04	c NW started thread 3 successfully (1127868736)
7.01/1.88	c preprocessor returned 10006 variables
7.01/1.88	c preprocessing returned UNKNOWN
7.01/1.88	c PP set 0 variables
7.01/1.88	c pp time: 1863954us (1s)
7.40/1.90	c preprocessor returned 10006 variables
7.40/1.90	c preprocessing returned UNKNOWN
7.40/1.90	c PP set 0 variables
7.40/1.90	c pp time: 1879558us (1s)
7.40/1.91	c preprocessor returned 10006 variables
7.40/1.91	c preprocessing returned UNKNOWN
7.40/1.91	c PP set 0 variables
7.40/1.91	c pp time: 1881192us (1s)
70.49/17.71	c preprocessor returned 30038 variables
70.49/17.71	c preprocessing returned UNKNOWN
70.49/17.71	c PP set 0 variables
70.49/17.71	c pp time: 17672929us (17s)

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-3264143-1304066409/watcher-3264143-1304066409 -o /tmp/evaluation-result-3264143-1304066409/solver-3264143-1304066409 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3264143-1304066409.cnf 1623535342 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.21 8.10 8.02 5/182 19830
/proc/meminfo: memFree=23530012/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0

[startup+0.07377 s]
/proc/loadavg: 8.21 8.10 8.02 5/182 19830
/proc/meminfo: memFree=23530012/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.24655 s]
/proc/loadavg: 8.21 8.10 8.02 5/182 19830
/proc/meminfo: memFree=23530012/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.01356 s]
/proc/loadavg: 8.21 8.10 8.02 5/182 19830
/proc/meminfo: memFree=23530012/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10055 s]
/proc/loadavg: 8.21 8.10 8.02 5/182 19830
/proc/meminfo: memFree=23530012/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 8.21 8.10 8.02 5/182 19830
/proc/meminfo: memFree=23530012/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10119 s]
/proc/loadavg: 8.20 8.10 8.02 9/188 19836
/proc/meminfo: memFree=23481436/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=285108 CPUtime=12.17 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 23691 0 0 0 1212 5 0 0 18 0 5 0 499057127 291950592 12490 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 71277 12490 404 389 0 67027 0
[pid=19831/tid=19833] ppid=19830 vsize=285108 CPUtime=3.05 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 5872 0 0 0 303 2 0 0 25 0 5 0 499057129 291950592 12490 33554432000 4194304 5787044 140733965538256 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=285108 CPUtime=3.03 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 5443 0 0 0 302 1 0 0 25 0 5 0 499057129 291950592 12490 33554432000 4194304 5787044 140733965538256 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=285108 CPUtime=3.02 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 4605 0 0 0 302 0 0 0 25 0 5 0 499057130 291950592 12490 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=285108 CPUtime=3.02 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 3888 0 0 0 302 0 0 0 25 0 5 0 499057131 291950592 12490 33554432000 4194304 5787044 140733965538256 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 293808

[startup+6.30662 s]
/proc/loadavg: 8.18 8.10 8.02 9/188 19836
/proc/meminfo: memFree=23477576/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=285108 CPUtime=24.99 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 24487 0 0 0 2493 6 0 0 18 0 5 0 499057127 291950592 13286 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 71277 13286 404 389 0 67027 0
[pid=19831/tid=19833] ppid=19830 vsize=285108 CPUtime=6.26 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 6124 0 0 0 624 2 0 0 25 0 5 0 499057129 291950592 13286 33554432000 4194304 5787044 140733965538256 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=285108 CPUtime=6.23 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 5709 0 0 0 622 1 0 0 25 0 5 0 499057129 291950592 13286 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=285108 CPUtime=6.22 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 4883 0 0 0 622 0 0 0 25 0 5 0 499057130 291950592 13286 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=285108 CPUtime=6.2 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 3888 0 0 0 620 0 0 0 25 0 5 0 499057131 291950592 13286 33554432000 4194304 5787044 140733965538256 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 293808

[startup+12.7005 s]
/proc/loadavg: 8.16 8.10 8.02 9/188 19836
/proc/meminfo: memFree=23466568/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=289208 CPUtime=50.52 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 27180 0 0 0 5046 6 0 0 18 0 5 0 499057127 296148992 15979 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 72302 15979 404 389 0 68052 0
[pid=19831/tid=19833] ppid=19830 vsize=289208 CPUtime=12.65 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 7702 0 0 0 1263 2 0 0 25 0 5 0 499057129 296148992 15979 33554432000 4194304 5787044 140733965538256 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=289208 CPUtime=12.62 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 6235 0 0 0 1261 1 0 0 25 0 5 0 499057129 296148992 15979 33554432000 4194304 5787044 140733965538256 18446744073709551615 5590832 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=289208 CPUtime=12.62 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 5472 0 0 0 1261 1 0 0 25 0 5 0 499057130 296148992 15979 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=289208 CPUtime=12.57 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 3888 0 0 0 1257 0 0 0 25 0 5 0 499057131 296148992 15979 33554432000 4194304 5787044 140733965538256 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 297908

[startup+25.5012 s]
/proc/loadavg: 8.14 8.09 8.02 9/188 19837
/proc/meminfo: memFree=23451560/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=299788 CPUtime=101.65 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 32764 0 0 0 10156 9 0 0 18 0 5 0 499057127 306982912 20858 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 74947 20858 417 389 0 70697 0
[pid=19831/tid=19833] ppid=19830 vsize=299788 CPUtime=25.45 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 8429 0 0 0 2542 3 0 0 25 0 5 0 499057129 306982912 20858 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=299788 CPUtime=25.42 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 7978 0 0 0 2540 2 0 0 25 0 5 0 499057129 306982912 20858 33554432000 4194304 5787044 140733965538256 18446744073709551615 5590803 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=299788 CPUtime=25.41 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 6283 0 0 0 2540 1 0 0 25 0 5 0 499057130 306982912 20858 33554432000 4194304 5787044 140733965538256 18446744073709551615 4216760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=299788 CPUtime=25.3 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 6191 0 0 0 2529 1 0 0 25 0 5 0 499057131 306982912 20858 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 308488

[startup+51.1006 s]
/proc/loadavg: 8.09 8.08 8.01 9/188 19837
/proc/meminfo: memFree=23421128/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=310428 CPUtime=203.9 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 39276 0 0 0 20375 15 0 0 18 0 5 0 499057127 317878272 27367 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 77607 27367 417 389 0 73357 0
[pid=19831/tid=19833] ppid=19830 vsize=310428 CPUtime=51.05 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 9675 0 0 0 5101 4 0 0 25 0 5 0 499057129 317878272 27367 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=310428 CPUtime=50.95 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 9256 0 0 0 5091 4 0 0 25 0 5 0 499057129 317878272 27367 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=310428 CPUtime=51.01 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 7690 0 0 0 5098 3 0 0 25 0 5 0 499057130 317878272 27367 33554432000 4194304 5787044 140733965538256 18446744073709551615 4229375 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=310428 CPUtime=50.83 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 8772 0 0 0 5081 2 0 0 25 0 5 0 499057131 317878272 27367 33554432000 4194304 5787044 140733965538256 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 319128

[startup+102.3 s]
/proc/loadavg: 8.03 8.07 8.01 9/188 19839
/proc/meminfo: memFree=23372344/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=330052 CPUtime=408.39 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 51527 0 0 0 40812 27 0 0 18 0 5 0 499057127 337973248 39457 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 82513 39457 417 389 0 78263 0
[pid=19831/tid=19833] ppid=19830 vsize=330052 CPUtime=102.24 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 12000 0 0 0 10217 7 0 0 25 0 5 0 499057129 337973248 39457 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=330052 CPUtime=101.87 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 12593 0 0 0 10179 8 0 0 25 0 5 0 499057129 337973248 39457 33554432000 4194304 5787044 140733965538256 18446744073709551615 212039311515 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=330052 CPUtime=102.21 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 11493 0 0 0 10213 8 0 0 25 0 5 0 499057130 337973248 39457 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=330052 CPUtime=102.02 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 11558 0 0 0 10199 3 0 0 25 0 5 0 499057131 337973248 39457 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.39
Current children cumulated vsize (KiB) 338752

[startup+162.301 s]
/proc/loadavg: 8.01 8.05 8.00 9/188 19840
/proc/meminfo: memFree=23339572/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=340972 CPUtime=648.05 cores=0,2,4,6

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

/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 32284 0 0 0 81761 31 0 0 25 0 5 0 499057129 659365888 109734 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=643912 CPUtime=822.19 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 26843 0 0 0 82187 32 0 0 25 0 5 0 499057130 659365888 109734 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=643912 CPUtime=821.93 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 29082 0 0 0 82181 12 0 0 25 0 5 0 499057131 659365888 109734 33554432000 4194304 5787044 140733965538256 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.34
Current children cumulated vsize (KiB) 652612

[startup+882.301 s]
/proc/loadavg: 7.99 7.96 7.97 9/188 19925
/proc/meminfo: memFree=23811532/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=663872 CPUtime=3523.99 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 132419 0 0 0 352284 115 0 0 18 0 5 0 499057127 679804928 118569 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 165968 118569 417 389 0 161718 0
[pid=19831/tid=19833] ppid=19830 vsize=663872 CPUtime=882.23 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 32956 0 0 0 88192 31 0 0 25 0 5 0 499057129 679804928 118569 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=663872 CPUtime=877.58 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 34636 0 0 0 87724 34 0 0 24 0 5 0 499057129 679804928 118569 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=663872 CPUtime=882.18 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 27938 0 0 0 88185 33 0 0 25 0 5 0 499057130 679804928 118569 33554432000 4194304 5787044 140733965538256 18446744073709551615 5586857 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=663872 CPUtime=881.92 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 33006 0 0 0 88178 14 0 0 25 0 5 0 499057131 679804928 118569 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.99
Current children cumulated vsize (KiB) 672572

[startup+942.3 s]
/proc/loadavg: 8.10 8.00 7.98 9/188 19926
/proc/meminfo: memFree=23766468/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=666944 CPUtime=3763.68 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 135691 0 0 0 376249 119 0 0 18 0 5 0 499057127 682950656 121841 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 166736 121841 418 389 0 162486 0
[pid=19831/tid=19833] ppid=19830 vsize=666944 CPUtime=942.24 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 32956 0 0 0 94192 32 0 0 25 0 5 0 499057129 682950656 121841 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=666944 CPUtime=937.26 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 34637 0 0 0 93692 34 0 0 25 0 5 0 499057129 682950656 121841 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=666944 CPUtime=942.2 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 30606 0 0 0 94183 37 0 0 25 0 5 0 499057130 682950656 121841 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=666944 CPUtime=941.92 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 33609 0 0 0 94178 14 0 0 25 0 5 0 499057131 682950656 121841 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.68
Current children cumulated vsize (KiB) 675644

[startup+1002.3 s]
/proc/loadavg: 8.13 8.03 7.99 9/188 19928
/proc/meminfo: memFree=23725888/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=666944 CPUtime=4003.33 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 138219 0 0 0 400209 124 0 0 18 0 5 0 499057127 682950656 124369 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 166736 124369 418 389 0 162486 0
[pid=19831/tid=19833] ppid=19830 vsize=666944 CPUtime=1002.23 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 32958 0 0 0 100191 32 0 0 25 0 5 0 499057129 682950656 124369 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=666944 CPUtime=996.93 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 34639 0 0 0 99659 34 0 0 25 0 5 0 499057129 682950656 124369 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=666944 CPUtime=1002.19 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 33130 0 0 0 100178 41 0 0 25 0 5 0 499057130 682950656 124369 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=666944 CPUtime=1001.91 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 33609 0 0 0 100177 14 0 0 25 0 5 0 499057131 682950656 124369 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.33
Current children cumulated vsize (KiB) 675644

[startup+1062.31 s]
/proc/loadavg: 8.10 8.03 8.00 9/188 19929
/proc/meminfo: memFree=23695612/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=666944 CPUtime=4243.02 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 140125 0 0 0 424175 127 0 0 18 0 5 0 499057127 682950656 126050 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 166736 126050 419 389 0 162486 0
[pid=19831/tid=19833] ppid=19830 vsize=666944 CPUtime=1062.24 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 32965 0 0 0 106192 32 0 0 25 0 5 0 499057129 682950656 126050 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=666944 CPUtime=1056.6 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 34643 0 0 0 105626 34 0 0 25 0 5 0 499057129 682950656 126050 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=666944 CPUtime=1062.2 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 35014 0 0 0 106176 44 0 0 25 0 5 0 499057130 682950656 126050 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=666944 CPUtime=1061.92 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 33620 0 0 0 106177 15 0 0 25 0 5 0 499057131 682950656 126050 33554432000 4194304 5787044 140733965538256 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.02
Current children cumulated vsize (KiB) 675644

[startup+1122.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 19931
/proc/meminfo: memFree=23694708/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=666944 CPUtime=4482.67 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 140162 0 0 0 448140 127 0 0 18 0 5 0 499057127 682950656 126087 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 166736 126087 419 389 0 162486 0
[pid=19831/tid=19833] ppid=19830 vsize=666944 CPUtime=1122.23 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 32985 0 0 0 112191 32 0 0 25 0 5 0 499057129 682950656 126087 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=666944 CPUtime=1116.27 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 34656 0 0 0 111593 34 0 0 25 0 5 0 499057129 682950656 126087 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=666944 CPUtime=1122.19 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 35014 0 0 0 112175 44 0 0 25 0 5 0 499057130 682950656 126087 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=666944 CPUtime=1121.91 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 33624 0 0 0 112176 15 0 0 25 0 5 0 499057131 682950656 126087 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.67
Current children cumulated vsize (KiB) 675644

[startup+1182.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/188 19933
/proc/meminfo: memFree=23660832/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=666944 CPUtime=4722.34 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 140368 0 0 0 472106 128 0 0 18 0 5 0 499057127 682950656 126293 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 166736 126293 419 389 0 162486 0
[pid=19831/tid=19833] ppid=19830 vsize=666944 CPUtime=1182.23 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 33088 0 0 0 118191 32 0 0 25 0 5 0 499057129 682950656 126293 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=666944 CPUtime=1175.94 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 34728 0 0 0 117560 34 0 0 25 0 5 0 499057129 682950656 126293 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=666944 CPUtime=1182.19 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 35014 0 0 0 118175 44 0 0 25 0 5 0 499057130 682950656 126293 33554432000 4194304 5787044 140733965538256 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=666944 CPUtime=1181.91 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 33655 0 0 0 118176 15 0 0 25 0 5 0 499057131 682950656 126293 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 675644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 19933
/proc/meminfo: memFree=23648548/32951124 swapFree=67111524/67111528
[pid=19830] ppid=19828 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19830/stat : 19830 (prissAuto.sh) S 19828 19830 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499057127 8908800 251 33554432000 4194304 4922060 140734593666320 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19830/statm: 2175 251 211 178 0 68 0
[pid=19831] ppid=19830 vsize=667088 CPUtime=4800.26 cores=0,2,4,6
/proc/19831/stat : 19831 (priss) S 19830 19830 17192 0 -1 4202496 140532 0 0 0 479898 128 0 0 18 0 5 0 499057127 683098112 126457 33554432000 4194304 5787044 140733965538256 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19831/statm: 166772 126457 419 389 0 162522 0
[pid=19831/tid=19833] ppid=19830 vsize=667088 CPUtime=1201.75 cores=0,2,4,6
/proc/19831/task/19833/stat : 19833 (priss) R 19830 19830 17192 0 -1 4202560 33136 0 0 0 120142 33 0 0 25 0 5 0 499057129 683098112 126457 33554432000 4194304 5787044 140733965538256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19830 vsize=667088 CPUtime=1195.34 cores=0,2,4,6
/proc/19831/task/19834/stat : 19834 (priss) R 19830 19830 17192 0 -1 4202560 34800 0 0 0 119500 34 0 0 25 0 5 0 499057129 683098112 126457 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19830 vsize=667088 CPUtime=1201.7 cores=0,2,4,6
/proc/19831/task/19835/stat : 19835 (priss) R 19830 19830 17192 0 -1 4202560 35014 0 0 0 120126 44 0 0 25 0 5 0 499057130 683098112 126457 33554432000 4194304 5787044 140733965538256 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19831/tid=19836] ppid=19830 vsize=667088 CPUtime=1201.41 cores=0,2,4,6
/proc/19831/task/19836/stat : 19836 (priss) R 19830 19830 17192 0 -1 4202560 33699 0 0 0 120126 15 0 0 25 0 5 0 499057131 683098112 126457 33554432000 4194304 5787044 140733965538256 18446744073709551615 5527758 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 675788

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 19830 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.26
CPU user time (s): 4798.98
CPU system time (s): 1.28
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 675788

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

runsolver used 1.81872 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 10:40:09
IDJOB=3264143
IDBENCH=84559
IDSOLVER=1602
FILE ID=node146/3264143-1304066409
RUNJOBID= node146-1304060503-19305
PBS_JOBID= 13170387
Free space on /tmp= 72968 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb45-21-1.used-as.sat04-883.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264143-1304066409/watcher-3264143-1304066409 -o /tmp/evaluation-result-3264143-1304066409/solver-3264143-1304066409 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3264143-1304066409.cnf 1623535342 4800 15500 4

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

MD5SUM BENCH= d30b88c897dd41570f0430a76eb70b55
RANDOM SEED=1623535342

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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:     32951124 kB
MemFree:      23530284 kB
Buffers:       1675408 kB
Cached:        6288448 kB
SwapCached:          4 kB
Active:        2256780 kB
Inactive:      6634672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23530284 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:      927384 kB
Mapped:          15432 kB
Slab:           463164 kB
PageTables:       6688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1265796 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= 72992 MiB
End job on node146 at 2011-04-29 11:00:12