Trace number 3265288

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.04 1201.83

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1704
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 22427
0.00/0.01	c parsetime: 5494us
0.00/0.01	c parsed 24825 clauses with 870 variables
0.00/0.01	c NW started thread 0 successfully (1091049792)
0.00/0.01	c NW started thread 1 successfully (1101539648)
0.00/0.01	c NW started thread 2 successfully (1112029504)
0.00/0.01	c NW started thread 3 successfully (1122519360)
0.00/0.96	c preprocessor returned 10009 variables
0.00/0.96	c preprocessing returned UNKNOWN
0.00/0.96	c PP set 0 variables
0.00/0.96	c pp time: 952399us (0s)
0.00/0.96	c preprocessor returned 10009 variables
0.00/0.96	c preprocessing returned UNKNOWN
0.00/0.96	c PP set 0 variables
0.00/0.96	c pp time: 955257us (0s)
0.00/0.97	c preprocessor returned 10009 variables
0.00/0.97	c preprocessing returned UNKNOWN
0.00/0.97	c PP set 0 variables
0.00/0.97	c pp time: 961456us (0s)
27.89/7.00	c preprocessor returned 30010 variables
27.89/7.00	c preprocessing returned UNKNOWN
27.89/7.00	c PP set 0 variables
27.89/7.00	c pp time: 6984022us (6s)
4345.03/1087.94	c HTE
4423.33/1107.52	c subsumption
4713.71/1180.29	c simplified formula contains 0 unit clauses

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-3265288-1304070096/watcher-3265288-1304070096 -o /tmp/evaluation-result-3265288-1304070096/solver-3265288-1304070096 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3265288-1304070096.cnf 495506718 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.06 8.08 8.00 5/182 22426
/proc/meminfo: memFree=25121724/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0

[startup+0.00913696 s]
/proc/loadavg: 8.06 8.08 8.00 5/182 22426
/proc/meminfo: memFree=25121724/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.44283 s]
/proc/loadavg: 8.06 8.08 8.00 5/182 22426
/proc/meminfo: memFree=25121724/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.942185 s]
/proc/loadavg: 8.06 8.08 8.00 5/182 22426
/proc/meminfo: memFree=25121724/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05758 s]
/proc/loadavg: 8.06 8.08 8.00 5/182 22426
/proc/meminfo: memFree=25121724/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 8.06 8.08 8.00 5/182 22426
/proc/meminfo: memFree=25121724/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10059 s]
/proc/loadavg: 8.13 8.09 8.01 9/188 22433
/proc/meminfo: memFree=25072592/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=285516 CPUtime=12.31 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 16800 0 0 0 1222 9 0 0 20 0 5 0 518612421 292368384 11528 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 71379 11528 404 389 0 67129 0
[pid=22427/tid=22429] ppid=22426 vsize=285516 CPUtime=3.06 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 3620 0 0 0 303 3 0 0 25 0 5 0 518612422 292368384 11528 33554432000 4194304 5787044 140735226125392 18446744073709551615 4213661 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=285516 CPUtime=3.07 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 3763 0 0 0 305 2 0 0 25 0 5 0 518612422 292368384 11528 33554432000 4194304 5787044 140735226125392 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=285516 CPUtime=3.06 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 4875 0 0 0 304 2 0 0 25 0 5 0 518612423 292368384 11528 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=285516 CPUtime=3.07 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 2925 0 0 0 307 0 0 0 25 0 5 0 518612423 292368384 11528 33554432000 4194304 5787044 140735226125392 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 294216

[startup+6.30102 s]
/proc/loadavg: 8.13 8.09 8.01 9/188 22433
/proc/meminfo: memFree=25050360/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=295748 CPUtime=25.08 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 22127 0 0 0 2495 13 0 0 20 0 5 0 518612421 302845952 16855 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 73937 16855 404 389 0 69687 0
[pid=22427/tid=22429] ppid=22426 vsize=295748 CPUtime=6.24 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 5148 0 0 0 619 5 0 0 25 0 5 0 518612422 302845952 16855 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=295748 CPUtime=6.27 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 5274 0 0 0 623 4 0 0 25 0 5 0 518612422 302845952 16855 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382783157 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=295748 CPUtime=6.26 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 7163 0 0 0 623 3 0 0 25 0 5 0 518612423 302845952 16855 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382783157 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=295748 CPUtime=6.28 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 2925 0 0 0 628 0 0 0 25 0 5 0 518612423 302845952 16855 33554432000 4194304 5787044 140735226125392 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 304448

