Trace number 3263131

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.02 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

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: 31964
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 38639us
0.00/0.04	c parsed 55222 clauses with 150 variables
0.00/0.05	c NW started thread 0 successfully (1086925120)
0.00/0.06	c NW started thread 1 successfully (1097414976)
0.00/0.08	c NW started thread 2 successfully (1107904832)
0.00/0.12	c NW started thread 3 successfully (1118394688)
127.62/32.06	c preprocessor returned 10029 variables
127.62/32.06	c preprocessing returned UNKNOWN
127.62/32.06	c PP set 0 variables
127.62/32.06	c pp time: 32012959us (32s)
128.01/32.15	c preprocessor returned 10029 variables
128.01/32.15	c preprocessing returned UNKNOWN
128.01/32.15	c PP set 0 variables
128.01/32.15	c pp time: 32090281us (32s)
128.41/32.24	c preprocessor returned 10029 variables
128.41/32.24	c preprocessing returned UNKNOWN
128.41/32.24	c PP set 0 variables
128.41/32.24	c pp time: 32167670us (32s)
811.46/203.29	c preprocessor returned 30024 variables
811.46/203.29	c preprocessing returned UNKNOWN
811.46/203.29	c PP set 0 variables
811.46/203.29	c pp time: 203204133us (203s)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.87 8.00 8.00 5/182 31963
/proc/meminfo: memFree=27720432/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0

[startup+0.074327 s]
/proc/loadavg: 7.87 8.00 8.00 5/182 31963
/proc/meminfo: memFree=27720432/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.12533 s]
/proc/loadavg: 7.87 8.00 8.00 5/182 31963
/proc/meminfo: memFree=27720432/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.325245 s]
/proc/loadavg: 7.87 8.00 8.00 5/182 31963
/proc/meminfo: memFree=27720432/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700179 s]
/proc/loadavg: 7.87 8.00 8.00 5/182 31963
/proc/meminfo: memFree=27720432/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 7.87 8.00 8.00 9/188 31969
/proc/meminfo: memFree=27684300/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=155532 CPUtime=5.79 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 9443 0 0 0 578 1 0 0 19 0 5 0 517966377 159264768 9241 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 38883 9241 350 389 0 34633 0
[pid=31964/tid=31966] ppid=31963 vsize=155532 CPUtime=1.44 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 932 0 0 0 144 0 0 0 24 0 5 0 517966382 159264768 9241 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=155532 CPUtime=1.43 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 884 0 0 0 143 0 0 0 23 0 5 0 517966383 159264768 9241 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=155532 CPUtime=1.41 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 841 0 0 0 141 0 0 0 23 0 5 0 517966385 159264768 9241 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=155532 CPUtime=1.4 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 838 0 0 0 140 0 0 0 25 0 5 0 517966386 159264768 9241 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 164232

[startup+3.10074 s]
/proc/loadavg: 7.88 8.00 8.00 10/188 31969
/proc/meminfo: memFree=27683928/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=221068 CPUtime=12.18 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 9447 0 0 0 1217 1 0 0 19 0 5 0 517966377 226373632 9245 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 55267 9245 350 389 0 51017 0
[pid=31964/tid=31966] ppid=31963 vsize=221068 CPUtime=3.04 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 935 0 0 0 304 0 0 0 25 0 5 0 517966382 226373632 9245 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=221068 CPUtime=3.03 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 884 0 0 0 303 0 0 0 25 0 5 0 517966383 226373632 9245 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336707 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=221068 CPUtime=3 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 841 0 0 0 300 0 0 0 25 0 5 0 517966385 226373632 9245 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336692 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=221068 CPUtime=3 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 839 0 0 0 300 0 0 0 25 0 5 0 517966386 226373632 9245 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 229768

[startup+6.30116 s]
/proc/loadavg: 7.88 8.00 8.00 9/188 31969
/proc/meminfo: memFree=27672384/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=221068 CPUtime=24.97 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 9449 0 0 0 2496 1 0 0 19 0 5 0 517966377 226373632 9247 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 55267 9247 350 389 0 51017 0
[pid=31964/tid=31966] ppid=31963 vsize=221068 CPUtime=6.24 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 936 0 0 0 624 0 0 0 25 0 5 0 517966382 226373632 9247 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=221068 CPUtime=6.23 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 884 0 0 0 623 0 0 0 25 0 5 0 517966383 226373632 9247 33554432000 4194304 5787044 140734580909296 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=221068 CPUtime=6.19 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 842 0 0 0 619 0 0 0 25 0 5 0 517966385 226373632 9247 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=221068 CPUtime=6.2 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 839 0 0 0 620 0 0 0 25 0 5 0 517966386 226373632 9247 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 229768

