Trace number 3291367

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

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

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: 31607
0.00/0.02	c parsetime: 18767us
0.00/0.02	c parsed 55571 clauses with 8756 variables
0.00/0.02	c NW started thread 0 successfully (1094682944)
0.00/0.03	c NW started thread 1 successfully (1114396992)
0.00/0.04	c NW started thread 2 successfully (1124886848)
0.00/0.05	c NW started thread 3 successfully (1135376704)
0.00/1.02	c preprocessor returned 10004 variables
0.00/1.02	c preprocessing returned UNKNOWN
0.00/1.02	c PP set 48 variables
0.00/1.02	c pp time: 988542us (0s)
0.00/1.02	c preprocessor returned 10004 variables
0.00/1.02	c preprocessing returned UNKNOWN
0.00/1.02	c PP set 48 variables
0.00/1.02	c pp time: 990829us (0s)
0.00/1.04	c preprocessor returned 10004 variables
0.00/1.04	c preprocessing returned UNKNOWN
0.00/1.04	c PP set 48 variables
0.00/1.04	c pp time: 994013us (0s)
11.07/2.88	c preprocessor returned 30008 variables
11.07/2.88	c preprocessing returned UNKNOWN
11.07/2.88	c PP set 48 variables
11.07/2.88	c pp time: 2831924us (2s)

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-3291367-1304066349/watcher-3291367-1304066349 -o /tmp/evaluation-result-3291367-1304066349/solver-3291367-1304066349 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291367-1304066349.cnf 1521882501 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.07 8.09 8.03 5/182 31606
/proc/meminfo: memFree=25037580/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0

[startup+0.869789 s]
/proc/loadavg: 8.07 8.09 8.03 5/182 31606
/proc/meminfo: memFree=25037580/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900789 s]
/proc/loadavg: 8.07 8.09 8.03 5/182 31606
/proc/meminfo: memFree=25037580/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00077 s]
/proc/loadavg: 8.07 8.09 8.03 5/182 31606
/proc/meminfo: memFree=25037580/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10075 s]
/proc/loadavg: 8.07 8.09 8.03 5/182 31606
/proc/meminfo: memFree=25037580/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50068 s]
/proc/loadavg: 8.07 8.09 8.03 5/182 31606
/proc/meminfo: memFree=25037580/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10038 s]
/proc/loadavg: 8.06 8.09 8.03 9/188 31612
/proc/meminfo: memFree=24980448/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=363044 CPUtime=12.26 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 19081 0 0 0 1221 5 0 0 18 0 5 0 499050799 371757056 14821 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 90761 14821 420 389 0 86511 0
[pid=31607/tid=31609] ppid=31606 vsize=363044 CPUtime=3.05 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 3697 0 0 0 304 1 0 0 21 0 5 0 499050802 371757056 14821 33554432000 4194304 5787044 140735580971120 18446744073709551615 4214497 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=363044 CPUtime=3.05 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 2940 0 0 0 305 0 0 0 21 0 5 0 499050803 371757056 14821 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=363044 CPUtime=3.04 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 2431 0 0 0 304 0 0 0 25 0 5 0 499050803 371757056 14821 33554432000 4194304 5787044 140735580971120 18446744073709551615 5590540 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=363044 CPUtime=3.03 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 5705 0 0 0 302 1 0 0 25 0 5 0 499050804 371757056 14821 33554432000 4194304 5787044 140735580971120 18446744073709551615 5530964 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 371744

[startup+6.30679 s]
/proc/loadavg: 8.06 8.09 8.03 9/188 31612
/proc/meminfo: memFree=24974496/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=363844 CPUtime=25.07 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 20034 0 0 0 2501 6 0 0 18 0 5 0 499050799 372576256 15774 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 90961 15774 420 389 0 86711 0
[pid=31607/tid=31609] ppid=31606 vsize=363844 CPUtime=6.23 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 3903 0 0 0 622 1 0 0 25 0 5 0 499050802 372576256 15774 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591044 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=363844 CPUtime=6.26 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 3221 0 0 0 625 1 0 0 25 0 5 0 499050803 372576256 15774 33554432000 4194304 5787044 140735580971120 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=363844 CPUtime=6.25 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 2612 0 0 0 625 0 0 0 25 0 5 0 499050803 372576256 15774 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=363844 CPUtime=6.25 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 5990 0 0 0 623 2 0 0 25 0 5 0 499050804 372576256 15774 33554432000 4194304 5787044 140735580971120 18446744073709551615 5527832 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 372544

