Trace number 3282213

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 1.0? (TO) 4800.23 1201.82

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
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: 15262
0.00/0.04	c parsetime: 36970us
0.00/0.04	c parsed 141002 clauses with 47129 variables
0.00/0.05	c NW started thread 0 successfully (1102833984)
0.00/0.05	c NW started thread 1 successfully (1113323840)
0.00/0.07	c NW started thread 2 successfully (1123813696)
0.00/0.08	c NW started thread 3 successfully (1134303552)
0.00/1.25	c preprocessor returned 47129 variables
0.00/1.25	c preprocessing returned UNKNOWN
0.00/1.25	c PP set 2 variables
0.00/1.25	c pp time: 1195561us (1s)
0.00/1.26	c preprocessor returned 47129 variables
0.00/1.26	c preprocessing returned UNKNOWN
0.00/1.26	c PP set 2 variables
0.00/1.26	c pp time: 1197861us (1s)
0.00/1.27	c preprocessor returned 47129 variables
0.00/1.27	c preprocessing returned UNKNOWN
0.00/1.27	c PP set 2 variables
0.00/1.27	c pp time: 1195219us (1s)
6.94/1.82	c preprocessor returned 49129 variables
6.94/1.82	c preprocessing returned UNKNOWN
6.94/1.82	c PP set 2 variables
6.94/1.82	c pp time: 1726030us (1s)
3478.04/870.81	c added unsatisfied clause
3478.04/870.81	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-3282213-1304041209/watcher-3282213-1304041209 -o /tmp/evaluation-result-3282213-1304041209/solver-3282213-1304041209 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3282213-1304041209.cnf 1204742603 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.25 8.11 7.00 6/182 15261
/proc/meminfo: memFree=14521832/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0

[startup+0.0244731 s]
/proc/loadavg: 8.25 8.11 7.00 6/182 15261
/proc/meminfo: memFree=14521832/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100798 s]
/proc/loadavg: 8.25 8.11 7.00 6/182 15261
/proc/meminfo: memFree=14521832/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300528 s]
/proc/loadavg: 8.25 8.11 7.00 6/182 15261
/proc/meminfo: memFree=14521832/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.09524 s]
/proc/loadavg: 8.25 8.11 7.00 6/182 15261
/proc/meminfo: memFree=14521832/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50016 s]
/proc/loadavg: 8.15 8.09 7.00 10/188 15267
/proc/meminfo: memFree=14351664/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=416512 CPUtime=5.77 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 57400 0 0 0 562 15 0 0 25 0 5 0 594351539 426508288 42707 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 104128 42707 404 389 0 99878 0
[pid=15262/tid=15264] ppid=15261 vsize=416512 CPUtime=1.42 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 12648 0 0 0 139 3 0 0 18 0 5 0 594351544 426508288 42707 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=416512 CPUtime=1.42 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 13209 0 0 0 140 2 0 0 19 0 5 0 594351545 426508288 42707 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590313 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=416512 CPUtime=1.41 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 14611 0 0 0 137 4 0 0 19 0 5 0 594351546 426508288 42707 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=416512 CPUtime=1.4 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 9400 0 0 0 137 3 0 0 19 0 5 0 594351547 426508288 42707 33554432000 4194304 5787044 140736491400464 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 425212

[startup+3.10087 s]
/proc/loadavg: 8.15 8.09 7.00 9/188 15267
/proc/meminfo: memFree=14344724/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=416512 CPUtime=12.14 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 60686 0 0 0 1198 16 0 0 25 0 5 0 594351539 426508288 44342 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 104128 44342 419 389 0 99878 0
[pid=15262/tid=15264] ppid=15261 vsize=416512 CPUtime=3.01 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 12838 0 0 0 298 3 0 0 20 0 5 0 594351544 426508288 44342 33554432000 4194304 5787044 140736491400464 18446744073709551615 5576685 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=416512 CPUtime=3.01 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 13237 0 0 0 299 2 0 0 23 0 5 0 594351545 426508288 44342 33554432000 4194304 5787044 140736491400464 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=416512 CPUtime=3.01 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 14788 0 0 0 296 5 0 0 24 0 5 0 594351546 426508288 44342 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=416512 CPUtime=3 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 12291 0 0 0 296 4 0 0 22 0 5 0 594351547 426508288 44342 33554432000 4194304 5787044 140736491400464 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 425212