[startup+12.701 s]
/proc/loadavg: 7.89 8.00 8.00 9/188 31969
/proc/meminfo: memFree=27670772/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=221068 CPUtime=50.53 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 9451 0 0 0 5051 2 0 0 19 0 5 0 517966377 226373632 9249 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 55267 9249 350 389 0 51017 0
[pid=31964/tid=31966] ppid=31963 vsize=221068 CPUtime=12.64 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 938 0 0 0 1264 0 0 0 25 0 5 0 517966382 226373632 9249 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=221068 CPUtime=12.63 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 884 0 0 0 1263 0 0 0 25 0 5 0 517966383 226373632 9249 33554432000 4194304 5787044 140734580909296 18446744073709551615 218905389952 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=221068 CPUtime=12.55 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 842 0 0 0 1255 0 0 0 25 0 5 0 517966385 226373632 9249 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336226 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=221068 CPUtime=12.6 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 839 0 0 0 1260 0 0 0 25 0 5 0 517966386 226373632 9249 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 229768

[startup+25.5007 s]
/proc/loadavg: 7.91 8.00 8.00 9/188 31969
/proc/meminfo: memFree=27659740/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=221068 CPUtime=101.66 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 9453 0 0 0 10164 2 0 0 19 0 5 0 517966377 226373632 9251 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 55267 9251 352 389 0 51017 0
[pid=31964/tid=31966] ppid=31963 vsize=221068 CPUtime=25.44 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 938 0 0 0 2544 0 0 0 25 0 5 0 517966382 226373632 9251 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=221068 CPUtime=25.42 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 884 0 0 0 2542 0 0 0 25 0 5 0 517966383 226373632 9251 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=221068 CPUtime=25.28 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 842 0 0 0 2528 0 0 0 25 0 5 0 517966385 226373632 9251 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=221068 CPUtime=25.4 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 841 0 0 0 2540 0 0 0 25 0 5 0 517966386 226373632 9251 33554432000 4194304 5787044 140734580909296 18446744073709551615 4336159 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 229768

[startup+51.101 s]
/proc/loadavg: 7.94 8.00 8.00 9/188 31970
/proc/meminfo: memFree=27585480/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=245132 CPUtime=203.9 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 23780 0 0 0 20376 14 0 0 19 0 5 0 517966377 251015168 22424 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 61283 22424 404 389 0 57033 0
[pid=31964/tid=31966] ppid=31963 vsize=245132 CPUtime=51.03 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 3015 0 0 0 5100 3 0 0 25 0 5 0 517966382 251015168 22424 33554432000 4194304 5787044 140734580909296 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=245132 CPUtime=51.02 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 6242 0 0 0 5097 5 0 0 25 0 5 0 517966383 251015168 22424 33554432000 4194304 5787044 140734580909296 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=245132 CPUtime=50.73 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 4771 0 0 0 5070 3 0 0 25 0 5 0 517966385 251015168 22424 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=245132 CPUtime=51 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 3804 0 0 0 5099 1 0 0 25 0 5 0 517966386 251015168 22424 33554432000 4194304 5787044 140734580909296 18446744073709551615 218905424857 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 253832

[startup+102.307 s]
/proc/loadavg: 7.97 8.00 8.00 9/188 31971
/proc/meminfo: memFree=27514284/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=262752 CPUtime=408.43 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 33889 0 0 0 40817 26 0 0 19 0 5 0 517966377 269058048 32458 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 65688 32458 404 389 0 61438 0
[pid=31964/tid=31966] ppid=31963 vsize=262752 CPUtime=102.23 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 5450 0 0 0 10217 6 0 0 25 0 5 0 517966382 269058048 32458 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=262752 CPUtime=102.22 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 9678 0 0 0 10215 7 0 0 25 0 5 0 517966383 269058048 32458 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=262752 CPUtime=101.65 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 9009 0 0 0 10155 10 0 0 25 0 5 0 517966385 269058048 32458 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=262752 CPUtime=102.2 cores=1,3,5,7

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

/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 29644 0 0 0 87807 35 0 0 25 0 5 0 517966383 664735744 111019 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=649156 CPUtime=881.15 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 32923 0 0 0 88067 48 0 0 25 0 5 0 517966385 664735744 111019 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=649156 CPUtime=882.2 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 29070 0 0 0 88178 42 0 0 25 0 5 0 517966386 664735744 111019 33554432000 4194304 5787044 140734580909296 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.12
Current children cumulated vsize (KiB) 657856

