Trace number 3258292

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.34 1201.92

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.09707
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 7849
0.00/0.02	c parsetime: 16310us
0.00/0.02	c parsed 84314 clauses with 1150 variables
0.00/0.02	c NW started thread 0 successfully (1092593984)
0.00/0.03	c NW started thread 1 successfully (1106565440)
0.00/0.04	c NW started thread 2 successfully (1117620544)
0.00/0.05	c NW started thread 3 successfully (1128110400)
9.82/2.50	c preprocessor returned 10003 variables
9.82/2.50	c preprocessing returned UNKNOWN
9.82/2.50	c PP set 0 variables
9.82/2.50	c pp time: 2473208us (2s)
9.82/2.50	c preprocessor returned 10003 variables
9.82/2.50	c preprocessing returned UNKNOWN
9.82/2.50	c PP set 0 variables
9.82/2.50	c pp time: 2474521us (2s)
9.82/2.51	c preprocessor returned 10003 variables
9.82/2.51	c preprocessing returned UNKNOWN
9.82/2.51	c PP set 0 variables
9.82/2.51	c pp time: 2464451us (2s)
87.73/22.01	c preprocessor returned 30008 variables
87.73/22.01	c preprocessing returned UNKNOWN
87.73/22.01	c PP set 0 variables
87.73/22.01	c pp time: 21959331us (21s)

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-3258292-1304045274/watcher-3258292-1304045274 -o /tmp/evaluation-result-3258292-1304045274/solver-3258292-1304045274 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258292-1304045274.cnf 1367410531 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: 6.35 7.69 7.72 3/170 7847
/proc/meminfo: memFree=26664176/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0

[startup+0.058044 s]
/proc/loadavg: 6.35 7.69 7.72 3/170 7847
/proc/meminfo: memFree=26664176/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.134896 s]
/proc/loadavg: 6.35 7.69 7.72 3/170 7847
/proc/meminfo: memFree=26664176/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300998 s]
/proc/loadavg: 6.35 7.69 7.72 3/170 7847
/proc/meminfo: memFree=26664176/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700927 s]
/proc/loadavg: 6.35 7.69 7.72 3/170 7847
/proc/meminfo: memFree=26664176/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50079 s]
/proc/loadavg: 6.35 7.69 7.72 10/186 7863
/proc/meminfo: memFree=26586672/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=277584 CPUtime=5.83 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 15003 0 0 0 580 3 0 0 18 0 5 0 516126071 284246016 9359 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 69396 9359 352 389 0 65146 0
[pid=7849/tid=7856] ppid=7847 vsize=277584 CPUtime=1.45 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 2636 0 0 0 145 0 0 0 19 0 5 0 516126074 284246016 9359 33554432000 4194304 5787044 140735585251952 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=277584 CPUtime=1.44 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 2151 0 0 0 144 0 0 0 19 0 5 0 516126074 284246016 9359 33554432000 4194304 5787044 140735585251952 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=277584 CPUtime=1.43 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 2984 0 0 0 143 0 0 0 19 0 5 0 516126076 284246016 9359 33554432000 4194304 5787044 140735585251952 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=277584 CPUtime=1.43 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 2153 0 0 0 142 1 0 0 19 0 5 0 516126076 284246016 9359 33554432000 4194304 5787044 140735585251952 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 286284

[startup+3.10051 s]
/proc/loadavg: 6.35 7.69 7.72 9/186 7863
/proc/meminfo: memFree=26566832/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=296480 CPUtime=12.22 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 27229 0 0 0 1217 5 0 0 18 0 5 0 516126071 303595520 15061 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 74120 15061 404 389 0 69870 0
[pid=7849/tid=7856] ppid=7847 vsize=296480 CPUtime=3.05 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 6586 0 0 0 304 1 0 0 18 0 5 0 516126074 303595520 15061 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=296480 CPUtime=3.04 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 5094 0 0 0 303 1 0 0 25 0 5 0 516126074 303595520 15061 33554432000 4194304 5787044 140735585251952 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=296480 CPUtime=3.04 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 6341 0 0 0 303 1 0 0 25 0 5 0 516126076 303595520 15061 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591192 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=296480 CPUtime=3.02 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 4129 0 0 0 301 1 0 0 25 0 5 0 516126076 303595520 15061 33554432000 4194304 5787044 140735585251952 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 305180

