Trace number 3258379

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.2 1201.82

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 29456
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 59429us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.08	c NW started thread 0 successfully (1096120640)
0.00/0.10	c NW started thread 1 successfully (1113934144)
0.00/0.13	c NW started thread 2 successfully (1124424000)
0.00/0.15	c NW started thread 3 successfully (1134913856)
43.16/10.91	c preprocessor returned 10005 variables
43.16/10.91	c preprocessing returned UNKNOWN
43.16/10.91	c PP set 0 variables
43.16/10.91	c pp time: 10831881us (10s)
43.56/11.06	c preprocessor returned 10005 variables
43.56/11.06	c preprocessing returned UNKNOWN
43.56/11.06	c PP set 0 variables
43.56/11.06	c pp time: 10927499us (10s)
43.56/11.06	c preprocessor returned 10005 variables
43.56/11.06	c preprocessing returned UNKNOWN
43.56/11.06	c PP set 0 variables
43.56/11.06	c pp time: 10959056us (10s)
77.91/19.61	c preprocessor returned 30023 variables
77.91/19.61	c preprocessing returned UNKNOWN
77.91/19.61	c PP set 0 variables
77.91/19.61	c pp time: 19453232us (19s)

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-3258379-1304044587/watcher-3258379-1304044587 -o /tmp/evaluation-result-3258379-1304044587/solver-3258379-1304044587 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258379-1304044587.cnf 540373271 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: 7.51 7.95 8.11 3/180 29455
/proc/meminfo: memFree=27782784/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0

[startup+0.053188 s]
/proc/loadavg: 7.51 7.95 8.11 3/180 29455
/proc/meminfo: memFree=27782784/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101173 s]
/proc/loadavg: 7.51 7.95 8.11 3/180 29455
/proc/meminfo: memFree=27782784/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.396063 s]
/proc/loadavg: 7.51 7.95 8.11 3/180 29455
/proc/meminfo: memFree=27782784/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.27189 s]
/proc/loadavg: 7.51 7.95 8.11 3/180 29455
/proc/meminfo: memFree=27782784/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 7.51 7.95 8.11 3/180 29455
/proc/meminfo: memFree=27782784/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10056 s]
/proc/loadavg: 7.51 7.95 8.11 10/188 29463
/proc/meminfo: memFree=27656684/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=326216 CPUtime=12 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 45334 0 0 0 1189 11 0 0 18 0 5 0 516056456 334045184 21487 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 81554 21487 350 389 0 77304 0
[pid=29456/tid=29460] ppid=29455 vsize=326216 CPUtime=3 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 8963 0 0 0 297 3 0 0 20 0 5 0 516056463 334045184 21487 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=326216 CPUtime=2.98 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 7737 0 0 0 296 2 0 0 20 0 5 0 516056466 334045184 21487 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=326216 CPUtime=2.91 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 8209 0 0 0 290 1 0 0 23 0 5 0 516056469 334045184 21487 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=326216 CPUtime=2.92 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 6901 0 0 0 291 1 0 0 23 0 5 0 516056471 334045184 21487 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 334916

[startup+6.30098 s]
/proc/loadavg: 7.55 7.95 8.11 10/188 29463
/proc/meminfo: memFree=27656684/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=326216 CPUtime=24.79 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 45335 0 0 0 2468 11 0 0 18 0 5 0 516056456 334045184 21488 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 81554 21488 350 389 0 77304 0
[pid=29456/tid=29460] ppid=29455 vsize=326216 CPUtime=6.2 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 8963 0 0 0 617 3 0 0 25 0 5 0 516056463 334045184 21488 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=326216 CPUtime=6.18 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 7738 0 0 0 616 2 0 0 25 0 5 0 516056466 334045184 21488 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=326216 CPUtime=6.1 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 8209 0 0 0 609 1 0 0 25 0 5 0 516056469 334045184 21488 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=326216 CPUtime=6.13 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 6901 0 0 0 612 1 0 0 25 0 5 0 516056471 334045184 21488 33554432000 4194304 5787044 140733683685472 18446744073709551615 4336721 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 334916

[startup+12.7008 s]
/proc/loadavg: 7.58 7.95 8.11 9/188 29464
/proc/meminfo: memFree=27525284/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=346812 CPUtime=50.37 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 69036 0 0 0 5022 15 0 0 18 0 5 0 516056456 355135488 35523 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 86703 35523 404 389 0 82453 0
[pid=29456/tid=29460] ppid=29455 vsize=346812 CPUtime=12.6 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 17663 0 0 0 1256 4 0 0 25 0 5 0 516056463 355135488 35523 33554432000 4194304 5787044 140733683685472 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=346812 CPUtime=12.58 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 14448 0 0 0 1255 3 0 0 25 0 5 0 516056466 355135488 35523 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=346812 CPUtime=12.47 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 14916 0 0 0 1244 3 0 0 25 0 5 0 516056469 355135488 35523 33554432000 4194304 5787044 140733683685472 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=346812 CPUtime=12.53 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 8485 0 0 0 1252 1 0 0 25 0 5 0 516056471 355135488 35523 33554432000 4194304 5787044 140733683685472 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 355512

