Trace number 3251029

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.36 1202.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 16514
0.00/0.00	c setup for 4cores
0.00/0.21	c parsetime: 212502us
0.00/0.21	c parsed 974465 clauses with 3510 variables
0.00/0.27	c NW started thread 0 successfully (1108834624)
0.00/0.33	c NW started thread 1 successfully (1119324480)
0.00/0.40	c NW started thread 2 successfully (1129814336)
0.00/0.49	c NW started thread 3 successfully (1140304192)
489.17/122.86	c preprocessor returned 10010 variables
489.17/122.86	c preprocessing returned UNKNOWN
489.17/122.86	c PP set 0 variables
489.17/122.86	c pp time: 122524880us (122s)
491.57/123.41	c preprocessor returned 10010 variables
491.57/123.41	c preprocessing returned UNKNOWN
491.57/123.41	c PP set 0 variables
491.57/123.41	c pp time: 123136556us (123s)
497.16/124.83	c preprocessor returned 10010 variables
497.16/124.83	c preprocessing returned UNKNOWN
497.16/124.83	c PP set 0 variables
497.16/124.83	c pp time: 124428538us (124s)
508.74/127.75	c preprocessor returned 30009 variables
508.74/127.75	c preprocessing returned UNKNOWN
508.74/127.75	c PP set 0 variables
508.74/127.75	c pp time: 127260697us (127s)

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-3251029-1304082241/watcher-3251029-1304082241 -o /tmp/evaluation-result-3251029-1304082241/solver-3251029-1304082241 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251029-1304082241.cnf 1847366751 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.02 7.88 7.91 6/181 16513
/proc/meminfo: memFree=19871000/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0

[startup+0.0923389 s]
/proc/loadavg: 7.02 7.88 7.91 6/181 16513
/proc/meminfo: memFree=19871000/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100326 s]
/proc/loadavg: 7.02 7.88 7.91 6/181 16513
/proc/meminfo: memFree=19871000/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300408 s]
/proc/loadavg: 7.02 7.88 7.91 6/181 16513
/proc/meminfo: memFree=19871000/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700107 s]
/proc/loadavg: 7.02 7.88 7.91 6/181 16513
/proc/meminfo: memFree=19871000/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 6.86 7.83 7.89 11/188 16520
/proc/meminfo: memFree=19321136/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=683876 CPUtime=4.68 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 149002 0 0 0 426 42 0 0 18 0 5 0 500639787 700289024 127907 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 170969 127907 345 389 0 166719 0
[pid=16514/tid=16517] ppid=16513 vsize=683876 CPUtime=1.18 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 25958 0 0 0 105 13 0 0 18 0 5 0 500639814 700289024 127907 33554432000 4194304 5787044 140736368509424 18446744073709551615 264726448487 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=683876 CPUtime=1.07 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 25950 0 0 0 98 9 0 0 18 0 5 0 500639821 700289024 127395 33554432000 4194304 5787044 140736368509424 18446744073709551615 264726054092 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=683876 CPUtime=0.98 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) S 16513 16513 16471 0 -1 4202560 25962 0 0 0 94 4 0 0 18 0 5 0 500639828 700289024 127395 33554432000 4194304 5787044 140736368509424 18446744073709551615 264726510062 0 0 4096 0 18446604453923796160 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=683876 CPUtime=0.97 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 25970 0 0 0 87 10 0 0 18 0 5 0 500639837 700289024 127372 33554432000 4194304 5787044 140736368509424 18446744073709551615 264726060947 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 692576

[startup+3.10066 s]
/proc/loadavg: 6.86 7.83 7.89 9/188 16520
/proc/meminfo: memFree=19577448/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=472720 CPUtime=11.03 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 164580 0 0 0 1057 46 0 0 18 0 5 0 500639787 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 118180 68390 349 389 0 113930 0
[pid=16514/tid=16517] ppid=16513 vsize=472720 CPUtime=2.78 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 30551 0 0 0 264 14 0 0 21 0 5 0 500639814 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=472720 CPUtime=2.67 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 28635 0 0 0 256 11 0 0 21 0 5 0 500639821 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=472720 CPUtime=2.53 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 29672 0 0 0 248 5 0 0 19 0 5 0 500639828 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 18446744073699065894 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=472720 CPUtime=2.58 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 30560 0 0 0 247 11 0 0 21 0 5 0 500639837 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 481420

