Trace number 3258335

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.17 1201.93

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 29443
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 71509us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.09	c NW started thread 0 successfully (1109416256)
0.00/0.12	c NW started thread 1 successfully (1084852544)
0.00/0.15	c NW started thread 2 successfully (1119906112)
0.00/0.18	c NW started thread 3 successfully (1095342400)
51.59/13.11	c preprocessor returned 10011 variables
51.59/13.11	c preprocessing returned UNKNOWN
51.59/13.11	c PP set 0 variables
51.59/13.11	c pp time: 13018640us (13s)
51.59/13.13	c preprocessor returned 10011 variables
51.59/13.13	c preprocessing returned UNKNOWN
51.59/13.13	c PP set 0 variables
51.59/13.13	c pp time: 13003875us (13s)
51.59/13.19	c preprocessor returned 10011 variables
51.59/13.19	c preprocessing returned UNKNOWN
51.59/13.19	c PP set 0 variables
51.59/13.19	c pp time: 13032412us (13s)
67.57/17.19	c preprocessor returned 30008 variables
67.57/17.19	c preprocessing returned UNKNOWN
67.57/17.19	c PP set 0 variables
67.57/17.19	c pp time: 17003188us (17s)

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-3258335-1304044587/watcher-3258335-1304044587 -o /tmp/evaluation-result-3258335-1304044587/solver-3258335-1304044587 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258335-1304044587.cnf 540373271 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.51 7.95 8.11 2/172 29442
/proc/meminfo: memFree=27847864/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0

[startup+0.103163 s]
/proc/loadavg: 7.51 7.95 8.11 2/172 29442
/proc/meminfo: memFree=27847864/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201128 s]
/proc/loadavg: 7.51 7.95 8.11 2/172 29442
/proc/meminfo: memFree=27847864/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303375 s]
/proc/loadavg: 7.51 7.95 8.11 2/172 29442
/proc/meminfo: memFree=27847864/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.35884 s]
/proc/loadavg: 7.51 7.95 8.11 2/172 29442
/proc/meminfo: memFree=27847864/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 7.51 7.95 8.11 2/172 29442
/proc/meminfo: memFree=27847864/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10052 s]
/proc/loadavg: 7.51 7.95 8.11 9/188 29463
/proc/meminfo: memFree=27656808/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=338952 CPUtime=11.64 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 53102 0 0 0 1142 22 0 0 18 0 5 0 516056440 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 84738 24873 350 389 0 80488 0
[pid=29443/tid=29449] ppid=29442 vsize=338952 CPUtime=2.89 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 11317 0 0 0 281 8 0 0 23 0 5 0 516056450 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=338952 CPUtime=2.84 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 8806 0 0 0 279 5 0 0 23 0 5 0 516056453 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=338952 CPUtime=2.85 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 9613 0 0 0 281 4 0 0 23 0 5 0 516056456 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=338952 CPUtime=2.85 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 8628 0 0 0 284 1 0 0 22 0 5 0 516056459 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 347652

[startup+6.30694 s]
/proc/loadavg: 7.55 7.95 8.11 9/188 29463
/proc/meminfo: memFree=27656684/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=338952 CPUtime=24.45 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 53102 0 0 0 2423 22 0 0 18 0 5 0 516056440 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 84738 24873 350 389 0 80488 0
[pid=29443/tid=29449] ppid=29442 vsize=338952 CPUtime=6.09 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 11317 0 0 0 601 8 0 0 25 0 5 0 516056450 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=338952 CPUtime=6.05 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 8806 0 0 0 600 5 0 0 25 0 5 0 516056453 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=338952 CPUtime=6.05 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 9613 0 0 0 601 4 0 0 25 0 5 0 516056456 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=338952 CPUtime=6.04 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 8628 0 0 0 603 1 0 0 25 0 5 0 516056459 347086848 24873 33554432000 4194304 5787044 140735088334544 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 347652

[startup+12.7008 s]
/proc/loadavg: 7.58 7.95 8.11 9/188 29464
/proc/meminfo: memFree=27562608/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=362720 CPUtime=50 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 63698 0 0 0 4976 24 0 0 18 0 5 0 516056440 371425280 35469 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 90680 35469 355 389 0 86430 0
[pid=29443/tid=29449] ppid=29442 vsize=362720 CPUtime=12.48 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 14597 0 0 0 1240 8 0 0 25 0 5 0 516056450 371425280 35469 33554432000 4194304 5787044 140735088334544 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=362720 CPUtime=12.44 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 11579 0 0 0 1239 5 0 0 25 0 5 0 516056453 371425280 35469 33554432000 4194304 5787044 140735088334544 18446744073709551615 4390892 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=362720 CPUtime=12.45 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 12296 0 0 0 1240 5 0 0 25 0 5 0 516056456 371425280 35469 33554432000 4194304 5787044 140735088334544 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=362720 CPUtime=12.41 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 10488 0 0 0 1239 2 0 0 25 0 5 0 516056459 371425280 35469 33554432000 4194304 5787044 140735088334544 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 371420

