Trace number 3260843

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.16 1201.72

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_32_s.cnf
MD5SUMd21f62eebe8299bb166c60204a4db57a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.2867
Satisfiable
(Un)Satisfiability was proved
Number of variables3264
Number of clauses11382
Sum of the clauses size28964
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25182
Number of clauses of size 36200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 29818
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 2594us
0.00/0.00	c parsed 11382 clauses with 3264 variables
0.00/0.00	c NW started thread 0 successfully (1094732096)
0.00/0.00	c NW started thread 1 successfully (1105221952)
0.00/0.00	c NW started thread 2 successfully (1115711808)
0.00/0.01	c NW started thread 3 successfully (1126201664)
0.00/0.51	c preprocessor returned 10011 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 403 variables
0.00/0.51	c pp time: 343834us (0s)
0.00/0.51	c preprocessor returned 10011 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 403 variables
0.00/0.51	c pp time: 342758us (0s)
0.00/0.51	c preprocessor returned 10011 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 403 variables
0.00/0.51	c pp time: 350537us (0s)
0.00/0.86	c preprocessor returned 30005 variables
0.00/0.86	c preprocessing returned UNKNOWN
0.00/0.86	c PP set 403 variables
0.00/0.86	c pp time: 637077us (0s)
0.00/0.86	c HTE
0.00/0.86	c subsumption
0.00/0.86	c simplified formula contains 0 unit clauses
992.53/248.56	c added unsatisfied clause
992.53/248.56	c failed to add network clauses
3813.48/954.73	c added unsatisfied clause
3813.48/954.73	c failed to add network clauses

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-3260843-1304058069/watcher-3260843-1304058069 -o /tmp/evaluation-result-3260843-1304058069/solver-3260843-1304058069 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3260843-1304058069.cnf 1850387525 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.74 8.03 8.06 5/182 29817
/proc/meminfo: memFree=24266052/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0

[startup+0.0798741 s]
/proc/loadavg: 7.74 8.03 8.06 5/182 29817
/proc/meminfo: memFree=24266052/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10087 s]
/proc/loadavg: 7.74 8.03 8.06 5/182 29817
/proc/meminfo: memFree=24266052/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30083 s]
/proc/loadavg: 7.74 8.03 8.06 5/182 29817
/proc/meminfo: memFree=24266052/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.713759 s]
/proc/loadavg: 7.74 8.03 8.06 5/182 29817
/proc/meminfo: memFree=24266052/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 7.74 8.03 8.06 9/188 29823
/proc/meminfo: memFree=24234012/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=284220 CPUtime=5.94 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 13547 0 0 0 590 4 0 0 18 0 5 0 517404599 291041280 9658 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 71055 9658 419 389 0 66805 0
[pid=29818/tid=29820] ppid=29817 vsize=284220 CPUtime=1.47 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 3135 0 0 0 147 0 0 0 20 0 5 0 517404599 291041280 9658 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=284220 CPUtime=1.47 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 1653 0 0 0 147 0 0 0 20 0 5 0 517404599 291041280 9659 33554432000 4194304 5787044 140736665393056 18446744073709551615 212687336481 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=284220 CPUtime=1.48 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 1916 0 0 0 147 1 0 0 23 0 5 0 517404599 291041280 9660 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=284220 CPUtime=1.48 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 5295 0 0 0 147 1 0 0 20 0 5 0 517404599 291041280 9660 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528878 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 292920

[startup+3.10033 s]
/proc/loadavg: 7.74 8.03 8.06 9/188 29823
/proc/meminfo: memFree=24226572/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=285388 CPUtime=12.33 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 14507 0 0 0 1227 6 0 0 18 0 5 0 517404599 292237312 10618 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 71347 10618 419 389 0 67097 0
[pid=29818/tid=29820] ppid=29817 vsize=285388 CPUtime=3.08 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 3357 0 0 0 307 1 0 0 25 0 5 0 517404599 292237312 10618 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=285388 CPUtime=3.08 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 1890 0 0 0 307 1 0 0 25 0 5 0 517404599 292237312 10618 33554432000 4194304 5787044 140736665393056 18446744073709551615 4220767 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=285388 CPUtime=3.06 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 2232 0 0 0 305 1 0 0 25 0 5 0 517404599 292237312 10618 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=285388 CPUtime=3.07 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 5479 0 0 0 306 1 0 0 25 0 5 0 517404599 292237312 10618 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 294088

