Trace number 3251074

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.09 1201.83

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
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: 5205
0.00/0.09	c parsetime: 90526us
0.00/0.09	c parsed 409171 clauses with 1985 variables
0.00/0.11	c NW started thread 0 successfully (1101863232)
0.00/0.15	c NW started thread 1 successfully (1112353088)
0.00/0.19	c NW started thread 2 successfully (1122842944)
0.00/0.24	c NW started thread 3 successfully (1090615616)
124.91/31.48	c preprocessor returned 10006 variables
124.91/31.48	c preprocessing returned UNKNOWN
124.91/31.48	c PP set 0 variables
124.91/31.48	c pp time: 31293718us (31s)
125.69/31.62	c preprocessor returned 10006 variables
125.69/31.62	c preprocessing returned UNKNOWN
125.69/31.62	c PP set 0 variables
125.69/31.62	c pp time: 31469548us (31s)
126.49/31.82	c preprocessor returned 10006 variables
126.49/31.82	c preprocessing returned UNKNOWN
126.49/31.82	c PP set 0 variables
126.49/31.82	c pp time: 31701676us (31s)
159.24/40.08	c preprocessor returned 30022 variables
159.24/40.08	c preprocessing returned UNKNOWN
159.24/40.08	c PP set 0 variables
159.24/40.08	c pp time: 39844785us (39s)

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-3251074-1304084225/watcher-3251074-1304084225 -o /tmp/evaluation-result-3251074-1304084225/solver-3251074-1304084225 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251074-1304084225.cnf 61873048 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.10 8.14 8.06 5/182 5204
/proc/meminfo: memFree=14494484/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0

[startup+0.06422 s]
/proc/loadavg: 8.10 8.14 8.06 5/182 5204
/proc/meminfo: memFree=14494484/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100214 s]
/proc/loadavg: 8.10 8.14 8.06 5/182 5204
/proc/meminfo: memFree=14494484/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303245 s]
/proc/loadavg: 8.10 8.14 8.06 5/182 5204
/proc/meminfo: memFree=14494484/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.18002 s]
/proc/loadavg: 8.10 8.14 8.06 5/182 5204
/proc/meminfo: memFree=14494484/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 8.10 8.14 8.06 5/182 5204
/proc/meminfo: memFree=14494484/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10068 s]
/proc/loadavg: 8.17 8.16 8.06 9/188 5210
/proc/meminfo: memFree=14378752/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=358068 CPUtime=11.85 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 64161 0 0 0 1167 18 0 0 20 0 5 0 520022255 366661632 28796 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 89517 28796 349 389 0 85267 0
[pid=5205/tid=5207] ppid=5204 vsize=358068 CPUtime=2.94 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 11026 0 0 0 290 4 0 0 23 0 5 0 520022267 366661632 28796 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=358068 CPUtime=2.93 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 11408 0 0 0 289 4 0 0 23 0 5 0 520022270 366661632 28796 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=358068 CPUtime=2.89 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 11643 0 0 0 285 4 0 0 23 0 5 0 520022274 366661632 28796 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=358068 CPUtime=2.84 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 10738 0 0 0 282 2 0 0 25 0 5 0 520022279 366661632 28796 33554432000 4194304 5787044 140734961791408 18446744073709551615 237278539934 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 366768

[startup+6.30111 s]
/proc/loadavg: 8.16 8.15 8.06 9/188 5210
/proc/meminfo: memFree=14372880/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=361268 CPUtime=24.64 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 67169 0 0 0 2445 19 0 0 20 0 5 0 520022255 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 90317 30204 350 389 0 86067 0
[pid=5205/tid=5207] ppid=5204 vsize=361268 CPUtime=6.12 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 11436 0 0 0 608 4 0 0 25 0 5 0 520022267 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=361268 CPUtime=6.12 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 12684 0 0 0 608 4 0 0 25 0 5 0 520022270 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=361268 CPUtime=6.09 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 12965 0 0 0 605 4 0 0 25 0 5 0 520022274 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=361268 CPUtime=6.05 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 10738 0 0 0 603 2 0 0 25 0 5 0 520022279 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 369968