[startup+6.30105 s]
/proc/loadavg: 6.95 7.83 7.89 9/188 16520
/proc/meminfo: memFree=19574596/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=472720 CPUtime=23.81 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 164580 0 0 0 2335 46 0 0 18 0 5 0 500639787 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 118180 68390 349 389 0 113930 0
[pid=16514/tid=16517] ppid=16513 vsize=472720 CPUtime=5.98 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 30551 0 0 0 584 14 0 0 25 0 5 0 500639814 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336777 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=472720 CPUtime=5.87 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 28635 0 0 0 576 11 0 0 25 0 5 0 500639821 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=472720 CPUtime=5.71 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 29672 0 0 0 566 5 0 0 25 0 5 0 500639828 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=472720 CPUtime=5.78 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 30560 0 0 0 567 11 0 0 25 0 5 0 500639837 484065280 68390 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 481420

[startup+12.7008 s]
/proc/loadavg: 7.03 7.84 7.89 9/188 16520
/proc/meminfo: memFree=19571704/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=465100 CPUtime=49.38 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 170067 0 0 0 4891 47 0 0 18 0 5 0 500639787 476262400 70069 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 116275 70076 350 389 0 112025 0
[pid=16514/tid=16517] ppid=16513 vsize=465100 CPUtime=12.38 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 32052 0 0 0 1224 14 0 0 25 0 5 0 500639814 476262400 70081 33554432000 4194304 5787044 140736368509424 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=465100 CPUtime=12.27 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 30382 0 0 0 1216 11 0 0 25 0 5 0 500639821 476262400 70081 33554432000 4194304 5787044 140736368509424 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=465100 CPUtime=12.07 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 30639 0 0 0 1202 5 0 0 25 0 5 0 500639828 476262400 70081 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=465100 CPUtime=12.18 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 31844 0 0 0 1207 11 0 0 25 0 5 0 500639837 476262400 70081 33554432000 4194304 5787044 140736368509424 18446744073709551615 264726066209 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 473800

[startup+25.5004 s]
/proc/loadavg: 7.24 7.84 7.90 9/188 16520
/proc/meminfo: memFree=19554304/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=465100 CPUtime=100.5 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 170260 0 0 0 10003 47 0 0 18 0 5 0 500639787 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 116275 70262 350 389 0 112025 0
[pid=16514/tid=16517] ppid=16513 vsize=465100 CPUtime=25.18 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 32052 0 0 0 2504 14 0 0 25 0 5 0 500639814 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=465100 CPUtime=25.07 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 30382 0 0 0 2496 11 0 0 25 0 5 0 500639821 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=465100 CPUtime=24.8 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 30641 0 0 0 2475 5 0 0 25 0 5 0 500639828 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=465100 CPUtime=24.97 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 32023 0 0 0 2486 11 0 0 25 0 5 0 500639837 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 473800

[startup+51.1006 s]
/proc/loadavg: 7.50 7.86 7.90 9/188 16521
/proc/meminfo: memFree=19477576/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=465100 CPUtime=202.76 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 170260 0 0 0 20229 47 0 0 18 0 5 0 500639787 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 116275 70262 350 389 0 112025 0
[pid=16514/tid=16517] ppid=16513 vsize=465100 CPUtime=50.78 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 32052 0 0 0 5064 14 0 0 25 0 5 0 500639814 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=465100 CPUtime=50.67 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 30382 0 0 0 5056 11 0 0 25 0 5 0 500639821 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4335768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=465100 CPUtime=50.27 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 30641 0 0 0 5022 5 0 0 25 0 5 0 500639828 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=465100 CPUtime=50.57 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 32023 0 0 0 5046 11 0 0 25 0 5 0 500639837 476262400 70262 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.76
Current children cumulated vsize (KiB) 473800

[startup+102.307 s]
/proc/loadavg: 7.78 7.88 7.90 9/188 16523
/proc/meminfo: memFree=19379728/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=476980 CPUtime=407.31 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 182344 0 0 0 40683 48 0 0 18 0 5 0 500639787 488427520 82346 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 119245 82346 352 389 0 114995 0
[pid=16514/tid=16517] ppid=16513 vsize=476980 CPUtime=101.98 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 35081 0 0 0 10184 14 0 0 25 0 5 0 500639814 488427520 82346 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=476980 CPUtime=101.88 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 33415 0 0 0 10177 11 0 0 25 0 5 0 500639821 488427520 82346 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=476980 CPUtime=101.2 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 33629 0 0 0 10114 6 0 0 25 0 5 0 500639828 488427520 82346 33554432000 4194304 5787044 140736368509424 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=476980 CPUtime=101.77 cores=0,2,4,6

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

/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 110770 0 0 0 87946 79 0 0 25 0 5 0 500639821 1331052544 277836 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1299856 CPUtime=879.69 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 109328 0 0 0 87925 44 0 0 25 0 5 0 500639828 1331052544 277836 33554432000 4194304 5787044 140736368509424 18446744073709551615 5586686 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1299856 CPUtime=881.68 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 99524 0 0 0 88108 60 0 0 25 0 5 0 500639837 1331052544 277836 33554432000 4194304 5787044 140736368509424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.88
Current children cumulated vsize (KiB) 1308556