[startup+25.5005 s]
/proc/loadavg: 7.68 7.96 8.10 10/188 29464
/proc/meminfo: memFree=27512520/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=352748 CPUtime=101.48 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 78182 0 0 0 10130 18 0 0 18 0 5 0 516056456 361213952 39701 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 88187 39701 417 389 0 83937 0
[pid=29456/tid=29460] ppid=29455 vsize=352748 CPUtime=25.39 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 19783 0 0 0 2534 5 0 0 25 0 5 0 516056463 361213952 39701 33554432000 4194304 5787044 140733683685472 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=352748 CPUtime=25.38 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 14768 0 0 0 2534 4 0 0 25 0 5 0 516056466 361213952 39701 33554432000 4194304 5787044 140733683685472 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=352748 CPUtime=25.2 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 16189 0 0 0 2516 4 0 0 25 0 5 0 516056469 361213952 39701 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=352748 CPUtime=25.33 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 13918 0 0 0 2531 2 0 0 25 0 5 0 516056471 361213952 39701 33554432000 4194304 5787044 140733683685472 18446744073709551615 5528432 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 361448

[startup+51.1009 s]
/proc/loadavg: 7.79 7.96 8.10 9/188 29465
/proc/meminfo: memFree=27440856/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=362192 CPUtime=203.74 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 87376 0 0 0 20348 26 0 0 18 0 5 0 516056456 370884608 48895 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 90548 48895 417 389 0 86298 0
[pid=29456/tid=29460] ppid=29455 vsize=362192 CPUtime=51 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 23096 0 0 0 5091 9 0 0 25 0 5 0 516056463 370884608 48895 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=362192 CPUtime=50.98 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 16893 0 0 0 5093 5 0 0 25 0 5 0 516056466 370884608 48895 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=362192 CPUtime=50.65 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 18620 0 0 0 5060 5 0 0 25 0 5 0 516056469 370884608 48895 33554432000 4194304 5787044 140733683685472 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=362192 CPUtime=50.92 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 15243 0 0 0 5089 3 0 0 25 0 5 0 516056471 370884608 48895 33554432000 4194304 5787044 140733683685472 18446744073709551615 4254583 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 370892

[startup+102.301 s]
/proc/loadavg: 7.94 7.98 8.10 10/188 29466
/proc/meminfo: memFree=27303680/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=378696 CPUtime=408.25 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 102745 0 0 0 40783 42 0 0 18 0 5 0 516056456 387784704 64199 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 94674 64199 417 389 0 90424 0
[pid=29456/tid=29460] ppid=29455 vsize=378696 CPUtime=102.2 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 26911 0 0 0 10207 13 0 0 25 0 5 0 516056463 387784704 64199 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=378696 CPUtime=102.18 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 21789 0 0 0 10207 11 0 0 25 0 5 0 516056466 387784704 64199 33554432000 4194304 5787044 140733683685472 18446744073709551615 4228046 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=378696 CPUtime=101.58 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 23274 0 0 0 10148 10 0 0 25 0 5 0 516056469 387784704 64199 33554432000 4194304 5787044 140733683685472 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=378696 CPUtime=102.13 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 17247 0 0 0 10207 6 0 0 25 0 5 0 516056471 387784704 64199 33554432000 4194304 5787044 140733683685472 18446744073709551615 5528716 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 387396

[startup+162.301 s]
/proc/loadavg: 8.05 8.00 8.09 9/188 29468
/proc/meminfo: memFree=27187188/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=393840 CPUtime=647.93 cores=1,3,5,7

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

/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 61855 0 0 0 88154 62 0 0 25 0 5 0 516056466 948383744 196738 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=926156 CPUtime=877.3 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 59959 0 0 0 87660 70 0 0 25 0 5 0 516056469 948383744 196738 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=926156 CPUtime=882.11 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 39358 0 0 0 88187 24 0 0 25 0 5 0 516056471 948383744 196738 33554432000 4194304 5787044 140733683685472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.91
Current children cumulated vsize (KiB) 934856

