Trace number 3262868

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 1202.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

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: 3048
0.00/0.02	c parsetime: 23117us
0.00/0.02	c parsed 36888 clauses with 95 variables
0.00/0.03	c NW started thread 0 successfully (1093019968)
0.00/0.04	c NW started thread 1 successfully (1114691904)
0.00/0.05	c NW started thread 2 successfully (1103509824)
0.00/0.15	c NW started thread 3 successfully (1125181760)
80.14/20.19	c preprocessor returned 10085 variables
80.14/20.19	c preprocessing returned UNKNOWN
80.14/20.19	c PP set 0 variables
80.14/20.19	c pp time: 20157144us (20s)
80.54/20.22	c preprocessor returned 10085 variables
80.54/20.22	c preprocessing returned UNKNOWN
80.54/20.22	c PP set 0 variables
80.54/20.22	c pp time: 20175566us (20s)
81.34/20.47	c preprocessor returned 10085 variables
81.34/20.47	c preprocessing returned UNKNOWN
81.34/20.47	c PP set 0 variables
81.34/20.47	c pp time: 20428528us (20s)
485.58/121.64	c preprocessor returned 30352 variables
485.58/121.64	c preprocessing returned UNKNOWN
485.58/121.64	c PP set 0 variables
485.58/121.64	c pp time: 121577652us (121s)

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-3262868-1304063905/watcher-3262868-1304063905 -o /tmp/evaluation-result-3262868-1304063905/solver-3262868-1304063905 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262868-1304063905.cnf 585498368 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.76 7.97 7.93 5/182 3047
/proc/meminfo: memFree=19603204/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0

[startup+0.0551811 s]
/proc/loadavg: 7.76 7.97 7.93 5/182 3047
/proc/meminfo: memFree=19603204/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.155169 s]
/proc/loadavg: 7.76 7.97 7.93 5/182 3047
/proc/meminfo: memFree=19603204/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300142 s]
/proc/loadavg: 7.76 7.97 7.93 5/182 3047
/proc/meminfo: memFree=19603204/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70107 s]
/proc/loadavg: 7.76 7.97 7.93 5/182 3047
/proc/meminfo: memFree=19603204/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 7.76 7.97 7.93 10/188 3053
/proc/meminfo: memFree=19578736/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=210876 CPUtime=5.86 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 6499 0 0 0 585 1 0 0 25 0 5 0 517990244 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 52719 6396 351 389 0 48469 0
[pid=3048/tid=3050] ppid=3047 vsize=210876 CPUtime=1.46 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 673 0 0 0 146 0 0 0 25 0 5 0 517990247 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=210876 CPUtime=1.45 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 583 0 0 0 145 0 0 0 25 0 5 0 517990248 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4337424 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=210876 CPUtime=1.44 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 556 0 0 0 144 0 0 0 25 0 5 0 517990249 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=210876 CPUtime=1.43 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 564 0 0 0 143 0 0 0 25 0 5 0 517990250 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 219576

[startup+3.10064 s]
/proc/loadavg: 7.76 7.97 7.93 10/188 3053
/proc/meminfo: memFree=19578364/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=210876 CPUtime=12.25 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 6499 0 0 0 1224 1 0 0 25 0 5 0 517990244 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 52719 6396 351 389 0 48469 0
[pid=3048/tid=3050] ppid=3047 vsize=210876 CPUtime=3.06 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 673 0 0 0 306 0 0 0 25 0 5 0 517990247 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=210876 CPUtime=3.04 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 583 0 0 0 304 0 0 0 25 0 5 0 517990248 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=210876 CPUtime=3.04 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 556 0 0 0 304 0 0 0 25 0 5 0 517990249 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=210876 CPUtime=3.03 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 564 0 0 0 303 0 0 0 25 0 5 0 517990250 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 219576

[startup+6.30107 s]
/proc/loadavg: 7.78 7.97 7.93 10/188 3053
/proc/meminfo: memFree=19578328/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=210876 CPUtime=25.03 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 6499 0 0 0 2502 1 0 0 25 0 5 0 517990244 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 52719 6396 351 389 0 48469 0
[pid=3048/tid=3050] ppid=3047 vsize=210876 CPUtime=6.26 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 673 0 0 0 626 0 0 0 25 0 5 0 517990247 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=210876 CPUtime=6.22 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 583 0 0 0 622 0 0 0 25 0 5 0 517990248 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=210876 CPUtime=6.24 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 556 0 0 0 624 0 0 0 25 0 5 0 517990249 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336957 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=210876 CPUtime=6.23 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 564 0 0 0 623 0 0 0 25 0 5 0 517990250 215937024 6396 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 219576