[startup+942.3 s]
/proc/loadavg: 8.00 8.04 7.99 9/188 16577
/proc/meminfo: memFree=18353164/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=1385888 CPUtime=3762.55 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 471627 0 0 0 375989 266 0 0 18 0 5 0 500639787 1419149312 288703 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 346472 288703 417 389 0 342222 0
[pid=16514/tid=16517] ppid=16513 vsize=1385888 CPUtime=940.44 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 100866 0 0 0 93971 73 0 0 25 0 5 0 500639814 1419149312 288703 33554432000 4194304 5787044 140736368509424 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=1385888 CPUtime=940.25 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 111801 0 0 0 93946 79 0 0 25 0 5 0 500639821 1419149312 288703 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1385888 CPUtime=939.69 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 114274 0 0 0 93922 47 0 0 25 0 5 0 500639828 1419149312 288703 33554432000 4194304 5787044 140736368509424 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1385888 CPUtime=941.68 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 99524 0 0 0 94108 60 0 0 25 0 5 0 500639837 1419149312 288703 33554432000 4194304 5787044 140736368509424 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.55
Current children cumulated vsize (KiB) 1394588

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 7.99 9/188 16579
/proc/meminfo: memFree=18328188/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=1385888 CPUtime=4002.23 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 478012 0 0 0 399947 276 0 0 18 0 5 0 500639787 1419149312 294863 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 346472 294863 417 389 0 342222 0
[pid=16514/tid=16517] ppid=16513 vsize=1385888 CPUtime=1000.12 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 105955 0 0 0 99932 80 0 0 25 0 5 0 500639814 1419149312 294863 33554432000 4194304 5787044 140736368509424 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=1385888 CPUtime=1000.26 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 113095 0 0 0 99944 82 0 0 25 0 5 0 500639821 1419149312 294863 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1385888 CPUtime=999.69 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 114274 0 0 0 99922 47 0 0 25 0 5 0 500639828 1419149312 294863 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1385888 CPUtime=1001.68 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 99526 0 0 0 100108 60 0 0 25 0 5 0 500639837 1419149312 294863 33554432000 4194304 5787044 140736368509424 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.23
Current children cumulated vsize (KiB) 1394588

[startup+1062.3 s]
/proc/loadavg: 8.00 8.02 7.99 9/188 16580
/proc/meminfo: memFree=18303740/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=1385888 CPUtime=4241.9 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 483952 0 0 0 423903 287 0 0 18 0 5 0 500639787 1419149312 300803 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 346472 300803 417 389 0 342222 0
[pid=16514/tid=16517] ppid=16513 vsize=1385888 CPUtime=1059.8 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 105955 0 0 0 105900 80 0 0 25 0 5 0 500639814 1419149312 300803 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=1385888 CPUtime=1060.26 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 119030 0 0 0 105933 93 0 0 25 0 5 0 500639821 1419149312 300803 33554432000 4194304 5787044 140736368509424 18446744073709551615 5588144 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1385888 CPUtime=1059.69 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 114275 0 0 0 105922 47 0 0 25 0 5 0 500639828 1419149312 300803 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1385888 CPUtime=1061.67 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 99530 0 0 0 106107 60 0 0 25 0 5 0 500639837 1419149312 300803 33554432000 4194304 5787044 140736368509424 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.9
Current children cumulated vsize (KiB) 1394588

[startup+1122.3 s]
/proc/loadavg: 8.13 8.05 8.00 9/188 16582
/proc/meminfo: memFree=18253972/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=1389984 CPUtime=4481.56 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 493419 0 0 0 447857 299 0 0 18 0 5 0 500639787 1423343616 310270 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 347496 310270 417 389 0 343246 0
[pid=16514/tid=16517] ppid=16513 vsize=1389984 CPUtime=1119.46 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 105957 0 0 0 111866 80 0 0 25 0 5 0 500639814 1423343616 310270 33554432000 4194304 5787044 140736368509424 18446744073709551615 5592125 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=1389984 CPUtime=1120.26 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 124671 0 0 0 111923 103 0 0 25 0 5 0 500639821 1423343616 310270 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1389984 CPUtime=1119.7 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 115303 0 0 0 111922 48 0 0 25 0 5 0 500639828 1423343616 310270 33554432000 4194304 5787044 140736368509424 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1389984 CPUtime=1121.67 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 102326 0 0 0 112105 62 0 0 25 0 5 0 500639837 1423343616 310270 33554432000 4194304 5787044 140736368509424 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.56
Current children cumulated vsize (KiB) 1398684