[startup+12.7009 s]
/proc/loadavg: 8.11 8.09 8.00 9/188 22433
/proc/meminfo: memFree=25005736/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=309180 CPUtime=50.66 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 34559 0 0 0 5042 24 0 0 20 0 5 0 518612421 316600320 27727 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 77295 27727 417 389 0 73045 0
[pid=22427/tid=22429] ppid=22426 vsize=309180 CPUtime=12.61 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 7408 0 0 0 1254 7 0 0 25 0 5 0 518612422 316600320 27727 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=309180 CPUtime=12.68 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 7606 0 0 0 1261 7 0 0 25 0 5 0 518612422 316600320 27727 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=309180 CPUtime=12.67 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 10207 0 0 0 1261 6 0 0 25 0 5 0 518612423 316600320 27727 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=309180 CPUtime=12.68 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 7721 0 0 0 1265 3 0 0 25 0 5 0 518612423 316600320 27727 33554432000 4194304 5787044 140735226125392 18446744073709551615 4213648 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 317880

[startup+25.5006 s]
/proc/loadavg: 8.09 8.08 8.00 9/188 22433
/proc/meminfo: memFree=24945488/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=329544 CPUtime=101.75 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 50788 0 0 0 10135 40 0 0 20 0 5 0 518612421 337453056 43855 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 82386 43855 417 389 0 78136 0
[pid=22427/tid=22429] ppid=22426 vsize=329544 CPUtime=25.33 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 10413 0 0 0 2524 9 0 0 25 0 5 0 518612422 337453056 43855 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=329544 CPUtime=25.46 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 10790 0 0 0 2535 11 0 0 25 0 5 0 518612422 337453056 43855 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382783157 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=329544 CPUtime=25.45 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 15183 0 0 0 2533 12 0 0 19 0 5 0 518612423 337453056 43855 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382783157 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=329544 CPUtime=25.46 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 12785 0 0 0 2540 6 0 0 25 0 5 0 518612423 337453056 43855 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382783157 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 338244

[startup+51.101 s]
/proc/loadavg: 8.12 8.09 8.01 9/188 22434
/proc/meminfo: memFree=24860004/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=356028 CPUtime=203.95 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 70828 0 0 0 20323 72 0 0 20 0 5 0 518612421 364572672 63685 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 89007 63685 417 389 0 84757 0
[pid=22427/tid=22429] ppid=22426 vsize=356028 CPUtime=50.77 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 16019 0 0 0 5062 15 0 0 25 0 5 0 518612422 364572672 63685 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=356028 CPUtime=51.05 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 14903 0 0 0 5086 19 0 0 25 0 5 0 518612422 364572672 63685 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=356028 CPUtime=51.04 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 19884 0 0 0 5085 19 0 0 25 0 5 0 518612423 364572672 63685 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=356028 CPUtime=51.05 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 18405 0 0 0 5087 18 0 0 25 0 5 0 518612423 364572672 63685 33554432000 4194304 5787044 140735226125392 18446744073709551615 5532434 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 364728

[startup+102.301 s]
/proc/loadavg: 8.09 8.09 8.01 9/188 22435
/proc/meminfo: memFree=24705728/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=605012 CPUtime=408.38 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 107773 0 0 0 40702 136 0 0 20 0 5 0 518612421 619532288 100209 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 151253 100209 417 389 0 147003 0
[pid=22427/tid=22429] ppid=22426 vsize=605012 CPUtime=101.65 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 25870 0 0 0 10140 25 0 0 25 0 5 0 518612422 619532288 100209 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=605012 CPUtime=102.23 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 25605 0 0 0 10184 39 0 0 25 0 5 0 518612422 619532288 100209 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=605012 CPUtime=102.21 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 29157 0 0 0 10183 38 0 0 25 0 5 0 518612423 619532288 100209 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=605012 CPUtime=102.22 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 25524 0 0 0 10191 31 0 0 25 0 5 0 518612423 619532288 100209 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.38
Current children cumulated vsize (KiB) 613712

[startup+162.301 s]
/proc/loadavg: 8.03 8.07 8.00 9/188 22437
/proc/meminfo: memFree=24594720/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=637948 CPUtime=648 cores=1,3,5,7

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

/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 68710 0 0 0 88060 127 0 0 25 0 5 0 518612422 1354678272 290132 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1322928 CPUtime=882.14 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 81862 0 0 0 88062 152 0 0 25 0 5 0 518612423 1354678272 290132 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1322928 CPUtime=882.15 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 76837 0 0 0 88090 125 0 0 25 0 5 0 518612423 1354678272 290132 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.82
Current children cumulated vsize (KiB) 1331628