[startup+25.5005 s]
/proc/loadavg: 7.68 7.96 8.10 9/188 29464
/proc/meminfo: memFree=27512644/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=369476 CPUtime=101.12 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 95678 0 0 0 10082 30 0 0 18 0 5 0 516056440 378343424 43147 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 92369 43147 417 389 0 88119 0
[pid=29443/tid=29449] ppid=29442 vsize=369476 CPUtime=25.28 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 24491 0 0 0 2518 10 0 0 25 0 5 0 516056450 378343424 43147 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=369476 CPUtime=25.24 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 18310 0 0 0 2517 7 0 0 25 0 5 0 516056453 378343424 43147 33554432000 4194304 5787044 140735088334544 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=369476 CPUtime=25.24 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 20472 0 0 0 2518 6 0 0 25 0 5 0 516056456 378343424 43147 33554432000 4194304 5787044 140735088334544 18446744073709551615 5590264 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=369476 CPUtime=25.14 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 17667 0 0 0 2511 3 0 0 25 0 5 0 516056459 378343424 43147 33554432000 4194304 5787044 140735088334544 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 378176

[startup+51.1008 s]
/proc/loadavg: 7.79 7.96 8.10 9/188 29465
/proc/meminfo: memFree=27441352/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=378684 CPUtime=203.38 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 105887 0 0 0 20303 35 0 0 18 0 5 0 516056440 387772416 53356 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 94671 53356 417 389 0 90421 0
[pid=29443/tid=29449] ppid=29442 vsize=378684 CPUtime=50.88 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 27040 0 0 0 5077 11 0 0 25 0 5 0 516056450 387772416 53356 33554432000 4194304 5787044 140735088334544 18446744073709551615 4220219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=378684 CPUtime=50.84 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 20837 0 0 0 5076 8 0 0 25 0 5 0 516056453 387772416 53356 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=378684 CPUtime=50.85 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 24341 0 0 0 5077 8 0 0 25 0 5 0 516056456 387772416 53356 33554432000 4194304 5787044 140735088334544 18446744073709551615 4218715 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=378684 CPUtime=50.6 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 18931 0 0 0 5056 4 0 0 25 0 5 0 516056459 387772416 53356 33554432000 4194304 5787044 140735088334544 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.38
Current children cumulated vsize (KiB) 387384

[startup+102.301 s]
/proc/loadavg: 7.94 7.98 8.10 9/188 29466
/proc/meminfo: memFree=27303680/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=396384 CPUtime=407.87 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 123099 0 0 0 40739 48 0 0 18 0 5 0 516056440 405897216 70499 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 99096 70499 417 389 0 94846 0
[pid=29443/tid=29449] ppid=29442 vsize=396384 CPUtime=102.07 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 32464 0 0 0 10192 15 0 0 25 0 5 0 516056450 405897216 70499 33554432000 4194304 5787044 140735088334544 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=396384 CPUtime=102.04 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 26189 0 0 0 10192 12 0 0 25 0 5 0 516056453 405897216 70499 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=396384 CPUtime=102.04 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 28472 0 0 0 10191 13 0 0 25 0 5 0 516056456 405897216 70499 33554432000 4194304 5787044 140735088334544 18446744073709551615 5585216 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=396384 CPUtime=101.52 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 21236 0 0 0 10147 5 0 0 25 0 5 0 516056459 405897216 70499 33554432000 4194304 5787044 140735088334544 18446744073709551615 5524578 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.87
Current children cumulated vsize (KiB) 405084

[startup+162.301 s]
/proc/loadavg: 8.05 8.00 8.09 9/188 29468
/proc/meminfo: memFree=27191032/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=482452 CPUtime=647.54 cores=0,2,4,6

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

/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 68808 0 0 0 88144 59 0 0 25 0 5 0 516056453 1041805312 222064 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1017388 CPUtime=882.01 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 68843 0 0 0 88136 65 0 0 25 0 5 0 516056456 1041805312 222064 33554432000 4194304 5787044 140735088334544 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1017388 CPUtime=877.25 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 47408 0 0 0 87705 20 0 0 25 0 5 0 516056459 1041805312 222064 33554432000 4194304 5787044 140735088334544 18446744073709551615 5530964 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.49
Current children cumulated vsize (KiB) 1026088

