Trace number 3262780

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.02 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
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 variables120
Number of clauses48342
Sum of the clauses size483180
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 548
Number of clauses of size over 548294

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: 28826
0.00/0.03	c parsetime: 32427us
0.00/0.03	c parsed 48342 clauses with 120 variables
0.00/0.04	c NW started thread 0 successfully (1088866624)
0.00/0.05	c NW started thread 1 successfully (1106417984)
0.00/0.07	c NW started thread 2 successfully (1116907840)
0.00/0.08	c NW started thread 3 successfully (1127397696)
118.82/29.88	c preprocessor returned 10110 variables
118.82/29.88	c preprocessing returned UNKNOWN
118.82/29.88	c PP set 0 variables
118.82/29.88	c pp time: 29826940us (29s)
119.22/29.96	c preprocessor returned 10110 variables
119.22/29.96	c preprocessing returned UNKNOWN
119.22/29.96	c PP set 0 variables
119.22/29.96	c pp time: 29894154us (29s)
119.62/30.05	c preprocessor returned 10110 variables
119.62/30.05	c preprocessing returned UNKNOWN
119.62/30.05	c PP set 0 variables
119.62/30.05	c pp time: 30010473us (30s)
679.25/170.12	c preprocessor returned 30377 variables
679.25/170.12	c preprocessing returned UNKNOWN
679.25/170.12	c PP set 0 variables
679.25/170.12	c pp time: 170040779us (170s)

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-3262780-1304063621/watcher-3262780-1304063621 -o /tmp/evaluation-result-3262780-1304063621/solver-3262780-1304063621 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262780-1304063621.cnf 1633281315 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: 8.15 8.11 7.99 5/182 28825
/proc/meminfo: memFree=13687588/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0

[startup+0.030841 s]
/proc/loadavg: 8.15 8.11 7.99 5/182 28825
/proc/meminfo: memFree=13687588/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100755 s]
/proc/loadavg: 8.15 8.11 7.99 5/182 28825
/proc/meminfo: memFree=13687588/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300719 s]
/proc/loadavg: 8.15 8.11 7.99 5/182 28825
/proc/meminfo: memFree=13687588/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700649 s]
/proc/loadavg: 8.15 8.11 7.99 5/182 28825
/proc/meminfo: memFree=13687588/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50051 s]
/proc/loadavg: 8.14 8.11 7.99 9/188 28831
/proc/meminfo: memFree=13657996/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=214788 CPUtime=5.81 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 7762 0 0 0 580 1 0 0 18 0 5 0 596592791 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 53697 7599 351 389 0 49447 0
[pid=28826/tid=28828] ppid=28825 vsize=214788 CPUtime=1.44 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 866 0 0 0 144 0 0 0 25 0 5 0 596592795 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=214788 CPUtime=1.43 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 807 0 0 0 143 0 0 0 23 0 5 0 596592796 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=214788 CPUtime=1.42 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 745 0 0 0 142 0 0 0 19 0 5 0 596592797 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=214788 CPUtime=1.41 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 720 0 0 0 141 0 0 0 23 0 5 0 596592799 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 223488

[startup+3.10123 s]
/proc/loadavg: 8.14 8.11 7.99 9/188 28831
/proc/meminfo: memFree=13657128/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=214788 CPUtime=12.2 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 7762 0 0 0 1219 1 0 0 18 0 5 0 596592791 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 53697 7599 351 389 0 49447 0
[pid=28826/tid=28828] ppid=28825 vsize=214788 CPUtime=3.04 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 866 0 0 0 304 0 0 0 25 0 5 0 596592795 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=214788 CPUtime=3.04 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 807 0 0 0 304 0 0 0 25 0 5 0 596592796 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=214788 CPUtime=3.02 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 745 0 0 0 302 0 0 0 25 0 5 0 596592797 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336678 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=214788 CPUtime=3.01 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 720 0 0 0 301 0 0 0 25 0 5 0 596592799 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 223488

[startup+6.30067 s]
/proc/loadavg: 8.14 8.11 7.99 9/188 28831
/proc/meminfo: memFree=13655560/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=214788 CPUtime=24.98 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 7762 0 0 0 2497 1 0 0 18 0 5 0 596592791 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 53697 7599 351 389 0 49447 0
[pid=28826/tid=28828] ppid=28825 vsize=214788 CPUtime=6.22 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 866 0 0 0 622 0 0 0 25 0 5 0 596592795 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=214788 CPUtime=6.23 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 807 0 0 0 623 0 0 0 25 0 5 0 596592796 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=214788 CPUtime=6.22 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 745 0 0 0 622 0 0 0 25 0 5 0 596592797 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=214788 CPUtime=6.21 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 720 0 0 0 621 0 0 0 25 0 5 0 596592799 219942912 7599 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 223488