[startup+942.307 s]
/proc/loadavg: 8.07 8.06 8.08 10/188 29489
/proc/meminfo: memFree=26141556/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=935520 CPUtime=3763.6 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 240576 0 0 0 376126 234 0 0 18 0 5 0 516056456 957972480 199928 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 233880 199928 417 389 0 229630 0
[pid=29456/tid=29460] ppid=29455 vsize=935520 CPUtime=942.16 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 62466 0 0 0 94146 70 0 0 25 0 5 0 516056463 957972480 199928 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=935520 CPUtime=942.17 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 61855 0 0 0 94154 63 0 0 25 0 5 0 516056466 957972480 199928 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=935520 CPUtime=937.06 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 60987 0 0 0 93634 72 0 0 25 0 5 0 516056469 957972480 199928 33554432000 4194304 5787044 140733683685472 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=935520 CPUtime=942.04 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 41744 0 0 0 94178 26 0 0 25 0 5 0 516056471 957972480 199928 33554432000 4194304 5787044 140733683685472 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.6
Current children cumulated vsize (KiB) 944220

[startup+1002.3 s]
/proc/loadavg: 8.06 8.06 8.07 10/188 29490
/proc/meminfo: memFree=26141136/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=935520 CPUtime=4003.25 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 240578 0 0 0 400091 234 0 0 18 0 5 0 516056456 957972480 199930 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 233880 199930 417 389 0 229630 0
[pid=29456/tid=29460] ppid=29455 vsize=935520 CPUtime=1002.14 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 62466 0 0 0 100144 70 0 0 25 0 5 0 516056463 957972480 199930 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=935520 CPUtime=1002.16 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 61857 0 0 0 100153 63 0 0 25 0 5 0 516056466 957972480 199930 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=935520 CPUtime=997.05 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 60987 0 0 0 99633 72 0 0 25 0 5 0 516056469 957972480 199930 33554432000 4194304 5787044 140733683685472 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=935520 CPUtime=1001.71 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 41744 0 0 0 100145 26 0 0 25 0 5 0 516056471 957972480 199930 33554432000 4194304 5787044 140733683685472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.25
Current children cumulated vsize (KiB) 944220

[startup+1062.3 s]
/proc/loadavg: 8.06 8.06 8.07 10/188 29492
/proc/meminfo: memFree=26141080/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=935520 CPUtime=4242.93 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 240590 0 0 0 424058 235 0 0 18 0 5 0 516056456 957972480 199942 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 233880 199942 417 389 0 229630 0
[pid=29456/tid=29460] ppid=29455 vsize=935520 CPUtime=1062.14 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 62472 0 0 0 106144 70 0 0 25 0 5 0 516056463 957972480 199942 33554432000 4194304 5787044 140733683685472 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=935520 CPUtime=1062.17 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 61863 0 0 0 106154 63 0 0 25 0 5 0 516056466 957972480 199942 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=935520 CPUtime=1057.05 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 60987 0 0 0 105633 72 0 0 25 0 5 0 516056469 957972480 199942 33554432000 4194304 5787044 140733683685472 18446744073709551615 5592399 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=935520 CPUtime=1061.38 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 41744 0 0 0 106112 26 0 0 25 0 5 0 516056471 957972480 199942 33554432000 4194304 5787044 140733683685472 18446744073709551615 4220712 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.93
Current children cumulated vsize (KiB) 944220