[startup+6.30075 s]
/proc/loadavg: 7.76 8.03 8.06 9/188 29823
/proc/meminfo: memFree=24219632/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=287392 CPUtime=25.11 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 16349 0 0 0 2503 8 0 0 18 0 5 0 517404599 294289408 12460 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 71848 12460 419 389 0 67598 0
[pid=29818/tid=29820] ppid=29817 vsize=287392 CPUtime=6.27 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 3818 0 0 0 626 1 0 0 25 0 5 0 517404599 294289408 12460 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=287392 CPUtime=6.28 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 2346 0 0 0 627 1 0 0 25 0 5 0 517404599 294289408 12460 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=287392 CPUtime=6.24 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 2655 0 0 0 623 1 0 0 25 0 5 0 517404599 294289408 12460 33554432000 4194304 5787044 140736665393056 18446744073709551615 5590453 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=287392 CPUtime=6.28 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 5981 0 0 0 626 2 0 0 25 0 5 0 517404599 294289408 12460 33554432000 4194304 5787044 140736665393056 18446744073709551615 4213832 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 296092

[startup+12.7006 s]
/proc/loadavg: 7.78 8.03 8.06 9/188 29823
/proc/meminfo: memFree=24204720/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=293448 CPUtime=50.67 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 19444 0 0 0 5056 11 0 0 18 0 5 0 517404599 300490752 15554 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 73362 15554 419 389 0 69112 0
[pid=29818/tid=29820] ppid=29817 vsize=293448 CPUtime=12.67 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 4191 0 0 0 1265 2 0 0 25 0 5 0 517404599 300490752 15554 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=293448 CPUtime=12.67 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 2909 0 0 0 1265 2 0 0 25 0 5 0 517404599 300490752 15554 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=293448 CPUtime=12.61 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 3169 0 0 0 1259 2 0 0 25 0 5 0 517404599 300490752 15554 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=293448 CPUtime=12.67 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 7626 0 0 0 1264 3 0 0 25 0 5 0 517404599 300490752 15554 33554432000 4194304 5787044 140736665393056 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 302148

[startup+25.5012 s]
/proc/loadavg: 7.82 8.03 8.06 9/188 29823
/proc/meminfo: memFree=24177428/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=302548 CPUtime=101.77 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 25321 0 0 0 10158 19 0 0 18 0 5 0 517404599 309809152 21428 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 75637 21428 419 389 0 71387 0
[pid=29818/tid=29820] ppid=29817 vsize=302548 CPUtime=25.47 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 6397 0 0 0 2544 3 0 0 25 0 5 0 517404599 309809152 21428 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=302548 CPUtime=25.46 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 3969 0 0 0 2543 3 0 0 25 0 5 0 517404599 309809152 21428 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=302548 CPUtime=25.33 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 4436 0 0 0 2528 5 0 0 25 0 5 0 517404599 309809152 21428 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=302548 CPUtime=25.47 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 8970 0 0 0 2541 6 0 0 25 0 5 0 517404599 309809152 21428 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 311248

[startup+51.1006 s]
/proc/loadavg: 7.96 8.04 8.06 9/188 29824
/proc/meminfo: memFree=24151140/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=312440 CPUtime=204.02 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 31704 0 0 0 20372 30 0 0 18 0 5 0 517404599 319938560 27714 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 78110 27714 419 389 0 73860 0
[pid=29818/tid=29820] ppid=29817 vsize=312440 CPUtime=51.07 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 8139 0 0 0 5100 7 0 0 25 0 5 0 517404599 319938560 27714 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=312440 CPUtime=51.06 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 6154 0 0 0 5101 5 0 0 25 0 5 0 517404599 319938560 27714 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=312440 CPUtime=50.79 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 5743 0 0 0 5071 8 0 0 25 0 5 0 517404599 319938560 27714 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=312440 CPUtime=51.06 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 10119 0 0 0 5098 8 0 0 25 0 5 0 517404599 319938560 27714 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 321140

[startup+102.307 s]
/proc/loadavg: 7.98 8.03 8.06 9/188 29825
/proc/meminfo: memFree=24093588/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=328880 CPUtime=408.55 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 40746 0 0 0 40816 39 0 0 18 0 5 0 517404599 336773120 36642 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 82220 36642 419 389 0 77970 0
[pid=29818/tid=29820] ppid=29817 vsize=328880 CPUtime=102.27 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 9988 0 0 0 10219 8 0 0 25 0 5 0 517404599 336773120 36642 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=328880 CPUtime=102.27 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 7755 0 0 0 10219 8 0 0 25 0 5 0 517404599 336773120 36642 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=328880 CPUtime=101.72 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 8290 0 0 0 10161 11 0 0 25 0 5 0 517404599 336773120 36642 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=328880 CPUtime=102.27 cores=1,3,5,7

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