[startup+12.701 s]
/proc/loadavg: 8.14 8.15 8.06 9/188 5210
/proc/meminfo: memFree=14311980/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=361268 CPUtime=50.22 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 67169 0 0 0 5003 19 0 0 20 0 5 0 520022255 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 90317 30204 350 389 0 86067 0
[pid=5205/tid=5207] ppid=5204 vsize=361268 CPUtime=12.49 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 11436 0 0 0 1245 4 0 0 25 0 5 0 520022267 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=361268 CPUtime=12.53 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 12684 0 0 0 1248 5 0 0 25 0 5 0 520022270 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=361268 CPUtime=12.49 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 12965 0 0 0 1245 4 0 0 25 0 5 0 520022274 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=361268 CPUtime=12.45 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 10738 0 0 0 1243 2 0 0 25 0 5 0 520022279 369938432 30204 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336721 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 369968

[startup+25.5007 s]
/proc/loadavg: 8.27 8.18 8.07 9/188 5210
/proc/meminfo: memFree=14264100/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=363644 CPUtime=101.33 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 70528 0 0 0 10113 20 0 0 20 0 5 0 520022255 372371456 33563 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 90911 33563 352 389 0 86661 0
[pid=5205/tid=5207] ppid=5204 vsize=363644 CPUtime=25.22 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 12121 0 0 0 2518 4 0 0 25 0 5 0 520022267 372371456 33563 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=363644 CPUtime=25.32 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 13731 0 0 0 2527 5 0 0 25 0 5 0 520022270 372371456 33563 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=363644 CPUtime=25.28 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 14015 0 0 0 2524 4 0 0 25 0 5 0 520022274 372371456 33563 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=363644 CPUtime=25.25 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 11315 0 0 0 2523 2 0 0 25 0 5 0 520022279 372371456 33563 33554432000 4194304 5787044 140734961791408 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 372344

[startup+51.1012 s]
/proc/loadavg: 8.06 8.13 8.06 9/188 5211
/proc/meminfo: memFree=14172148/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=416760 CPUtime=203.58 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 115634 0 0 0 20330 28 0 0 20 0 5 0 520022255 426762240 56582 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 104190 56582 417 389 0 99940 0
[pid=5205/tid=5207] ppid=5204 vsize=416760 CPUtime=50.68 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 27269 0 0 0 5062 6 0 0 25 0 5 0 520022267 426762240 56582 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=416760 CPUtime=50.92 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 24739 0 0 0 5085 7 0 0 25 0 5 0 520022270 426762240 56582 33554432000 4194304 5787044 140734961791408 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=416760 CPUtime=50.88 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 25447 0 0 0 5082 6 0 0 25 0 5 0 520022274 426762240 56582 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=416760 CPUtime=50.84 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 18833 0 0 0 5081 3 0 0 25 0 5 0 520022279 426762240 56582 33554432000 4194304 5787044 140734961791408 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.58
Current children cumulated vsize (KiB) 425460

[startup+102.301 s]
/proc/loadavg: 8.07 8.12 8.06 9/188 5212
/proc/meminfo: memFree=14141700/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=430380 CPUtime=408.09 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 123503 0 0 0 40776 33 0 0 20 0 5 0 520022255 440709120 64447 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 107595 64447 417 389 0 103345 0
[pid=5205/tid=5207] ppid=5204 vsize=430380 CPUtime=101.6 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 28902 0 0 0 10152 8 0 0 25 0 5 0 520022267 440709120 64447 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=430380 CPUtime=102.12 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 26536 0 0 0 10204 8 0 0 25 0 5 0 520022270 440709120 64447 33554432000 4194304 5787044 140734961791408 18446744073709551615 5586651 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=430380 CPUtime=102.07 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 27502 0 0 0 10199 8 0 0 25 0 5 0 520022274 440709120 64447 33554432000 4194304 5787044 140734961791408 18446744073709551615 4218869 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=430380 CPUtime=102.05 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 21217 0 0 0 10200 5 0 0 25 0 5 0 520022279 440709120 64447 33554432000 4194304 5787044 140734961791408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 439080

[startup+162.3 s]
/proc/loadavg: 7.89 8.05 8.03 9/188 5279
/proc/meminfo: memFree=19552424/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=445488 CPUtime=647.77 cores=0,2,4,6

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

/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 54219 0 0 0 88114 31 0 0 25 0 5 0 520022270 778244096 154262 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=760004 CPUtime=880.03 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50628 0 0 0 87970 33 0 0 25 0 5 0 520022274 778244096 154262 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=760004 CPUtime=882.03 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 43110 0 0 0 88177 26 0 0 25 0 5 0 520022279 778244096 154262 33554432000 4194304 5787044 140734961791408 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.78
Current children cumulated vsize (KiB) 768704

