Trace number 3251646

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.33 1201.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 20495
0.00/0.13	c parsetime: 124917us
0.00/0.13	c parsed 566749 clauses with 2377 variables
0.00/0.16	c NW started thread 0 successfully (1113270592)
0.00/0.20	c NW started thread 1 successfully (1096161600)
0.00/0.25	c NW started thread 2 successfully (1123760448)
0.00/0.30	c NW started thread 3 successfully (1134250304)
204.96/51.51	c preprocessor returned 10008 variables
204.96/51.51	c preprocessing returned UNKNOWN
204.96/51.51	c PP set 0 variables
204.96/51.51	c pp time: 51305044us (51s)
206.95/52.03	c preprocessor returned 10008 variables
206.95/52.03	c preprocessing returned UNKNOWN
206.95/52.03	c PP set 0 variables
206.95/52.03	c pp time: 51875322us (51s)
206.95/52.08	c preprocessor returned 10008 variables
206.95/52.08	c preprocessing returned UNKNOWN
206.95/52.08	c PP set 0 variables
206.95/52.08	c pp time: 51823266us (51s)
251.68/63.28	c preprocessor returned 30023 variables
251.68/63.28	c preprocessing returned UNKNOWN
251.68/63.28	c PP set 0 variables
251.68/63.28	c pp time: 62982293us (62s)

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-3251646-1304085735/watcher-3251646-1304085735 -o /tmp/evaluation-result-3251646-1304085735/solver-3251646-1304085735 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251646-1304085735.cnf 2052076274 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 20494
/proc/meminfo: memFree=30206924/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0

[startup+0.0804081 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 20494
/proc/meminfo: memFree=30206924/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100392 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 20494
/proc/meminfo: memFree=30206924/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304755 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 20494
/proc/meminfo: memFree=30206924/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.822223 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 20494
/proc/meminfo: memFree=30206924/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50111 s]
/proc/loadavg: 8.05 8.08 8.08 9/188 20500
/proc/meminfo: memFree=30036128/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=393244 CPUtime=5.23 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 88734 0 0 0 498 25 0 0 18 0 5 0 598804155 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 98311 42538 349 389 0 94061 0
[pid=20495/tid=20497] ppid=20494 vsize=393244 CPUtime=1.24 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 15364 0 0 0 120 4 0 0 18 0 5 0 598804171 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=393244 CPUtime=1.27 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 16016 0 0 0 121 6 0 0 19 0 5 0 598804175 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=393244 CPUtime=1.22 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 15290 0 0 0 117 5 0 0 19 0 5 0 598804180 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=393244 CPUtime=1.18 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 15298 0 0 0 115 3 0 0 19 0 5 0 598804185 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 401944

[startup+3.10081 s]
/proc/loadavg: 8.05 8.08 8.08 9/188 20500
/proc/meminfo: memFree=30034888/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=393244 CPUtime=11.62 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 88734 0 0 0 1137 25 0 0 18 0 5 0 598804155 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 98311 42538 349 389 0 94061 0
[pid=20495/tid=20497] ppid=20494 vsize=393244 CPUtime=2.83 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 15364 0 0 0 279 4 0 0 21 0 5 0 598804171 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=393244 CPUtime=2.87 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 16016 0 0 0 281 6 0 0 22 0 5 0 598804175 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=393244 CPUtime=2.82 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 15290 0 0 0 277 5 0 0 22 0 5 0 598804180 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=393244 CPUtime=2.78 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 15298 0 0 0 275 3 0 0 22 0 5 0 598804185 402681856 42538 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (KiB) 401944

[startup+6.30122 s]
/proc/loadavg: 8.05 8.08 8.08 9/188 20501
/proc/meminfo: memFree=30032056/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=384380 CPUtime=24.41 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 92195 0 0 0 2415 26 0 0 18 0 5 0 598804155 393605120 43783 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 96095 43783 350 389 0 91845 0
[pid=20495/tid=20497] ppid=20494 vsize=384380 CPUtime=6.01 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 16598 0 0 0 597 4 0 0 25 0 5 0 598804171 393605120 43783 33554432000 4194304 5787044 140733516051968 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=384380 CPUtime=6.07 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 17677 0 0 0 600 7 0 0 25 0 5 0 598804175 393605120 43783 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=384380 CPUtime=6.02 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 15290 0 0 0 597 5 0 0 25 0 5 0 598804180 393605120 43783 33554432000 4194304 5787044 140733516051968 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=384380 CPUtime=5.98 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 15864 0 0 0 595 3 0 0 25 0 5 0 598804185 393605120 43783 33554432000 4194304 5787044 140733516051968 18446744073709551615 4340094 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 393080

