Trace number 3266343

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 Auto? (TO) 4800.16 1201.92

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_110.shuffled.cnf
MD5SUM34f8b747bfe8e7b589b8832e56ae8363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses1892
Sum of the clauses size9308
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33
Number of clauses of size 4146
Number of clauses of size 51743
Number of clauses of size over 50

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: 20550
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 801us
0.00/0.00	c parsed 1892 clauses with 110 variables
0.00/0.00	c NW started thread 0 successfully (1115666752)
0.00/0.00	c NW started thread 1 successfully (1126156608)
0.00/0.00	c NW started thread 2 successfully (1093577024)
0.00/0.00	c NW started thread 3 successfully (1104066880)
7.56/1.98	c preprocessor returned 10100 variables
7.56/1.98	c preprocessing returned UNKNOWN
7.56/1.98	c PP set 0 variables
7.56/1.98	c pp time: 1977685us (1s)
7.56/1.98	c preprocessor returned 10100 variables
7.56/1.98	c preprocessing returned UNKNOWN
7.56/1.98	c PP set 0 variables
7.56/1.98	c pp time: 1978660us (1s)
7.56/1.99	c preprocessor returned 10100 variables
7.56/1.99	c preprocessing returned UNKNOWN
7.56/1.99	c PP set 0 variables
7.56/1.99	c pp time: 1987792us (1s)
88.24/22.15	c preprocessor returned 30367 variables
88.24/22.15	c preprocessing returned UNKNOWN
88.24/22.15	c PP set 0 variables
88.24/22.15	c pp time: 22143989us (22s)

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-3266343-1304071899/watcher-3266343-1304071899 -o /tmp/evaluation-result-3266343-1304071899/solver-3266343-1304071899 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266343-1304071899.cnf 994480319 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.12 8.06 8.01 5/182 20549
/proc/meminfo: memFree=24256832/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0

[startup+0.0566151 s]
/proc/loadavg: 8.12 8.06 8.01 5/182 20549
/proc/meminfo: memFree=24256832/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.156595 s]
/proc/loadavg: 8.12 8.06 8.01 5/182 20549
/proc/meminfo: memFree=24256832/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300569 s]
/proc/loadavg: 8.12 8.06 8.01 5/182 20549
/proc/meminfo: memFree=24256832/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700497 s]
/proc/loadavg: 8.12 8.06 8.01 5/182 20549
/proc/meminfo: memFree=24256832/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 20555
/proc/meminfo: memFree=24237200/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=271984 CPUtime=5.96 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 5731 0 0 0 596 0 0 0 19 0 5 0 499606193 278511616 4953 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 67996 4953 355 389 0 63746 0
[pid=20550/tid=20551] ppid=20549 vsize=271984 CPUtime=1.48 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 716 0 0 0 148 0 0 0 25 0 5 0 499606193 278511616 4953 33554432000 4194304 5787044 140733297455664 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=271984 CPUtime=1.49 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 718 0 0 0 149 0 0 0 25 0 5 0 499606193 278511616 4953 33554432000 4194304 5787044 140733297455664 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=271984 CPUtime=1.49 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 696 0 0 0 149 0 0 0 23 0 5 0 499606194 278511616 4953 33554432000 4194304 5787044 140733297455664 18446744073709551615 212039349209 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=271984 CPUtime=1.48 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 2051 0 0 0 148 0 0 0 25 0 5 0 499606194 278511616 4953 33554432000 4194304 5787044 140733297455664 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 280684