[startup+12.7006 s]
/proc/loadavg: 8.12 8.10 7.99 9/188 28831
/proc/meminfo: memFree=13652716/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=214788 CPUtime=50.54 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 7765 0 0 0 5053 1 0 0 18 0 5 0 596592791 219942912 7602 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 53697 7602 351 389 0 49447 0
[pid=28826/tid=28828] ppid=28825 vsize=214788 CPUtime=12.58 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 866 0 0 0 1258 0 0 0 25 0 5 0 596592795 219942912 7602 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=214788 CPUtime=12.63 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 807 0 0 0 1263 0 0 0 25 0 5 0 596592796 219942912 7602 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=214788 CPUtime=12.62 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 748 0 0 0 1262 0 0 0 25 0 5 0 596592797 219942912 7602 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=214788 CPUtime=12.61 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 720 0 0 0 1261 0 0 0 25 0 5 0 596592799 219942912 7602 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 223488

[startup+25.5003 s]
/proc/loadavg: 8.17 8.12 7.99 9/188 28832
/proc/meminfo: memFree=13645524/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=214788 CPUtime=101.67 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 7768 0 0 0 10165 2 0 0 18 0 5 0 596592791 219942912 7605 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 53697 7605 353 389 0 49447 0
[pid=28826/tid=28828] ppid=28825 vsize=214788 CPUtime=25.31 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 866 0 0 0 2531 0 0 0 25 0 5 0 596592795 219942912 7605 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=214788 CPUtime=25.43 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 807 0 0 0 2543 0 0 0 25 0 5 0 596592796 219942912 7605 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=214788 CPUtime=25.42 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 748 0 0 0 2542 0 0 0 25 0 5 0 596592797 219942912 7605 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=214788 CPUtime=25.41 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 723 0 0 0 2541 0 0 0 25 0 5 0 596592799 219942912 7605 33554432000 4194304 5787044 140736485358496 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 223488

[startup+51.1008 s]
/proc/loadavg: 8.11 8.11 7.99 9/188 28832
/proc/meminfo: memFree=13588048/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=305356 CPUtime=203.9 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 23683 0 0 0 20376 14 0 0 18 0 5 0 596592791 312684544 21615 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 76339 21615 405 389 0 72089 0
[pid=28826/tid=28828] ppid=28825 vsize=305356 CPUtime=50.76 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 4359 0 0 0 5073 3 0 0 25 0 5 0 596592795 312684544 21615 33554432000 4194304 5787044 140736485358496 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=305356 CPUtime=51.02 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 4201 0 0 0 5100 2 0 0 25 0 5 0 596592796 312684544 21615 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=305356 CPUtime=51.01 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 7259 0 0 0 5095 6 0 0 25 0 5 0 596592797 312684544 21615 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=305356 CPUtime=51 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 3240 0 0 0 5099 1 0 0 25 0 5 0 596592799 312684544 21615 33554432000 4194304 5787044 140736485358496 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 314056

[startup+102.307 s]
/proc/loadavg: 8.15 8.12 8.00 9/188 28834
/proc/meminfo: memFree=13518464/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=328652 CPUtime=408.45 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 36874 0 0 0 40815 30 0 0 18 0 5 0 596592791 336539648 34727 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 82163 34727 405 389 0 77913 0
[pid=28826/tid=28828] ppid=28825 vsize=328652 CPUtime=101.68 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 10081 0 0 0 10160 8 0 0 25 0 5 0 596592795 336539648 34727 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=328652 CPUtime=102.22 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 7873 0 0 0 10218 4 0 0 25 0 5 0 596592796 336539648 34727 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=328652 CPUtime=102.21 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 11056 0 0 0 10208 13 0 0 25 0 5 0 596592797 336539648 34727 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591211 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=328652 CPUtime=102.2 cores=1,3,5,7

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

/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 28302 0 0 0 88201 21 0 0 25 0 5 0 596592796 643764224 116243 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=628676 CPUtime=882.19 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 31934 0 0 0 88168 51 0 0 25 0 5 0 596592797 643764224 116243 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=628676 CPUtime=882.18 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 26483 0 0 0 88178 40 0 0 25 0 5 0 596592799 643764224 116243 33554432000 4194304 5787044 140736485358496 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 637376

