Trace number 3250062

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.18 1201.93

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
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 variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

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: 19120
0.00/0.00	c parsetime: 546us
0.00/0.00	c parsed 1800 clauses with 225 variables
0.00/0.00	c NW started thread 0 successfully (1091733824)
0.00/0.00	c NW started thread 1 successfully (1102223680)
0.00/0.00	c NW started thread 2 successfully (1112713536)
0.00/0.00	c NW started thread 3 successfully (1123203392)
0.00/1.35	c preprocessor returned 10015 variables
0.00/1.35	c preprocessing returned UNKNOWN
0.00/1.35	c PP set 0 variables
0.00/1.35	c pp time: 1345817us (1s)
0.00/1.35	c preprocessor returned 10015 variables
0.00/1.35	c preprocessing returned UNKNOWN
0.00/1.35	c PP set 0 variables
0.00/1.35	c pp time: 1347599us (1s)
0.00/1.35	c preprocessor returned 10015 variables
0.00/1.35	c preprocessing returned UNKNOWN
0.00/1.35	c PP set 0 variables
0.00/1.35	c pp time: 1350026us (1s)
61.09/15.38	c preprocessor returned 30021 variables
61.09/15.38	c preprocessing returned UNKNOWN
61.09/15.38	c PP set 0 variables
61.09/15.38	c pp time: 15379671us (15s)

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-3250062-1304058088/watcher-3250062-1304058088 -o /tmp/evaluation-result-3250062-1304058088/solver-3250062-1304058088 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250062-1304058088.cnf 573859475 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.84 8.06 8.03 5/182 19119
/proc/meminfo: memFree=24215512/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0

[startup+0.85533 s]
/proc/loadavg: 7.84 8.06 8.03 5/182 19119
/proc/meminfo: memFree=24215512/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.955311 s]
/proc/loadavg: 7.84 8.06 8.03 5/182 19119
/proc/meminfo: memFree=24215512/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05529 s]
/proc/loadavg: 7.84 8.06 8.03 5/182 19119
/proc/meminfo: memFree=24215512/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.15528 s]
/proc/loadavg: 7.84 8.06 8.03 5/182 19119
/proc/meminfo: memFree=24215512/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50022 s]
/proc/loadavg: 7.84 8.06 8.03 5/182 19119
/proc/meminfo: memFree=24215512/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10093 s]
/proc/loadavg: 7.84 8.06 8.03 9/188 19125
/proc/meminfo: memFree=24187892/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=276052 CPUtime=12.36 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 8078 0 0 0 1232 4 0 0 25 0 5 0 498225080 282677248 7401 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 69013 7401 404 389 0 64763 0
[pid=19120/tid=19121] ppid=19119 vsize=276052 CPUtime=3.07 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 1902 0 0 0 306 1 0 0 25 0 5 0 498225080 282677248 7401 33554432000 4194304 5787044 140733585643952 18446744073709551615 4220136 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=276052 CPUtime=3.09 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 1684 0 0 0 308 1 0 0 25 0 5 0 498225080 282677248 7401 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=276052 CPUtime=3.07 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 956 0 0 0 307 0 0 0 25 0 5 0 498225080 282677248 7401 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=276052 CPUtime=3.09 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 2034 0 0 0 309 0 0 0 25 0 5 0 498225080 282677248 7401 33554432000 4194304 5787044 140733585643952 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 284752

[startup+6.30736 s]
/proc/loadavg: 7.85 8.06 8.03 9/188 19125
/proc/meminfo: memFree=24177972/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=281704 CPUtime=25.16 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 10249 0 0 0 2511 5 0 0 25 0 5 0 498225080 288464896 9572 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 70426 9572 404 389 0 66176 0
[pid=19120/tid=19121] ppid=19119 vsize=281704 CPUtime=6.26 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 2271 0 0 0 624 2 0 0 25 0 5 0 498225080 288464896 9572 33554432000 4194304 5787044 140733585643952 18446744073709551615 212039698615 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=281704 CPUtime=6.29 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 2079 0 0 0 628 1 0 0 25 0 5 0 498225080 288464896 9572 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=281704 CPUtime=6.28 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 2363 0 0 0 628 0 0 0 25 0 5 0 498225080 288464896 9572 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=281704 CPUtime=6.29 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 2034 0 0 0 629 0 0 0 25 0 5 0 498225080 288464896 9572 33554432000 4194304 5787044 140733585643952 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 290404