[startup+3.10107 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 20556
/proc/meminfo: memFree=24231360/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=271984 CPUtime=12.35 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 8825 0 0 0 1234 1 0 0 19 0 5 0 499606193 278511616 7107 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 67996 7107 404 389 0 63746 0
[pid=20550/tid=20551] ppid=20549 vsize=271984 CPUtime=3.07 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 1742 0 0 0 307 0 0 0 25 0 5 0 499606193 278511616 7107 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=271984 CPUtime=3.08 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 1790 0 0 0 308 0 0 0 25 0 5 0 499606193 278511616 7107 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=271984 CPUtime=3.08 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 1692 0 0 0 308 0 0 0 25 0 5 0 499606194 278511616 7107 33554432000 4194304 5787044 140733297455664 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=271984 CPUtime=3.09 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 2051 0 0 0 309 0 0 0 25 0 5 0 499606194 278511616 7107 33554432000 4194304 5787044 140733297455664 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 280684

[startup+6.3005 s]
/proc/loadavg: 8.11 8.06 8.01 9/188 20556
/proc/meminfo: memFree=24217700/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=271984 CPUtime=25.14 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 10287 0 0 0 2511 3 0 0 19 0 5 0 499606193 278511616 8569 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 67996 8569 404 389 0 63746 0
[pid=20550/tid=20551] ppid=20549 vsize=271984 CPUtime=6.26 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 2228 0 0 0 625 1 0 0 25 0 5 0 499606193 278511616 8569 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=271984 CPUtime=6.28 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 2279 0 0 0 628 0 0 0 25 0 5 0 499606193 278511616 8569 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=271984 CPUtime=6.28 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 2179 0 0 0 628 0 0 0 25 0 5 0 499606194 278511616 8569 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=271984 CPUtime=6.29 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 2051 0 0 0 629 0 0 0 25 0 5 0 499606194 278511616 8569 33554432000 4194304 5787044 140733297455664 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 280684

[startup+12.7004 s]
/proc/loadavg: 8.10 8.06 8.01 9/188 20556
/proc/meminfo: memFree=24199868/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=276084 CPUtime=50.69 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 13311 0 0 0 5065 4 0 0 19 0 5 0 499606193 282710016 11593 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 69021 11593 404 389 0 64771 0
[pid=20550/tid=20551] ppid=20549 vsize=276084 CPUtime=12.61 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 2908 0 0 0 1260 1 0 0 25 0 5 0 499606193 282710016 11593 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=276084 CPUtime=12.68 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 2937 0 0 0 1267 1 0 0 25 0 5 0 499606193 282710016 11593 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=276084 CPUtime=12.68 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 3865 0 0 0 1267 1 0 0 25 0 5 0 499606194 282710016 11593 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=276084 CPUtime=12.69 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 2051 0 0 0 1269 0 0 0 25 0 5 0 499606194 282710016 11593 33554432000 4194304 5787044 140733297455664 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 284784

[startup+25.5011 s]
/proc/loadavg: 8.16 8.07 8.02 9/188 20556
/proc/meminfo: memFree=24183876/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=281372 CPUtime=101.83 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 17002 0 0 0 10176 7 0 0 19 0 5 0 499606193 288124928 14483 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 70343 14483 418 389 0 66093 0
[pid=20550/tid=20551] ppid=20549 vsize=281372 CPUtime=25.34 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 3445 0 0 0 2532 2 0 0 25 0 5 0 499606193 288124928 14483 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=281372 CPUtime=25.48 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 3461 0 0 0 2546 2 0 0 25 0 5 0 499606193 288124928 14483 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=281372 CPUtime=25.48 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 4378 0 0 0 2547 1 0 0 25 0 5 0 499606194 288124928 14483 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=281372 CPUtime=25.48 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 4168 0 0 0 2548 0 0 0 25 0 5 0 499606194 288124928 14483 33554432000 4194304 5787044 140733297455664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 290072

[startup+51.1005 s]
/proc/loadavg: 8.17 8.08 8.02 9/188 20557
/proc/meminfo: memFree=24156300/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=296160 CPUtime=204.07 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 23717 0 0 0 20393 14 0 0 19 0 5 0 499606193 303267840 21194 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 74040 21194 418 389 0 69790 0
[pid=20550/tid=20551] ppid=20549 vsize=296160 CPUtime=50.8 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 5264 0 0 0 5078 2 0 0 25 0 5 0 499606193 303267840 21194 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=296160 CPUtime=51.07 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 4414 0 0 0 5104 3 0 0 25 0 5 0 499606193 303267840 21194 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=296160 CPUtime=51.07 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 5749 0 0 0 5104 3 0 0 25 0 5 0 499606194 303267840 21194 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=296160 CPUtime=51.08 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 6740 0 0 0 5105 3 0 0 25 0 5 0 499606194 303267840 21194 33554432000 4194304 5787044 140733297455664 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 304860

[startup+102.307 s]
/proc/loadavg: 8.20 8.10 8.03 9/188 20558
/proc/meminfo: memFree=24125980/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=305772 CPUtime=408.61 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 30015 0 0 0 40840 21 0 0 19 0 5 0 499606193 313110528 27469 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 76443 27469 418 389 0 72193 0
[pid=20550/tid=20551] ppid=20549 vsize=305772 CPUtime=101.97 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 6563 0 0 0 10193 4 0 0 25 0 5 0 499606193 313110528 27469 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=305772 CPUtime=102.04 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 5311 0 0 0 10199 5 0 0 25 0 5 0 499606193 313110528 27469 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=305772 CPUtime=102.29 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 6888 0 0 0 10224 5 0 0 25 0 5 0 499606194 313110528 27469 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=305772 CPUtime=102.29 cores=1,3,5,7

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

/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 13750 0 0 0 88133 12 0 0 25 0 5 0 499606193 377839616 61226 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=368984 CPUtime=879.06 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 16972 0 0 0 87889 17 0 0 25 0 5 0 499606194 377839616 61226 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=368984 CPUtime=882.29 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 18357 0 0 0 88210 19 0 0 25 0 5 0 499606194 377839616 61226 33554432000 4194304 5787044 140733297455664 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.46
Current children cumulated vsize (KiB) 377684

[startup+942.301 s]
/proc/loadavg: 8.04 8.07 8.01 9/188 20584
/proc/meminfo: memFree=23811140/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=368984 CPUtime=3763.15 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 64563 0 0 0 376249 66 0 0 19 0 5 0 499606193 377839616 61401 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 92246 61401 419 389 0 87996 0
[pid=20550/tid=20551] ppid=20549 vsize=368984 CPUtime=940.62 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 13836 0 0 0 94047 15 0 0 25 0 5 0 499606193 377839616 61401 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=368984 CPUtime=941.46 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 13771 0 0 0 94133 13 0 0 25 0 5 0 499606193 377839616 61401 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=368984 CPUtime=938.74 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 17044 0 0 0 93857 17 0 0 25 0 5 0 499606194 377839616 61401 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=368984 CPUtime=942.3 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 18362 0 0 0 94210 20 0 0 25 0 5 0 499606194 377839616 61401 33554432000 4194304 5787044 140733297455664 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.15
Current children cumulated vsize (KiB) 377684

[startup+1002.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/188 20585
/proc/meminfo: memFree=23789908/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=370932 CPUtime=4002.82 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 65548 0 0 0 400215 67 0 0 19 0 5 0 499606193 379834368 62386 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 92733 62386 419 389 0 88483 0
[pid=20550/tid=20551] ppid=20549 vsize=370932 CPUtime=1000.62 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 14057 0 0 0 100047 15 0 0 25 0 5 0 499606193 379834368 62386 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=370932 CPUtime=1001.46 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 14332 0 0 0 100133 13 0 0 25 0 5 0 499606193 379834368 62386 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=370932 CPUtime=998.41 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 17216 0 0 0 99824 17 0 0 25 0 5 0 499606194 379834368 62386 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=370932 CPUtime=1002.3 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 18393 0 0 0 100210 20 0 0 25 0 5 0 499606194 379834368 62386 33554432000 4194304 5787044 140733297455664 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.82
Current children cumulated vsize (KiB) 379632

[startup+1062.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 20620
/proc/meminfo: memFree=24050788/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=378368 CPUtime=4242.49 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 68106 0 0 0 424181 68 0 0 19 0 5 0 499606193 387448832 64944 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 94592 64944 419 389 0 90342 0
[pid=20550/tid=20551] ppid=20549 vsize=378368 CPUtime=1060.61 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 14438 0 0 0 106046 15 0 0 25 0 5 0 499606193 387448832 64944 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=378368 CPUtime=1061.46 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 15157 0 0 0 106132 14 0 0 25 0 5 0 499606193 387448832 64944 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=378368 CPUtime=1058.09 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 18473 0 0 0 105792 17 0 0 25 0 5 0 499606194 387448832 64944 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=378368 CPUtime=1062.3 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 18488 0 0 0 106210 20 0 0 25 0 5 0 499606194 387448832 64944 33554432000 4194304 5787044 140733297455664 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 387068

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.01 10/188 20621
/proc/meminfo: memFree=23951532/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=385964 CPUtime=4482.18 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 71827 0 0 0 448146 72 0 0 19 0 5 0 499606193 395227136 68665 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 96491 68665 419 389 0 92241 0
[pid=20550/tid=20551] ppid=20549 vsize=385964 CPUtime=1120.62 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 16312 0 0 0 112045 17 0 0 25 0 5 0 499606193 395227136 68665 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=385964 CPUtime=1121.46 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 15920 0 0 0 112131 15 0 0 25 0 5 0 499606193 395227136 68665 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=385964 CPUtime=1117.76 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 19183 0 0 0 111758 18 0 0 25 0 5 0 499606194 395227136 68665 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=385964 CPUtime=1122.29 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 18862 0 0 0 112209 20 0 0 25 0 5 0 499606194 395227136 68665 33554432000 4194304 5787044 140733297455664 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.18
Current children cumulated vsize (KiB) 394664

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 8.01 10/188 20623
/proc/meminfo: memFree=23889752/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=388924 CPUtime=4721.85 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 74870 0 0 0 472110 75 0 0 19 0 5 0 499606193 398258176 71708 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 97231 71708 419 389 0 92981 0
[pid=20550/tid=20551] ppid=20549 vsize=388924 CPUtime=1180.62 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 17188 0 0 0 118044 18 0 0 25 0 5 0 499606193 398258176 71708 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=388924 CPUtime=1181.46 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 16593 0 0 0 118131 15 0 0 25 0 5 0 499606193 398258176 71708 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=388924 CPUtime=1177.43 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 19955 0 0 0 117724 19 0 0 25 0 5 0 499606194 398258176 71708 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=388924 CPUtime=1182.3 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 19584 0 0 0 118209 21 0 0 25 0 5 0 499606194 398258176 71708 33554432000 4194304 5787044 140733297455664 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.85
Current children cumulated vsize (KiB) 397624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 20624
/proc/meminfo: memFree=23874612/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=393908 CPUtime=4800.16 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 76839 0 0 0 479939 77 0 0 19 0 5 0 499606193 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 98477 73677 419 389 0 94227 0
[pid=20550/tid=20551] ppid=20549 vsize=393908 CPUtime=1200.23 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 17417 0 0 0 120004 19 0 0 25 0 5 0 499606193 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=393908 CPUtime=1201.07 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 16808 0 0 0 120092 15 0 0 25 0 5 0 499606193 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=393908 CPUtime=1196.93 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 20209 0 0 0 119673 20 0 0 25 0 5 0 499606194 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=393908 CPUtime=1201.9 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 20855 0 0 0 120168 22 0 0 25 0 5 0 499606194 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 402608

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

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

[startup+1201.9 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 20624
/proc/meminfo: memFree=23874612/32951124 swapFree=67111524/67111528
[pid=20549] ppid=20547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20549/stat : 20549 (prissAuto.sh) S 20547 20549 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499606193 8908800 251 33554432000 4194304 4922060 140735426175856 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20549/statm: 2175 251 211 178 0 68 0
[pid=20550] ppid=20549 vsize=393908 CPUtime=4800.16 cores=1,3,5,7
/proc/20550/stat : 20550 (priss) S 20549 20549 17192 0 -1 4202496 76839 0 0 0 479939 77 0 0 19 0 5 0 499606193 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20550/statm: 98477 73677 419 389 0 94227 0
[pid=20550/tid=20551] ppid=20549 vsize=393908 CPUtime=1200.23 cores=1,3,5,7
/proc/20550/task/20551/stat : 20551 (priss) R 20549 20549 17192 0 -1 4202560 17417 0 0 0 120004 19 0 0 25 0 5 0 499606193 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20550/tid=20553] ppid=20549 vsize=393908 CPUtime=1201.07 cores=1,3,5,7
/proc/20550/task/20553/stat : 20553 (priss) R 20549 20549 17192 0 -1 4202560 16808 0 0 0 120092 15 0 0 25 0 5 0 499606193 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20550/tid=20554] ppid=20549 vsize=393908 CPUtime=1196.93 cores=1,3,5,7
/proc/20550/task/20554/stat : 20554 (priss) R 20549 20549 17192 0 -1 4202560 20209 0 0 0 119673 20 0 0 25 0 5 0 499606194 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20550/tid=20555] ppid=20549 vsize=393908 CPUtime=1201.9 cores=1,3,5,7
/proc/20550/task/20555/stat : 20555 (priss) R 20549 20549 17192 0 -1 4202560 20855 0 0 0 120168 22 0 0 25 0 5 0 499606194 403361792 73677 33554432000 4194304 5787044 140733297455664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 402608

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.16
CPU user time (s): 4799.39
CPU system time (s): 0.77
CPU usage (%): 399.375
Max. virtual memory (cumulated for all children) (KiB): 402608

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= 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= 5
involuntary context switches= 2

runsolver used 1.39379 second user time and 5.17221 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 12:11:39
IDJOB=3266343
IDBENCH=87455
IDSOLVER=1602
FILE ID=node146/3266343-1304071899
RUNJOBID= node146-1304060503-19306
PBS_JOBID= 13170387
Free space on /tmp= 72996 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_110.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266343-1304071899/watcher-3266343-1304071899 -o /tmp/evaluation-result-3266343-1304071899/solver-3266343-1304071899 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266343-1304071899.cnf 994480319 4800 15500 4

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

MD5SUM BENCH= 34f8b747bfe8e7b589b8832e56ae8363
RANDOM SEED=994480319

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24256988 kB
Buffers:       1678648 kB
Cached:        6272540 kB
SwapCached:          4 kB
Active:        1534160 kB
Inactive:      6632400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24256988 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:      214752 kB
Mapped:          15752 kB
Slab:           463276 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72992 MiB
End job on node146 at 2011-04-29 12:31:43