[startup+6.30028 s]
/proc/loadavg: 8.14 8.09 7.01 9/188 15267
/proc/meminfo: memFree=14341832/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=416512 CPUtime=24.93 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 61387 0 0 0 2476 17 0 0 25 0 5 0 594351539 426508288 45043 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 104128 45043 419 389 0 99878 0
[pid=15262/tid=15264] ppid=15261 vsize=416512 CPUtime=6.19 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 13027 0 0 0 616 3 0 0 25 0 5 0 594351544 426508288 45043 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=416512 CPUtime=6.22 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 13331 0 0 0 619 3 0 0 25 0 5 0 594351545 426508288 45043 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=416512 CPUtime=6.21 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 14932 0 0 0 616 5 0 0 25 0 5 0 594351546 426508288 45043 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=416512 CPUtime=6.2 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 12565 0 0 0 616 4 0 0 25 0 5 0 594351547 426508288 45043 33554432000 4194304 5787044 140736491400464 18446744073709551615 260020044888 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 425212

[startup+12.7011 s]
/proc/loadavg: 8.21 8.11 7.02 9/188 15267
/proc/meminfo: memFree=14332064/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=416512 CPUtime=50.48 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 63527 0 0 0 5030 18 0 0 25 0 5 0 594351539 426508288 47183 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 104128 47183 419 389 0 99878 0
[pid=15262/tid=15264] ppid=15261 vsize=416512 CPUtime=12.56 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 13304 0 0 0 1252 4 0 0 25 0 5 0 594351544 426508288 47183 33554432000 4194304 5787044 140736491400464 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=416512 CPUtime=12.62 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 13852 0 0 0 1259 3 0 0 25 0 5 0 594351545 426508288 47183 33554432000 4194304 5787044 140736491400464 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=416512 CPUtime=12.61 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 14982 0 0 0 1256 5 0 0 25 0 5 0 594351546 426508288 47183 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=416512 CPUtime=12.6 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 13857 0 0 0 1255 5 0 0 25 0 5 0 594351547 426508288 47183 33554432000 4194304 5787044 140736491400464 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 425212

[startup+25.5007 s]
/proc/loadavg: 8.18 8.10 7.03 9/188 15268
/proc/meminfo: memFree=14320760/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=416512 CPUtime=101.61 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 65607 0 0 0 10140 21 0 0 25 0 5 0 594351539 426508288 49263 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 104128 49263 419 389 0 99878 0
[pid=15262/tid=15264] ppid=15261 vsize=416512 CPUtime=25.29 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 14243 0 0 0 2525 4 0 0 25 0 5 0 594351544 426508288 49263 33554432000 4194304 5787044 140736491400464 18446744073709551615 4254964 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=416512 CPUtime=25.41 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 14135 0 0 0 2538 3 0 0 25 0 5 0 594351545 426508288 49263 33554432000 4194304 5787044 140736491400464 18446744073709551615 5588230 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=416512 CPUtime=25.4 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 15333 0 0 0 2535 5 0 0 25 0 5 0 594351546 426508288 49263 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=416512 CPUtime=25.39 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 14364 0 0 0 2533 6 0 0 25 0 5 0 594351547 426508288 49263 33554432000 4194304 5787044 140736491400464 18446744073709551615 4255024 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 425212

[startup+51.107 s]
/proc/loadavg: 8.11 8.09 7.06 9/188 15268
/proc/meminfo: memFree=14277300/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=455956 CPUtime=203.89 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 80729 0 0 0 20363 26 0 0 25 0 5 0 594351539 466898944 58814 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 113989 58814 419 389 0 109739 0
[pid=15262/tid=15264] ppid=15261 vsize=455956 CPUtime=50.75 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 14900 0 0 0 5070 5 0 0 25 0 5 0 594351544 466898944 58814 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=455956 CPUtime=51.02 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 25748 0 0 0 5097 5 0 0 25 0 5 0 594351545 466898944 58814 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=455956 CPUtime=51.01 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 17299 0 0 0 5094 7 0 0 25 0 5 0 594351546 466898944 58814 33554432000 4194304 5787044 140736491400464 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=455956 CPUtime=50.99 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 15250 0 0 0 5093 6 0 0 25 0 5 0 594351547 466898944 58814 33554432000 4194304 5787044 140736491400464 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 464656

[startup+102.301 s]
/proc/loadavg: 8.09 8.09 7.11 9/188 15270
/proc/meminfo: memFree=14240572/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=459160 CPUtime=408.36 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 88919 0 0 0 40803 33 0 0 25 0 5 0 594351539 470179840 66903 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 114790 66903 419 389 0 110540 0
[pid=15262/tid=15264] ppid=15261 vsize=459160 CPUtime=101.66 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 18599 0 0 0 10159 7 0 0 25 0 5 0 594351544 470179840 66903 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=459160 CPUtime=102.21 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 26727 0 0 0 10215 6 0 0 25 0 5 0 594351545 470179840 66903 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=459160 CPUtime=102.19 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 19547 0 0 0 10210 9 0 0 25 0 5 0 594351546 470179840 66903 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=459160 CPUtime=102.18 cores=0,2,4,6

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

