Trace number 3291413

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.38 1201.82

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
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: 31640
0.00/0.03	c parsetime: 27230us
0.00/0.03	c parsed 74581 clauses with 11680 variables
0.00/0.03	c NW started thread 0 successfully (1103178048)
0.00/0.04	c NW started thread 1 successfully (1086167360)
0.00/0.05	c NW started thread 2 successfully (1114069312)
0.00/0.06	c NW started thread 3 successfully (1124559168)
0.00/1.31	c preprocessor returned 11980 variables
0.00/1.31	c preprocessing returned UNKNOWN
0.00/1.31	c PP set 6 variables
0.00/1.31	c pp time: 1276907us (1s)
0.00/1.33	c preprocessor returned 11980 variables
0.00/1.33	c preprocessing returned UNKNOWN
0.00/1.33	c PP set 6 variables
0.00/1.33	c pp time: 1284222us (1s)
0.00/1.35	c preprocessor returned 11980 variables
0.00/1.35	c preprocessing returned UNKNOWN
0.00/1.35	c PP set 6 variables
0.00/1.35	c pp time: 1289651us (1s)
27.80/7.00	c preprocessor returned 30006 variables
27.80/7.00	c preprocessing returned UNKNOWN
27.80/7.00	c PP set 6 variables
27.80/7.00	c pp time: 6931891us (6s)

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-3291413-1304066376/watcher-3291413-1304066376 -o /tmp/evaluation-result-3291413-1304066376/solver-3291413-1304066376 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291413-1304066376.cnf 1327358794 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: 7.78 8.03 8.01 5/182 31639
/proc/meminfo: memFree=25509812/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0

[startup+0.07676 s]
/proc/loadavg: 7.78 8.03 8.01 5/182 31639
/proc/meminfo: memFree=25509812/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.972566 s]
/proc/loadavg: 7.78 8.03 8.01 5/182 31639
/proc/meminfo: memFree=25509812/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07255 s]
/proc/loadavg: 7.78 8.03 8.01 5/182 31639
/proc/meminfo: memFree=25509812/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.17253 s]
/proc/loadavg: 7.78 8.03 8.01 5/182 31639
/proc/meminfo: memFree=25509812/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 7.78 8.03 8.01 5/182 31639
/proc/meminfo: memFree=25509812/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10118 s]
/proc/loadavg: 7.78 8.03 8.01 9/188 31646
/proc/meminfo: memFree=25430776/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=367680 CPUtime=12.23 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 21661 0 0 0 1219 4 0 0 18 0 5 0 499053539 376504320 17776 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 91920 17776 405 389 0 87670 0
[pid=31640/tid=31642] ppid=31639 vsize=367680 CPUtime=3.04 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 3959 0 0 0 304 0 0 0 25 0 5 0 499053543 376504320 17776 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=367680 CPUtime=3.04 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 3678 0 0 0 304 0 0 0 25 0 5 0 499053544 376504320 17776 33554432000 4194304 5787044 140735867340240 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=367680 CPUtime=3.03 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 3775 0 0 0 303 0 0 0 25 0 5 0 499053545 376504320 17776 33554432000 4194304 5787044 140735867340240 18446744073709551615 5576454 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=367680 CPUtime=3.03 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 5545 0 0 0 302 1 0 0 25 0 5 0 499053546 376504320 17776 33554432000 4194304 5787044 140735867340240 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 376380

[startup+6.30659 s]
/proc/loadavg: 7.80 8.03 8.01 9/188 31646
/proc/meminfo: memFree=25428256/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=367680 CPUtime=25.03 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 21769 0 0 0 2499 4 0 0 18 0 5 0 499053539 376504320 17884 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 91920 17884 405 389 0 87670 0
[pid=31640/tid=31642] ppid=31639 vsize=367680 CPUtime=6.23 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 3962 0 0 0 623 0 0 0 25 0 5 0 499053543 376504320 17884 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=367680 CPUtime=6.25 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 3765 0 0 0 624 1 0 0 25 0 5 0 499053544 376504320 17884 33554432000 4194304 5787044 140735867340240 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=367680 CPUtime=6.23 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 3775 0 0 0 623 0 0 0 25 0 5 0 499053545 376504320 17884 33554432000 4194304 5787044 140735867340240 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=367680 CPUtime=6.23 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 5563 0 0 0 622 1 0 0 25 0 5 0 499053546 376504320 17884 33554432000 4194304 5787044 140735867340240 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 376380