[startup+12.701 s]
/proc/loadavg: 8.04 8.08 8.08 9/188 20501
/proc/meminfo: memFree=30022132/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=384380 CPUtime=49.97 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 92196 0 0 0 4971 26 0 0 18 0 5 0 598804155 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 96095 43784 350 389 0 91845 0
[pid=20495/tid=20497] ppid=20494 vsize=384380 CPUtime=12.37 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 16598 0 0 0 1233 4 0 0 25 0 5 0 598804171 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=384380 CPUtime=12.47 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 17678 0 0 0 1240 7 0 0 25 0 5 0 598804175 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=384380 CPUtime=12.42 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 15290 0 0 0 1237 5 0 0 25 0 5 0 598804180 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=384380 CPUtime=12.38 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 15864 0 0 0 1235 3 0 0 25 0 5 0 598804185 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 393080

[startup+25.5067 s]
/proc/loadavg: 8.12 8.09 8.09 9/188 20501
/proc/meminfo: memFree=30009112/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=384380 CPUtime=101.12 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 92196 0 0 0 10086 26 0 0 18 0 5 0 598804155 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 96095 43784 350 389 0 91845 0
[pid=20495/tid=20497] ppid=20494 vsize=384380 CPUtime=25.11 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 16598 0 0 0 2507 4 0 0 25 0 5 0 598804171 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=384380 CPUtime=25.28 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 17678 0 0 0 2521 7 0 0 25 0 5 0 598804175 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=384380 CPUtime=25.22 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 15290 0 0 0 2517 5 0 0 25 0 5 0 598804180 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=384380 CPUtime=25.18 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 15864 0 0 0 2515 3 0 0 25 0 5 0 598804185 393605120 43784 33554432000 4194304 5787044 140733516051968 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 393080