[startup+942.301 s]
/proc/loadavg: 8.10 8.09 8.02 10/188 28897
/proc/meminfo: memFree=13569000/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=628676 CPUtime=3763.81 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 124515 0 0 0 376217 164 0 0 18 0 5 0 596592791 643764224 120257 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 157169 120257 418 389 0 152919 0
[pid=28826/tid=28828] ppid=28825 vsize=628676 CPUtime=937.1 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 29173 0 0 0 93668 42 0 0 25 0 5 0 596592795 643764224 120257 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=628676 CPUtime=942.23 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 28313 0 0 0 94201 22 0 0 25 0 5 0 596592796 643764224 120257 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=628676 CPUtime=942.2 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 34316 0 0 0 94164 56 0 0 25 0 5 0 596592797 643764224 120257 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=628676 CPUtime=942.18 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 28089 0 0 0 94175 43 0 0 25 0 5 0 596592799 643764224 120257 33554432000 4194304 5787044 140736485358496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.81
Current children cumulated vsize (KiB) 637376

[startup+1002.3 s]
/proc/loadavg: 8.09 8.08 8.02 10/188 28899
/proc/meminfo: memFree=13524948/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=632776 CPUtime=4003.49 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 130141 0 0 0 400175 174 0 0 18 0 5 0 596592791 647962624 125883 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 158194 125883 418 389 0 153944 0
[pid=28826/tid=28828] ppid=28825 vsize=632776 CPUtime=996.77 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 29235 0 0 0 99635 42 0 0 25 0 5 0 596592795 647962624 125883 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=632776 CPUtime=1002.23 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 28333 0 0 0 100201 22 0 0 25 0 5 0 596592796 647962624 125883 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=632776 CPUtime=1002.2 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 36578 0 0 0 100160 60 0 0 25 0 5 0 596592797 647962624 125883 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=632776 CPUtime=1002.18 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 31371 0 0 0 100170 48 0 0 25 0 5 0 596592799 647962624 125883 33554432000 4194304 5787044 140736485358496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.49
Current children cumulated vsize (KiB) 641476

[startup+1062.3 s]
/proc/loadavg: 8.09 8.08 8.02 10/188 28900
/proc/meminfo: memFree=13480888/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=636876 CPUtime=4243.15 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 134841 0 0 0 424133 182 0 0 18 0 5 0 596592791 652161024 130378 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 159219 130378 418 389 0 154969 0
[pid=28826/tid=28828] ppid=28825 vsize=636876 CPUtime=1056.44 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 30404 0 0 0 105602 42 0 0 25 0 5 0 596592795 652161024 130378 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=636876 CPUtime=1062.22 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 28420 0 0 0 106200 22 0 0 25 0 5 0 596592796 652161024 130378 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=636876 CPUtime=1062.2 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 37856 0 0 0 106157 63 0 0 25 0 5 0 596592797 652161024 130378 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=636876 CPUtime=1062.18 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 33537 0 0 0 106165 53 0 0 25 0 5 0 596592799 652161024 130378 33554432000 4194304 5787044 140736485358496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.15
Current children cumulated vsize (KiB) 645576

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 8.02 10/188 28902
/proc/meminfo: memFree=13439796/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=651088 CPUtime=4482.82 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 140168 0 0 0 448093 189 0 0 18 0 5 0 596592791 666714112 135608 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 162772 135608 418 389 0 158522 0
[pid=28826/tid=28828] ppid=28825 vsize=651088 CPUtime=1116.11 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 32210 0 0 0 111566 45 0 0 25 0 5 0 596592795 666714112 135608 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=651088 CPUtime=1122.22 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 30427 0 0 0 112199 23 0 0 25 0 5 0 596592796 666714112 135608 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=651088 CPUtime=1122.2 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 37856 0 0 0 112157 63 0 0 25 0 5 0 596592797 666714112 135608 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=651088 CPUtime=1122.18 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 35051 0 0 0 112163 55 0 0 25 0 5 0 596592799 666714112 135608 33554432000 4194304 5787044 140736485358496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.82
Current children cumulated vsize (KiB) 659788

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 8.02 10/188 28904
/proc/meminfo: memFree=13414460/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=658912 CPUtime=4722.51 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 143994 0 0 0 472056 195 0 0 18 0 5 0 596592791 674725888 139434 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 164728 139434 418 389 0 160478 0
[pid=28826/tid=28828] ppid=28825 vsize=658912 CPUtime=1175.79 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 34092 0 0 0 117531 48 0 0 25 0 5 0 596592795 674725888 139434 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=658912 CPUtime=1182.22 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 32367 0 0 0 118196 26 0 0 25 0 5 0 596592796 674725888 139434 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=658912 CPUtime=1182.2 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 37856 0 0 0 118157 63 0 0 25 0 5 0 596592797 674725888 139434 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=658912 CPUtime=1182.18 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 35055 0 0 0 118163 55 0 0 25 0 5 0 596592799 674725888 139434 33554432000 4194304 5787044 140736485358496 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 667612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 8.07 8.01 9/188 28904
/proc/meminfo: memFree=13406888/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=661292 CPUtime=4800.02 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 145179 0 0 0 479805 197 0 0 18 0 5 0 596592791 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 165323 140619 418 389 0 161073 0
[pid=28826/tid=28828] ppid=28825 vsize=661292 CPUtime=1195.09 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 34677 0 0 0 119459 50 0 0 25 0 5 0 596592795 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=661292 CPUtime=1201.63 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 32967 0 0 0 120136 27 0 0 25 0 5 0 596592796 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=661292 CPUtime=1201.61 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 37856 0 0 0 120098 63 0 0 25 0 5 0 596592797 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=661292 CPUtime=1201.58 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 35055 0 0 0 120103 55 0 0 25 0 5 0 596592799 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 669992

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

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