[startup+6.30096 s]
/proc/loadavg: 6.72 7.74 7.74 10/186 7863
/proc/meminfo: memFree=26529928/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=297960 CPUtime=25.01 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 28257 0 0 0 2495 6 0 0 18 0 5 0 516126071 305111040 16089 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 74490 16089 404 389 0 70240 0
[pid=7849/tid=7856] ppid=7847 vsize=297960 CPUtime=6.25 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 6931 0 0 0 624 1 0 0 25 0 5 0 516126074 305111040 16089 33554432000 4194304 5787044 140735585251952 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=297960 CPUtime=6.24 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 5415 0 0 0 623 1 0 0 25 0 5 0 516126074 305111040 16089 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=297960 CPUtime=6.24 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 6703 0 0 0 623 1 0 0 25 0 5 0 516126076 305111040 16089 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=297960 CPUtime=6.2 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 4129 0 0 0 619 1 0 0 25 0 5 0 516126076 305111040 16089 33554432000 4194304 5787044 140735585251952 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 306660

[startup+12.7009 s]
/proc/loadavg: 6.83 7.75 7.74 9/186 7864
/proc/meminfo: memFree=26504060/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=304644 CPUtime=50.57 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 31072 0 0 0 5050 7 0 0 18 0 5 0 516126071 311955456 18904 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 76161 18904 404 389 0 71911 0
[pid=7849/tid=7856] ppid=7847 vsize=304644 CPUtime=12.65 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 8501 0 0 0 1264 1 0 0 25 0 5 0 516126074 311955456 18905 33554432000 4194304 5787044 140735585251952 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=304644 CPUtime=12.64 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 5999 0 0 0 1263 1 0 0 25 0 5 0 516126074 311955456 18905 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=304644 CPUtime=12.63 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 7365 0 0 0 1262 1 0 0 25 0 5 0 516126076 311955456 18905 33554432000 4194304 5787044 140735585251952 18446744073709551615 4254468 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=304644 CPUtime=12.56 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 4129 0 0 0 1255 1 0 0 25 0 5 0 516126076 311955456 18905 33554432000 4194304 5787044 140735585251952 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 313344

[startup+25.5007 s]
/proc/loadavg: 7.08 7.76 7.75 9/186 7864
/proc/meminfo: memFree=26470352/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=308464 CPUtime=101.7 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 37381 0 0 0 10161 9 0 0 18 0 5 0 516126071 315867136 22753 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 77116 22753 417 389 0 72866 0
[pid=7849/tid=7856] ppid=7847 vsize=308464 CPUtime=25.45 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 9436 0 0 0 2543 2 0 0 25 0 5 0 516126074 315867136 22753 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=308464 CPUtime=25.44 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 6914 0 0 0 2542 2 0 0 25 0 5 0 516126074 315867136 22753 33554432000 4194304 5787044 140735585251952 18446744073709551615 4255024 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=308464 CPUtime=25.43 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 8274 0 0 0 2542 1 0 0 25 0 5 0 516126076 315867136 22753 33554432000 4194304 5787044 140735585251952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=308464 CPUtime=25.29 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 7678 0 0 0 2528 1 0 0 25 0 5 0 516126076 315867136 22753 33554432000 4194304 5787044 140735585251952 18446744073709551615 5526901 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 317164

[startup+51.1012 s]
/proc/loadavg: 7.46 7.79 7.76 9/186 7865
/proc/meminfo: memFree=26401020/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=323412 CPUtime=203.94 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 45487 0 0 0 20378 16 0 0 18 0 5 0 516126071 331173888 30855 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 80853 30855 417 389 0 76603 0
[pid=7849/tid=7856] ppid=7847 vsize=323412 CPUtime=51.05 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 11868 0 0 0 5101 4 0 0 25 0 5 0 516126074 331173888 30855 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=323412 CPUtime=51.04 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 8342 0 0 0 5100 4 0 0 25 0 5 0 516126074 331173888 30855 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=323412 CPUtime=51.03 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 9918 0 0 0 5100 3 0 0 25 0 5 0 516126076 331173888 30855 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=323412 CPUtime=50.75 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 10280 0 0 0 5071 4 0 0 25 0 5 0 516126076 331173888 30855 33554432000 4194304 5787044 140735585251952 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 332112

[startup+102.306 s]
/proc/loadavg: 7.88 7.85 7.78 9/186 7866
/proc/meminfo: memFree=26298700/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=343704 CPUtime=408.47 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 57892 0 0 0 40816 31 0 0 18 0 5 0 516126071 351952896 43129 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 85926 43129 417 389 0 81676 0
[pid=7849/tid=7856] ppid=7847 vsize=343704 CPUtime=102.26 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 15402 0 0 0 10218 8 0 0 25 0 5 0 516126074 351952896 43129 33554432000 4194304 5787044 140735585251952 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=343704 CPUtime=102.24 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 10863 0 0 0 10216 8 0 0 25 0 5 0 516126074 351952896 43129 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=343704 CPUtime=102.23 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 12861 0 0 0 10218 5 0 0 25 0 5 0 516126076 351952896 43129 33554432000 4194304 5787044 140735585251952 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=343704 CPUtime=101.67 cores=1,3,5,7

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