[startup+51.101 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 20502
/proc/meminfo: memFree=29936260/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=393684 CPUtime=203.36 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 115892 0 0 0 20306 30 0 0 18 0 5 0 598804155 403132416 66690 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 98421 66691 355 389 0 94171 0
[pid=20495/tid=20497] ppid=20494 vsize=393684 CPUtime=50.57 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 19641 0 0 0 5052 5 0 0 25 0 5 0 598804171 403132416 66691 33554432000 4194304 5787044 140733516051968 18446744073709551615 4359142 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=393684 CPUtime=50.87 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 32093 0 0 0 5078 9 0 0 22 0 5 0 598804175 403132416 66693 33554432000 4194304 5787044 140733516051968 18446744073709551615 260020057121 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=393684 CPUtime=50.82 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 15598 0 0 0 5077 5 0 0 25 0 5 0 598804180 403132416 66694 33554432000 4194304 5787044 140733516051968 18446744073709551615 4318927 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=393684 CPUtime=50.78 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 21797 0 0 0 5074 4 0 0 25 0 5 0 598804185 403132416 66695 33554432000 4194304 5787044 140733516051968 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.36
Current children cumulated vsize (KiB) 402384

[startup+102.301 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 20503
/proc/meminfo: memFree=29837760/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=417900 CPUtime=407.87 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 172532 0 0 0 40736 51 0 0 18 0 5 0 598804155 427929600 76050 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 104475 76050 417 389 0 100225 0
[pid=20495/tid=20497] ppid=20494 vsize=417900 CPUtime=101.48 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 34171 0 0 0 10136 12 0 0 25 0 5 0 598804171 427929600 76050 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=417900 CPUtime=102.06 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 41595 0 0 0 10193 13 0 0 25 0 5 0 598804175 427929600 76050 33554432000 4194304 5787044 140733516051968 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=417900 CPUtime=102.02 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 32326 0 0 0 10192 10 0 0 25 0 5 0 598804180 427929600 76050 33554432000 4194304 5787044 140733516051968 18446744073709551615 5586751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=417900 CPUtime=101.98 cores=1,3,5,7

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

/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 61143 0 0 0 88164 43 0 0 25 0 5 0 598804175 882905088 175879 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=862212 CPUtime=882.02 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 61380 0 0 0 88167 35 0 0 25 0 5 0 598804180 882905088 175879 33554432000 4194304 5787044 140733516051968 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=862212 CPUtime=882 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 66909 0 0 0 88146 54 0 0 25 0 5 0 598804185 882905088 175879 33554432000 4194304 5787044 140733516051968 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.65
Current children cumulated vsize (KiB) 870912

[startup+942.301 s]
/proc/loadavg: 8.09 8.08 8.08 9/188 20558
/proc/meminfo: memFree=29642508/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=862212 CPUtime=3763.31 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 273987 0 0 0 376149 182 0 0 18 0 5 0 598804155 882905088 176005 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 215553 176005 417 389 0 211303 0
[pid=20495/tid=20497] ppid=20494 vsize=862212 CPUtime=936.9 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 57766 0 0 0 93646 44 0 0 25 0 5 0 598804171 882905088 176005 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=862212 CPUtime=942.07 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 61162 0 0 0 94164 43 0 0 25 0 5 0 598804175 882905088 176005 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=862212 CPUtime=942.03 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 61381 0 0 0 94167 36 0 0 25 0 5 0 598804180 882905088 176005 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=862212 CPUtime=941.99 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 66912 0 0 0 94145 54 0 0 25 0 5 0 598804185 882905088 176005 33554432000 4194304 5787044 140733516051968 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.31
Current children cumulated vsize (KiB) 870912

[startup+1002.31 s]
/proc/loadavg: 8.14 8.10 8.09 9/188 20560
/proc/meminfo: memFree=29612072/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=927748 CPUtime=4003.01 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 275891 0 0 0 400118 183 0 0 18 0 5 0 598804155 950013952 177909 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 231937 177909 417 389 0 227687 0
[pid=20495/tid=20497] ppid=20494 vsize=927748 CPUtime=996.58 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 58548 0 0 0 99614 44 0 0 25 0 5 0 598804171 950013952 177909 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=927748 CPUtime=1002.08 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 62273 0 0 0 100164 44 0 0 25 0 5 0 598804175 950013952 177909 33554432000 4194304 5787044 140733516051968 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=927748 CPUtime=1002.04 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 61385 0 0 0 100168 36 0 0 25 0 5 0 598804180 950013952 177909 33554432000 4194304 5787044 140733516051968 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=927748 CPUtime=1002 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 66919 0 0 0 100146 54 0 0 25 0 5 0 598804185 950013952 177909 33554432000 4194304 5787044 140733516051968 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.01
Current children cumulated vsize (KiB) 936448

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 8.09 9/188 20562
/proc/meminfo: memFree=29578140/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=927748 CPUtime=4242.67 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 279389 0 0 0 424080 187 0 0 18 0 5 0 598804155 950013952 181407 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 231937 181407 417 389 0 227687 0
[pid=20495/tid=20497] ppid=20494 vsize=927748 CPUtime=1056.24 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 60097 0 0 0 105578 46 0 0 25 0 5 0 598804171 950013952 181407 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=927748 CPUtime=1062.07 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 63136 0 0 0 106163 44 0 0 25 0 5 0 598804175 950013952 181407 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=927748 CPUtime=1062.03 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 61391 0 0 0 106167 36 0 0 25 0 5 0 598804180 950013952 181407 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=927748 CPUtime=1061.99 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 67999 0 0 0 106145 54 0 0 25 0 5 0 598804185 950013952 181407 33554432000 4194304 5787044 140733516051968 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.67
Current children cumulated vsize (KiB) 936448

[startup+1122.3 s]
/proc/loadavg: 8.08 8.09 8.09 9/188 20563
/proc/meminfo: memFree=29526236/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=933624 CPUtime=4482.33 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 288045 0 0 0 448037 196 0 0 18 0 5 0 598804155 956030976 190063 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 233406 190063 417 389 0 229156 0
[pid=20495/tid=20497] ppid=20494 vsize=933624 CPUtime=1115.92 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 64189 0 0 0 111541 51 0 0 25 0 5 0 598804171 956030976 190063 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=933624 CPUtime=1122.08 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 64790 0 0 0 112161 47 0 0 25 0 5 0 598804175 956030976 190063 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=933624 CPUtime=1122.02 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 62398 0 0 0 112166 36 0 0 25 0 5 0 598804180 956030976 190063 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=933624 CPUtime=1122 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 69902 0 0 0 112143 57 0 0 25 0 5 0 598804185 956030976 190063 33554432000 4194304 5787044 140733516051968 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 942324

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 8.09 9/188 20565
/proc/meminfo: memFree=29465892/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=1010140 CPUtime=4722.02 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 298617 0 0 0 471987 215 0 0 18 0 5 0 598804155 1034383360 200635 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 252535 200635 417 389 0 248285 0
[pid=20495/tid=20497] ppid=20494 vsize=1010140 CPUtime=1175.6 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 66080 0 0 0 117505 55 0 0 25 0 5 0 598804171 1034383360 200635 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=1010140 CPUtime=1182.07 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 66686 0 0 0 118156 51 0 0 25 0 5 0 598804175 1034383360 200635 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=1010140 CPUtime=1182.03 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 65160 0 0 0 118164 39 0 0 25 0 5 0 598804180 1034383360 200635 33554432000 4194304 5787044 140733516051968 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=1010140 CPUtime=1182 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 73925 0 0 0 118136 64 0 0 25 0 5 0 598804185 1034383360 200635 33554432000 4194304 5787044 140733516051968 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.02
Current children cumulated vsize (KiB) 1018840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.12 8.09 8.09 9/188 20565
/proc/meminfo: memFree=29442812/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=1014144 CPUtime=4800.33 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 302168 0 0 0 479813 220 0 0 18 0 5 0 598804155 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 253536 203961 417 389 0 249286 0
[pid=20495/tid=20497] ppid=20494 vsize=1014144 CPUtime=1195.08 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 67113 0 0 0 119452 56 0 0 25 0 5 0 598804171 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 5586888 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=1014144 CPUtime=1201.68 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 67229 0 0 0 120116 52 0 0 25 0 5 0 598804175 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=1014144 CPUtime=1201.63 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 66153 0 0 0 120123 40 0 0 25 0 5 0 598804180 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=1014144 CPUtime=1201.6 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 74907 0 0 0 120095 65 0 0 25 0 5 0 598804185 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 4220143 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1022844

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

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

[startup+1201.9 s]
/proc/loadavg: 8.12 8.09 8.09 9/188 20565
/proc/meminfo: memFree=29442812/32951124 swapFree=67111464/67111528
[pid=20494] ppid=20492 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20494/stat : 20494 (priss.sh) S 20492 20494 19459 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 598804154 8908800 251 33554432000 4194304 4922060 140736869507072 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20494/statm: 2175 251 211 178 0 68 0
[pid=20495] ppid=20494 vsize=1014144 CPUtime=4800.33 cores=1,3,5,7
/proc/20495/stat : 20495 (priss) S 20494 20494 19459 0 -1 4202496 302168 0 0 0 479813 220 0 0 18 0 5 0 598804155 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20495/statm: 253536 203961 417 389 0 249286 0
[pid=20495/tid=20497] ppid=20494 vsize=1014144 CPUtime=1195.08 cores=1,3,5,7
/proc/20495/task/20497/stat : 20497 (priss) R 20494 20494 19459 0 -1 4202560 67113 0 0 0 119452 56 0 0 25 0 5 0 598804171 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 5586888 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20495/tid=20498] ppid=20494 vsize=1014144 CPUtime=1201.68 cores=1,3,5,7
/proc/20495/task/20498/stat : 20498 (priss) R 20494 20494 19459 0 -1 4202560 67229 0 0 0 120116 52 0 0 25 0 5 0 598804175 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20495/tid=20499] ppid=20494 vsize=1014144 CPUtime=1201.63 cores=1,3,5,7
/proc/20495/task/20499/stat : 20499 (priss) R 20494 20494 19459 0 -1 4202560 66153 0 0 0 120123 40 0 0 25 0 5 0 598804180 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20495/tid=20500] ppid=20494 vsize=1014144 CPUtime=1201.6 cores=1,3,5,7
/proc/20495/task/20500/stat : 20500 (priss) R 20494 20494 19459 0 -1 4202560 74907 0 0 0 120095 65 0 0 25 0 5 0 598804185 1038483456 203961 33554432000 4194304 5787044 140733516051968 18446744073709551615 4220143 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1022844

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.33
CPU user time (s): 4798.13
CPU system time (s): 2.2
CPU usage (%): 399.389
Max. virtual memory (cumulated for all children) (KiB): 1022844

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.66375 second user time and 4.90225 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 16:02:16
IDJOB=3251646
IDBENCH=88228
IDSOLVER=1603
FILE ID=node110/3251646-1304085735
RUNJOBID= node110-1304082043-20091
PBS_JOBID= 13170503
Free space on /tmp= 72828 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251646-1304085735/watcher-3251646-1304085735 -o /tmp/evaluation-result-3251646-1304085735/solver-3251646-1304085735 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251646-1304085735.cnf 2052076274 4800 15500 4

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=2052076274

node110.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.83
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.83
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.76
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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30207072 kB
Buffers:        892028 kB
Cached:         701416 kB
SwapCached:         64 kB
Active:         806144 kB
Inactive:      1531244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30207072 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            8556 kB
Writeback:           0 kB
AnonPages:      743748 kB
Mapped:          15612 kB
Slab:           342260 kB
PageTables:       6236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   940432 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= 72828 MiB
End job on node110 at 2011-04-29 16:22:20