/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 42828 0 0 0 88194 25 0 0 25 0 5 0 594351545 805924864 134977 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=787036 CPUtime=881.59 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 40680 0 0 0 88125 34 0 0 25 0 5 0 594351546 805924864 134977 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=787036 CPUtime=881.92 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 32316 0 0 0 88171 21 0 0 25 0 5 0 594351547 805924864 134977 33554432000 4194304 5787044 140736491400464 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.98
Current children cumulated vsize (KiB) 795736

[startup+942.301 s]
/proc/loadavg: 8.06 8.06 7.66 9/188 15325
/proc/meminfo: memFree=15238528/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=791128 CPUtime=3763.65 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 159282 0 0 0 376261 104 0 0 25 0 5 0 594351539 810115072 136124 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 197782 136124 419 389 0 193532 0
[pid=15262/tid=15264] ppid=15261 vsize=791128 CPUtime=938.17 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 35802 0 0 0 93796 21 0 0 25 0 5 0 594351544 810115072 136124 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=791128 CPUtime=942.19 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 42828 0 0 0 94194 25 0 0 25 0 5 0 594351545 810115072 136124 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=791128 CPUtime=941.58 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 40795 0 0 0 94124 34 0 0 25 0 5 0 594351546 810115072 136124 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=791128 CPUtime=941.59 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 32325 0 0 0 94138 21 0 0 25 0 5 0 594351547 810115072 136124 33554432000 4194304 5787044 140736491400464 18446744073709551615 4254477 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.65
Current children cumulated vsize (KiB) 799828

[startup+1002.3 s]
/proc/loadavg: 8.17 8.09 7.69 9/188 15327
/proc/meminfo: memFree=15160484/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=791128 CPUtime=4003.33 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 164694 0 0 0 400223 110 0 0 25 0 5 0 594351539 810115072 141536 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 197782 141536 419 389 0 193532 0
[pid=15262/tid=15264] ppid=15261 vsize=791128 CPUtime=998.17 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 35843 0 0 0 99796 21 0 0 25 0 5 0 594351544 810115072 141536 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=791128 CPUtime=1002.19 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 42837 0 0 0 100194 25 0 0 25 0 5 0 594351545 810115072 141536 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=791128 CPUtime=1001.58 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 43594 0 0 0 100121 37 0 0 25 0 5 0 594351546 810115072 141536 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=791128 CPUtime=1001.27 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 34888 0 0 0 100103 24 0 0 25 0 5 0 594351547 810115072 141536 33554432000 4194304 5787044 140736491400464 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.33
Current children cumulated vsize (KiB) 799828

[startup+1062.3 s]
/proc/loadavg: 8.13 8.09 7.72 9/188 15328
/proc/meminfo: memFree=15033444/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=791972 CPUtime=4242.98 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 171617 0 0 0 424181 117 0 0 25 0 5 0 594351539 810979328 148234 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 197993 148234 419 389 0 193743 0
[pid=15262/tid=15264] ppid=15261 vsize=791972 CPUtime=1058.17 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 37208 0 0 0 105794 23 0 0 25 0 5 0 594351544 810979328 148234 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=791972 CPUtime=1062.19 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 43064 0 0 0 106194 25 0 0 25 0 5 0 594351545 810979328 148234 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=791972 CPUtime=1061.56 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 46368 0 0 0 106116 40 0 0 25 0 5 0 594351546 810979328 148234 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=791972 CPUtime=1060.95 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 37445 0 0 0 106068 27 0 0 25 0 5 0 594351547 810979328 148234 33554432000 4194304 5787044 140736491400464 18446744073709551615 4216674 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.98
Current children cumulated vsize (KiB) 800672

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 7.74 9/188 15330
/proc/meminfo: memFree=14998908/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=792452 CPUtime=4482.66 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 171966 0 0 0 448148 118 0 0 25 0 5 0 594351539 811470848 148583 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 198113 148583 419 389 0 193863 0
[pid=15262/tid=15264] ppid=15261 vsize=792452 CPUtime=1118.17 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 37298 0 0 0 111794 23 0 0 25 0 5 0 594351544 811470848 148583 33554432000 4194304 5787044 140736491400464 18446744073709551615 5585343 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=792452 CPUtime=1122.19 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 43161 0 0 0 112194 25 0 0 25 0 5 0 594351545 811470848 148583 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=792452 CPUtime=1121.55 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 46368 0 0 0 112115 40 0 0 25 0 5 0 594351546 811470848 148583 33554432000 4194304 5787044 140736491400464 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=792452 CPUtime=1120.62 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 37607 0 0 0 112035 27 0 0 25 0 5 0 594351547 811470848 148583 33554432000 4194304 5787044 140736491400464 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.66
Current children cumulated vsize (KiB) 801152