[startup+12.7009 s]
/proc/loadavg: 7.80 7.97 7.93 10/188 3053
/proc/meminfo: memFree=19577624/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=210876 CPUtime=50.59 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 6503 0 0 0 5058 1 0 0 25 0 5 0 517990244 215937024 6400 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 52719 6400 351 389 0 48469 0
[pid=3048/tid=3050] ppid=3047 vsize=210876 CPUtime=12.66 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 675 0 0 0 1266 0 0 0 25 0 5 0 517990247 215937024 6400 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=210876 CPUtime=12.59 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 583 0 0 0 1259 0 0 0 25 0 5 0 517990248 215937024 6400 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=210876 CPUtime=12.64 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 556 0 0 0 1264 0 0 0 25 0 5 0 517990249 215937024 6400 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=210876 CPUtime=12.63 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 566 0 0 0 1263 0 0 0 25 0 5 0 517990250 215937024 6400 33554432000 4194304 5787044 140737015623760 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 219576

[startup+25.5007 s]
/proc/loadavg: 7.84 7.97 7.93 10/188 3053
/proc/meminfo: memFree=19546012/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=226244 CPUtime=101.71 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 15908 0 0 0 10164 7 0 0 25 0 5 0 517990244 231673856 14468 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 56561 14468 405 389 0 52311 0
[pid=3048/tid=3050] ppid=3047 vsize=226244 CPUtime=25.45 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 2270 0 0 0 2545 0 0 0 25 0 5 0 517990247 231673856 14468 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=226244 CPUtime=25.31 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 2879 0 0 0 2530 1 0 0 25 0 5 0 517990248 231673856 14468 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=226244 CPUtime=25.43 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 3818 0 0 0 2541 2 0 0 25 0 5 0 517990249 231673856 14468 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=226244 CPUtime=25.43 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 2818 0 0 0 2542 1 0 0 25 0 5 0 517990250 231673856 14468 33554432000 4194304 5787044 140737015623760 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 234944

[startup+51.1011 s]
/proc/loadavg: 7.89 7.97 7.93 10/188 3054
/proc/meminfo: memFree=19508888/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=241044 CPUtime=203.97 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 25185 0 0 0 20380 17 0 0 25 0 5 0 517990244 246829056 23743 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 60261 23743 405 389 0 56011 0
[pid=3048/tid=3050] ppid=3047 vsize=241044 CPUtime=51.04 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 5887 0 0 0 5102 2 0 0 25 0 5 0 517990247 246829056 23743 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=241044 CPUtime=50.77 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 5395 0 0 0 5072 5 0 0 25 0 5 0 517990248 246829056 23743 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=241044 CPUtime=51.03 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 6962 0 0 0 5097 6 0 0 25 0 5 0 517990249 246829056 23743 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=241044 CPUtime=51.03 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 2818 0 0 0 5102 1 0 0 25 0 5 0 517990250 246829056 23743 33554432000 4194304 5787044 140737015623760 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 249744

[startup+102.307 s]
/proc/loadavg: 8.06 8.00 7.94 10/188 3056
/proc/meminfo: memFree=19461028/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=258388 CPUtime=408.51 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 36054 0 0 0 40816 35 0 0 25 0 5 0 517990244 264589312 34535 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 64597 34535 405 389 0 60347 0
[pid=3048/tid=3050] ppid=3047 vsize=258388 CPUtime=102.25 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 10103 0 0 0 10219 6 0 0 25 0 5 0 517990247 264589312 34535 33554432000 4194304 5787044 140737015623760 18446744073709551615 5576704 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=258388 CPUtime=101.69 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 8950 0 0 0 10157 12 0 0 25 0 5 0 517990248 264589312 34535 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=258388 CPUtime=102.24 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 10060 0 0 0 10211 13 0 0 25 0 5 0 517990249 264589312 34535 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=258388 CPUtime=102.23 cores=1,3,5,7

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

/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 28552 0 0 0 81743 32 0 0 25 0 5 0 517990248 650792960 123113 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=635540 CPUtime=821.31 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 33416 0 0 0 82074 57 0 0 25 0 5 0 517990249 650792960 123113 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=635540 CPUtime=822.22 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 26954 0 0 0 82184 38 0 0 25 0 5 0 517990250 650792960 123113 33554432000 4194304 5787044 140737015623760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3283.59
Current children cumulated vsize (KiB) 644240

