Trace number 3291505

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.38 1202.02

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications 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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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: 15822
0.00/0.06	c parsetime: 64006us
0.00/0.06	c parsed 142491 clauses with 36809 variables
0.00/0.07	c NW started thread 0 successfully (1109883200)
0.00/0.09	c NW started thread 1 successfully (1120373056)
0.00/0.10	c NW started thread 2 successfully (1090693440)
0.00/0.11	c NW started thread 3 successfully (1130862912)
9.29/2.46	c preprocessor returned 36809 variables
9.29/2.46	c preprocessing returned UNKNOWN
9.29/2.46	c PP set 281 variables
9.29/2.46	c pp time: 2382582us (2s)
9.69/2.51	c preprocessor returned 36809 variables
9.69/2.51	c preprocessing returned UNKNOWN
9.69/2.51	c PP set 281 variables
9.69/2.51	c pp time: 2396528us (2s)
9.69/2.51	c preprocessor returned 36809 variables
9.69/2.51	c preprocessing returned UNKNOWN
9.69/2.51	c PP set 281 variables
9.69/2.51	c pp time: 2417064us (2s)
11.28/2.96	c preprocessor returned 38809 variables
11.28/2.96	c preprocessing returned UNKNOWN
11.28/2.96	c PP set 281 variables
11.28/2.96	c pp time: 2834724us (2s)
444.50/111.56	c added unsatisfied clause
444.50/111.56	c failed to add network clauses
1549.75/388.26	c added unsatisfied clause
1549.75/388.26	c failed to add network clauses
3641.60/911.98	c HTE
4517.96/1131.39	c subsumption

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.07 8.03 8.00 5/182 15821
/proc/meminfo: memFree=30274488/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0

[startup+0.0545591 s]
/proc/loadavg: 8.07 8.03 8.00 5/182 15821
/proc/meminfo: memFree=30274488/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103741 s]
/proc/loadavg: 8.07 8.03 8.00 5/182 15821
/proc/meminfo: memFree=30274488/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30048 s]
/proc/loadavg: 8.07 8.03 8.00 5/182 15821
/proc/meminfo: memFree=30274488/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700401 s]
/proc/loadavg: 8.07 8.03 8.00 5/182 15821
/proc/meminfo: memFree=30274488/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 8.06 8.03 8.00 9/188 15827
/proc/meminfo: memFree=30172140/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=397404 CPUtime=5.7 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 31935 0 0 0 563 7 0 0 18 0 5 0 518260585 406941696 27548 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 99351 27548 352 389 0 95101 0
[pid=15822/tid=15824] ppid=15821 vsize=397404 CPUtime=1.41 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 7010 0 0 0 140 1 0 0 19 0 5 0 518260593 406941696 27548 33554432000 4194304 5787044 140734523883472 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=397404 CPUtime=1.39 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 6569 0 0 0 138 1 0 0 19 0 5 0 518260594 406941696 27548 33554432000 4194304 5787044 140734523883472 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=397404 CPUtime=1.38 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 5262 0 0 0 138 0 0 0 23 0 5 0 518260595 406941696 27548 33554432000 4194304 5787044 140734523883472 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=397404 CPUtime=1.37 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 5052 0 0 0 137 0 0 0 23 0 5 0 518260596 406941696 27548 33554432000 4194304 5787044 140734523883472 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 406104

[startup+3.10094 s]
/proc/loadavg: 8.06 8.03 8.00 9/188 15827
/proc/meminfo: memFree=30163832/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=404328 CPUtime=12.06 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 44852 0 0 0 1166 40 0 0 18 0 5 0 518260585 414031872 35349 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 101082 35349 416 389 0 96832 0
[pid=15822/tid=15824] ppid=15821 vsize=404328 CPUtime=3.01 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 9914 0 0 0 290 11 0 0 18 0 5 0 518260593 414031872 35349 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=404328 CPUtime=2.98 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 9987 0 0 0 285 13 0 0 18 0 5 0 518260594 414031872 35349 33554432000 4194304 5787044 140734523883472 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=404328 CPUtime=2.97 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 8622 0 0 0 287 10 0 0 18 0 5 0 518260595 414031872 35349 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=404328 CPUtime=2.96 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 8287 0 0 0 294 2 0 0 18 0 5 0 518260596 414031872 35349 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 413028