[startup+942.307 s]
/proc/loadavg: 8.04 8.08 8.06 9/188 5300
/proc/meminfo: memFree=18680832/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=761364 CPUtime=3763.49 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 220757 0 0 0 376214 135 0 0 20 0 5 0 520022255 779636736 159046 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 190341 159046 417 389 0 186091 0
[pid=5205/tid=5207] ppid=5204 vsize=761364 CPUtime=940.02 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 51512 0 0 0 93965 37 0 0 25 0 5 0 520022267 779636736 159046 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=761364 CPUtime=941.47 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 55804 0 0 0 94113 34 0 0 25 0 5 0 520022270 779636736 159046 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=761364 CPUtime=939.7 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50628 0 0 0 93937 33 0 0 25 0 5 0 520022274 779636736 159046 33554432000 4194304 5787044 140734961791408 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=761364 CPUtime=942.05 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 43467 0 0 0 94178 27 0 0 25 0 5 0 520022279 779636736 159046 33554432000 4194304 5787044 140734961791408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.49
Current children cumulated vsize (KiB) 770064

[startup+1002.3 s]
/proc/loadavg: 8.05 8.08 8.06 9/188 5301
/proc/meminfo: memFree=18629948/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=781196 CPUtime=4003.14 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 231144 0 0 0 400168 146 0 0 20 0 5 0 520022255 799944704 169433 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 195299 169433 417 389 0 191049 0
[pid=5205/tid=5207] ppid=5204 vsize=781196 CPUtime=1000.02 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 56323 0 0 0 99960 42 0 0 25 0 5 0 520022267 799944704 169433 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=781196 CPUtime=1001.45 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 58502 0 0 0 100107 38 0 0 25 0 5 0 520022270 799944704 169433 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=781196 CPUtime=999.37 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50628 0 0 0 99904 33 0 0 25 0 5 0 520022274 799944704 169433 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=781196 CPUtime=1002.04 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 46345 0 0 0 100176 28 0 0 25 0 5 0 520022279 799944704 169433 33554432000 4194304 5787044 140734961791408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.14
Current children cumulated vsize (KiB) 789896