/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 26181 0 0 0 87835 30 0 0 25 0 5 0 517404599 640442368 101370 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=625432 CPUtime=881.32 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 22841 0 0 0 88105 27 0 0 25 0 5 0 517404599 640442368 101370 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=625432 CPUtime=882.26 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 27179 0 0 0 88201 25 0 0 25 0 5 0 517404599 640442368 101370 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 634132

[startup+942.3 s]
/proc/loadavg: 8.06 8.08 8.08 9/188 29848
/proc/meminfo: memFree=23693536/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=625432 CPUtime=3763.92 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 106867 0 0 0 376277 115 0 0 18 0 5 0 517404599 640442368 101421 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 156358 101421 419 389 0 152108 0
[pid=29818/tid=29820] ppid=29817 vsize=625432 CPUtime=941.66 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 29076 0 0 0 94135 31 0 0 25 0 5 0 517404599 640442368 101421 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=625432 CPUtime=938.64 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 26202 0 0 0 93834 30 0 0 25 0 5 0 517404599 640442368 101421 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=625432 CPUtime=941.32 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 22842 0 0 0 94105 27 0 0 25 0 5 0 517404599 640442368 101421 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=625432 CPUtime=942.26 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 27198 0 0 0 94201 25 0 0 25 0 5 0 517404599 640442368 101421 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 634132

[startup+1002.3 s]
/proc/loadavg: 7.77 8.03 8.06 10/188 29882
/proc/meminfo: memFree=23955760/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=625432 CPUtime=4003.6 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 106933 0 0 0 400245 115 0 0 18 0 5 0 517404599 640442368 101487 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 156358 101487 419 389 0 152108 0
[pid=29818/tid=29820] ppid=29817 vsize=625432 CPUtime=1001.33 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 29117 0 0 0 100102 31 0 0 25 0 5 0 517404599 640442368 101487 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=625432 CPUtime=998.65 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 26226 0 0 0 99835 30 0 0 25 0 5 0 517404599 640442368 101487 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=625432 CPUtime=1001.32 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 22842 0 0 0 100105 27 0 0 25 0 5 0 517404599 640442368 101487 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=625432 CPUtime=1002.26 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 27199 0 0 0 100201 25 0 0 25 0 5 0 517404599 640442368 101487 33554432000 4194304 5787044 140736665393056 18446744073709551615 5527031 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 634132

[startup+1062.3 s]
/proc/loadavg: 8.03 8.05 8.07 9/188 29884
/proc/meminfo: memFree=23837280/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=625432 CPUtime=4243.28 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 107197 0 0 0 424213 115 0 0 18 0 5 0 517404599 640442368 101751 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 156358 101751 419 389 0 152108 0
[pid=29818/tid=29820] ppid=29817 vsize=625432 CPUtime=1061 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 29238 0 0 0 106069 31 0 0 25 0 5 0 517404599 640442368 101751 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=625432 CPUtime=1058.65 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 26354 0 0 0 105835 30 0 0 25 0 5 0 517404599 640442368 101751 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=625432 CPUtime=1061.32 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 22843 0 0 0 106105 27 0 0 25 0 5 0 517404599 640442368 101751 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=625432 CPUtime=1062.27 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 27213 0 0 0 106202 25 0 0 25 0 5 0 517404599 640442368 101751 33554432000 4194304 5787044 140736665393056 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 634132

[startup+1122.3 s]
/proc/loadavg: 8.08 8.06 8.07 9/188 29886
/proc/meminfo: memFree=23771300/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=633632 CPUtime=4482.96 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 109492 0 0 0 448180 116 0 0 18 0 5 0 517404599 648839168 104046 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 158408 104046 419 389 0 154158 0
[pid=29818/tid=29820] ppid=29817 vsize=633632 CPUtime=1120.68 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 29550 0 0 0 112037 31 0 0 25 0 5 0 517404599 648839168 104046 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=633632 CPUtime=1118.65 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 27285 0 0 0 111834 31 0 0 25 0 5 0 517404599 648839168 104046 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=633632 CPUtime=1121.32 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 22847 0 0 0 112105 27 0 0 25 0 5 0 517404599 648839168 104046 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=633632 CPUtime=1122.26 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 28261 0 0 0 112201 25 0 0 25 0 5 0 517404599 648839168 104046 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 642332

