Trace number 3251602

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 21912
0.00/0.02	c parsetime: 15527us
0.00/0.02	c parsed 84809 clauses with 952 variables
0.00/0.02	c NW started thread 0 successfully (1084590400)
0.00/0.03	c NW started thread 1 successfully (1095080256)
0.00/0.04	c NW started thread 2 successfully (1114229056)
0.00/0.05	c NW started thread 3 successfully (1124718912)
11.64/3.03	c preprocessor returned 10013 variables
11.64/3.03	c preprocessing returned UNKNOWN
11.64/3.03	c PP set 0 variables
11.64/3.03	c pp time: 3004066us (3s)
11.64/3.04	c preprocessor returned 10013 variables
11.64/3.04	c preprocessing returned UNKNOWN
11.64/3.04	c PP set 0 variables
11.64/3.04	c pp time: 3001270us (3s)
12.04/3.17	c preprocessor returned 10013 variables
12.04/3.17	c preprocessing returned UNKNOWN
12.04/3.17	c PP set 0 variables
12.04/3.17	c pp time: 3149622us (3s)
55.18/13.98	c preprocessor returned 30045 variables
55.18/13.98	c preprocessing returned UNKNOWN
55.18/13.98	c PP set 0 variables
55.18/13.98	c pp time: 13927124us (13s)

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-3251602-1304085704/watcher-3251602-1304085704 -o /tmp/evaluation-result-3251602-1304085704/solver-3251602-1304085704 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251602-1304085704.cnf 748311355 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: 3.76 3.97 4.24 1/171 21911
/proc/meminfo: memFree=30715072/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0

[startup+0.064164 s]
/proc/loadavg: 3.76 3.97 4.24 1/171 21911
/proc/meminfo: memFree=30715072/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101158 s]
/proc/loadavg: 3.76 3.97 4.24 1/171 21911
/proc/meminfo: memFree=30715072/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.437614 s]
/proc/loadavg: 3.76 3.97 4.24 1/171 21911
/proc/meminfo: memFree=30715072/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06096 s]
/proc/loadavg: 3.76 3.97 4.24 1/171 21911
/proc/meminfo: memFree=30715072/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 3.76 3.97 4.24 1/171 21911
/proc/meminfo: memFree=30715072/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10062 s]
/proc/loadavg: 3.86 3.98 4.24 5/177 21917
/proc/meminfo: memFree=30666664/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=292568 CPUtime=12.04 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 27053 0 0 0 1192 12 0 0 18 0 5 0 500986726 299589632 13446 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 73142 13446 401 389 0 68892 0
[pid=21912/tid=21914] ppid=21911 vsize=292568 CPUtime=3.03 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 3628 0 0 0 302 1 0 0 24 0 5 0 500986729 299589632 13446 33554432000 4194304 5787044 140737146972512 18446744073709551615 4359156 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=292568 CPUtime=2.99 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 6478 0 0 0 295 4 0 0 18 0 5 0 500986729 299589632 13446 33554432000 4194304 5787044 140737146972512 18446744073709551615 5590530 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=292568 CPUtime=2.99 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 6514 0 0 0 293 6 0 0 18 0 5 0 500986730 299589632 13446 33554432000 4194304 5787044 140737146972512 18446744073709551615 212039316513 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=292568 CPUtime=2.97 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 5354 0 0 0 297 0 0 0 25 0 5 0 500986731 299589632 13446 33554432000 4194304 5787044 140737146972512 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 301268

[startup+6.30102 s]
/proc/loadavg: 3.86 3.98 4.24 5/177 21917
/proc/meminfo: memFree=30653696/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=292568 CPUtime=24.82 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 31341 0 0 0 2468 14 0 0 18 0 5 0 500986726 299589632 15646 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 73142 15646 404 389 0 68892 0
[pid=21912/tid=21914] ppid=21911 vsize=292568 CPUtime=6.22 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 6719 0 0 0 620 2 0 0 25 0 5 0 500986729 299589632 15646 33554432000 4194304 5787044 140737146972512 18446744073709551615 5592144 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=292568 CPUtime=6.19 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 7041 0 0 0 615 4 0 0 25 0 5 0 500986729 299589632 15646 33554432000 4194304 5787044 140737146972512 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=292568 CPUtime=6.18 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 7140 0 0 0 612 6 0 0 19 0 5 0 500986730 299589632 15646 33554432000 4194304 5787044 140737146972512 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=292568 CPUtime=6.16 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 5361 0 0 0 616 0 0 0 25 0 5 0 500986731 299589632 15646 33554432000 4194304 5787044 140737146972512 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 301268