[startup+12.7012 s]
/proc/loadavg: 7.86 8.06 8.03 9/188 19125
/proc/meminfo: memFree=24170492/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=284416 CPUtime=50.7 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 12193 0 0 0 5064 6 0 0 25 0 5 0 498225080 291241984 11515 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 71104 11515 404 389 0 66854 0
[pid=19120/tid=19121] ppid=19119 vsize=284416 CPUtime=12.62 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 2880 0 0 0 1260 2 0 0 25 0 5 0 498225080 291241984 11515 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=284416 CPUtime=12.68 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 2805 0 0 0 1267 1 0 0 25 0 5 0 498225080 291241984 11515 33554432000 4194304 5787044 140733585643952 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=284416 CPUtime=12.68 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 2972 0 0 0 1267 1 0 0 25 0 5 0 498225080 291241984 11515 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=284416 CPUtime=12.69 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 2034 0 0 0 1269 0 0 0 25 0 5 0 498225080 291241984 11515 33554432000 4194304 5787044 140733585643952 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 293116

[startup+25.5009 s]
/proc/loadavg: 7.96 8.07 8.03 9/188 19126
/proc/meminfo: memFree=24152396/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=290916 CPUtime=101.82 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 17566 0 0 0 10172 10 0 0 25 0 5 0 498225080 297897984 15914 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 72729 15914 417 389 0 68479 0
[pid=19120/tid=19121] ppid=19119 vsize=290916 CPUtime=25.35 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 3446 0 0 0 2532 3 0 0 25 0 5 0 498225080 297897984 15914 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=290916 CPUtime=25.48 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 3326 0 0 0 2546 2 0 0 25 0 5 0 498225080 297897984 15914 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=290916 CPUtime=25.48 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 3557 0 0 0 2546 2 0 0 25 0 5 0 498225080 297897984 15914 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591647 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=290916 CPUtime=25.48 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 5735 0 0 0 2547 1 0 0 25 0 5 0 498225080 297897984 15914 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 299616

[startup+51.1004 s]
/proc/loadavg: 8.04 8.08 8.04 9/188 19127
/proc/meminfo: memFree=24134988/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=297744 CPUtime=204.08 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 21743 0 0 0 20393 15 0 0 25 0 5 0 498225080 304889856 20046 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 74436 20046 417 389 0 70186 0
[pid=19120/tid=19121] ppid=19119 vsize=297744 CPUtime=50.81 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 4267 0 0 0 5076 5 0 0 25 0 5 0 498225080 304889856 20046 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=297744 CPUtime=51.08 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 4075 0 0 0 5104 4 0 0 25 0 5 0 498225080 304889856 20046 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=297744 CPUtime=51.08 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 5237 0 0 0 5106 2 0 0 25 0 5 0 498225080 304889856 20046 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=297744 CPUtime=51.09 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 6662 0 0 0 5106 3 0 0 25 0 5 0 498225080 304889856 20046 33554432000 4194304 5787044 140733585643952 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 306444

[startup+102.301 s]
/proc/loadavg: 8.14 8.10 8.04 9/188 19128
/proc/meminfo: memFree=24102100/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=306276 CPUtime=408.59 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 26907 0 0 0 40837 22 0 0 25 0 5 0 498225080 313626624 25122 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 76569 25122 417 389 0 72319 0
[pid=19120/tid=19121] ppid=19119 vsize=306276 CPUtime=101.73 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 5253 0 0 0 10166 7 0 0 25 0 5 0 498225080 313626624 25122 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=306276 CPUtime=102.28 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 6133 0 0 0 10223 5 0 0 25 0 5 0 498225080 313626624 25122 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=306276 CPUtime=102.27 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 6144 0 0 0 10224 3 0 0 25 0 5 0 498225080 313626624 25122 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=306276 CPUtime=102.28 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 7875 0 0 0 10223 5 0 0 25 0 5 0 498225080 313626624 25122 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 314976

[startup+162.3 s]
/proc/loadavg: 8.09 8.09 8.04 9/188 19129
/proc/meminfo: memFree=24064592/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=315940 CPUtime=648.27 cores=1,3,5,7

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