[startup+1182.3 s]
/proc/loadavg: 8.13 8.07 8.07 9/188 29887
/proc/meminfo: memFree=23705452/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=645168 CPUtime=4722.64 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 113552 0 0 0 472145 119 0 0 18 0 5 0 517404599 660652032 108106 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 161292 108106 419 389 0 157042 0
[pid=29818/tid=29820] ppid=29817 vsize=645168 CPUtime=1180.35 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 30510 0 0 0 118004 31 0 0 25 0 5 0 517404599 660652032 108106 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=645168 CPUtime=1178.66 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 29348 0 0 0 117833 33 0 0 25 0 5 0 517404599 660652032 108106 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=645168 CPUtime=1181.33 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 23681 0 0 0 118105 28 0 0 25 0 5 0 517404599 660652032 108106 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=645168 CPUtime=1182.26 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 28464 0 0 0 118201 25 0 0 25 0 5 0 517404599 660652032 108106 33554432000 4194304 5787044 140736665393056 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 653868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.08 8.08 9/188 29888
/proc/meminfo: memFree=23700480/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=646620 CPUtime=4800.16 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 114698 0 0 0 479895 121 0 0 18 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 161655 109252 419 389 0 157405 0
[pid=29818/tid=29820] ppid=29817 vsize=646620 CPUtime=1199.64 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 30617 0 0 0 119933 31 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=646620 CPUtime=1198.06 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 29814 0 0 0 119773 33 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=646620 CPUtime=1200.74 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 24050 0 0 0 120045 29 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=646620 CPUtime=1201.67 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 28668 0 0 0 120142 25 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 655320

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: 8.16 8.08 8.08 9/188 29888
/proc/meminfo: memFree=23700480/32951124 swapFree=67111524/67111528
[pid=29817] ppid=29815 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (prissAuto.sh) S 29815 29817 28051 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517404598 8908800 252 33554432000 4194304 4922060 140736252978624 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29817/statm: 2175 252 211 178 0 68 0
[pid=29818] ppid=29817 vsize=646620 CPUtime=4800.16 cores=1,3,5,7
/proc/29818/stat : 29818 (priss) S 29817 29817 28051 0 -1 4202496 114698 0 0 0 479895 121 0 0 18 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29818/statm: 161655 109252 419 389 0 157405 0
[pid=29818/tid=29820] ppid=29817 vsize=646620 CPUtime=1199.64 cores=1,3,5,7
/proc/29818/task/29820/stat : 29820 (priss) R 29817 29817 28051 0 -1 4202560 30617 0 0 0 119933 31 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29818/tid=29821] ppid=29817 vsize=646620 CPUtime=1198.06 cores=1,3,5,7
/proc/29818/task/29821/stat : 29821 (priss) R 29817 29817 28051 0 -1 4202560 29814 0 0 0 119773 33 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29818/tid=29822] ppid=29817 vsize=646620 CPUtime=1200.74 cores=1,3,5,7
/proc/29818/task/29822/stat : 29822 (priss) R 29817 29817 28051 0 -1 4202560 24050 0 0 0 120045 29 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29818/tid=29823] ppid=29817 vsize=646620 CPUtime=1201.67 cores=1,3,5,7
/proc/29818/task/29823/stat : 29823 (priss) R 29817 29817 28051 0 -1 4202560 28668 0 0 0 120142 25 0 0 25 0 5 0 517404599 662138880 109252 33554432000 4194304 5787044 140736665393056 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 655320

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29817 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.16
#
# 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.16
CPU user time (s): 4798.95
CPU system time (s): 1.21
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 655320

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

runsolver used 1.55076 second user time and 5.01424 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 08:21:09
IDJOB=3260843
IDBENCH=83197
IDSOLVER=1602
FILE ID=node139/3260843-1304058069
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72552 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_100_32_s.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260843-1304058069/watcher-3260843-1304058069 -o /tmp/evaluation-result-3260843-1304058069/solver-3260843-1304058069 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3260843-1304058069.cnf 1850387525 4800 15500 4

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

MD5SUM BENCH= d21f62eebe8299bb166c60204a4db57a
RANDOM SEED=1850387525

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:      24266324 kB
Buffers:       2031720 kB
Cached:        5897424 kB
SwapCached:          4 kB
Active:        1045504 kB
Inactive:      7122524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24266324 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:      238896 kB
Mapped:          15632 kB
Slab:           452756 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   427560 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= 72548 MiB
End job on node139 at 2011-04-29 08:41:12