[startup+1122.3 s]
/proc/loadavg: 8.10 8.06 8.07 9/188 29493
/proc/meminfo: memFree=26119608/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=939620 CPUtime=4482.61 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 241676 0 0 0 448025 236 0 0 18 0 5 0 516056456 962170880 201028 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 234905 201028 417 389 0 230655 0
[pid=29456/tid=29460] ppid=29455 vsize=939620 CPUtime=1122.15 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 62503 0 0 0 112144 71 0 0 25 0 5 0 516056463 962170880 201028 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=939620 CPUtime=1122.17 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 61889 0 0 0 112154 63 0 0 25 0 5 0 516056466 962170880 201028 33554432000 4194304 5787044 140733683685472 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=939620 CPUtime=1117.06 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 62015 0 0 0 111633 73 0 0 25 0 5 0 516056469 962170880 201028 33554432000 4194304 5787044 140733683685472 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=939620 CPUtime=1121.06 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 41745 0 0 0 112080 26 0 0 25 0 5 0 516056471 962170880 201028 33554432000 4194304 5787044 140733683685472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 948320

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.07 9/188 29495
/proc/meminfo: memFree=26039084/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=947820 CPUtime=4722.27 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 248082 0 0 0 471982 245 0 0 18 0 5 0 516056456 970567680 207434 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 236955 207434 417 389 0 232705 0
[pid=29456/tid=29460] ppid=29455 vsize=947820 CPUtime=1182.15 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 64816 0 0 0 118139 76 0 0 25 0 5 0 516056463 970567680 207434 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=947820 CPUtime=1182.17 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 64917 0 0 0 118149 68 0 0 25 0 5 0 516056466 970567680 207434 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=947820 CPUtime=1177.06 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 62039 0 0 0 117633 73 0 0 25 0 5 0 516056469 970567680 207434 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=947820 CPUtime=1180.73 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 42786 0 0 0 118047 26 0 0 25 0 5 0 516056471 970567680 207434 33554432000 4194304 5787044 140733683685472 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 956520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.06 8.07 6/185 29496
/proc/meminfo: memFree=26776620/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=951920 CPUtime=4800.2 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 251627 0 0 0 479768 252 0 0 18 0 5 0 516056456 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 237980 210979 417 389 0 233730 0
[pid=29456/tid=29460] ppid=29455 vsize=951920 CPUtime=1201.65 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 66273 0 0 0 120086 79 0 0 25 0 5 0 516056463 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=951920 CPUtime=1201.68 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 66453 0 0 0 120097 71 0 0 25 0 5 0 516056466 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=951920 CPUtime=1196.57 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 62060 0 0 0 119584 73 0 0 25 0 5 0 516056469 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=951920 CPUtime=1200.12 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 43317 0 0 0 119986 26 0 0 25 0 5 0 516056471 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 960620

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

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

[startup+1201.8 s]
/proc/loadavg: 8.08 8.06 8.07 6/185 29496
/proc/meminfo: memFree=26776620/32951124 swapFree=67111356/67111528
[pid=29455] ppid=29453 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29455/stat : 29455 (prissAuto.sh) S 29453 29455 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056455 8908800 252 33554432000 4194304 4922060 140734823139408 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29455/statm: 2175 252 211 178 0 68 0
[pid=29456] ppid=29455 vsize=951920 CPUtime=4800.2 cores=1,3,5,7
/proc/29456/stat : 29456 (priss) S 29455 29455 26197 0 -1 4202496 251627 0 0 0 479768 252 0 0 18 0 5 0 516056456 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29456/statm: 237980 210979 417 389 0 233730 0
[pid=29456/tid=29460] ppid=29455 vsize=951920 CPUtime=1201.65 cores=1,3,5,7
/proc/29456/task/29460/stat : 29460 (priss) R 29455 29455 26197 0 -1 4202560 66273 0 0 0 120086 79 0 0 25 0 5 0 516056463 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29456/tid=29461] ppid=29455 vsize=951920 CPUtime=1201.68 cores=1,3,5,7
/proc/29456/task/29461/stat : 29461 (priss) R 29455 29455 26197 0 -1 4202560 66453 0 0 0 120097 71 0 0 25 0 5 0 516056466 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29456/tid=29462] ppid=29455 vsize=951920 CPUtime=1196.57 cores=1,3,5,7
/proc/29456/task/29462/stat : 29462 (priss) R 29455 29455 26197 0 -1 4202560 62060 0 0 0 119584 73 0 0 25 0 5 0 516056469 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29456/tid=29463] ppid=29455 vsize=951920 CPUtime=1200.12 cores=1,3,5,7
/proc/29456/task/29463/stat : 29463 (priss) R 29455 29455 26197 0 -1 4202560 43317 0 0 0 119986 26 0 0 25 0 5 0 516056471 974766080 210979 33554432000 4194304 5787044 140733683685472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 960620

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29455 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.2
#
# 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.2
CPU user time (s): 4797.68
CPU system time (s): 2.52
CPU usage (%): 399.41
Max. virtual memory (cumulated for all children) (KiB): 960620

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

runsolver used 1.72874 second user time and 4.83526 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 04:36:27
IDJOB=3258379
IDBENCH=71353
IDSOLVER=1602
FILE ID=node137/3258379-1304044587
RUNJOBID= node137-1304043383-29277
PBS_JOBID= 13170366
Free space on /tmp= 71612 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes7.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258379-1304044587/watcher-3258379-1304044587 -o /tmp/evaluation-result-3258379-1304044587/solver-3258379-1304044587 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3258379-1304044587.cnf 540373271 4800 15500 4

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=540373271

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27783924 kB
Buffers:        891168 kB
Cached:        3688968 kB
SwapCached:         56 kB
Active:         262700 kB
Inactive:      4439360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27783924 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10528 kB
Writeback:           0 kB
AnonPages:      121256 kB
Mapped:          15068 kB
Slab:           401028 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   285768 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= 71616 MiB
End job on node137 at 2011-04-29 04:56:31