[startup+6.30033 s]
/proc/loadavg: 8.06 8.03 8.00 9/188 15827
/proc/meminfo: memFree=30127244/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=404632 CPUtime=24.71 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 45089 0 0 0 2371 100 0 0 18 0 5 0 518260585 414343168 35586 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 101158 35586 419 389 0 96908 0
[pid=15822/tid=15824] ppid=15821 vsize=404632 CPUtime=6.16 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 10019 0 0 0 589 27 0 0 18 0 5 0 518260593 414343168 35586 33554432000 4194304 5787044 140734523883472 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=404632 CPUtime=6.11 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 10044 0 0 0 580 31 0 0 18 0 5 0 518260594 414343168 35586 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=404632 CPUtime=6.13 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 8683 0 0 0 588 25 0 0 18 0 5 0 518260595 414343168 35586 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=404632 CPUtime=6.16 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 8301 0 0 0 603 13 0 0 20 0 5 0 518260596 414343168 35586 33554432000 4194304 5787044 140734523883472 18446744073709551615 4254964 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 413332

[startup+12.7011 s]
/proc/loadavg: 8.13 8.04 8.00 9/188 15827
/proc/meminfo: memFree=30113292/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=404956 CPUtime=50.17 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 45336 0 0 0 4879 138 0 0 18 0 5 0 518260585 414674944 35833 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 101239 35833 419 389 0 96989 0
[pid=15822/tid=15824] ppid=15821 vsize=404956 CPUtime=12.51 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 10090 0 0 0 1214 37 0 0 18 0 5 0 518260593 414674944 35833 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=404956 CPUtime=12.46 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 10126 0 0 0 1204 42 0 0 18 0 5 0 518260594 414674944 35833 33554432000 4194304 5787044 140734523883472 18446744073709551615 5592765 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=404956 CPUtime=12.5 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 8755 0 0 0 1213 37 0 0 19 0 5 0 518260595 414674944 35833 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=404956 CPUtime=12.55 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 8323 0 0 0 1237 18 0 0 18 0 5 0 518260596 414674944 35833 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 413656

[startup+25.5007 s]
/proc/loadavg: 8.11 8.04 8.00 9/188 15827
/proc/meminfo: memFree=30103868/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=405436 CPUtime=101.18 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 45622 0 0 0 9939 179 0 0 18 0 5 0 518260585 415166464 36119 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 101359 36119 419 389 0 97109 0
[pid=15822/tid=15824] ppid=15821 vsize=405436 CPUtime=25.28 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 10163 0 0 0 2479 49 0 0 18 0 5 0 518260593 415166464 36119 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=405436 CPUtime=25.15 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 10207 0 0 0 2461 54 0 0 18 0 5 0 518260594 415166464 36119 33554432000 4194304 5787044 140734523883472 18446744073709551615 4254552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=405436 CPUtime=25.26 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 8830 0 0 0 2476 50 0 0 20 0 5 0 518260595 415166464 36119 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=405436 CPUtime=25.35 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 8380 0 0 0 2513 22 0 0 23 0 5 0 518260596 415166464 36119 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 414136

[startup+51.1008 s]
/proc/loadavg: 8.12 8.05 8.00 9/188 15828
/proc/meminfo: memFree=30098000/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=409800 CPUtime=203.26 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 47053 0 0 0 20074 252 0 0 18 0 5 0 518260585 419635200 37550 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 102450 37550 419 389 0 98200 0
[pid=15822/tid=15824] ppid=15821 vsize=409800 CPUtime=50.81 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 10288 0 0 0 5011 70 0 0 19 0 5 0 518260593 419635200 37550 33554432000 4194304 5787044 140734523883472 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=409800 CPUtime=50.56 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 10314 0 0 0 4980 76 0 0 18 0 5 0 518260594 419635200 37550 33554432000 4194304 5787044 140734523883472 18446744073709551615 4254566 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=409800 CPUtime=50.8 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 8934 0 0 0 5010 70 0 0 18 0 5 0 518260595 419635200 37550 33554432000 4194304 5787044 140734523883472 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=409800 CPUtime=50.94 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 9475 0 0 0 5062 32 0 0 23 0 5 0 518260596 419635200 37550 33554432000 4194304 5787044 140734523883472 18446744073709551615 4254630 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (KiB) 418500