[startup+12.7004 s]
/proc/loadavg: 7.81 8.03 8.01 9/188 31646
/proc/meminfo: memFree=25420552/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=367848 CPUtime=50.57 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 25466 0 0 0 5052 5 0 0 18 0 5 0 499053539 376676352 19531 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 91962 19531 419 389 0 87712 0
[pid=31640/tid=31642] ppid=31639 vsize=367848 CPUtime=12.59 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 3962 0 0 0 1259 0 0 0 25 0 5 0 499053543 376676352 19531 33554432000 4194304 5787044 140735867340240 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=367848 CPUtime=12.64 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 4014 0 0 0 1263 1 0 0 25 0 5 0 499053544 376676352 19531 33554432000 4194304 5787044 140735867340240 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=367848 CPUtime=12.63 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 3792 0 0 0 1263 0 0 0 25 0 5 0 499053545 376676352 19531 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591027 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=367848 CPUtime=12.62 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 8994 0 0 0 1260 2 0 0 25 0 5 0 499053546 376676352 19531 33554432000 4194304 5787044 140735867340240 18446744073709551615 5524605 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 376548

[startup+25.501 s]
/proc/loadavg: 7.85 8.03 8.01 9/188 31646
/proc/meminfo: memFree=25392392/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=370668 CPUtime=101.7 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 27797 0 0 0 10162 8 0 0 18 0 5 0 499053539 379564032 21862 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 92667 21862 419 389 0 88417 0
[pid=31640/tid=31642] ppid=31639 vsize=370668 CPUtime=25.32 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 4496 0 0 0 2531 1 0 0 25 0 5 0 499053543 379564032 21862 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=370668 CPUtime=25.45 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 4728 0 0 0 2543 2 0 0 25 0 5 0 499053544 379564032 21862 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=370668 CPUtime=25.43 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 4502 0 0 0 2542 1 0 0 25 0 5 0 499053545 379564032 21862 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=370668 CPUtime=25.42 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 9367 0 0 0 2539 3 0 0 25 0 5 0 499053546 379564032 21862 33554432000 4194304 5787044 140735867340240 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 379368

[startup+51.1003 s]
/proc/loadavg: 7.90 8.02 8.01 9/188 31647
/proc/meminfo: memFree=25343212/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=380936 CPUtime=203.96 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 33647 0 0 0 20380 16 0 0 18 0 5 0 499053539 390078464 27712 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 95234 27712 419 389 0 90984 0
[pid=31640/tid=31642] ppid=31639 vsize=380936 CPUtime=50.78 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 5696 0 0 0 5075 3 0 0 25 0 5 0 499053543 390078464 27712 33554432000 4194304 5787044 140735867340240 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=380936 CPUtime=51.04 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 5801 0 0 0 5101 3 0 0 25 0 5 0 499053544 390078464 27712 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=380936 CPUtime=51.03 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 6017 0 0 0 5101 2 0 0 25 0 5 0 499053545 390078464 27712 33554432000 4194304 5787044 140735867340240 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=380936 CPUtime=51.02 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 11429 0 0 0 5097 5 0 0 25 0 5 0 499053546 390078464 27712 33554432000 4194304 5787044 140735867340240 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 389636

[startup+102.301 s]
/proc/loadavg: 7.96 8.02 8.00 9/188 31648
/proc/meminfo: memFree=25262448/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=399264 CPUtime=408.47 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 44595 0 0 0 40822 25 0 0 18 0 5 0 499053539 408846336 38657 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 99816 38657 419 389 0 95566 0
[pid=31640/tid=31642] ppid=31639 vsize=399264 CPUtime=101.77 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 8825 0 0 0 10172 5 0 0 25 0 5 0 499053543 408846336 38657 33554432000 4194304 5787044 140735867340240 18446744073709551615 5586814 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=399264 CPUtime=102.16 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 8062 0 0 0 10210 6 0 0 25 0 5 0 499053544 408846336 38657 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=399264 CPUtime=102.23 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 9526 0 0 0 10219 4 0 0 25 0 5 0 499053545 408846336 38657 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=399264 CPUtime=102.22 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 13478 0 0 0 10214 8 0 0 25 0 5 0 499053546 408846336 38657 33554432000 4194304 5787044 140735867340240 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 407964

[startup+162.301 s]
/proc/loadavg: 8.11 8.04 8.01 9/188 31650
/proc/meminfo: memFree=25176984/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=414416 CPUtime=648.13 cores=0,2,4,6

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

/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 23349 0 0 0 82039 22 0 0 25 0 5 0 499053544 849641472 139160 33554432000 4194304 5787044 140735867340240 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=829728 CPUtime=822.2 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 56336 0 0 0 82161 59 0 0 25 0 5 0 499053545 849641472 139160 33554432000 4194304 5787044 140735867340240 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=829728 CPUtime=822.22 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 37633 0 0 0 82183 39 0 0 25 0 5 0 499053546 849641472 139160 33554432000 4194304 5787044 140735867340240 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.45
Current children cumulated vsize (KiB) 838428