[startup+942.3 s]
/proc/loadavg: 8.07 8.06 8.08 9/188 29489
/proc/meminfo: memFree=26141556/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=1027724 CPUtime=3763.18 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 279400 0 0 0 376104 214 0 0 18 0 5 0 516056440 1052389376 224698 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 256931 224698 417 389 0 252681 0
[pid=29443/tid=29449] ppid=29442 vsize=1027724 CPUtime=941.98 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 76970 0 0 0 94135 63 0 0 25 0 5 0 516056450 1052389376 224698 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=1027724 CPUtime=942.03 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 68808 0 0 0 94144 59 0 0 25 0 5 0 516056453 1052389376 224698 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1027724 CPUtime=942.02 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 68844 0 0 0 94137 65 0 0 25 0 5 0 516056456 1052389376 224698 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1027724 CPUtime=936.92 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 50040 0 0 0 93670 22 0 0 25 0 5 0 516056459 1052389376 224698 33554432000 4194304 5787044 140735088334544 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.18
Current children cumulated vsize (KiB) 1036424

[startup+1002.3 s]
/proc/loadavg: 8.06 8.06 8.07 9/188 29490
/proc/meminfo: memFree=26141136/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=1027724 CPUtime=4002.83 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 279401 0 0 0 400069 214 0 0 18 0 5 0 516056440 1052389376 224699 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 256931 224699 417 389 0 252681 0
[pid=29443/tid=29449] ppid=29442 vsize=1027724 CPUtime=1001.97 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 76970 0 0 0 100134 63 0 0 25 0 5 0 516056450 1052389376 224699 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=1027724 CPUtime=1002.03 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 68809 0 0 0 100144 59 0 0 25 0 5 0 516056453 1052389376 224699 33554432000 4194304 5787044 140735088334544 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1027724 CPUtime=1002.01 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 68844 0 0 0 100136 65 0 0 25 0 5 0 516056456 1052389376 224699 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1027724 CPUtime=996.59 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 50040 0 0 0 99637 22 0 0 25 0 5 0 516056459 1052389376 224699 33554432000 4194304 5787044 140735088334544 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.83
Current children cumulated vsize (KiB) 1036424

[startup+1062.31 s]
/proc/loadavg: 8.06 8.06 8.07 9/188 29492
/proc/meminfo: memFree=26141080/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=1027724 CPUtime=4242.52 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 279419 0 0 0 424038 214 0 0 18 0 5 0 516056440 1052389376 224717 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 256931 224717 417 389 0 252681 0
[pid=29443/tid=29449] ppid=29442 vsize=1027724 CPUtime=1061.98 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 76974 0 0 0 106134 64 0 0 25 0 5 0 516056450 1052389376 224717 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=1027724 CPUtime=1062.04 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 68822 0 0 0 106145 59 0 0 25 0 5 0 516056453 1052389376 224717 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1027724 CPUtime=1062.03 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 68845 0 0 0 106137 66 0 0 25 0 5 0 516056456 1052389376 224717 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1027724 CPUtime=1056.27 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 50040 0 0 0 105605 22 0 0 25 0 5 0 516056459 1052389376 224717 33554432000 4194304 5787044 140735088334544 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.52
Current children cumulated vsize (KiB) 1036424

