Trace number 3259260

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 1.0? (TO) 4800.38 1201.83

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
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: 17822
0.00/0.01	c parsetime: 12059us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.02	c NW started thread 0 successfully (1103546688)
0.00/0.02	c NW started thread 1 successfully (1114036544)
0.00/0.03	c NW started thread 2 successfully (1124526400)
0.00/0.03	c NW started thread 3 successfully (1135016256)
7.50/1.99	c preprocessor returned 10006 variables
7.50/1.99	c preprocessing returned UNKNOWN
7.50/1.99	c PP set 0 variables
7.50/1.99	c pp time: 1967250us (1s)
7.50/1.99	c preprocessor returned 10006 variables
7.50/1.99	c preprocessing returned UNKNOWN
7.50/1.99	c PP set 0 variables
7.50/1.99	c pp time: 1962885us (1s)
7.50/1.99	c preprocessor returned 10006 variables
7.50/1.99	c preprocessing returned UNKNOWN
7.50/1.99	c PP set 0 variables
7.50/1.99	c pp time: 1959707us (1s)
67.81/17.06	c preprocessor returned 30038 variables
67.81/17.06	c preprocessing returned UNKNOWN
67.81/17.06	c PP set 0 variables
67.81/17.06	c pp time: 17025538us (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-3259260-1304047408/watcher-3259260-1304047408 -o /tmp/evaluation-result-3259260-1304047408/solver-3259260-1304047408 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259260-1304047408.cnf 1308487552 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.14 8.10 8.01 5/182 17821
/proc/meminfo: memFree=23983952/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0

[startup+0.0413579 s]
/proc/loadavg: 8.14 8.10 8.01 5/182 17821
/proc/meminfo: memFree=23983952/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.252088 s]
/proc/loadavg: 8.14 8.10 8.01 5/182 17821
/proc/meminfo: memFree=23983952/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.967099 s]
/proc/loadavg: 8.14 8.10 8.01 5/182 17821
/proc/meminfo: memFree=23983952/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06708 s]
/proc/loadavg: 8.14 8.10 8.01 5/182 17821
/proc/meminfo: memFree=23983952/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 8.14 8.10 8.01 5/182 17821
/proc/meminfo: memFree=23983952/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10072 s]
/proc/loadavg: 8.21 8.11 8.02 9/188 17827
/proc/meminfo: memFree=23934552/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=293100 CPUtime=12.29 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 22989 0 0 0 1224 5 0 0 18 0 5 0 497157044 300134400 12561 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 73275 12561 404 389 0 69025 0
[pid=17822/tid=17824] ppid=17821 vsize=293100 CPUtime=3.05 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 4618 0 0 0 305 0 0 0 19 0 5 0 497157046 300134400 12561 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=293100 CPUtime=3.06 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 4611 0 0 0 305 1 0 0 19 0 5 0 497157046 300134400 12561 33554432000 4194304 5787044 140735375982624 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=293100 CPUtime=3.06 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 5878 0 0 0 305 1 0 0 25 0 5 0 497157047 300134400 12561 33554432000 4194304 5787044 140735375982624 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=293100 CPUtime=3.05 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 4002 0 0 0 305 0 0 0 25 0 5 0 497157047 300134400 12561 33554432000 4194304 5787044 140735375982624 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 301800

[startup+6.30115 s]
/proc/loadavg: 8.20 8.11 8.02 9/188 17828
/proc/meminfo: memFree=23926548/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=298396 CPUtime=25.06 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 24891 0 0 0 2501 5 0 0 18 0 5 0 497157044 305557504 14463 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 74599 14463 404 389 0 70349 0
[pid=17822/tid=17824] ppid=17821 vsize=298396 CPUtime=6.23 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 4913 0 0 0 623 0 0 0 25 0 5 0 497157046 305557504 14463 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=298396 CPUtime=6.25 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 4905 0 0 0 624 1 0 0 25 0 5 0 497157046 305557504 14463 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=298396 CPUtime=6.25 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 7190 0 0 0 624 1 0 0 25 0 5 0 497157047 305557504 14463 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591676 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=298396 CPUtime=6.25 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 4003 0 0 0 625 0 0 0 25 0 5 0 497157047 305557504 14463 33554432000 4194304 5787044 140735375982624 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 307096