[startup+882.301 s]
/proc/loadavg: 8.05 8.06 8.00 9/188 31669
/proc/meminfo: memFree=24534664/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=834632 CPUtime=3524.11 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 148592 0 0 0 352265 146 0 0 18 0 5 0 499053539 854663168 141887 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 208658 141887 419 389 0 204408 0
[pid=31640/tid=31642] ppid=31639 vsize=834632 CPUtime=879.33 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 24135 0 0 0 87910 23 0 0 25 0 5 0 499053543 854663168 141887 33554432000 4194304 5787044 140735867340240 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=834632 CPUtime=880.28 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 24616 0 0 0 88006 22 0 0 25 0 5 0 499053544 854663168 141887 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=834632 CPUtime=882.2 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 56337 0 0 0 88161 59 0 0 25 0 5 0 499053545 854663168 141887 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=834632 CPUtime=882.22 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 38800 0 0 0 88181 41 0 0 25 0 5 0 499053546 854663168 141887 33554432000 4194304 5787044 140735867340240 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.11
Current children cumulated vsize (KiB) 843332

[startup+942.301 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 31671
/proc/meminfo: memFree=24515796/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=838732 CPUtime=3763.81 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 153308 0 0 0 376229 152 0 0 18 0 5 0 499053539 858861568 146603 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 209683 146603 419 389 0 205433 0
[pid=31640/tid=31642] ppid=31639 vsize=838732 CPUtime=939.34 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 24343 0 0 0 93911 23 0 0 25 0 5 0 499053543 858861568 146603 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=838732 CPUtime=939.94 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 25163 0 0 0 93972 22 0 0 25 0 5 0 499053544 858861568 146603 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=838732 CPUtime=942.2 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 57362 0 0 0 94161 59 0 0 25 0 5 0 499053545 858861568 146603 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=838732 CPUtime=942.23 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 41736 0 0 0 94177 46 0 0 25 0 5 0 499053546 858861568 146603 33554432000 4194304 5787044 140735867340240 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.81
Current children cumulated vsize (KiB) 847432

[startup+1002.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 31672
/proc/meminfo: memFree=24492208/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=842832 CPUtime=4003.45 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 159340 0 0 0 400187 158 0 0 18 0 5 0 499053539 863059968 152228 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 210708 152228 419 389 0 206458 0
[pid=31640/tid=31642] ppid=31639 vsize=842832 CPUtime=999.32 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 24918 0 0 0 99909 23 0 0 25 0 5 0 499053543 863059968 152228 33554432000 4194304 5787044 140735867340240 18446744073709551615 4220141 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=842832 CPUtime=999.61 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 27498 0 0 0 99937 24 0 0 25 0 5 0 499053544 863059968 152228 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=842832 CPUtime=1002.2 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 58387 0 0 0 100160 60 0 0 25 0 5 0 499053545 863059968 152228 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=842832 CPUtime=1002.22 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 43833 0 0 0 100174 48 0 0 25 0 5 0 499053546 863059968 152228 33554432000 4194304 5787044 140735867340240 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 851532

[startup+1062.31 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 31674
/proc/meminfo: memFree=24479180/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=842832 CPUtime=4243.14 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 160741 0 0 0 424154 160 0 0 18 0 5 0 499053539 863059968 153424 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 210708 153424 419 389 0 206458 0
[pid=31640/tid=31642] ppid=31639 vsize=842832 CPUtime=1059.33 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 24918 0 0 0 105910 23 0 0 25 0 5 0 499053543 863059968 153424 33554432000 4194304 5787044 140735867340240 18446744073709551615 5592118 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=842832 CPUtime=1059.28 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 27498 0 0 0 105904 24 0 0 25 0 5 0 499053544 863059968 153424 33554432000 4194304 5787044 140735867340240 18446744073709551615 5588157 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=842832 CPUtime=1062.21 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 59477 0 0 0 106159 62 0 0 25 0 5 0 499053545 863059968 153424 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=842832 CPUtime=1062.23 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 44144 0 0 0 106174 49 0 0 25 0 5 0 499053546 863059968 153424 33554432000 4194304 5787044 140735867340240 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 851532

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 31675
/proc/meminfo: memFree=24450148/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=843088 CPUtime=4482.79 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 165039 0 0 0 448111 168 0 0 18 0 5 0 499053539 863322112 157722 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 210772 157722 419 389 0 206522 0
[pid=31640/tid=31642] ppid=31639 vsize=843088 CPUtime=1119.32 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 24918 0 0 0 111909 23 0 0 25 0 5 0 499053543 863322112 157722 33554432000 4194304 5787044 140735867340240 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=843088 CPUtime=1118.94 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 27519 0 0 0 111870 24 0 0 25 0 5 0 499053544 863322112 157722 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=843088 CPUtime=1122.19 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 63754 0 0 0 112150 69 0 0 25 0 5 0 499053545 863322112 157722 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=843088 CPUtime=1122.23 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 44144 0 0 0 112174 49 0 0 25 0 5 0 499053546 863322112 157722 33554432000 4194304 5787044 140735867340240 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.79
Current children cumulated vsize (KiB) 851788

[startup+1182.3 s]
/proc/loadavg: 8.14 8.09 8.01 9/188 31710
/proc/meminfo: memFree=24887440/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=844936 CPUtime=4722.46 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 165632 0 0 0 472077 169 0 0 18 0 5 0 499053539 865214464 158315 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 211234 158315 419 389 0 206984 0
[pid=31640/tid=31642] ppid=31639 vsize=844936 CPUtime=1179.32 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 24953 0 0 0 117909 23 0 0 25 0 5 0 499053543 865214464 158315 33554432000 4194304 5787044 140735867340240 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=844936 CPUtime=1178.61 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 27541 0 0 0 117837 24 0 0 25 0 5 0 499053544 865214464 158315 33554432000 4194304 5787044 140735867340240 18446744073709551615 5590240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=844936 CPUtime=1182.2 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 64279 0 0 0 118150 70 0 0 25 0 5 0 499053545 865214464 158315 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=844936 CPUtime=1182.23 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 44155 0 0 0 118174 49 0 0 25 0 5 0 499053546 865214464 158315 33554432000 4194304 5787044 140735867340240 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 853636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.10 8.08 8.01 9/188 31710
/proc/meminfo: memFree=24848836/32951124 swapFree=67111524/67111528
[pid=31639] ppid=31637 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31639/stat : 31639 (priss.sh) S 31637 31639 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499053539 8908800 252 33554432000 4194304 4922060 140735070548400 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31639/statm: 2175 252 211 178 0 68 0
[pid=31640] ppid=31639 vsize=851404 CPUtime=4800.38 cores=0,2,4,6
/proc/31640/stat : 31640 (priss) S 31639 31639 30400 0 -1 4202496 167297 0 0 0 479868 170 0 0 18 0 5 0 499053539 871837696 159980 33554432000 4194304 5787044 140735867340240 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31640/statm: 212851 159980 419 389 0 208601 0
[pid=31640/tid=31642] ppid=31639 vsize=851404 CPUtime=1198.83 cores=0,2,4,6
/proc/31640/task/31642/stat : 31642 (priss) R 31639 31639 30400 0 -1 4202560 24957 0 0 0 119860 23 0 0 25 0 5 0 499053543 871837696 159980 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31640/tid=31643] ppid=31639 vsize=851404 CPUtime=1198.01 cores=0,2,4,6
/proc/31640/task/31643/stat : 31643 (priss) R 31639 31639 30400 0 -1 4202560 27568 0 0 0 119777 24 0 0 25 0 5 0 499053544 871837696 159980 33554432000 4194304 5787044 140735867340240 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31640/tid=31644] ppid=31639 vsize=851404 CPUtime=1201.7 cores=0,2,4,6
/proc/31640/task/31644/stat : 31644 (priss) R 31639 31639 30400 0 -1 4202560 65911 0 0 0 120099 71 0 0 25 0 5 0 499053545 871837696 159980 33554432000 4194304 5787044 140735867340240 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31640/tid=31645] ppid=31639 vsize=851404 CPUtime=1201.73 cores=0,2,4,6
/proc/31640/task/31645/stat : 31645 (priss) R 31639 31639 30400 0 -1 4202560 44157 0 0 0 120124 49 0 0 25 0 5 0 499053546 871837696 159980 33554432000 4194304 5787044 140735867340240 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 860104

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.38
CPU user time (s): 4798.68
CPU system time (s): 1.7
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 860104

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

runsolver used 1.77873 second user time and 4.78627 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 10:39:36
IDJOB=3291413
IDBENCH=84215
IDSOLVER=1603
FILE ID=node147/3291413-1304066376
RUNJOBID= node147-1304053707-30418
PBS_JOBID= 13170424
Free space on /tmp= 72656 MiB

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

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=1327358794

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:      25509960 kB
Buffers:       1028500 kB
Cached:        5810140 kB
SwapCached:          4 kB
Active:        1387496 kB
Inactive:      5609080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25509960 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5924 kB
Writeback:           0 kB
AnonPages:      157320 kB
Mapped:          15624 kB
Slab:           381524 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   346032 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:40