/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 35718 0 0 0 88136 44 0 0 25 0 5 0 516126074 708120576 132500 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=691524 CPUtime=880.7 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 35940 0 0 0 88048 22 0 0 25 0 5 0 516126076 708120576 132500 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=691524 CPUtime=881.61 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 32989 0 0 0 88119 42 0 0 25 0 5 0 516126076 708120576 132500 33554432000 4194304 5787044 140735585251952 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.08
Current children cumulated vsize (KiB) 700224

[startup+942.301 s]
/proc/loadavg: 8.05 8.10 7.96 9/186 7897
/proc/meminfo: memFree=25490600/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=703760 CPUtime=3763.76 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 154558 0 0 0 376211 165 0 0 18 0 5 0 516126071 720650240 137980 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 175940 137980 419 389 0 171690 0
[pid=7849/tid=7856] ppid=7847 vsize=703760 CPUtime=939.89 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 39352 0 0 0 93945 44 0 0 25 0 5 0 516126074 720650240 137980 33554432000 4194304 5787044 140735585251952 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=703760 CPUtime=941.8 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 35718 0 0 0 94135 45 0 0 25 0 5 0 516126074 720650240 137980 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=703760 CPUtime=940.38 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 39017 0 0 0 94012 26 0 0 25 0 5 0 516126076 720650240 137980 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=703760 CPUtime=941.61 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 35392 0 0 0 94113 48 0 0 25 0 5 0 516126076 720650240 137980 33554432000 4194304 5787044 140735585251952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.76
Current children cumulated vsize (KiB) 712460

[startup+1002.3 s]
/proc/loadavg: 8.02 8.08 7.96 9/186 7899
/proc/meminfo: memFree=25477564/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=711208 CPUtime=4003.42 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 157929 0 0 0 400172 170 0 0 18 0 5 0 516126071 728276992 141126 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 177802 141126 419 389 0 173552 0
[pid=7849/tid=7856] ppid=7847 vsize=711208 CPUtime=999.89 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 39353 0 0 0 99945 44 0 0 25 0 5 0 516126074 728276992 141126 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=711208 CPUtime=1001.8 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 35718 0 0 0 100135 45 0 0 25 0 5 0 516126074 728276992 141126 33554432000 4194304 5787044 140735585251952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=711208 CPUtime=1000.04 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 40699 0 0 0 99977 27 0 0 25 0 5 0 516126076 728276992 141126 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=711208 CPUtime=1001.61 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 37080 0 0 0 100110 51 0 0 25 0 5 0 516126076 728276992 141126 33554432000 4194304 5787044 140735585251952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.42
Current children cumulated vsize (KiB) 719908

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 7.96 9/186 7901
/proc/meminfo: memFree=25477424/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=711208 CPUtime=4243.11 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 157946 0 0 0 424140 171 0 0 18 0 5 0 516126071 728276992 141143 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 177802 141143 419 389 0 173552 0
[pid=7849/tid=7856] ppid=7847 vsize=711208 CPUtime=1059.9 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 39361 0 0 0 105945 45 0 0 25 0 5 0 516126074 728276992 141143 33554432000 4194304 5787044 140735585251952 18446744073709551615 4229267 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=711208 CPUtime=1061.8 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 35727 0 0 0 106135 45 0 0 25 0 5 0 516126074 728276992 141143 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=711208 CPUtime=1059.71 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 40699 0 0 0 105944 27 0 0 25 0 5 0 516126076 728276992 141143 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=711208 CPUtime=1061.61 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 37080 0 0 0 106110 51 0 0 25 0 5 0 516126076 728276992 141143 33554432000 4194304 5787044 140735585251952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 719908

[startup+1122.3 s]
/proc/loadavg: 8.40 8.15 8.00 9/186 7905
/proc/meminfo: memFree=25456328/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=711208 CPUtime=4482.36 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 157992 0 0 0 448064 172 0 0 18 0 5 0 516126071 728276992 141189 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 177802 141189 419 389 0 173552 0
[pid=7849/tid=7856] ppid=7847 vsize=711208 CPUtime=1119.9 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 39383 0 0 0 111945 45 0 0 25 0 5 0 516126074 728276992 141189 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=711208 CPUtime=1121.8 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 35748 0 0 0 112135 45 0 0 25 0 5 0 516126074 728276992 141189 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=711208 CPUtime=1119.39 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 40699 0 0 0 111911 28 0 0 25 0 5 0 516126076 728276992 141189 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=711208 CPUtime=1121.2 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 37083 0 0 0 112068 52 0 0 25 0 5 0 516126076 728276992 141189 33554432000 4194304 5787044 140735585251952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 719908