[startup+1182.3 s]
/proc/loadavg: 8.04 8.07 7.75 9/188 15332
/proc/meminfo: memFree=14985456/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=797732 CPUtime=4722.32 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 175235 0 0 0 472110 122 0 0 25 0 5 0 594351539 816877568 151852 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 199433 151852 419 389 0 195183 0
[pid=15262/tid=15264] ppid=15261 vsize=797732 CPUtime=1178.17 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 37465 0 0 0 117794 23 0 0 25 0 5 0 594351544 816877568 151852 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=797732 CPUtime=1182.19 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 43380 0 0 0 118194 25 0 0 25 0 5 0 594351545 816877568 151852 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=797732 CPUtime=1181.55 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 47704 0 0 0 118114 41 0 0 25 0 5 0 594351546 816877568 151852 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=797732 CPUtime=1180.29 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 39154 0 0 0 117999 30 0 0 25 0 5 0 594351547 816877568 151852 33554432000 4194304 5787044 140736491400464 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 806432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.03 8.06 7.75 9/188 15332
/proc/meminfo: memFree=14973156/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=801296 CPUtime=4800.23 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 178180 0 0 0 479899 124 0 0 25 0 5 0 594351539 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 200324 154797 419 389 0 196074 0
[pid=15262/tid=15264] ppid=15261 vsize=801296 CPUtime=1197.68 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 38676 0 0 0 119744 24 0 0 25 0 5 0 594351544 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=801296 CPUtime=1201.7 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 43489 0 0 0 120145 25 0 0 25 0 5 0 594351545 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=801296 CPUtime=1201.05 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 48608 0 0 0 120063 42 0 0 25 0 5 0 594351546 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=801296 CPUtime=1199.69 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 39875 0 0 0 119938 31 0 0 25 0 5 0 594351547 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 809996

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

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

[startup+1201.8 s]
/proc/loadavg: 8.03 8.06 7.75 9/188 15332
/proc/meminfo: memFree=14973156/32951124 swapFree=67111528/67111528
[pid=15261] ppid=15259 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (priss.sh) S 15259 15261 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594351539 8908800 252 33554432000 4194304 4922060 140737247778256 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15261/statm: 2175 252 211 178 0 68 0
[pid=15262] ppid=15261 vsize=801296 CPUtime=4800.23 cores=0,2,4,6
/proc/15262/stat : 15262 (priss) S 15261 15261 15086 0 -1 4202496 178180 0 0 0 479899 124 0 0 25 0 5 0 594351539 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15262/statm: 200324 154797 419 389 0 196074 0
[pid=15262/tid=15264] ppid=15261 vsize=801296 CPUtime=1197.68 cores=0,2,4,6
/proc/15262/task/15264/stat : 15264 (priss) R 15261 15261 15086 0 -1 4202560 38676 0 0 0 119744 24 0 0 25 0 5 0 594351544 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15262/tid=15265] ppid=15261 vsize=801296 CPUtime=1201.7 cores=0,2,4,6
/proc/15262/task/15265/stat : 15265 (priss) R 15261 15261 15086 0 -1 4202560 43489 0 0 0 120145 25 0 0 25 0 5 0 594351545 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15262/tid=15266] ppid=15261 vsize=801296 CPUtime=1201.05 cores=0,2,4,6
/proc/15262/task/15266/stat : 15266 (priss) R 15261 15261 15086 0 -1 4202560 48608 0 0 0 120063 42 0 0 25 0 5 0 594351546 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15262/tid=15267] ppid=15261 vsize=801296 CPUtime=1199.69 cores=0,2,4,6
/proc/15262/task/15267/stat : 15267 (priss) R 15261 15261 15086 0 -1 4202560 39875 0 0 0 119938 31 0 0 25 0 5 0 594351547 820527104 154797 33554432000 4194304 5787044 140736491400464 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 809996

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.23
CPU user time (s): 4798.99
CPU system time (s): 1.24
CPU usage (%): 399.414
Max. virtual memory (cumulated for all children) (KiB): 809996

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

runsolver used 1.83272 second user time and 4.73328 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 03:40:10
IDJOB=3282213
IDBENCH=70791
IDSOLVER=1603
FILE ID=node110/3282213-1304041209
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72768 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282213-1304041209/watcher-3282213-1304041209 -o /tmp/evaluation-result-3282213-1304041209/solver-3282213-1304041209 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282213-1304041209.cnf 1204742603 4800 15500 4

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1204742603

node110.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.830
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.66
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.830
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.83
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14522112 kB
Buffers:       2333408 kB
Cached:       13319736 kB
SwapCached:          0 kB
Active:       10028940 kB
Inactive:      7826676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14522112 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3928 kB
Writeback:           0 kB
AnonPages:     2201664 kB
Mapped:          15676 kB
Slab:           506160 kB
PageTables:       8952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2587128 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= 72828 MiB
End job on node110 at 2011-04-29 04:00:13