/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 13950 0 0 0 88215 13 0 0 25 0 5 0 498225080 364331008 54076 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=355792 CPUtime=882.28 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 12724 0 0 0 88218 10 0 0 25 0 5 0 498225080 364331008 54076 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=355792 CPUtime=882.29 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 15164 0 0 0 88216 13 0 0 25 0 5 0 498225080 364331008 54076 33554432000 4194304 5787044 140733585643952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.46
Current children cumulated vsize (KiB) 364492

[startup+942.301 s]
/proc/loadavg: 7.99 8.02 8.03 9/188 19186
/proc/meminfo: memFree=23988640/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=355792 CPUtime=3763.16 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 56886 0 0 0 376262 54 0 0 25 0 5 0 498225080 364331008 54342 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 88948 54342 417 389 0 84698 0
[pid=19120/tid=19121] ppid=19119 vsize=355792 CPUtime=936.25 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 13505 0 0 0 93610 15 0 0 25 0 5 0 498225080 364331008 54342 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=355792 CPUtime=942.29 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 13986 0 0 0 94216 13 0 0 25 0 5 0 498225080 364331008 54342 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=355792 CPUtime=942.28 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 12729 0 0 0 94218 10 0 0 25 0 5 0 498225080 364331008 54342 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=355792 CPUtime=942.31 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 15164 0 0 0 94217 14 0 0 25 0 5 0 498225080 364331008 54342 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.16
Current children cumulated vsize (KiB) 364492

[startup+1002.3 s]
/proc/loadavg: 8.04 8.03 8.03 9/188 19188
/proc/meminfo: memFree=23979660/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=359892 CPUtime=4002.81 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 58783 0 0 0 400226 55 0 0 25 0 5 0 498225080 368529408 56239 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 89973 56239 417 389 0 85723 0
[pid=19120/tid=19121] ppid=19119 vsize=359892 CPUtime=995.92 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 14084 0 0 0 99576 16 0 0 25 0 5 0 498225080 368529408 56239 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=359892 CPUtime=1002.29 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 14146 0 0 0 100215 14 0 0 25 0 5 0 498225080 368529408 56239 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=359892 CPUtime=1002.27 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 12789 0 0 0 100217 10 0 0 25 0 5 0 498225080 368529408 56239 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=359892 CPUtime=1002.3 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 16262 0 0 0 100216 14 0 0 25 0 5 0 498225080 368529408 56239 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.81
Current children cumulated vsize (KiB) 368592

[startup+1062.31 s]
/proc/loadavg: 8.05 8.04 8.03 9/188 19189
/proc/meminfo: memFree=23956044/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=365300 CPUtime=4242.52 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 61152 0 0 0 424195 57 0 0 25 0 5 0 498225080 374067200 58608 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 91325 58608 417 389 0 87075 0
[pid=19120/tid=19121] ppid=19119 vsize=365300 CPUtime=1055.6 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 14706 0 0 0 105543 17 0 0 25 0 5 0 498225080 374067200 58608 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=365300 CPUtime=1062.29 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 14507 0 0 0 106215 14 0 0 25 0 5 0 498225080 374067200 58608 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=365300 CPUtime=1062.29 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 14066 0 0 0 106218 11 0 0 25 0 5 0 498225080 374067200 58608 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=365300 CPUtime=1062.31 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 16371 0 0 0 106217 14 0 0 25 0 5 0 498225080 374067200 58608 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.52
Current children cumulated vsize (KiB) 374000

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 8.03 9/188 19191
/proc/meminfo: memFree=23923500/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=371764 CPUtime=4482.17 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 63927 0 0 0 448157 60 0 0 25 0 5 0 498225080 380686336 61383 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 92941 61383 417 389 0 88691 0
[pid=19120/tid=19121] ppid=19119 vsize=371764 CPUtime=1115.26 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 15286 0 0 0 111509 17 0 0 25 0 5 0 498225080 380686336 61383 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591295 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=371764 CPUtime=1122.28 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 15082 0 0 0 112213 15 0 0 25 0 5 0 498225080 380686336 61383 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=371764 CPUtime=1122.28 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 14557 0 0 0 112217 11 0 0 25 0 5 0 498225080 380686336 61383 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=371764 CPUtime=1122.3 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 17500 0 0 0 112216 14 0 0 25 0 5 0 498225080 380686336 61383 33554432000 4194304 5787044 140733585643952 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.17
Current children cumulated vsize (KiB) 380464