[startup+882.3 s]
/proc/loadavg: 8.00 8.02 7.99 9/188 3128
/proc/meminfo: memFree=19168120/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=635764 CPUtime=3523.26 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 127087 0 0 0 352151 175 0 0 25 0 5 0 517990244 651022336 123441 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 158941 123441 418 389 0 154691 0
[pid=3048/tid=3050] ppid=3047 vsize=635764 CPUtime=882.2 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 33655 0 0 0 88176 44 0 0 25 0 5 0 517990247 651022336 123441 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=635764 CPUtime=877.42 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 28576 0 0 0 87710 32 0 0 25 0 5 0 517990248 651022336 123441 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=635764 CPUtime=881.31 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 33421 0 0 0 88074 57 0 0 25 0 5 0 517990249 651022336 123441 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=635764 CPUtime=882.22 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 27312 0 0 0 88183 39 0 0 25 0 5 0 517990250 651022336 123441 33554432000 4194304 5787044 140737015623760 18446744073709551615 5528624 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.26
Current children cumulated vsize (KiB) 644464

[startup+942.301 s]
/proc/loadavg: 8.00 8.01 7.99 9/188 3132
/proc/meminfo: memFree=19134748/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=636020 CPUtime=3762.93 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 127271 0 0 0 376118 175 0 0 25 0 5 0 517990244 651284480 123625 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 159005 123625 418 389 0 154755 0
[pid=3048/tid=3050] ppid=3047 vsize=636020 CPUtime=942.2 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 33768 0 0 0 94176 44 0 0 25 0 5 0 517990247 651284480 123625 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=636020 CPUtime=937.11 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 28618 0 0 0 93678 33 0 0 25 0 5 0 517990248 651284480 123625 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=636020 CPUtime=941.31 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 33432 0 0 0 94074 57 0 0 25 0 5 0 517990249 651284480 123625 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=636020 CPUtime=942.22 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 27330 0 0 0 94183 39 0 0 25 0 5 0 517990250 651284480 123625 33554432000 4194304 5787044 140737015623760 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.93
Current children cumulated vsize (KiB) 644720

[startup+1002.3 s]
/proc/loadavg: 8.05 8.02 7.99 9/188 3134
/proc/meminfo: memFree=19093824/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=640568 CPUtime=4002.61 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 128683 0 0 0 400084 177 0 0 25 0 5 0 517990244 655941632 125037 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 160142 125037 418 389 0 155892 0
[pid=3048/tid=3050] ppid=3047 vsize=640568 CPUtime=1002.2 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 34634 0 0 0 100176 44 0 0 25 0 5 0 517990247 655941632 125037 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=640568 CPUtime=996.78 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 28698 0 0 0 99645 33 0 0 25 0 5 0 517990248 655941632 125037 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=640568 CPUtime=1001.32 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 33841 0 0 0 100073 59 0 0 25 0 5 0 517990249 655941632 125037 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=640568 CPUtime=1002.22 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 27387 0 0 0 100183 39 0 0 25 0 5 0 517990250 655941632 125037 33554432000 4194304 5787044 140737015623760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.61
Current children cumulated vsize (KiB) 649268

[startup+1062.3 s]
/proc/loadavg: 8.02 8.02 7.99 9/188 3135
/proc/meminfo: memFree=19070004/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=650396 CPUtime=4242.29 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 133387 0 0 0 424046 183 0 0 25 0 5 0 517990244 666005504 129741 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 162599 129741 418 389 0 158349 0
[pid=3048/tid=3050] ppid=3047 vsize=650396 CPUtime=1062.2 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 35963 0 0 0 106175 45 0 0 25 0 5 0 517990247 666005504 129741 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=650396 CPUtime=1056.45 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 29647 0 0 0 105612 33 0 0 25 0 5 0 517990248 666005504 129741 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=650396 CPUtime=1061.31 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 36235 0 0 0 106068 63 0 0 25 0 5 0 517990249 666005504 129741 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=650396 CPUtime=1062.22 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 27419 0 0 0 106183 39 0 0 25 0 5 0 517990250 666005504 129741 33554432000 4194304 5787044 140737015623760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.29
Current children cumulated vsize (KiB) 659096