[startup+102.307 s]
/proc/loadavg: 8.15 8.07 8.01 9/188 15829
/proc/meminfo: memFree=29975968/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=424872 CPUtime=407.78 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 58885 0 0 0 40506 272 0 0 18 0 5 0 518260585 435068928 49382 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 106218 49382 419 389 0 101968 0
[pid=15822/tid=15824] ppid=15821 vsize=424872 CPUtime=102.01 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 12822 0 0 0 10126 75 0 0 25 0 5 0 518260593 435068928 49382 33554432000 4194304 5787044 140734523883472 18446744073709551615 4234944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=424872 CPUtime=101.48 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 14364 0 0 0 10067 81 0 0 25 0 5 0 518260594 435068928 49382 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=424872 CPUtime=102 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 11262 0 0 0 10125 75 0 0 25 0 5 0 518260595 435068928 49382 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=424872 CPUtime=102.15 cores=0,2,4,6

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

/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 52533 0 0 0 81995 126 0 0 25 0 5 0 518260594 1060401152 199271 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1035548 CPUtime=821.94 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 39670 0 0 0 82085 109 0 0 25 0 5 0 518260595 1060401152 199271 33554432000 4194304 5787044 140734523883472 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1035548 CPUtime=821.49 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 60192 0 0 0 82063 86 0 0 25 0 5 0 518260596 1060401152 199271 33554432000 4194304 5787044 140734523883472 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.67
Current children cumulated vsize (KiB) 1044248