[startup+1182.3 s]
/proc/loadavg: 8.10 8.06 8.03 9/188 19193
/proc/meminfo: memFree=23895672/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=373980 CPUtime=4721.85 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 66050 0 0 0 472122 63 0 0 25 0 5 0 498225080 382955520 63506 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 93495 63506 417 389 0 89245 0
[pid=19120/tid=19121] ppid=19119 vsize=373980 CPUtime=1174.94 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 15832 0 0 0 117475 19 0 0 25 0 5 0 498225080 382955520 63506 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=373980 CPUtime=1182.29 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 15738 0 0 0 118213 16 0 0 25 0 5 0 498225080 382955520 63506 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=373980 CPUtime=1182.28 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 15051 0 0 0 118217 11 0 0 25 0 5 0 498225080 382955520 63506 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=373980 CPUtime=1182.31 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 17927 0 0 0 118216 15 0 0 25 0 5 0 498225080 382955520 63506 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.85
Current children cumulated vsize (KiB) 382680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.07 8.06 8.03 9/188 19193
/proc/meminfo: memFree=23888100/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=378492 CPUtime=4800.18 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 67751 0 0 0 479954 64 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 94623 65207 417 389 0 90373 0
[pid=19120/tid=19121] ppid=19119 vsize=378492 CPUtime=1194.44 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 16001 0 0 0 119424 20 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=378492 CPUtime=1201.9 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 15872 0 0 0 120174 16 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=378492 CPUtime=1201.89 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 16228 0 0 0 120178 11 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=378492 CPUtime=1201.92 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 18148 0 0 0 120177 15 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 387192

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

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

[startup+1201.9 s]
/proc/loadavg: 8.07 8.06 8.03 9/188 19193
/proc/meminfo: memFree=23888100/32951124 swapFree=67111524/67111528
[pid=19119] ppid=19117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19119/stat : 19119 (priss.sh) S 19117 19119 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498225079 8908800 251 33554432000 4194304 4922060 140735307725888 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19119/statm: 2175 251 211 178 0 68 0
[pid=19120] ppid=19119 vsize=378492 CPUtime=4800.18 cores=1,3,5,7
/proc/19120/stat : 19120 (priss) S 19119 19119 17192 0 -1 4202496 67751 0 0 0 479954 64 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19120/statm: 94623 65207 417 389 0 90373 0
[pid=19120/tid=19121] ppid=19119 vsize=378492 CPUtime=1194.44 cores=1,3,5,7
/proc/19120/task/19121/stat : 19121 (priss) R 19119 19119 17192 0 -1 4202560 16001 0 0 0 119424 20 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19120/tid=19122] ppid=19119 vsize=378492 CPUtime=1201.9 cores=1,3,5,7
/proc/19120/task/19122/stat : 19122 (priss) R 19119 19119 17192 0 -1 4202560 15872 0 0 0 120174 16 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19120/tid=19124] ppid=19119 vsize=378492 CPUtime=1201.89 cores=1,3,5,7
/proc/19120/task/19124/stat : 19124 (priss) R 19119 19119 17192 0 -1 4202560 16228 0 0 0 120178 11 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19120/tid=19125] ppid=19119 vsize=378492 CPUtime=1201.92 cores=1,3,5,7
/proc/19120/task/19125/stat : 19125 (priss) R 19119 19119 17192 0 -1 4202560 18148 0 0 0 120177 15 0 0 25 0 5 0 498225080 387575808 65207 33554432000 4194304 5787044 140733585643952 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 387192

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19119 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.93
CPU time (s): 4800.18
CPU user time (s): 4799.54
CPU system time (s): 0.64
CPU usage (%): 399.374
Max. virtual memory (cumulated for all children) (KiB): 387192

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

The end

Launcher Data

Begin job on node146 at 2011-04-29 08:21:28
IDJOB=3250062
IDBENCH=83230
IDSOLVER=1603
FILE ID=node146/3250062-1304058088
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72996 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-15-unsat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250062-1304058088/watcher-3250062-1304058088 -o /tmp/evaluation-result-3250062-1304058088/solver-3250062-1304058088 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250062-1304058088.cnf 573859475 4800 15500 4

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

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=573859475

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24215536 kB
Buffers:       1671008 kB
Cached:        6258916 kB
SwapCached:          4 kB
Active:        1573944 kB
Inactive:      6634016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24215536 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:      278112 kB
Mapped:          15616 kB
Slab:           463096 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   474868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72992 MiB
End job on node146 at 2011-04-29 08:41:32