[startup+12.701 s]
/proc/loadavg: 8.18 8.11 8.02 9/188 17828
/proc/meminfo: memFree=23919140/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=300680 CPUtime=50.66 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 26665 0 0 0 5060 6 0 0 18 0 5 0 497157044 307896320 16237 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 75170 16237 404 389 0 70920 0
[pid=17822/tid=17824] ppid=17821 vsize=300680 CPUtime=12.6 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 5494 0 0 0 1260 0 0 0 25 0 5 0 497157046 307896320 16237 33554432000 4194304 5787044 140735375982624 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=300680 CPUtime=12.66 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 5500 0 0 0 1265 1 0 0 25 0 5 0 497157046 307896320 16237 33554432000 4194304 5787044 140735375982624 18446744073709551615 5590428 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=300680 CPUtime=12.66 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 7788 0 0 0 1265 1 0 0 25 0 5 0 497157047 307896320 16237 33554432000 4194304 5787044 140735375982624 18446744073709551615 5588286 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=300680 CPUtime=12.66 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 4003 0 0 0 1266 0 0 0 25 0 5 0 497157047 307896320 16237 33554432000 4194304 5787044 140735375982624 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 309380

[startup+25.5007 s]
/proc/loadavg: 8.15 8.11 8.02 9/188 17828
/proc/meminfo: memFree=23899536/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=307908 CPUtime=101.75 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 34064 0 0 0 10167 8 0 0 18 0 5 0 497157044 315297792 21355 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 76977 21355 417 389 0 72727 0
[pid=17822/tid=17824] ppid=17821 vsize=307908 CPUtime=25.33 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 6258 0 0 0 2532 1 0 0 25 0 5 0 497157046 315297792 21355 33554432000 4194304 5787044 140735375982624 18446744073709551615 5590453 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=307908 CPUtime=25.46 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 6186 0 0 0 2544 2 0 0 25 0 5 0 497157046 315297792 21355 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=307908 CPUtime=25.46 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 9678 0 0 0 2544 2 0 0 25 0 5 0 497157047 315297792 21355 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591139 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=307908 CPUtime=25.45 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 8062 0 0 0 2544 1 0 0 25 0 5 0 497157047 315297792 21355 33554432000 4194304 5787044 140735375982624 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 316608

[startup+51.1012 s]
/proc/loadavg: 8.17 8.11 8.02 9/188 17829
/proc/meminfo: memFree=23863800/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=317288 CPUtime=204 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 41079 0 0 0 20386 14 0 0 18 0 5 0 497157044 324902912 28364 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 79322 28364 417 389 0 75072 0
[pid=17822/tid=17824] ppid=17821 vsize=317288 CPUtime=50.79 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 7530 0 0 0 5077 2 0 0 25 0 5 0 497157046 324902912 28364 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=317288 CPUtime=51.04 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 7613 0 0 0 5101 3 0 0 25 0 5 0 497157046 324902912 28364 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=317288 CPUtime=51.05 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 11167 0 0 0 5101 4 0 0 25 0 5 0 497157047 324902912 28364 33554432000 4194304 5787044 140735375982624 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=317288 CPUtime=51.05 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 10889 0 0 0 5102 3 0 0 25 0 5 0 497157047 324902912 28364 33554432000 4194304 5787044 140735375982624 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 325988

[startup+102.301 s]
/proc/loadavg: 8.29 8.14 8.03 10/189 17833
/proc/meminfo: memFree=23769524/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=334780 CPUtime=408.5 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 52921 0 0 0 40825 25 0 0 18 0 5 0 497157044 342814720 40043 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 83695 40043 417 389 0 79445 0
[pid=17822/tid=17824] ppid=17821 vsize=334780 CPUtime=101.7 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 9740 0 0 0 10167 3 0 0 25 0 5 0 497157046 342814720 40043 33554432000 4194304 5787044 140735375982624 18446744073709551615 4220738 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=334780 CPUtime=102.24 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 9843 0 0 0 10218 6 0 0 25 0 5 0 497157046 342814720 40043 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591031 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=334780 CPUtime=102.25 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 13790 0 0 0 10218 7 0 0 25 0 5 0 497157047 342814720 40043 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=334780 CPUtime=102.25 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 15668 0 0 0 10217 8 0 0 25 0 5 0 497157047 342814720 40043 33554432000 4194304 5787044 140735375982624 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 343480

[startup+162.3 s]
/proc/loadavg: 8.17 8.14 8.04 9/188 17835
/proc/meminfo: memFree=23710664/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=350152 CPUtime=648.17 cores=0,2,4,6

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