[startup+12.7009 s]
/proc/loadavg: 3.88 3.98 4.24 5/177 21917
/proc/meminfo: memFree=30637972/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=296668 CPUtime=50.39 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 35148 0 0 0 5024 15 0 0 18 0 5 0 500986726 303788032 19453 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 74167 19453 404 389 0 69917 0
[pid=21912/tid=21914] ppid=21911 vsize=296668 CPUtime=12.64 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 8637 0 0 0 1261 3 0 0 21 0 5 0 500986729 303788032 19453 33554432000 4194304 5787044 140737146972512 18446744073709551615 4254502 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=296668 CPUtime=12.59 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 8041 0 0 0 1254 5 0 0 20 0 5 0 500986729 303788032 19453 33554432000 4194304 5787044 140737146972512 18446744073709551615 4228059 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=296668 CPUtime=12.57 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 8029 0 0 0 1251 6 0 0 18 0 5 0 500986730 303788032 19453 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=296668 CPUtime=12.53 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 5361 0 0 0 1253 0 0 0 25 0 5 0 500986731 303788032 19453 33554432000 4194304 5787044 140737146972512 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 305368

[startup+25.5006 s]
/proc/loadavg: 3.90 3.98 4.23 5/177 21917
/proc/meminfo: memFree=30607204/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=310848 CPUtime=101.46 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 45080 0 0 0 10115 31 0 0 18 0 5 0 500986726 318308352 27139 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 77712 27139 417 389 0 73462 0
[pid=21912/tid=21914] ppid=21911 vsize=310848 CPUtime=25.42 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 11401 0 0 0 2538 4 0 0 25 0 5 0 500986729 318308352 27139 33554432000 4194304 5787044 140737146972512 18446744073709551615 4217181 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=310848 CPUtime=25.36 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 9260 0 0 0 2524 12 0 0 20 0 5 0 500986729 318308352 27139 33554432000 4194304 5787044 140737146972512 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=310848 CPUtime=25.35 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 9281 0 0 0 2523 12 0 0 25 0 5 0 500986730 318308352 27139 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=310848 CPUtime=25.25 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 10058 0 0 0 2524 1 0 0 25 0 5 0 500986731 318308352 27139 33554432000 4194304 5787044 140737146972512 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 319548

[startup+51.1011 s]
/proc/loadavg: 3.93 3.98 4.23 5/177 21918
/proc/meminfo: memFree=30568224/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=323512 CPUtime=203.65 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 55050 0 0 0 20307 58 0 0 18 0 5 0 500986726 331276288 37063 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 80878 37063 417 389 0 76628 0
[pid=21912/tid=21914] ppid=21911 vsize=323512 CPUtime=51.02 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 13572 0 0 0 5094 8 0 0 25 0 5 0 500986729 331276288 37063 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=323512 CPUtime=50.94 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 11606 0 0 0 5071 23 0 0 25 0 5 0 500986729 331276288 37063 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=323512 CPUtime=50.93 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 12624 0 0 0 5069 24 0 0 25 0 5 0 500986730 331276288 37063 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=323512 CPUtime=50.7 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 12168 0 0 0 5068 2 0 0 25 0 5 0 500986731 331276288 37063 33554432000 4194304 5787044 140737146972512 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.65
Current children cumulated vsize (KiB) 332212

[startup+102.301 s]
/proc/loadavg: 4.01 4.00 4.22 5/177 21919
/proc/meminfo: memFree=30512152/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=344736 CPUtime=408.08 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 69124 0 0 0 40715 93 0 0 18 0 5 0 500986726 353009664 51018 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 86184 51018 417 389 0 81934 0
[pid=21912/tid=21914] ppid=21911 vsize=344736 CPUtime=102.17 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 16110 0 0 0 10205 12 0 0 25 0 5 0 500986729 353009664 51018 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591105 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=344736 CPUtime=102.11 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 14725 0 0 0 10173 38 0 0 25 0 5 0 500986729 353009664 51018 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=344736 CPUtime=102.03 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 15828 0 0 0 10165 38 0 0 25 0 5 0 500986730 353009664 51018 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=344736 CPUtime=101.7 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 17381 0 0 0 10166 4 0 0 25 0 5 0 500986731 353009664 51018 33554432000 4194304 5787044 140737146972512 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 353436

[startup+162.301 s]
/proc/loadavg: 4.04 4.01 4.20 5/177 21921
/proc/meminfo: memFree=30465004/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=362592 CPUtime=647.72 cores=0,2,4,6

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

/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 36867 0 0 0 82066 138 0 0 25 0 5 0 500986729 672432128 137460 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=656672 CPUtime=820.54 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 35841 0 0 0 81962 92 0 0 25 0 5 0 500986730 672432128 137460 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=656672 CPUtime=821.63 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 39923 0 0 0 82146 17 0 0 25 0 5 0 500986731 672432128 137460 33554432000 4194304 5787044 140737146972512 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.96
Current children cumulated vsize (KiB) 665372