[startup+1122.3 s]
/proc/loadavg: 8.10 8.06 8.07 9/188 29493
/proc/meminfo: memFree=26119608/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=1166996 CPUtime=4482.17 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 283931 0 0 0 447998 219 0 0 18 0 5 0 516056440 1195003904 229229 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 291749 229229 417 389 0 287499 0
[pid=29443/tid=29449] ppid=29442 vsize=1166996 CPUtime=1121.97 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 79034 0 0 0 112131 66 0 0 25 0 5 0 516056450 1195003904 229229 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=1166996 CPUtime=1122.03 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 70244 0 0 0 112142 61 0 0 25 0 5 0 516056453 1195003904 229229 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1166996 CPUtime=1122.02 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 68850 0 0 0 112136 66 0 0 25 0 5 0 516056456 1195003904 229229 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1166996 CPUtime=1115.94 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 51065 0 0 0 111572 22 0 0 25 0 5 0 516056459 1195003904 229229 33554432000 4194304 5787044 140735088334544 18446744073709551615 5524788 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.17
Current children cumulated vsize (KiB) 1175696

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.07 9/188 29495
/proc/meminfo: memFree=26039456/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=1175196 CPUtime=4721.83 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 297493 0 0 0 471946 237 0 0 18 0 5 0 516056440 1203400704 242791 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 293799 242791 417 389 0 289549 0
[pid=29443/tid=29449] ppid=29442 vsize=1175196 CPUtime=1181.95 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 84712 0 0 0 118121 74 0 0 25 0 5 0 516056450 1203400704 242791 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=1175196 CPUtime=1182.03 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 77923 0 0 0 118133 70 0 0 25 0 5 0 516056453 1203400704 242791 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1175196 CPUtime=1182.02 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 69033 0 0 0 118136 66 0 0 25 0 5 0 516056456 1203400704 242791 33554432000 4194304 5787044 140735088334544 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1175196 CPUtime=1175.61 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 51087 0 0 0 117539 22 0 0 25 0 5 0 516056459 1203400704 242791 33554432000 4194304 5787044 140735088334544 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.83
Current children cumulated vsize (KiB) 1183896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.08 8.06 8.07 9/188 29495
/proc/meminfo: memFree=25996652/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=1183396 CPUtime=4800.17 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 304513 0 0 0 479773 244 0 0 18 0 5 0 516056440 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 295849 249811 417 389 0 291599 0
[pid=29443/tid=29449] ppid=29442 vsize=1183396 CPUtime=1201.57 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 87536 0 0 0 120080 77 0 0 25 0 5 0 516056450 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=1183396 CPUtime=1201.64 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 79681 0 0 0 120092 72 0 0 25 0 5 0 516056453 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1183396 CPUtime=1201.63 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 70942 0 0 0 120095 68 0 0 25 0 5 0 516056456 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1183396 CPUtime=1195.12 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 51616 0 0 0 119489 23 0 0 25 0 5 0 516056459 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1192096

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

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

[startup+1201.9 s]
/proc/loadavg: 8.08 8.06 8.07 9/188 29495
/proc/meminfo: memFree=25996652/32951124 swapFree=67111356/67111528
[pid=29442] ppid=29440 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29442/stat : 29442 (prissAuto.sh) S 29440 29442 26197 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516056440 8908800 252 33554432000 4194304 4922060 140734465196528 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29442/statm: 2175 252 211 178 0 68 0
[pid=29443] ppid=29442 vsize=1183396 CPUtime=4800.17 cores=0,2,4,6
/proc/29443/stat : 29443 (priss) S 29442 29442 26197 0 -1 4202496 304513 0 0 0 479773 244 0 0 18 0 5 0 516056440 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 295849 249811 417 389 0 291599 0
[pid=29443/tid=29449] ppid=29442 vsize=1183396 CPUtime=1201.57 cores=0,2,4,6
/proc/29443/task/29449/stat : 29449 (priss) R 29442 29442 26197 0 -1 4202560 87536 0 0 0 120080 77 0 0 25 0 5 0 516056450 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29443/tid=29450] ppid=29442 vsize=1183396 CPUtime=1201.64 cores=0,2,4,6
/proc/29443/task/29450/stat : 29450 (priss) R 29442 29442 26197 0 -1 4202560 79681 0 0 0 120092 72 0 0 25 0 5 0 516056453 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29443/tid=29457] ppid=29442 vsize=1183396 CPUtime=1201.63 cores=0,2,4,6
/proc/29443/task/29457/stat : 29457 (priss) R 29442 29442 26197 0 -1 4202560 70942 0 0 0 120095 68 0 0 25 0 5 0 516056456 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29443/tid=29459] ppid=29442 vsize=1183396 CPUtime=1195.12 cores=0,2,4,6
/proc/29443/task/29459/stat : 29459 (priss) R 29442 29442 26197 0 -1 4202560 51616 0 0 0 119489 23 0 0 25 0 5 0 516056459 1211797504 249811 33554432000 4194304 5787044 140735088334544 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1192096

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.93
CPU time (s): 4800.17
CPU user time (s): 4797.73
CPU system time (s): 2.44
CPU usage (%): 399.373
Max. virtual memory (cumulated for all children) (KiB): 1192096

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.81772 second user time and 4.74828 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 04:36:27
IDJOB=3258335
IDBENCH=71345
IDSOLVER=1602
FILE ID=node137/3258335-1304044587
RUNJOBID= node137-1304043383-29276
PBS_JOBID= 13170366
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
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:      27847896 kB
Buffers:        891140 kB
Cached:        3683564 kB
SwapCached:         56 kB
Active:         198836 kB
Inactive:      4438728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27847896 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5484 kB
Writeback:           0 kB
AnonPages:       63056 kB
Mapped:          14680 kB
Slab:           401028 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186792 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= 71608 MiB
End job on node137 at 2011-04-29 04:56:31