/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 32023 0 0 0 88184 30 0 0 25 0 5 0 497157046 692453376 126146 33554432000 4194304 5787044 140735375982624 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=676224 CPUtime=882.22 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 38371 0 0 0 88182 40 0 0 25 0 5 0 497157047 692453376 126146 33554432000 4194304 5787044 140735375982624 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=676224 CPUtime=882.24 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 34537 0 0 0 88190 34 0 0 25 0 5 0 497157047 692453376 126146 33554432000 4194304 5787044 140735375982624 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.11
Current children cumulated vsize (KiB) 684924

[startup+942.307 s]
/proc/loadavg: 8.18 8.12 8.05 9/188 17888
/proc/meminfo: memFree=23702852/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=676224 CPUtime=3763.79 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 142663 0 0 0 376256 123 0 0 18 0 5 0 497157044 692453376 127777 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 169056 127777 417 389 0 164806 0
[pid=17822/tid=17824] ppid=17821 vsize=676224 CPUtime=937.11 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 31999 0 0 0 93696 15 0 0 25 0 5 0 497157046 692453376 127777 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=676224 CPUtime=942.14 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 32027 0 0 0 94184 30 0 0 25 0 5 0 497157046 692453376 127777 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=676224 CPUtime=942.24 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 40218 0 0 0 94181 43 0 0 25 0 5 0 497157047 692453376 127777 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=676224 CPUtime=942.24 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 34539 0 0 0 94190 34 0 0 25 0 5 0 497157047 692453376 127777 33554432000 4194304 5787044 140735375982624 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.79
Current children cumulated vsize (KiB) 684924

[startup+1002.3 s]
/proc/loadavg: 8.17 8.13 8.06 9/188 17890
/proc/meminfo: memFree=23700064/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=676224 CPUtime=4003.45 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 142685 0 0 0 400221 124 0 0 18 0 5 0 497157044 692453376 127799 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 169056 127799 417 389 0 164806 0
[pid=17822/tid=17824] ppid=17821 vsize=676224 CPUtime=996.78 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 32005 0 0 0 99663 15 0 0 25 0 5 0 497157046 692453376 127799 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=676224 CPUtime=1002.13 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 32034 0 0 0 100183 30 0 0 25 0 5 0 497157046 692453376 127799 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=676224 CPUtime=1002.23 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 40218 0 0 0 100180 43 0 0 25 0 5 0 497157047 692453376 127799 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=676224 CPUtime=1002.24 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 34548 0 0 0 100190 34 0 0 25 0 5 0 497157047 692453376 127799 33554432000 4194304 5787044 140735375982624 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 684924

[startup+1062.3 s]
/proc/loadavg: 8.16 8.13 8.06 9/188 17892
/proc/meminfo: memFree=23666292/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=676224 CPUtime=4243.11 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 142771 0 0 0 424187 124 0 0 18 0 5 0 497157044 692453376 127885 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 169056 127885 417 389 0 164806 0
[pid=17822/tid=17824] ppid=17821 vsize=676224 CPUtime=1056.45 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 32029 0 0 0 105630 15 0 0 25 0 5 0 497157046 692453376 127885 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=676224 CPUtime=1062.13 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 32082 0 0 0 106183 30 0 0 25 0 5 0 497157046 692453376 127885 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=676224 CPUtime=1062.23 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 40218 0 0 0 106180 43 0 0 25 0 5 0 497157047 692453376 127885 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=676224 CPUtime=1062.24 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 34562 0 0 0 106190 34 0 0 25 0 5 0 497157047 692453376 127885 33554432000 4194304 5787044 140735375982624 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 684924