[startup+12.7006 s]
/proc/loadavg: 8.06 8.08 8.03 10/188 31612
/proc/meminfo: memFree=24962552/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=369908 CPUtime=50.6 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 23077 0 0 0 5051 9 0 0 18 0 5 0 499050799 378785792 18817 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 92477 18817 420 389 0 88227 0
[pid=31607/tid=31609] ppid=31606 vsize=369908 CPUtime=12.6 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 4328 0 0 0 1258 2 0 0 25 0 5 0 499050802 378785792 18817 33554432000 4194304 5787044 140735580971120 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=369908 CPUtime=12.65 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 3731 0 0 0 1264 1 0 0 25 0 5 0 499050803 378785792 18817 33554432000 4194304 5787044 140735580971120 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=369908 CPUtime=12.64 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 4151 0 0 0 1263 1 0 0 20 0 5 0 499050803 378785792 18817 33554432000 4194304 5787044 140735580971120 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=369908 CPUtime=12.63 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 6559 0 0 0 1261 2 0 0 25 0 5 0 499050804 378785792 18817 33554432000 4194304 5787044 140735580971120 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 378608

[startup+25.5013 s]
/proc/loadavg: 8.11 8.10 8.04 9/188 31612
/proc/meminfo: memFree=24946440/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=373644 CPUtime=101.74 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 26293 0 0 0 10158 16 0 0 18 0 5 0 499050799 382611456 22033 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 93411 22033 420 389 0 89161 0
[pid=31607/tid=31609] ppid=31606 vsize=373644 CPUtime=25.32 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 5114 0 0 0 2529 3 0 0 25 0 5 0 499050802 382611456 22033 33554432000 4194304 5787044 140735580971120 18446744073709551615 4234810 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=373644 CPUtime=25.45 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 4545 0 0 0 2542 3 0 0 25 0 5 0 499050803 382611456 22033 33554432000 4194304 5787044 140735580971120 18446744073709551615 4254488 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=373644 CPUtime=25.45 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 5032 0 0 0 2542 3 0 0 25 0 5 0 499050803 382611456 22033 33554432000 4194304 5787044 140735580971120 18446744073709551615 4254468 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=373644 CPUtime=25.43 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 7294 0 0 0 2539 4 0 0 25 0 5 0 499050804 382611456 22033 33554432000 4194304 5787044 140735580971120 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 382344

[startup+51.1005 s]
/proc/loadavg: 7.84 8.03 8.01 9/188 31646
/proc/meminfo: memFree=25394004/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=389672 CPUtime=203.98 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 35263 0 0 0 20375 23 0 0 18 0 5 0 499050799 399024128 30998 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 97418 30998 420 389 0 93168 0
[pid=31607/tid=31609] ppid=31606 vsize=389672 CPUtime=50.78 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 7805 0 0 0 5072 6 0 0 25 0 5 0 499050802 399024128 30998 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=389672 CPUtime=51.04 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 6218 0 0 0 5099 5 0 0 25 0 5 0 499050803 399024128 30998 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=389672 CPUtime=51.04 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 6945 0 0 0 5100 4 0 0 25 0 5 0 499050803 399024128 30998 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=389672 CPUtime=51.04 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 9987 0 0 0 5098 6 0 0 25 0 5 0 499050804 399024128 30998 33554432000 4194304 5787044 140735580971120 18446744073709551615 4238580 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 398372

[startup+102.301 s]
/proc/loadavg: 7.93 8.02 8.01 9/188 31647
/proc/meminfo: memFree=25288268/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=412500 CPUtime=408.49 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 50582 0 0 0 40808 41 0 0 18 0 5 0 499050799 422400000 46155 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 103125 46155 420 389 0 98875 0
[pid=31607/tid=31609] ppid=31606 vsize=412500 CPUtime=101.7 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 11076 0 0 0 10158 12 0 0 25 0 5 0 499050802 422400000 46155 33554432000 4194304 5787044 140735580971120 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=412500 CPUtime=102.25 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 9515 0 0 0 10215 10 0 0 25 0 5 0 499050803 422400000 46155 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=412500 CPUtime=102.23 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 10557 0 0 0 10217 6 0 0 25 0 5 0 499050803 422400000 46155 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=412500 CPUtime=102.24 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 15126 0 0 0 10213 11 0 0 25 0 5 0 499050804 422400000 46155 33554432000 4194304 5787044 140735580971120 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 421200

[startup+162.301 s]
/proc/loadavg: 7.97 8.02 8.00 9/188 31649
/proc/meminfo: memFree=25189280/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=429108 CPUtime=648.17 cores=1,3,5,7

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