[startup+942.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/188 32006
/proc/meminfo: memFree=26877876/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=662640 CPUtime=3763.8 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 123116 0 0 0 376217 163 0 0 19 0 5 0 517966377 678543360 118767 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 165660 118767 417 389 0 161410 0
[pid=31964/tid=31966] ppid=31963 vsize=662640 CPUtime=942.21 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 18998 0 0 0 94196 25 0 0 25 0 5 0 517966382 678543360 118767 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=662640 CPUtime=938.09 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 31527 0 0 0 93771 38 0 0 25 0 5 0 517966383 678543360 118767 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=662640 CPUtime=941.15 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 35278 0 0 0 94065 50 0 0 25 0 5 0 517966385 678543360 118767 33554432000 4194304 5787044 140734580909296 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=662640 CPUtime=942.2 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 31365 0 0 0 94174 46 0 0 25 0 5 0 517966386 678543360 118767 33554432000 4194304 5787044 140734580909296 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.8
Current children cumulated vsize (KiB) 671340

[startup+1002.3 s]
/proc/loadavg: 8.13 8.08 8.02 9/188 32007
/proc/meminfo: memFree=26850916/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=667392 CPUtime=4003.47 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 128076 0 0 0 400178 169 0 0 19 0 5 0 517966377 683409408 123277 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 166848 123277 417 389 0 162598 0
[pid=31964/tid=31966] ppid=31963 vsize=667392 CPUtime=1002.22 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 19652 0 0 0 100196 26 0 0 25 0 5 0 517966382 683409408 123277 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=667392 CPUtime=997.77 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 32731 0 0 0 99737 40 0 0 25 0 5 0 517966383 683409408 123277 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=667392 CPUtime=1001.16 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 36458 0 0 0 100065 51 0 0 25 0 5 0 517966385 683409408 123277 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=667392 CPUtime=1002.21 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 33287 0 0 0 100171 50 0 0 25 0 5 0 517966386 683409408 123277 33554432000 4194304 5787044 140734580909296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 676092

[startup+1062.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/188 32009
/proc/meminfo: memFree=26823464/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=667392 CPUtime=4243.15 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 128730 0 0 0 424146 169 0 0 19 0 5 0 517966377 683409408 123834 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 166848 123834 417 389 0 162598 0
[pid=31964/tid=31966] ppid=31963 vsize=667392 CPUtime=1062.22 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 19653 0 0 0 106196 26 0 0 25 0 5 0 517966382 683409408 123834 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=667392 CPUtime=1057.44 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 32731 0 0 0 105704 40 0 0 25 0 5 0 517966383 683409408 123834 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=667392 CPUtime=1061.16 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 36484 0 0 0 106065 51 0 0 25 0 5 0 517966385 683409408 123834 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=667392 CPUtime=1062.2 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 33914 0 0 0 106170 50 0 0 25 0 5 0 517966386 683409408 123834 33554432000 4194304 5787044 140734580909296 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.15
Current children cumulated vsize (KiB) 676092

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/188 32011
/proc/meminfo: memFree=26798620/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=669440 CPUtime=4482.82 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 129333 0 0 0 448113 169 0 0 19 0 5 0 517966377 685506560 123924 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 167360 123924 417 389 0 163110 0
[pid=31964/tid=31966] ppid=31963 vsize=669440 CPUtime=1122.22 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 19653 0 0 0 112196 26 0 0 25 0 5 0 517966382 685506560 123924 33554432000 4194304 5787044 140734580909296 18446744073709551615 4219973 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=669440 CPUtime=1117.11 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 32732 0 0 0 111671 40 0 0 25 0 5 0 517966383 685506560 123924 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=669440 CPUtime=1121.16 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 37086 0 0 0 112065 51 0 0 25 0 5 0 517966385 685506560 123924 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=669440 CPUtime=1122.21 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 33914 0 0 0 112171 50 0 0 25 0 5 0 517966386 685506560 123924 33554432000 4194304 5787044 140734580909296 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.82
Current children cumulated vsize (KiB) 678140

[startup+1182.3 s]
/proc/loadavg: 7.93 8.04 8.01 9/188 32045
/proc/meminfo: memFree=27234712/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=669440 CPUtime=4722.51 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 130580 0 0 0 472079 172 0 0 19 0 5 0 517966377 685506560 125171 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 167360 125171 417 389 0 163110 0
[pid=31964/tid=31966] ppid=31963 vsize=669440 CPUtime=1182.22 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 19655 0 0 0 118196 26 0 0 25 0 5 0 517966382 685506560 125171 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=669440 CPUtime=1176.79 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 32734 0 0 0 117639 40 0 0 25 0 5 0 517966383 685506560 125171 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=669440 CPUtime=1181.17 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 37294 0 0 0 118065 52 0 0 25 0 5 0 517966385 685506560 125171 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=669440 CPUtime=1182.2 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 34949 0 0 0 118168 52 0 0 25 0 5 0 517966386 685506560 125171 33554432000 4194304 5787044 140734580909296 18446744073709551615 5527082 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 678140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.95 8.04 8.00 9/188 32046
/proc/meminfo: memFree=27212952/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=669440 CPUtime=4800.02 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 131410 0 0 0 479828 174 0 0 19 0 5 0 517966377 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 167360 126001 417 389 0 163110 0
[pid=31964/tid=31966] ppid=31963 vsize=669440 CPUtime=1201.63 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 19658 0 0 0 120137 26 0 0 25 0 5 0 517966382 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=669440 CPUtime=1196.08 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 32734 0 0 0 119568 40 0 0 25 0 5 0 517966383 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=669440 CPUtime=1200.57 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 37384 0 0 0 120005 52 0 0 25 0 5 0 517966385 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=669440 CPUtime=1201.61 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 35686 0 0 0 120107 54 0 0 25 0 5 0 517966386 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 678140

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

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

[startup+1201.7 s]
/proc/loadavg: 7.95 8.04 8.00 9/188 32046
/proc/meminfo: memFree=27212952/32951124 swapFree=67111356/67111528
[pid=31963] ppid=31961 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31963/stat : 31963 (prissAuto.sh) S 31961 31963 30345 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517966377 8908800 251 33554432000 4194304 4922060 140733279675056 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31963/statm: 2175 251 211 178 0 68 0
[pid=31964] ppid=31963 vsize=669440 CPUtime=4800.02 cores=1,3,5,7
/proc/31964/stat : 31964 (priss) S 31963 31963 30345 0 -1 4202496 131410 0 0 0 479828 174 0 0 19 0 5 0 517966377 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31964/statm: 167360 126001 417 389 0 163110 0
[pid=31964/tid=31966] ppid=31963 vsize=669440 CPUtime=1201.63 cores=1,3,5,7
/proc/31964/task/31966/stat : 31966 (priss) R 31963 31963 30345 0 -1 4202560 19658 0 0 0 120137 26 0 0 25 0 5 0 517966382 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31964/tid=31967] ppid=31963 vsize=669440 CPUtime=1196.08 cores=1,3,5,7
/proc/31964/task/31967/stat : 31967 (priss) R 31963 31963 30345 0 -1 4202560 32734 0 0 0 119568 40 0 0 25 0 5 0 517966383 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31964/tid=31968] ppid=31963 vsize=669440 CPUtime=1200.57 cores=1,3,5,7
/proc/31964/task/31968/stat : 31968 (priss) R 31963 31963 30345 0 -1 4202560 37384 0 0 0 120005 52 0 0 25 0 5 0 517966385 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31964/tid=31969] ppid=31963 vsize=669440 CPUtime=1201.61 cores=1,3,5,7
/proc/31964/task/31969/stat : 31969 (priss) R 31963 31963 30345 0 -1 4202560 35686 0 0 0 120107 54 0 0 25 0 5 0 517966386 685506560 126001 33554432000 4194304 5787044 140734580909296 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 678140

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.02
CPU user time (s): 4798.28
CPU system time (s): 1.74
CPU usage (%): 399.43
Max. virtual memory (cumulated for all children) (KiB): 678140

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

runsolver used 1.61375 second user time and 4.95525 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 09:54:47
IDJOB=3263131
IDBENCH=83930
IDSOLVER=1602
FILE ID=node137/3263131-1304063686
RUNJOBID= node137-1304058816-31309
PBS_JOBID= 13170416
Free space on /tmp= 71616 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263131-1304063686/watcher-3263131-1304063686 -o /tmp/evaluation-result-3263131-1304063686/solver-3263131-1304063686 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263131-1304063686.cnf 219607759 4800 15500 4

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=219607759

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:      27720712 kB
Buffers:        900800 kB
Cached:        3721308 kB
SwapCached:         56 kB
Active:         351732 kB
Inactive:      4412936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27720712 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:      142468 kB
Mapped:          15556 kB
Slab:           401352 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   330184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71616 MiB
End job on node137 at 2011-04-29 10:14:50