[startup+1182.3 s]
/proc/loadavg: 8.17 8.07 8.01 9/188 16583
/proc/meminfo: memFree=18202372/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=1459616 CPUtime=4721.24 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 502773 0 0 0 471811 313 0 0 18 0 5 0 500639787 1494646784 319294 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 364904 319294 417 389 0 360654 0
[pid=16514/tid=16517] ppid=16513 vsize=1459616 CPUtime=1179.15 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 105964 0 0 0 117834 81 0 0 25 0 5 0 500639814 1494646784 319294 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=1459616 CPUtime=1180.26 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 128203 0 0 0 117919 107 0 0 25 0 5 0 500639821 1494646784 319294 33554432000 4194304 5787044 140736368509424 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1459616 CPUtime=1179.7 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 116342 0 0 0 117921 49 0 0 25 0 5 0 500639828 1494646784 319294 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1459616 CPUtime=1181.66 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 107102 0 0 0 118096 70 0 0 25 0 5 0 500639837 1494646784 319294 33554432000 4194304 5787044 140736368509424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.24
Current children cumulated vsize (KiB) 1468316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 16584
/proc/meminfo: memFree=18187348/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=1459616 CPUtime=4800.36 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 504198 0 0 0 479720 316 0 0 18 0 5 0 500639787 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 364904 320719 417 389 0 360654 0
[pid=16514/tid=16517] ppid=16513 vsize=1459616 CPUtime=1198.84 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 105971 0 0 0 119803 81 0 0 25 0 5 0 500639814 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=1459616 CPUtime=1200.08 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 128203 0 0 0 119900 108 0 0 25 0 5 0 500639821 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1459616 CPUtime=1199.5 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 116359 0 0 0 119901 49 0 0 25 0 5 0 500639828 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1459616 CPUtime=1201.47 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 108503 0 0 0 120074 73 0 0 25 0 5 0 500639837 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1468316

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

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

[startup+1202.1 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 16584
/proc/meminfo: memFree=18187348/32951124 swapFree=67111524/67111528
[pid=16513] ppid=16511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16513/stat : 16513 (prissAuto.sh) S 16511 16513 16471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 500639787 8908800 251 33554432000 4194304 4922060 140735205871776 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16513/statm: 2175 251 211 178 0 68 0
[pid=16514] ppid=16513 vsize=1459616 CPUtime=4800.36 cores=0,2,4,6
/proc/16514/stat : 16514 (priss) S 16513 16513 16471 0 -1 4202496 504198 0 0 0 479720 316 0 0 18 0 5 0 500639787 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16514/statm: 364904 320719 417 389 0 360654 0
[pid=16514/tid=16517] ppid=16513 vsize=1459616 CPUtime=1198.84 cores=0,2,4,6
/proc/16514/task/16517/stat : 16517 (priss) R 16513 16513 16471 0 -1 4202560 105971 0 0 0 119803 81 0 0 25 0 5 0 500639814 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16514/tid=16518] ppid=16513 vsize=1459616 CPUtime=1200.08 cores=0,2,4,6
/proc/16514/task/16518/stat : 16518 (priss) R 16513 16513 16471 0 -1 4202560 128203 0 0 0 119900 108 0 0 25 0 5 0 500639821 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16514/tid=16519] ppid=16513 vsize=1459616 CPUtime=1199.5 cores=0,2,4,6
/proc/16514/task/16519/stat : 16519 (priss) R 16513 16513 16471 0 -1 4202560 116359 0 0 0 119901 49 0 0 25 0 5 0 500639828 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16514/tid=16520] ppid=16513 vsize=1459616 CPUtime=1201.47 cores=0,2,4,6
/proc/16514/task/16520/stat : 16520 (priss) R 16513 16513 16471 0 -1 4202560 108503 0 0 0 120074 73 0 0 25 0 5 0 500639837 1494646784 320719 33554432000 4194304 5787044 140736368509424 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1468316

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.36
CPU user time (s): 4797.2
CPU system time (s): 3.16
CPU usage (%): 399.325
Max. virtual memory (cumulated for all children) (KiB): 1468316

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

runsolver used 1.82472 second user time and 4.74428 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 15:04:02
IDJOB=3251029
IDBENCH=88208
IDSOLVER=1602
FILE ID=node141/3251029-1304082241
RUNJOBID= node141-1304082241-16489
PBS_JOBID= 13170540
Free space on /tmp= 71404 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251029-1304082241/watcher-3251029-1304082241 -o /tmp/evaluation-result-3251029-1304082241/solver-3251029-1304082241 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251029-1304082241.cnf 1847366751 4800 15500 4

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=1847366751

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.806
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.806
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:      19872520 kB
Buffers:       1542200 kB
Cached:       10797384 kB
SwapCached:          4 kB
Active:        3838112 kB
Inactive:      8658340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19872520 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           21000 kB
Writeback:           0 kB
AnonPages:      156212 kB
Mapped:          14876 kB
Slab:           516828 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   328732 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= 71408 MiB
End job on node141 at 2011-04-29 15:24:06