[startup+942.307 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 22490
/proc/meminfo: memFree=23020604/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=1420632 CPUtime=3763.48 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 326265 0 0 0 375826 522 0 0 20 0 5 0 518612421 1454727168 312665 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 355158 312665 417 389 0 350908 0
[pid=22427/tid=22429] ppid=22426 vsize=1420632 CPUtime=937.27 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 79171 0 0 0 93643 84 0 0 25 0 5 0 518612422 1454727168 312665 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=1420632 CPUtime=941.87 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 75696 0 0 0 94047 140 0 0 25 0 5 0 518612422 1454727168 312665 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1420632 CPUtime=942.15 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 86841 0 0 0 94056 159 0 0 25 0 5 0 518612423 1454727168 312665 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1420632 CPUtime=942.15 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 82940 0 0 0 94077 138 0 0 25 0 5 0 518612423 1454727168 312665 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.48
Current children cumulated vsize (KiB) 1429332

[startup+1002.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 22492
/proc/meminfo: memFree=22952628/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=1512808 CPUtime=4003.13 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 344365 0 0 0 399762 551 0 0 20 0 5 0 518612421 1549115392 329740 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 378202 329740 417 389 0 373952 0
[pid=22427/tid=22429] ppid=22426 vsize=1512808 CPUtime=996.93 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 84784 0 0 0 99604 89 0 0 25 0 5 0 518612422 1549115392 329740 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=1512808 CPUtime=1001.87 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 81425 0 0 0 100036 151 0 0 25 0 5 0 518612422 1549115392 329740 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1512808 CPUtime=1002.14 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 86841 0 0 0 100055 159 0 0 25 0 5 0 518612423 1549115392 329740 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1512808 CPUtime=1002.14 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 89698 0 0 0 100064 150 0 0 25 0 5 0 518612423 1549115392 329740 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.13
Current children cumulated vsize (KiB) 1521508

[startup+1062.3 s]
/proc/loadavg: 8.09 8.04 8.01 9/188 22494
/proc/meminfo: memFree=22890720/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=1534272 CPUtime=4242.78 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 359970 0 0 0 423702 576 0 0 20 0 5 0 518612421 1571094528 344864 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 383568 344864 417 389 0 379318 0
[pid=22427/tid=22429] ppid=22426 vsize=1534272 CPUtime=1056.6 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 89786 0 0 0 105567 93 0 0 25 0 5 0 518612422 1571094528 344864 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=1534272 CPUtime=1061.86 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 85451 0 0 0 106028 158 0 0 25 0 5 0 518612422 1571094528 344864 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1534272 CPUtime=1062.12 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 87866 0 0 0 106053 159 0 0 25 0 5 0 518612423 1571094528 344864 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1534272 CPUtime=1062.14 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 95250 0 0 0 106051 163 0 0 25 0 5 0 518612423 1571094528 344864 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.78
Current children cumulated vsize (KiB) 1542972

[startup+1122.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 22495
/proc/meminfo: memFree=22753808/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=1665344 CPUtime=4482.45 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 386313 0 0 0 447660 585 0 0 20 0 5 0 518612421 1705312256 369725 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 416336 369725 417 389 0 412086 0
[pid=22427/tid=22429] ppid=22426 vsize=1665344 CPUtime=1116.28 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 89786 0 0 0 111534 94 0 0 25 0 5 0 518612422 1705312256 369725 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=1665344 CPUtime=1121.87 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 85451 0 0 0 112028 159 0 0 25 0 5 0 518612422 1705312256 369725 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1665344 CPUtime=1122.13 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 87868 0 0 0 112053 160 0 0 25 0 5 0 518612423 1705312256 369725 33554432000 4194304 5787044 140735226125392 18446744073709551615 4254692 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1665344 CPUtime=1122.14 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 121591 0 0 0 112043 171 0 0 25 0 5 0 518612423 1705312256 369725 33554432000 4194304 5787044 140735226125392 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 1674044

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 8.02 9/188 22506
/proc/meminfo: memFree=22732208/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=1665344 CPUtime=4722.1 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 386324 0 0 0 471625 585 0 0 20 0 5 0 518612421 1705312256 369736 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 416336 369736 417 389 0 412086 0
[pid=22427/tid=22429] ppid=22426 vsize=1665344 CPUtime=1175.95 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 89786 0 0 0 117501 94 0 0 25 0 5 0 518612422 1705312256 369736 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=1665344 CPUtime=1181.86 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 85452 0 0 0 118027 159 0 0 25 0 5 0 518612422 1705312256 369736 33554432000 4194304 5787044 140735226125392 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1665344 CPUtime=1182.13 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 87878 0 0 0 118053 160 0 0 25 0 5 0 518612423 1705312256 369736 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1665344 CPUtime=1182.13 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 121591 0 0 0 118042 171 0 0 25 0 5 0 518612423 1705312256 369736 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.1
Current children cumulated vsize (KiB) 1674044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.09 8.02 9/188 22507
/proc/meminfo: memFree=22731952/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=1665344 CPUtime=4800.04 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 386331 0 0 0 479418 586 0 0 20 0 5 0 518612421 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 416336 369743 417 389 0 412086 0
[pid=22427/tid=22429] ppid=22426 vsize=1665344 CPUtime=1195.34 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 89786 0 0 0 119440 94 0 0 25 0 5 0 518612422 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=1665344 CPUtime=1201.37 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 85453 0 0 0 119978 159 0 0 25 0 5 0 518612422 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1665344 CPUtime=1201.64 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 87884 0 0 0 120004 160 0 0 25 0 5 0 518612423 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1665344 CPUtime=1201.64 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 121591 0 0 0 119993 171 0 0 25 0 5 0 518612423 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1674044

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

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

[startup+1201.8 s]
/proc/loadavg: 8.16 8.09 8.02 9/188 22507
/proc/meminfo: memFree=22731952/32951124 swapFree=67051468/67111528
[pid=22426] ppid=22424 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (priss.sh) S 22424 22426 21348 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518612421 8908800 252 33554432000 4194304 4922060 140735148345152 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22426/statm: 2175 252 211 178 0 68 0
[pid=22427] ppid=22426 vsize=1665344 CPUtime=4800.04 cores=1,3,5,7
/proc/22427/stat : 22427 (priss) S 22426 22426 21348 0 -1 4202496 386331 0 0 0 479418 586 0 0 20 0 5 0 518612421 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22427/statm: 416336 369743 417 389 0 412086 0
[pid=22427/tid=22429] ppid=22426 vsize=1665344 CPUtime=1195.34 cores=1,3,5,7
/proc/22427/task/22429/stat : 22429 (priss) R 22426 22426 21348 0 -1 4202560 89786 0 0 0 119440 94 0 0 25 0 5 0 518612422 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22427/tid=22430] ppid=22426 vsize=1665344 CPUtime=1201.37 cores=1,3,5,7
/proc/22427/task/22430/stat : 22430 (priss) R 22426 22426 21348 0 -1 4202560 85453 0 0 0 119978 159 0 0 25 0 5 0 518612422 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22427/tid=22431] ppid=22426 vsize=1665344 CPUtime=1201.64 cores=1,3,5,7
/proc/22427/task/22431/stat : 22431 (priss) R 22426 22426 21348 0 -1 4202560 87884 0 0 0 120004 160 0 0 25 0 5 0 518612423 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22427/tid=22432] ppid=22426 vsize=1665344 CPUtime=1201.64 cores=1,3,5,7
/proc/22427/task/22432/stat : 22432 (priss) R 22426 22426 21348 0 -1 4202560 121591 0 0 0 119993 171 0 0 25 0 5 0 518612423 1705312256 369743 33554432000 4194304 5787044 140735226125392 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1674044

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.83
CPU time (s): 4800.04
CPU user time (s): 4794.18
CPU system time (s): 5.86
CPU usage (%): 399.396
Max. virtual memory (cumulated for all children) (KiB): 1674044

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= 332
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.59676 second user time and 4.97224 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 11:41:37
IDJOB=3265288
IDBENCH=85538
IDSOLVER=1603
FILE ID=node101/3265288-1304070096
RUNJOBID= node101-1304064266-21811
PBS_JOBID= 13170449
Free space on /tmp= 72024 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265288-1304070096/watcher-3265288-1304070096 -o /tmp/evaluation-result-3265288-1304070096/solver-3265288-1304070096 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3265288-1304070096.cnf 495506718 4800 15500 4

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=495506718

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25122004 kB
Buffers:       2019868 kB
Cached:        5102968 kB
SwapCached:      30452 kB
Active:        3252448 kB
Inactive:      4133528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25122004 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:      254472 kB
Mapped:           9728 kB
Slab:           379492 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   493344 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= 71996 MiB
End job on node101 at 2011-04-29 12:01:40