[startup+1182.3 s]
/proc/loadavg: 8.20 8.14 8.00 9/186 7907
/proc/meminfo: memFree=25420236/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=715308 CPUtime=4722.03 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 159199 0 0 0 472031 172 0 0 18 0 5 0 516126071 732475392 142396 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 178827 142396 419 389 0 174577 0
[pid=7849/tid=7856] ppid=7847 vsize=715308 CPUtime=1179.89 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 39510 0 0 0 117944 45 0 0 25 0 5 0 516126074 732475392 142396 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=715308 CPUtime=1181.81 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 36825 0 0 0 118135 46 0 0 25 0 5 0 516126074 732475392 142396 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=715308 CPUtime=1179.07 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 40699 0 0 0 117879 28 0 0 25 0 5 0 516126076 732475392 142396 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=715308 CPUtime=1181.2 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 37086 0 0 0 118068 52 0 0 25 0 5 0 516126076 732475392 142396 33554432000 4194304 5787044 140735585251952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.03
Current children cumulated vsize (KiB) 724008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.13 8.00 10/186 7907
/proc/meminfo: memFree=25408328/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=715308 CPUtime=4800.34 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 159518 0 0 0 479861 173 0 0 18 0 5 0 516126071 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 178827 142715 419 389 0 174577 0
[pid=7849/tid=7856] ppid=7847 vsize=715308 CPUtime=1199.5 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 39594 0 0 0 119905 45 0 0 25 0 5 0 516126074 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=715308 CPUtime=1201.41 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 37058 0 0 0 120095 46 0 0 25 0 5 0 516126074 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=715308 CPUtime=1198.56 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 40699 0 0 0 119828 28 0 0 25 0 5 0 516126076 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=715308 CPUtime=1200.8 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 37088 0 0 0 120028 52 0 0 25 0 5 0 516126076 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 724008

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

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

[startup+1201.9 s]
/proc/loadavg: 8.14 8.13 8.00 10/186 7907
/proc/meminfo: memFree=25408328/32951132 swapFree=67111364/67111528
[pid=7847] ppid=7845 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7847/stat : 7847 (priss.sh) S 7845 7847 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 251 33554432000 4194304 4922060 140737227946672 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7847/statm: 2175 251 211 178 0 68 0
[pid=7849] ppid=7847 vsize=715308 CPUtime=4800.34 cores=1,3,5,7
/proc/7849/stat : 7849 (priss) S 7847 7847 7814 0 -1 4202496 159518 0 0 0 479861 173 0 0 18 0 5 0 516126071 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/7849/statm: 178827 142715 419 389 0 174577 0
[pid=7849/tid=7856] ppid=7847 vsize=715308 CPUtime=1199.5 cores=1,3,5,7
/proc/7849/task/7856/stat : 7856 (priss) R 7847 7847 7814 0 -1 4202560 39594 0 0 0 119905 45 0 0 25 0 5 0 516126074 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7849/tid=7857] ppid=7847 vsize=715308 CPUtime=1201.41 cores=1,3,5,7
/proc/7849/task/7857/stat : 7857 (priss) R 7847 7847 7814 0 -1 4202560 37058 0 0 0 120095 46 0 0 25 0 5 0 516126074 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7849/tid=7860] ppid=7847 vsize=715308 CPUtime=1198.56 cores=1,3,5,7
/proc/7849/task/7860/stat : 7860 (priss) R 7847 7847 7814 0 -1 4202560 40699 0 0 0 119828 28 0 0 25 0 5 0 516126076 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=7849/tid=7861] ppid=7847 vsize=715308 CPUtime=1200.8 cores=1,3,5,7
/proc/7849/task/7861/stat : 7861 (priss) R 7847 7847 7814 0 -1 4202560 37088 0 0 0 120028 52 0 0 25 0 5 0 516126076 732475392 142715 33554432000 4194304 5787044 140735585251952 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 724008

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.34
CPU user time (s): 4798.61
CPU system time (s): 1.73
CPU usage (%): 399.39
Max. virtual memory (cumulated for all children) (KiB): 724008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2

runsolver used 1.68874 second user time and 4.87626 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 04:47:54
IDJOB=3258292
IDBENCH=71337
IDSOLVER=1603
FILE ID=node128/3258292-1304045274
RUNJOBID= node128-1304045274-7833
PBS_JOBID= 13170398
Free space on /tmp= 66972 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g7.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258292-1304045274/watcher-3258292-1304045274 -o /tmp/evaluation-result-3258292-1304045274/solver-3258292-1304045274 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258292-1304045274.cnf 1367410531 4800 15500 4

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1367410531

node128.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26664448 kB
Buffers:       1264676 kB
Cached:        4369284 kB
SwapCached:        160 kB
Active:         196080 kB
Inactive:      5502704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26664448 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5208 kB
Writeback:           0 kB
AnonPages:       64948 kB
Mapped:          14580 kB
Slab:           523420 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66968 MiB
End job on node128 at 2011-04-29 05:07:58