[startup+1062.3 s]
/proc/loadavg: 8.05 8.08 8.06 9/188 5303
/proc/meminfo: memFree=18605588/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=789520 CPUtime=4242.8 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 235534 0 0 0 424131 149 0 0 20 0 5 0 520022255 808468480 173085 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 197380 173085 417 389 0 193130 0
[pid=5205/tid=5207] ppid=5204 vsize=789520 CPUtime=1060.01 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 57750 0 0 0 105958 43 0 0 25 0 5 0 520022267 808468480 173085 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=789520 CPUtime=1061.46 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 59838 0 0 0 106106 40 0 0 25 0 5 0 520022270 808468480 173085 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=789520 CPUtime=1059.04 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50628 0 0 0 105871 33 0 0 25 0 5 0 520022274 808468480 173085 33554432000 4194304 5787044 140734961791408 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=789520 CPUtime=1062.04 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 47972 0 0 0 106175 29 0 0 25 0 5 0 520022279 808468480 173085 33554432000 4194304 5787044 140734961791408 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.8
Current children cumulated vsize (KiB) 798220

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.06 9/188 5305
/proc/meminfo: memFree=18576640/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=790752 CPUtime=4482.49 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 235865 0 0 0 448099 150 0 0 20 0 5 0 520022255 809730048 173416 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 197688 173416 417 389 0 193438 0
[pid=5205/tid=5207] ppid=5204 vsize=790752 CPUtime=1120.01 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 57750 0 0 0 111958 43 0 0 25 0 5 0 520022267 809730048 173416 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=790752 CPUtime=1121.46 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 59838 0 0 0 112106 40 0 0 25 0 5 0 520022270 809730048 173416 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=790752 CPUtime=1118.72 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50634 0 0 0 111839 33 0 0 25 0 5 0 520022274 809730048 173416 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=790752 CPUtime=1122.04 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 48297 0 0 0 112175 29 0 0 25 0 5 0 520022279 809730048 173416 33554432000 4194304 5787044 140734961791408 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 799452

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.06 9/188 5306
/proc/meminfo: memFree=18539512/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=792352 CPUtime=4722.16 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 236956 0 0 0 472065 151 0 0 20 0 5 0 520022255 811368448 174507 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 198088 174507 417 389 0 193838 0
[pid=5205/tid=5207] ppid=5204 vsize=792352 CPUtime=1180.01 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 58476 0 0 0 117957 44 0 0 25 0 5 0 520022267 811368448 174507 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=792352 CPUtime=1181.46 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 59841 0 0 0 118106 40 0 0 25 0 5 0 520022270 811368448 174507 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=792352 CPUtime=1178.39 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50646 0 0 0 117806 33 0 0 25 0 5 0 520022274 811368448 174507 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=792352 CPUtime=1182.04 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 48647 0 0 0 118175 29 0 0 25 0 5 0 520022279 811368448 174507 33554432000 4194304 5787044 140734961791408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.16
Current children cumulated vsize (KiB) 801052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.08 8.06 9/188 5307
/proc/meminfo: memFree=18527088/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=794744 CPUtime=4800.09 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 238199 0 0 0 479856 153 0 0 20 0 5 0 520022255 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 198686 175750 417 389 0 194436 0
[pid=5205/tid=5207] ppid=5204 vsize=794744 CPUtime=1199.52 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 59042 0 0 0 119908 44 0 0 25 0 5 0 520022267 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=794744 CPUtime=1200.97 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 60096 0 0 0 120056 41 0 0 25 0 5 0 520022270 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=794744 CPUtime=1197.79 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50663 0 0 0 119746 33 0 0 25 0 5 0 520022274 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=794744 CPUtime=1201.55 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 49052 0 0 0 120126 29 0 0 25 0 5 0 520022279 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 803444

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.08 8.08 8.06 9/188 5307
/proc/meminfo: memFree=18527088/32950904 swapFree=67082284/67111528
[pid=5204] ppid=5202 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5204/stat : 5204 (priss.sh) S 5202 5204 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 520022255 8908800 252 33554432000 4194304 4922060 140734196648304 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5204/statm: 2175 252 211 178 0 68 0
[pid=5205] ppid=5204 vsize=794744 CPUtime=4800.09 cores=0,2,4,6
/proc/5205/stat : 5205 (priss) S 5204 5204 4177 0 -1 4202496 238199 0 0 0 479856 153 0 0 20 0 5 0 520022255 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5205/statm: 198686 175750 417 389 0 194436 0
[pid=5205/tid=5207] ppid=5204 vsize=794744 CPUtime=1199.52 cores=0,2,4,6
/proc/5205/task/5207/stat : 5207 (priss) R 5204 5204 4177 0 -1 4202560 59042 0 0 0 119908 44 0 0 25 0 5 0 520022267 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5205/tid=5208] ppid=5204 vsize=794744 CPUtime=1200.97 cores=0,2,4,6
/proc/5205/task/5208/stat : 5208 (priss) R 5204 5204 4177 0 -1 4202560 60096 0 0 0 120056 41 0 0 25 0 5 0 520022270 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5205/tid=5209] ppid=5204 vsize=794744 CPUtime=1197.79 cores=0,2,4,6
/proc/5205/task/5209/stat : 5209 (priss) R 5204 5204 4177 0 -1 4202560 50663 0 0 0 119746 33 0 0 25 0 5 0 520022274 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5205/tid=5210] ppid=5204 vsize=794744 CPUtime=1201.55 cores=0,2,4,6
/proc/5205/task/5210/stat : 5210 (priss) R 5204 5204 4177 0 -1 4202560 49052 0 0 0 120126 29 0 0 25 0 5 0 520022279 813817856 175750 33554432000 4194304 5787044 140734961791408 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 803444

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5204 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.09
#
# 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.09
CPU user time (s): 4798.56
CPU system time (s): 1.53
CPU usage (%): 399.4
Max. virtual memory (cumulated for all children) (KiB): 803444

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

runsolver used 1.82472 second user time and 4.74128 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 15:37:05
IDJOB=3251074
IDBENCH=88209
IDSOLVER=1603
FILE ID=node121/3251074-1304084225
RUNJOBID= node121-1304081337-4801
PBS_JOBID= 13170500
Free space on /tmp= 72428 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251074-1304084225/watcher-3251074-1304084225 -o /tmp/evaluation-result-3251074-1304084225/solver-3251074-1304084225 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251074-1304084225.cnf 61873048 4800 15500 4

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=61873048

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      14494640 kB
Buffers:       2182344 kB
Cached:       10455360 kB
SwapCached:       2776 kB
Active:       14597488 kB
Inactive:      3328844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      14494640 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            6636 kB
Writeback:           0 kB
AnonPages:     5286584 kB
Mapped:          14780 kB
Slab:           455508 kB
PageTables:      15148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  5744220 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= 72640 MiB
End job on node121 at 2011-04-29 15:57:09