[startup+882.301 s]
/proc/loadavg: 4.01 4.02 4.09 5/177 21940
/proc/meminfo: memFree=30137364/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=675004 CPUtime=3523.6 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 163806 0 0 0 351994 366 0 0 18 0 5 0 500986726 691204096 144364 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 168751 144364 417 389 0 164501 0
[pid=21912/tid=21914] ppid=21911 vsize=675004 CPUtime=879.68 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 40294 0 0 0 87869 99 0 0 25 0 5 0 500986729 691204096 144364 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=675004 CPUtime=882.03 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 40642 0 0 0 88048 155 0 0 25 0 5 0 500986729 691204096 144364 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=675004 CPUtime=880.21 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 35844 0 0 0 87929 92 0 0 25 0 5 0 500986730 691204096 144364 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=675004 CPUtime=881.62 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 41946 0 0 0 88143 19 0 0 25 0 5 0 500986731 691204096 144364 33554432000 4194304 5787044 140737146972512 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.6
Current children cumulated vsize (KiB) 683704

[startup+942.307 s]
/proc/loadavg: 4.00 4.02 4.08 5/177 21942
/proc/meminfo: memFree=30118976/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=689840 CPUtime=3763.29 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 168643 0 0 0 375956 373 0 0 18 0 5 0 500986726 706396160 148976 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 172460 148976 417 389 0 168210 0
[pid=21912/tid=21914] ppid=21911 vsize=689840 CPUtime=939.68 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 40412 0 0 0 93869 99 0 0 25 0 5 0 500986729 706396160 148976 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=689840 CPUtime=942.03 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 41354 0 0 0 94047 156 0 0 25 0 5 0 500986729 706396160 148976 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=689840 CPUtime=939.88 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 37216 0 0 0 93893 95 0 0 25 0 5 0 500986730 706396160 148976 33554432000 4194304 5787044 140737146972512 18446744073709551615 5585325 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=689840 CPUtime=941.63 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 44581 0 0 0 94142 21 0 0 25 0 5 0 500986731 706396160 148976 33554432000 4194304 5787044 140737146972512 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.29
Current children cumulated vsize (KiB) 698540

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 4.07 5/177 21943
/proc/meminfo: memFree=30095508/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=768576 CPUtime=4002.95 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 174554 0 0 0 399903 392 0 0 18 0 5 0 500986726 787021824 154887 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 192144 154887 417 389 0 187894 0
[pid=21912/tid=21914] ppid=21911 vsize=768576 CPUtime=999.68 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 41062 0 0 0 99869 99 0 0 25 0 5 0 500986729 787021824 154887 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=768576 CPUtime=1002.02 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 41356 0 0 0 100046 156 0 0 25 0 5 0 500986729 787021824 154887 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=768576 CPUtime=999.54 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 40199 0 0 0 99842 112 0 0 25 0 5 0 500986730 787021824 154887 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=768576 CPUtime=1001.63 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 46857 0 0 0 100140 23 0 0 25 0 5 0 500986731 787021824 154887 33554432000 4194304 5787044 140737146972512 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.95
Current children cumulated vsize (KiB) 777276

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.07 5/177 21945
/proc/meminfo: memFree=30064728/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=779368 CPUtime=4242.61 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 182174 0 0 0 423850 411 0 0 18 0 5 0 500986726 798072832 162507 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 194842 162507 417 389 0 190592 0
[pid=21912/tid=21914] ppid=21911 vsize=779368 CPUtime=1059.68 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 44332 0 0 0 105865 103 0 0 25 0 5 0 500986729 798072832 162507 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=779368 CPUtime=1062.02 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 41358 0 0 0 106046 156 0 0 25 0 5 0 500986729 798072832 162507 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=779368 CPUtime=1059.22 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 43047 0 0 0 105795 127 0 0 25 0 5 0 500986730 798072832 162507 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=779368 CPUtime=1061.62 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 48357 0 0 0 106139 23 0 0 25 0 5 0 500986731 798072832 162507 33554432000 4194304 5787044 140737146972512 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.61
Current children cumulated vsize (KiB) 788068

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.06 5/177 21947
/proc/meminfo: memFree=30045112/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=844904 CPUtime=4482.29 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 187077 0 0 0 447799 430 0 0 18 0 5 0 500986726 865181696 167410 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 211226 167410 417 389 0 206976 0
[pid=21912/tid=21914] ppid=21911 vsize=844904 CPUtime=1119.68 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 46559 0 0 0 111862 106 0 0 25 0 5 0 500986729 865181696 167410 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=844904 CPUtime=1122.02 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 41372 0 0 0 112046 156 0 0 25 0 5 0 500986729 865181696 167410 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=844904 CPUtime=1118.89 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 45707 0 0 0 111747 142 0 0 25 0 5 0 500986730 865181696 167410 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=844904 CPUtime=1121.62 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 48359 0 0 0 112139 23 0 0 25 0 5 0 500986731 865181696 167410 33554432000 4194304 5787044 140737146972512 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 853604

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 4.06 5/177 21948
/proc/meminfo: memFree=30023752/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=849004 CPUtime=4721.95 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 192590 0 0 0 471749 446 0 0 18 0 5 0 500986726 869380096 172698 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 212251 172698 417 389 0 208001 0
[pid=21912/tid=21914] ppid=21911 vsize=849004 CPUtime=1179.68 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 49523 0 0 0 117859 109 0 0 25 0 5 0 500986729 869380096 172698 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=849004 CPUtime=1182.02 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 41391 0 0 0 118045 157 0 0 25 0 5 0 500986729 869380096 172698 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=849004 CPUtime=1178.57 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 48237 0 0 0 117701 156 0 0 25 0 5 0 500986730 869380096 172698 33554432000 4194304 5787044 140737146972512 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=849004 CPUtime=1181.61 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 48359 0 0 0 118138 23 0 0 25 0 5 0 500986731 869380096 172698 33554432000 4194304 5787044 140737146972512 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.95
Current children cumulated vsize (KiB) 857704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 4.05 4.01 4.06 5/177 21949
/proc/meminfo: memFree=30020888/32951124 swapFree=67111356/67111528
[pid=21911] ppid=21909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21911/stat : 21911 (priss.sh) S 21909 21911 20894 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 500986726 8908800 251 33554432000 4194304 4922060 140735650872384 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21911/statm: 2175 251 211 178 0 68 0
[pid=21912] ppid=21911 vsize=849004 CPUtime=4800.28 cores=0,2,4,6
/proc/21912/stat : 21912 (priss) S 21911 21911 20894 0 -1 4202496 193298 0 0 0 479580 448 0 0 18 0 5 0 500986726 869380096 173406 33554432000 4194304 5787044 140737146972512 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21912/statm: 212251 173406 417 389 0 208001 0
[pid=21912/tid=21914] ppid=21911 vsize=849004 CPUtime=1199.29 cores=0,2,4,6
/proc/21912/task/21914/stat : 21914 (priss) R 21911 21911 20894 0 -1 4202560 50225 0 0 0 119819 110 0 0 25 0 5 0 500986729 869380096 173406 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21912/tid=21915] ppid=21911 vsize=849004 CPUtime=1201.63 cores=0,2,4,6
/proc/21912/task/21915/stat : 21915 (priss) R 21911 21911 20894 0 -1 4202560 41397 0 0 0 120006 157 0 0 25 0 5 0 500986729 869380096 173406 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21912/tid=21916] ppid=21911 vsize=849004 CPUtime=1198.06 cores=0,2,4,6
/proc/21912/task/21916/stat : 21916 (priss) R 21911 21911 20894 0 -1 4202560 48237 0 0 0 119650 156 0 0 25 0 5 0 500986730 869380096 173406 33554432000 4194304 5787044 140737146972512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21912/tid=21917] ppid=21911 vsize=849004 CPUtime=1201.23 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (priss) R 21911 21911 20894 0 -1 4202560 48359 0 0 0 120100 23 0 0 25 0 5 0 500986731 869380096 173406 33554432000 4194304 5787044 140737146972512 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 857704

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21911 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.28
#
# 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.28
CPU user time (s): 4795.8
CPU system time (s): 4.48
CPU usage (%): 399.383
Max. virtual memory (cumulated for all children) (KiB): 857704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 3

runsolver used 2.29465 second user time and 4.23536 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 16:01:45
IDJOB=3251602
IDBENCH=88227
IDSOLVER=1603
FILE ID=node146/3251602-1304085704
RUNJOBID= node146-1304082059-21588
PBS_JOBID= 13170499
Free space on /tmp= 72996 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251602-1304085704/watcher-3251602-1304085704 -o /tmp/evaluation-result-3251602-1304085704/solver-3251602-1304085704 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251602-1304085704.cnf 748311355 4800 15500 4

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=748311355

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30715344 kB
Buffers:        603444 kB
Cached:        1180664 kB
SwapCached:         32 kB
Active:         126084 kB
Inactive:      1720996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30715344 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2356 kB
Writeback:           0 kB
AnonPages:       62488 kB
Mapped:          14388 kB
Slab:           325456 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184088 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= 72992 MiB
End job on node146 at 2011-04-29 16:21:49