[startup+1122.3 s]
/proc/loadavg: 8.12 8.04 8.00 9/188 3138
/proc/meminfo: memFree=19027716/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=728200 CPUtime=4481.95 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 141166 0 0 0 448000 195 0 0 25 0 5 0 517990244 745676800 137520 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 182050 137520 418 389 0 177800 0
[pid=3048/tid=3050] ppid=3047 vsize=728200 CPUtime=1122.2 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 37626 0 0 0 112171 49 0 0 25 0 5 0 517990247 745676800 137520 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=728200 CPUtime=1116.13 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 32697 0 0 0 111577 36 0 0 25 0 5 0 517990248 745676800 137520 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=728200 CPUtime=1121.31 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 38452 0 0 0 112063 68 0 0 25 0 5 0 517990249 745676800 137520 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=728200 CPUtime=1122.22 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 28268 0 0 0 112182 40 0 0 25 0 5 0 517990250 745676800 137520 33554432000 4194304 5787044 140737015623760 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4481.95
Current children cumulated vsize (KiB) 736900

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 8.00 9/188 3139
/proc/meminfo: memFree=18975748/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=805576 CPUtime=4721.63 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 150323 0 0 0 471952 211 0 0 25 0 5 0 517990244 824909824 146677 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 201394 146677 418 389 0 197144 0
[pid=3048/tid=3050] ppid=3047 vsize=805576 CPUtime=1182.2 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 39681 0 0 0 118167 53 0 0 25 0 5 0 517990247 824909824 146677 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=805576 CPUtime=1175.8 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 34592 0 0 0 117543 37 0 0 25 0 5 0 517990248 824909824 146677 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=805576 CPUtime=1181.31 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 40482 0 0 0 118058 73 0 0 25 0 5 0 517990249 824909824 146677 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=805576 CPUtime=1182.23 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 31445 0 0 0 118177 46 0 0 25 0 5 0 517990250 824909824 146677 33554432000 4194304 5787044 140737015623760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.63
Current children cumulated vsize (KiB) 814276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 3140
/proc/meminfo: memFree=18957272/32950904 swapFree=67082284/67111528
[pid=3047] ppid=3045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3047/stat : 3047 (priss.sh) S 3045 3047 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517990244 8908800 251 33554432000 4194304 4922060 140737243749504 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3047/statm: 2175 251 211 178 0 68 0
[pid=3048] ppid=3047 vsize=812252 CPUtime=4800.34 cores=1,3,5,7
/proc/3048/stat : 3048 (priss) S 3047 3047 1762 0 -1 4202496 153878 0 0 0 479818 216 0 0 25 0 5 0 517990244 831746048 150232 33554432000 4194304 5787044 140737015623760 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3048/statm: 203063 150232 418 389 0 198813 0
[pid=3048/tid=3050] ppid=3047 vsize=812252 CPUtime=1201.91 cores=1,3,5,7
/proc/3048/task/3050/stat : 3050 (priss) R 3047 3047 1762 0 -1 4202560 40252 0 0 0 120137 54 0 0 25 0 5 0 517990247 831746048 150232 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3048/tid=3051] ppid=3047 vsize=812252 CPUtime=1195.39 cores=1,3,5,7
/proc/3048/task/3051/stat : 3051 (priss) R 3047 3047 1762 0 -1 4202560 36298 0 0 0 119501 38 0 0 25 0 5 0 517990248 831746048 150232 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3048/tid=3052] ppid=3047 vsize=812252 CPUtime=1201.01 cores=1,3,5,7
/proc/3048/task/3052/stat : 3052 (priss) R 3047 3047 1762 0 -1 4202560 41141 0 0 0 120027 74 0 0 25 0 5 0 517990249 831746048 150232 33554432000 4194304 5787044 140737015623760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3048/tid=3053] ppid=3047 vsize=812252 CPUtime=1201.93 cores=1,3,5,7
/proc/3048/task/3053/stat : 3053 (priss) R 3047 3047 1762 0 -1 4202560 32064 0 0 0 120146 47 0 0 25 0 5 0 517990250 831746048 150232 33554432000 4194304 5787044 140737015623760 18446744073709551615 5528442 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) 820952

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 3047 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.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.34
CPU user time (s): 4798.18
CPU system time (s): 2.16
CPU usage (%): 399.356
Max. virtual memory (cumulated for all children) (KiB): 820952

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 1.73074 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 09:58:25
IDJOB=3262868
IDBENCH=83899
IDSOLVER=1603
FILE ID=node121/3262868-1304063905
RUNJOBID= node121-1304060729-2753
PBS_JOBID= 13170425
Free space on /tmp= 72648 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262868-1304063905/watcher-3262868-1304063905 -o /tmp/evaluation-result-3262868-1304063905/solver-3262868-1304063905 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262868-1304063905.cnf 585498368 4800 15500 4

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=585498368

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19603236 kB
Buffers:       2180660 kB
Cached:       10199992 kB
SwapCached:       2776 kB
Active:        9516196 kB
Inactive:      3310880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19603236 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            2816 kB
Writeback:           0 kB
AnonPages:      444260 kB
Mapped:          14660 kB
Slab:           455156 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   668312 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= 72648 MiB
End job on node121 at 2011-04-29 10:18:29