/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 25744 0 0 0 88187 37 0 0 25 0 5 0 499050803 767668224 124609 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=749676 CPUtime=882.24 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 39377 0 0 0 88193 31 0 0 25 0 5 0 499050803 767668224 124609 33554432000 4194304 5787044 140735580971120 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=749676 CPUtime=882.25 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 32858 0 0 0 88189 36 0 0 25 0 5 0 499050804 767668224 124609 33554432000 4194304 5787044 140735580971120 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 758376

[startup+942.301 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 31670
/proc/meminfo: memFree=24523124/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=749676 CPUtime=3763.97 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 130436 0 0 0 376252 145 0 0 18 0 5 0 499050799 767668224 124668 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 187419 124668 420 389 0 183169 0
[pid=31607/tid=31609] ppid=31606 vsize=749676 CPUtime=937.13 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 28091 0 0 0 93674 39 0 0 25 0 5 0 499050802 767668224 124668 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=749676 CPUtime=942.25 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 25802 0 0 0 94188 37 0 0 25 0 5 0 499050803 767668224 124668 33554432000 4194304 5787044 140735580971120 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=749676 CPUtime=942.25 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 39377 0 0 0 94194 31 0 0 25 0 5 0 499050803 767668224 124668 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=749676 CPUtime=942.26 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 32858 0 0 0 94190 36 0 0 25 0 5 0 499050804 767668224 124668 33554432000 4194304 5787044 140735580971120 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 758376

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 31671
/proc/meminfo: memFree=24498168/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=749676 CPUtime=4003.63 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 130567 0 0 0 400218 145 0 0 18 0 5 0 499050799 767668224 124799 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 187419 124799 420 389 0 183169 0
[pid=31607/tid=31609] ppid=31606 vsize=749676 CPUtime=996.81 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 28102 0 0 0 99642 39 0 0 25 0 5 0 499050802 767668224 124799 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=749676 CPUtime=1002.24 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 25834 0 0 0 100187 37 0 0 25 0 5 0 499050803 767668224 124799 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=749676 CPUtime=1002.24 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 39377 0 0 0 100193 31 0 0 25 0 5 0 499050803 767668224 124799 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=749676 CPUtime=1002.26 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 32946 0 0 0 100190 36 0 0 25 0 5 0 499050804 767668224 124799 33554432000 4194304 5787044 140735580971120 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 758376

[startup+1062.31 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 31673
/proc/meminfo: memFree=24490468/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=749676 CPUtime=4243.34 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 130991 0 0 0 424188 146 0 0 18 0 5 0 499050799 767668224 125223 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 187419 125223 420 389 0 183169 0
[pid=31607/tid=31609] ppid=31606 vsize=749676 CPUtime=1056.48 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 28183 0 0 0 105609 39 0 0 25 0 5 0 499050802 767668224 125223 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=749676 CPUtime=1062.26 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 26073 0 0 0 106188 38 0 0 25 0 5 0 499050803 767668224 125223 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=749676 CPUtime=1062.25 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 39381 0 0 0 106194 31 0 0 25 0 5 0 499050803 767668224 125223 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=749676 CPUtime=1062.26 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 33046 0 0 0 106190 36 0 0 25 0 5 0 499050804 767668224 125223 33554432000 4194304 5787044 140735580971120 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 758376

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 31675
/proc/meminfo: memFree=24466024/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=757876 CPUtime=4482.98 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 133056 0 0 0 448152 146 0 0 18 0 5 0 499050799 776065024 127288 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 189469 127288 420 389 0 185219 0
[pid=31607/tid=31609] ppid=31606 vsize=757876 CPUtime=1116.15 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 28337 0 0 0 111576 39 0 0 25 0 5 0 499050802 776065024 127288 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=757876 CPUtime=1122.25 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 27753 0 0 0 112187 38 0 0 25 0 5 0 499050803 776065024 127288 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=757876 CPUtime=1122.25 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 39390 0 0 0 112194 31 0 0 25 0 5 0 499050803 776065024 127288 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=757876 CPUtime=1122.26 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 33268 0 0 0 112190 36 0 0 25 0 5 0 499050804 776065024 127288 33554432000 4194304 5787044 140735580971120 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 766576

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/188 31676
/proc/meminfo: memFree=24445308/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=770176 CPUtime=4722.66 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 136916 0 0 0 472115 151 0 0 18 0 5 0 499050799 788660224 131148 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 192544 131148 420 389 0 188294 0
[pid=31607/tid=31609] ppid=31606 vsize=770176 CPUtime=1175.83 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 30009 0 0 0 117543 40 0 0 25 0 5 0 499050802 788660224 131148 33554432000 4194304 5787044 140735580971120 18446744073709551615 4220696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=770176 CPUtime=1182.26 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 29196 0 0 0 118184 42 0 0 25 0 5 0 499050803 788660224 131148 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=770176 CPUtime=1182.25 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 39418 0 0 0 118194 31 0 0 25 0 5 0 499050803 788660224 131148 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=770176 CPUtime=1182.26 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 33985 0 0 0 118190 36 0 0 25 0 5 0 499050804 788660224 131148 33554432000 4194304 5787044 140735580971120 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 778876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.09 8.01 9/188 31677
/proc/meminfo: memFree=24434760/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=774276 CPUtime=4800.18 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 139506 0 0 0 479864 154 0 0 18 0 5 0 499050799 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 193569 133738 420 389 0 189319 0
[pid=31607/tid=31609] ppid=31606 vsize=774276 CPUtime=1195.19 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 30432 0 0 0 119478 41 0 0 25 0 5 0 499050802 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=774276 CPUtime=1201.58 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 29708 0 0 0 120116 42 0 0 25 0 5 0 499050803 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=774276 CPUtime=1201.66 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 40461 0 0 0 120134 32 0 0 25 0 5 0 499050803 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=774276 CPUtime=1201.67 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 34597 0 0 0 120130 37 0 0 25 0 5 0 499050804 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 782976

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

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

[startup+1201.7 s]
/proc/loadavg: 8.15 8.09 8.01 9/188 31677
/proc/meminfo: memFree=24434760/32951124 swapFree=67111524/67111528
[pid=31606] ppid=31604 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31606/stat : 31606 (priss.sh) S 31604 31606 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499050799 8908800 252 33554432000 4194304 4922060 140735327367072 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31606/statm: 2175 252 211 178 0 68 0
[pid=31607] ppid=31606 vsize=774276 CPUtime=4800.18 cores=1,3,5,7
/proc/31607/stat : 31607 (priss) S 31606 31606 30400 0 -1 4202496 139506 0 0 0 479864 154 0 0 18 0 5 0 499050799 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31607/statm: 193569 133738 420 389 0 189319 0
[pid=31607/tid=31609] ppid=31606 vsize=774276 CPUtime=1195.19 cores=1,3,5,7
/proc/31607/task/31609/stat : 31609 (priss) R 31606 31606 30400 0 -1 4202560 30432 0 0 0 119478 41 0 0 25 0 5 0 499050802 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31607/tid=31610] ppid=31606 vsize=774276 CPUtime=1201.58 cores=1,3,5,7
/proc/31607/task/31610/stat : 31610 (priss) R 31606 31606 30400 0 -1 4202560 29708 0 0 0 120116 42 0 0 25 0 5 0 499050803 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31607/tid=31611] ppid=31606 vsize=774276 CPUtime=1201.66 cores=1,3,5,7
/proc/31607/task/31611/stat : 31611 (priss) R 31606 31606 30400 0 -1 4202560 40461 0 0 0 120134 32 0 0 25 0 5 0 499050803 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31607/tid=31612] ppid=31606 vsize=774276 CPUtime=1201.67 cores=1,3,5,7
/proc/31607/task/31612/stat : 31612 (priss) R 31606 31606 30400 0 -1 4202560 34597 0 0 0 120130 37 0 0 25 0 5 0 499050804 792858624 133738 33554432000 4194304 5787044 140735580971120 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 782976

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31606 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.18
CPU user time (s): 4798.64
CPU system time (s): 1.54
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 782976

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

runsolver used 1.61875 second user time and 4.94025 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 10:39:09
IDJOB=3291367
IDBENCH=84211
IDSOLVER=1603
FILE ID=node147/3291367-1304066349
RUNJOBID= node147-1304053707-30419
PBS_JOBID= 13170424
Free space on /tmp= 72656 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291367-1304066349/watcher-3291367-1304066349 -o /tmp/evaluation-result-3291367-1304066349/solver-3291367-1304066349 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291367-1304066349.cnf 1521882501 4800 15500 4

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=1521882501

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.82
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.76
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.836
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.82
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25037860 kB
Buffers:       1028476 kB
Cached:        5808676 kB
SwapCached:          4 kB
Active:        1859120 kB
Inactive:      5608608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25037860 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2760 kB
Writeback:           0 kB
AnonPages:      630200 kB
Mapped:          15616 kB
Slab:           381424 kB
PageTables:       5996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   834596 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= 72652 MiB
End job on node147 at 2011-04-29 10:59:13