[startup+1122.3 s]
/proc/loadavg: 8.11 8.12 8.06 9/188 17893
/proc/meminfo: memFree=23609448/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=683032 CPUtime=4482.79 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 145631 0 0 0 448151 128 0 0 18 0 5 0 497157044 699424768 130745 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 170758 130745 417 389 0 166508 0
[pid=17822/tid=17824] ppid=17821 vsize=683032 CPUtime=1116.13 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 33688 0 0 0 111597 16 0 0 25 0 5 0 497157046 699424768 130745 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=683032 CPUtime=1122.13 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 33227 0 0 0 112180 33 0 0 25 0 5 0 497157046 699424768 130745 33554432000 4194304 5787044 140735375982624 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=683032 CPUtime=1122.23 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 40220 0 0 0 112180 43 0 0 25 0 5 0 497157047 699424768 130745 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=683032 CPUtime=1122.24 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 34616 0 0 0 112190 34 0 0 25 0 5 0 497157047 699424768 130745 33554432000 4194304 5787044 140735375982624 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.79
Current children cumulated vsize (KiB) 691732

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 8.06 9/188 17895
/proc/meminfo: memFree=23572808/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=698920 CPUtime=4722.45 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 152852 0 0 0 472111 134 0 0 18 0 5 0 497157044 715694080 137966 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 174730 137966 417 389 0 170480 0
[pid=17822/tid=17824] ppid=17821 vsize=698920 CPUtime=1175.8 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 36648 0 0 0 117563 17 0 0 25 0 5 0 497157046 715694080 137966 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=698920 CPUtime=1182.11 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 35286 0 0 0 118176 35 0 0 25 0 5 0 497157046 715694080 137966 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=698920 CPUtime=1182.23 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 41249 0 0 0 118180 43 0 0 25 0 5 0 497157047 715694080 137966 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=698920 CPUtime=1182.24 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 35789 0 0 0 118188 36 0 0 25 0 5 0 497157047 715694080 137966 33554432000 4194304 5787044 140735375982624 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 707620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.12 8.06 9/188 17895
/proc/meminfo: memFree=23564616/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=701588 CPUtime=4800.38 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 154809 0 0 0 479901 137 0 0 18 0 5 0 497157044 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 175397 139923 417 389 0 171147 0
[pid=17822/tid=17824] ppid=17821 vsize=701588 CPUtime=1195.19 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 37301 0 0 0 119502 17 0 0 25 0 5 0 497157046 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=701588 CPUtime=1201.63 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 35952 0 0 0 120126 37 0 0 25 0 5 0 497157046 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=701588 CPUtime=1201.74 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 41249 0 0 0 120131 43 0 0 25 0 5 0 497157047 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=701588 CPUtime=1201.75 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 36427 0 0 0 120137 38 0 0 25 0 5 0 497157047 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 710288

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

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

[startup+1201.8 s]
/proc/loadavg: 8.14 8.12 8.06 9/188 17895
/proc/meminfo: memFree=23564616/32951124 swapFree=67111524/67111528
[pid=17821] ppid=17819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17821/stat : 17821 (priss.sh) S 17819 17821 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497157044 8908800 251 33554432000 4194304 4922060 140736635104208 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17821/statm: 2175 251 211 178 0 68 0
[pid=17822] ppid=17821 vsize=701588 CPUtime=4800.38 cores=0,2,4,6
/proc/17822/stat : 17822 (priss) S 17821 17821 17192 0 -1 4202496 154809 0 0 0 479901 137 0 0 18 0 5 0 497157044 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17822/statm: 175397 139923 417 389 0 171147 0
[pid=17822/tid=17824] ppid=17821 vsize=701588 CPUtime=1195.19 cores=0,2,4,6
/proc/17822/task/17824/stat : 17824 (priss) R 17821 17821 17192 0 -1 4202560 37301 0 0 0 119502 17 0 0 25 0 5 0 497157046 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17822/tid=17825] ppid=17821 vsize=701588 CPUtime=1201.63 cores=0,2,4,6
/proc/17822/task/17825/stat : 17825 (priss) R 17821 17821 17192 0 -1 4202560 35952 0 0 0 120126 37 0 0 25 0 5 0 497157046 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17822/tid=17826] ppid=17821 vsize=701588 CPUtime=1201.74 cores=0,2,4,6
/proc/17822/task/17826/stat : 17826 (priss) R 17821 17821 17192 0 -1 4202560 41249 0 0 0 120131 43 0 0 25 0 5 0 497157047 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17822/tid=17827] ppid=17821 vsize=701588 CPUtime=1201.75 cores=0,2,4,6
/proc/17822/task/17827/stat : 17827 (priss) R 17821 17821 17192 0 -1 4202560 36427 0 0 0 120137 38 0 0 25 0 5 0 497157047 718426112 139923 33554432000 4194304 5787044 140735375982624 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 710288

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17821 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.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.83
CPU time (s): 4800.38
CPU user time (s): 4799.01
CPU system time (s): 1.37
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 710288

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

runsolver used 1.83772 second user time and 4.72728 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 05:23:28
IDJOB=3259260
IDBENCH=71540
IDSOLVER=1603
FILE ID=node146/3259260-1304047408
RUNJOBID= node146-1304042862-17210
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes7.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259260-1304047408/watcher-3259260-1304047408 -o /tmp/evaluation-result-3259260-1304047408/solver-3259260-1304047408 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259260-1304047408.cnf 1308487552 4800 15500 4

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=1308487552

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:      23984232 kB
Buffers:       1663816 kB
Cached:        6183360 kB
SwapCached:          4 kB
Active:        1870140 kB
Inactive:      6568120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23984232 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:      590776 kB
Mapped:          15616 kB
Slab:           463052 kB
PageTables:       5872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779864 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 05:43:32