[startup+1201.7 s]
/proc/loadavg: 8.05 8.07 8.01 9/188 28904
/proc/meminfo: memFree=13406888/32950928 swapFree=67111528/67111528
[pid=28825] ppid=28823 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28825/stat : 28825 (priss.sh) S 28823 28825 28330 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 596592790 8908800 251 33554432000 4194304 4922060 140734718029840 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28825/statm: 2175 251 211 178 0 68 0
[pid=28826] ppid=28825 vsize=661292 CPUtime=4800.02 cores=1,3,5,7
/proc/28826/stat : 28826 (priss) S 28825 28825 28330 0 -1 4202496 145179 0 0 0 479805 197 0 0 18 0 5 0 596592791 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28826/statm: 165323 140619 418 389 0 161073 0
[pid=28826/tid=28828] ppid=28825 vsize=661292 CPUtime=1195.09 cores=1,3,5,7
/proc/28826/task/28828/stat : 28828 (priss) R 28825 28825 28330 0 -1 4202560 34677 0 0 0 119459 50 0 0 25 0 5 0 596592795 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28826/tid=28829] ppid=28825 vsize=661292 CPUtime=1201.63 cores=1,3,5,7
/proc/28826/task/28829/stat : 28829 (priss) R 28825 28825 28330 0 -1 4202560 32967 0 0 0 120136 27 0 0 25 0 5 0 596592796 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28826/tid=28830] ppid=28825 vsize=661292 CPUtime=1201.61 cores=1,3,5,7
/proc/28826/task/28830/stat : 28830 (priss) R 28825 28825 28330 0 -1 4202560 37856 0 0 0 120098 63 0 0 25 0 5 0 596592797 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28826/tid=28831] ppid=28825 vsize=661292 CPUtime=1201.58 cores=1,3,5,7
/proc/28826/task/28831/stat : 28831 (priss) R 28825 28825 28330 0 -1 4202560 35055 0 0 0 120103 55 0 0 25 0 5 0 596592799 677163008 140619 33554432000 4194304 5787044 140736485358496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 669992

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.02
CPU user time (s): 4798.05
CPU system time (s): 1.97
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 669992

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.51877 second user time and 5.04723 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 09:53:41
IDJOB=3262780
IDBENCH=83894
IDSOLVER=1603
FILE ID=node112/3262780-1304063621
RUNJOBID= node112-1304062780-28651
PBS_JOBID= 13170443
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=1633281315

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13687860 kB
Buffers:       1995444 kB
Cached:       15818868 kB
SwapCached:          0 kB
Active:        7948600 kB
Inactive:     10757452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13687860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:      891324 kB
Mapped:          15760 kB
Slab:           492452 kB
PageTables:       6196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1097944 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= 72560 MiB
End job on node112 at 2011-04-29 10:13:45