[startup+882.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/188 15850
/proc/meminfo: memFree=28860384/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=1050348 CPUtime=3523.34 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 221069 0 0 0 351878 456 0 0 18 0 5 0 518260585 1075556352 210776 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 262587 210776 419 389 0 258337 0
[pid=15822/tid=15824] ppid=15821 vsize=1050348 CPUtime=878.9 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 51998 0 0 0 87768 122 0 0 25 0 5 0 518260593 1075556352 210776 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=1050348 CPUtime=881.19 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 55400 0 0 0 87990 129 0 0 25 0 5 0 518260594 1075556352 210776 33554432000 4194304 5787044 140734523883472 18446744073709551615 5576681 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1050348 CPUtime=881.95 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 45397 0 0 0 88080 115 0 0 25 0 5 0 518260595 1075556352 210776 33554432000 4194304 5787044 140734523883472 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1050348 CPUtime=881.16 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 60232 0 0 0 88030 86 0 0 25 0 5 0 518260596 1075556352 210776 33554432000 4194304 5787044 140734523883472 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.34
Current children cumulated vsize (KiB) 1059048

[startup+942.301 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 15852
/proc/meminfo: memFree=28474080/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=1503424 CPUtime=3762.99 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 308515 0 0 0 375813 486 0 0 18 0 5 0 518260585 1539506176 295007 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 375856 295007 419 389 0 371606 0
[pid=15822/tid=15824] ppid=15821 vsize=1503424 CPUtime=938.89 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 54765 0 0 0 93764 125 0 0 25 0 5 0 518260593 1539506176 295007 33554432000 4194304 5787044 140734523883472 18446744073709551615 5576636 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=1503424 CPUtime=941.18 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 59111 0 0 0 93984 134 0 0 25 0 5 0 518260594 1539506176 295007 33554432000 4194304 5787044 140734523883472 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1503424 CPUtime=941.94 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 49479 0 0 0 94074 120 0 0 25 0 5 0 518260595 1539506176 295007 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1503424 CPUtime=940.84 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 137118 0 0 0 93980 104 0 0 25 0 5 0 518260596 1539506176 295007 33554432000 4194304 5787044 140734523883472 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.99
Current children cumulated vsize (KiB) 1512124

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 15853
/proc/meminfo: memFree=28421700/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=1503424 CPUtime=4002.67 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 308516 0 0 0 399780 487 0 0 18 0 5 0 518260585 1539506176 295008 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 375856 295008 419 389 0 371606 0
[pid=15822/tid=15824] ppid=15821 vsize=1503424 CPUtime=998.89 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 54766 0 0 0 99764 125 0 0 25 0 5 0 518260593 1539506176 295008 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=1503424 CPUtime=1001.18 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 59111 0 0 0 99984 134 0 0 25 0 5 0 518260594 1539506176 295008 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1503424 CPUtime=1001.94 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 49479 0 0 0 100074 120 0 0 25 0 5 0 518260595 1539506176 295008 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1503424 CPUtime=1000.51 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 137118 0 0 0 99947 104 0 0 25 0 5 0 518260596 1539506176 295008 33554432000 4194304 5787044 140734523883472 18446744073709551615 4332468 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.67
Current children cumulated vsize (KiB) 1512124

[startup+1062.3 s]
/proc/loadavg: 5.47 7.29 7.75 5/177 15873
/proc/meminfo: memFree=29394788/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=1507524 CPUtime=4242.34 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 309581 0 0 0 423746 488 0 0 18 0 5 0 518260585 1543704576 296073 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 376881 296073 419 389 0 372631 0
[pid=15822/tid=15824] ppid=15821 vsize=1507524 CPUtime=1058.88 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 54767 0 0 0 105763 125 0 0 25 0 5 0 518260593 1543704576 296073 33554432000 4194304 5787044 140734523883472 18446744073709551615 4219928 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=1507524 CPUtime=1061.17 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 59111 0 0 0 105983 134 0 0 25 0 5 0 518260594 1543704576 296073 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1507524 CPUtime=1061.95 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 50543 0 0 0 106074 121 0 0 25 0 5 0 518260595 1543704576 296073 33554432000 4194304 5787044 140734523883472 18446744073709551615 5590768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1507524 CPUtime=1060.19 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 137118 0 0 0 105915 104 0 0 25 0 5 0 518260596 1543704576 296073 33554432000 4194304 5787044 140734523883472 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 1516224

[startup+1122.3 s]
/proc/loadavg: 4.57 6.70 7.52 5/177 15884
/proc/meminfo: memFree=29355284/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=1532352 CPUtime=4482.01 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 319592 0 0 0 447697 504 0 0 18 0 5 0 518260585 1569128448 306084 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 383088 306084 419 389 0 378838 0
[pid=15822/tid=15824] ppid=15821 vsize=1532352 CPUtime=1118.88 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 58876 0 0 0 111753 135 0 0 25 0 5 0 518260593 1569128448 306084 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=1532352 CPUtime=1121.17 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 59403 0 0 0 111981 136 0 0 25 0 5 0 518260594 1569128448 306084 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1532352 CPUtime=1121.95 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 54639 0 0 0 112072 123 0 0 25 0 5 0 518260595 1569128448 306084 33554432000 4194304 5787044 140734523883472 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1532352 CPUtime=1119.86 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 138632 0 0 0 111880 106 0 0 25 0 5 0 518260596 1569128448 306084 33554432000 4194304 5787044 140734523883472 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.01
Current children cumulated vsize (KiB) 1541052

[startup+1182.3 s]
/proc/loadavg: 4.21 6.21 7.29 5/177 15885
/proc/meminfo: memFree=29301008/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=1556792 CPUtime=4721.68 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 334783 0 0 0 471631 537 0 0 18 0 5 0 518260585 1594155008 319814 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 389198 319814 419 389 0 384948 0
[pid=15822/tid=15824] ppid=15821 vsize=1556792 CPUtime=1178.88 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 63493 0 0 0 117737 151 0 0 25 0 5 0 518260593 1594155008 319814 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=1556792 CPUtime=1181.17 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 64263 0 0 0 117969 148 0 0 25 0 5 0 518260594 1594155008 319814 33554432000 4194304 5787044 140734523883472 18446744073709551615 212435677893 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1556792 CPUtime=1181.95 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 59455 0 0 0 118068 127 0 0 25 0 5 0 518260595 1594155008 319814 33554432000 4194304 5787044 140734523883472 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1556792 CPUtime=1179.54 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 139530 0 0 0 117846 108 0 0 25 0 5 0 518260596 1594155008 319814 33554432000 4194304 5787044 140734523883472 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.68
Current children cumulated vsize (KiB) 1565492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 4.15 6.06 7.22 5/177 15886
/proc/meminfo: memFree=29271236/32951124 swapFree=67111416/67111528
[pid=15821] ppid=15819 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15821/stat : 15821 (priss.sh) S 15819 15821 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518260585 8908800 251 33554432000 4194304 4922060 140734152187424 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15821/statm: 2175 251 211 178 0 68 0
[pid=15822] ppid=15821 vsize=1635424 CPUtime=4800.38 cores=0,2,4,6
/proc/15822/stat : 15822 (priss) S 15821 15821 14674 0 -1 4202496 341977 0 0 0 479484 554 0 0 18 0 5 0 518260585 1674674176 327008 33554432000 4194304 5787044 140734523883472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15822/statm: 408856 327008 419 389 0 404606 0
[pid=15822/tid=15824] ppid=15821 vsize=1635424 CPUtime=1198.58 cores=0,2,4,6
/proc/15822/task/15824/stat : 15824 (priss) R 15821 15821 14674 0 -1 4202560 66754 0 0 0 119701 157 0 0 25 0 5 0 518260593 1674674176 327008 33554432000 4194304 5787044 140734523883472 18446744073709551615 5589547 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15822/tid=15825] ppid=15821 vsize=1635424 CPUtime=1200.87 cores=0,2,4,6
/proc/15822/task/15825/stat : 15825 (priss) R 15821 15821 14674 0 -1 4202560 66252 0 0 0 119931 156 0 0 25 0 5 0 518260594 1674674176 327008 33554432000 4194304 5787044 140734523883472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15822/tid=15826] ppid=15821 vsize=1635424 CPUtime=1201.66 cores=0,2,4,6
/proc/15822/task/15826/stat : 15826 (priss) R 15821 15821 14674 0 -1 4202560 60834 0 0 0 120037 129 0 0 25 0 5 0 518260595 1674674176 327008 33554432000 4194304 5787044 140734523883472 18446744073709551615 4219934 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15822/tid=15827] ppid=15821 vsize=1635424 CPUtime=1199.12 cores=0,2,4,6
/proc/15822/task/15827/stat : 15827 (priss) R 15821 15821 14674 0 -1 4202560 140095 0 0 0 119804 108 0 0 25 0 5 0 518260596 1674674176 327008 33554432000 4194304 5787044 140734523883472 18446744073709551615 4337520 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1644124

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.38
CPU user time (s): 4794.84
CPU system time (s): 5.54
CPU usage (%): 399.361
Max. virtual memory (cumulated for all children) (KiB): 1644124

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= 5
involuntary context switches= 2

runsolver used 1.88471 second user time and 4.68129 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 10:43:02
IDJOB=3291505
IDBENCH=84227
IDSOLVER=1603
FILE ID=node102/3291505-1304066582
RUNJOBID= node102-1304060360-15212
PBS_JOBID= 13170428
Free space on /tmp= 71552 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291505-1304066582/watcher-3291505-1304066582 -o /tmp/evaluation-result-3291505-1304066582/solver-3291505-1304066582 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291505-1304066582.cnf 811494563 4800 15500 4

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=811494563

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30274776 kB
Buffers:        633828 kB
Cached:        1252636 kB
SwapCached:          8 kB
Active:         533408 kB
Inactive:      1719884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30274776 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:      366184 kB
Mapped:          15624 kB
Slab:           358460 kB
PageTables:       5428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   559852 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= 71556 MiB
End job on node102 at 2011-04-29 11:03:06