Trace number 3286859

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.1 1202.42

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 17131
0.00/0.29	c parsetime: 293821us
0.00/0.29	c parsed 1076507 clauses with 360364 variables
0.00/0.36	c NW started thread 0 successfully (1101039936)
0.00/0.42	c NW started thread 1 successfully (1111529792)
0.00/0.49	c NW started thread 2 successfully (1122019648)
0.00/0.56	c NW started thread 3 successfully (1132509504)
53.29/13.82	c preprocessor returned 360364 variables
53.29/13.82	c preprocessing returned UNKNOWN
53.29/13.82	c PP set 597 variables
53.29/13.82	c pp time: 13377626us (13s)
53.68/13.92	c preprocessor returned 360364 variables
53.68/13.92	c preprocessing returned UNKNOWN
53.68/13.92	c PP set 597 variables
53.68/13.92	c pp time: 13334505us (13s)
53.68/13.97	c preprocessor returned 360364 variables
53.68/13.97	c preprocessing returned UNKNOWN
53.68/13.97	c PP set 597 variables
53.68/13.97	c pp time: 13452347us (13s)
54.08/14.09	c preprocessor returned 360364 variables
54.08/14.09	c preprocessing returned UNKNOWN
54.08/14.09	c PP set 597 variables
54.08/14.09	c pp time: 13443393us (13s)
58.46/15.13	c HTE
60.06/15.52	c subsumption
61.65/15.98	c simplified formula contains 0 unit clauses
4677.45/1171.79	c HTE
4689.04/1174.64	c subsumption
4698.64/1177.02	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-3286859-1304051183/watcher-3286859-1304051183 -o /tmp/evaluation-result-3286859-1304051183/solver-3286859-1304051183 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3286859-1304051183.cnf 1304126431 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: 7.31 6.58 7.13 6/182 17130
/proc/meminfo: memFree=16108816/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0

[startup+0.0993289 s]
/proc/loadavg: 7.31 6.58 7.13 6/182 17130
/proc/meminfo: memFree=16108816/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100328 s]
/proc/loadavg: 7.31 6.58 7.13 6/182 17130
/proc/meminfo: memFree=16108816/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300291 s]
/proc/loadavg: 7.31 6.58 7.13 6/182 17130
/proc/meminfo: memFree=16108816/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700179 s]
/proc/loadavg: 7.31 6.58 7.13 6/182 17130
/proc/meminfo: memFree=16108816/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 7.31 6.58 7.13 9/188 17136
/proc/meminfo: memFree=15241396/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=889204 CPUtime=4.38 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 284601 0 0 0 378 60 0 0 18 0 5 0 595348916 910544896 170251 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 222301 170251 348 389 0 218051 0
[pid=17131/tid=17133] ppid=17130 vsize=889204 CPUtime=1.04 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 60342 0 0 0 90 14 0 0 18 0 5 0 595348953 910544896 170251 33554432000 4194304 5787044 140737272048560 18446744073709551615 4330666 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=889204 CPUtime=0.96 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 59456 0 0 0 81 15 0 0 18 0 5 0 595348959 910544896 170251 33554432000 4194304 5787044 140737272048560 18446744073709551615 4330763 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=889204 CPUtime=0.92 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 58158 0 0 0 81 11 0 0 18 0 5 0 595348966 910544896 170251 33554432000 4194304 5787044 140737272048560 18446744073709551615 4330481 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=889204 CPUtime=0.87 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 55908 0 0 0 75 12 0 0 18 0 5 0 595348973 910544896 170251 33554432000 4194304 5787044 140737272048560 18446744073709551615 4331898 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 897904

[startup+3.10074 s]
/proc/loadavg: 7.31 6.58 7.13 9/188 17136
/proc/meminfo: memFree=15439672/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=1081048 CPUtime=10.6 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 328128 0 0 0 971 89 0 0 18 0 5 0 595348916 1106993152 197502 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 270262 197503 350 389 0 266012 0
[pid=17131/tid=17133] ppid=17130 vsize=1081048 CPUtime=2.58 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 67539 0 0 0 237 21 0 0 17 0 5 0 595348953 1106993152 197505 33554432000 4194304 5787044 140737272048560 18446744073709551615 4335766 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=1081048 CPUtime=2.52 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 70617 0 0 0 232 20 0 0 18 0 5 0 595348959 1106993152 197506 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032221877 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=1081048 CPUtime=2.46 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 69782 0 0 0 227 19 0 0 18 0 5 0 595348966 1106993152 197506 33554432000 4194304 5787044 140737272048560 18446744073709551615 4340484 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=1081048 CPUtime=2.44 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 69457 0 0 0 224 20 0 0 18 0 5 0 595348973 1106993152 197506 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032221877 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 1089748

[startup+6.30115 s]
/proc/loadavg: 7.36 6.60 7.14 9/188 17136
/proc/meminfo: memFree=15172872/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=1184152 CPUtime=23.34 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 364233 0 0 0 2231 103 0 0 18 0 5 0 595348916 1212571648 233607 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 296038 233607 351 389 0 291788 0
[pid=17131/tid=17133] ppid=17130 vsize=1184152 CPUtime=5.77 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 75210 0 0 0 553 24 0 0 25 0 5 0 595348953 1212571648 233607 33554432000 4194304 5787044 140737272048560 18446744073709551615 4345937 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=1184152 CPUtime=5.72 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 83332 0 0 0 548 24 0 0 25 0 5 0 595348959 1212571648 233607 33554432000 4194304 5787044 140737272048560 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=1184152 CPUtime=5.64 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 78895 0 0 0 541 23 0 0 25 0 5 0 595348966 1212571648 233607 33554432000 4194304 5787044 140737272048560 18446744073709551615 260020089908 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=1184152 CPUtime=5.61 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 76059 0 0 0 538 23 0 0 25 0 5 0 595348973 1212571648 233607 33554432000 4194304 5787044 140737272048560 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 1192852

[startup+12.701 s]
/proc/loadavg: 7.41 6.63 7.14 9/188 17136
/proc/meminfo: memFree=15172388/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=1184152 CPUtime=48.9 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 364234 0 0 0 4787 103 0 0 18 0 5 0 595348916 1212571648 233608 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 296038 233608 352 389 0 291788 0
[pid=17131/tid=17133] ppid=17130 vsize=1184152 CPUtime=12.17 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 75211 0 0 0 1193 24 0 0 25 0 5 0 595348953 1212571648 233608 33554432000 4194304 5787044 140737272048560 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=1184152 CPUtime=12.12 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 83332 0 0 0 1188 24 0 0 25 0 5 0 595348959 1212571648 233608 33554432000 4194304 5787044 140737272048560 18446744073709551615 18446744073699065961 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=1184152 CPUtime=12.04 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 78895 0 0 0 1181 23 0 0 25 0 5 0 595348966 1212571648 233608 33554432000 4194304 5787044 140737272048560 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=1184152 CPUtime=11.98 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 76059 0 0 0 1175 23 0 0 25 0 5 0 595348973 1212571648 233608 33554432000 4194304 5787044 140737272048560 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.9
Current children cumulated vsize (KiB) 1192852

[startup+25.5006 s]
/proc/loadavg: 7.61 6.71 7.16 9/188 17137
/proc/meminfo: memFree=14891888/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=1442712 CPUtime=99.99 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 512977 0 0 0 9863 136 0 0 18 0 5 0 595348916 1477337088 301483 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 360678 301483 418 389 0 356428 0
[pid=17131/tid=17133] ppid=17130 vsize=1442712 CPUtime=24.96 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 101345 0 0 0 2466 30 0 0 19 0 5 0 595348953 1477337088 301483 33554432000 4194304 5787044 140737272048560 18446744073709551615 4254593 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=1442712 CPUtime=24.91 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 119108 0 0 0 2459 32 0 0 25 0 5 0 595348959 1477337088 301483 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=1442712 CPUtime=24.83 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 114677 0 0 0 2452 31 0 0 19 0 5 0 595348966 1477337088 301483 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=1442712 CPUtime=24.69 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 127110 0 0 0 2436 33 0 0 25 0 5 0 595348973 1477337088 301483 33554432000 4194304 5787044 140737272048560 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (KiB) 1451412

[startup+51.1009 s]
/proc/loadavg: 7.88 6.84 7.19 9/188 17137
/proc/meminfo: memFree=14785488/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=1508248 CPUtime=202.23 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 519734 0 0 0 20075 148 0 0 18 0 5 0 595348916 1544445952 308237 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 377062 308237 418 389 0 372812 0
[pid=17131/tid=17133] ppid=17130 vsize=1508248 CPUtime=50.55 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 104453 0 0 0 5022 33 0 0 25 0 5 0 595348953 1544445952 308237 33554432000 4194304 5787044 140737272048560 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=1508248 CPUtime=50.51 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 120180 0 0 0 5015 36 0 0 25 0 5 0 595348959 1544445952 308237 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=1508248 CPUtime=50.42 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 115871 0 0 0 5008 34 0 0 25 0 5 0 595348966 1544445952 308237 33554432000 4194304 5787044 140737272048560 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=1508248 CPUtime=50.14 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 128493 0 0 0 4978 36 0 0 20 0 5 0 595348973 1544445952 308237 33554432000 4194304 5787044 140737272048560 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.23
Current children cumulated vsize (KiB) 1516948

[startup+102.306 s]
/proc/loadavg: 8.00 7.03 7.24 9/188 17139
/proc/meminfo: memFree=14728148/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=1573784 CPUtime=406.74 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 531168 0 0 0 40501 173 0 0 18 0 5 0 595348916 1611554816 319449 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 393446 319449 418 389 0 389196 0
[pid=17131/tid=17133] ppid=17130 vsize=1573784 CPUtime=101.75 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 107731 0 0 0 10136 39 0 0 25 0 5 0 595348953 1611554816 319449 33554432000 4194304 5787044 140737272048560 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=1573784 CPUtime=101.7 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 122541 0 0 0 10128 42 0 0 25 0 5 0 595348959 1611554816 319449 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=1573784 CPUtime=101.63 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 119983 0 0 0 10121 42 0 0 25 0 5 0 595348966 1611554816 319449 33554432000 4194304 5787044 140737272048560 18446744073709551615 5592149 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=1573784 CPUtime=101.08 cores=0,2,4,6

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

/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 151284 0 0 0 81962 96 0 0 25 0 5 0 595348959 2081316864 430291 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2032536 CPUtime=818.75 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 148672 0 0 0 81783 92 0 0 25 0 5 0 595348966 2081316864 430291 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2032536 CPUtime=820.89 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 160342 0 0 0 81992 97 0 0 25 0 5 0 595348973 2081316864 430291 33554432000 4194304 5787044 140737272048560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3281.8
Current children cumulated vsize (KiB) 2041236

[startup+882.301 s]
/proc/loadavg: 8.20 8.08 7.73 9/188 17163
/proc/meminfo: memFree=13522528/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=2098072 CPUtime=3521.47 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 649458 0 0 0 351756 391 0 0 18 0 5 0 595348916 2148425728 433733 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 524518 433733 418 389 0 520268 0
[pid=17131/tid=17133] ppid=17130 vsize=2098072 CPUtime=881.01 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 134321 0 0 0 88012 89 0 0 25 0 5 0 595348953 2148425728 433733 33554432000 4194304 5787044 140737272048560 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=2098072 CPUtime=880.57 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 154108 0 0 0 87956 101 0 0 25 0 5 0 595348959 2148425728 433733 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2098072 CPUtime=878.41 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 149618 0 0 0 87747 94 0 0 25 0 5 0 595348966 2148425728 433733 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2098072 CPUtime=880.88 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 160674 0 0 0 87990 98 0 0 25 0 5 0 595348973 2148425728 433733 33554432000 4194304 5787044 140737272048560 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3521.47
Current children cumulated vsize (KiB) 2106772

[startup+942.3 s]
/proc/loadavg: 8.12 8.08 7.75 9/188 17164
/proc/meminfo: memFree=13476500/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=2098072 CPUtime=3761.14 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 652348 0 0 0 375715 399 0 0 18 0 5 0 595348916 2148425728 436623 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 524518 436623 418 389 0 520268 0
[pid=17131/tid=17133] ppid=17130 vsize=2098072 CPUtime=941.01 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 134321 0 0 0 94011 90 0 0 25 0 5 0 595348953 2148425728 436623 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=2098072 CPUtime=940.56 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 154110 0 0 0 93954 102 0 0 25 0 5 0 595348959 2148425728 436623 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2098072 CPUtime=938.09 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 149618 0 0 0 93714 95 0 0 25 0 5 0 595348966 2148425728 436623 33554432000 4194304 5787044 140737272048560 18446744073709551615 4255061 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2098072 CPUtime=940.88 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 163562 0 0 0 93984 104 0 0 25 0 5 0 595348973 2148425728 436623 33554432000 4194304 5787044 140737272048560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3761.14
Current children cumulated vsize (KiB) 2106772

[startup+1002.3 s]
/proc/loadavg: 8.04 8.06 7.76 9/188 17166
/proc/meminfo: memFree=13458880/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=2163608 CPUtime=4000.81 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 655018 0 0 0 399674 407 0 0 18 0 5 0 595348916 2215534592 439293 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 540902 439293 418 389 0 536652 0
[pid=17131/tid=17133] ppid=17130 vsize=2163608 CPUtime=1001.01 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 134321 0 0 0 100011 90 0 0 25 0 5 0 595348953 2215534592 439293 33554432000 4194304 5787044 140737272048560 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=2163608 CPUtime=1000.56 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 154110 0 0 0 99953 103 0 0 25 0 5 0 595348959 2215534592 439293 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2163608 CPUtime=997.77 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 149618 0 0 0 99681 96 0 0 25 0 5 0 595348966 2215534592 439293 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2163608 CPUtime=1000.88 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 166232 0 0 0 99979 109 0 0 25 0 5 0 595348973 2215534592 439293 33554432000 4194304 5787044 140737272048560 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4000.81
Current children cumulated vsize (KiB) 2172308

[startup+1062.3 s]
/proc/loadavg: 8.01 8.05 7.77 5/182 17168
/proc/meminfo: memFree=14800316/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=2163608 CPUtime=4240.48 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 660475 0 0 0 423635 413 0 0 18 0 5 0 595348916 2215534592 444750 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 540902 444750 418 389 0 536652 0
[pid=17131/tid=17133] ppid=17130 vsize=2163608 CPUtime=1061.01 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 135348 0 0 0 106010 91 0 0 25 0 5 0 595348953 2215534592 444750 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=2163608 CPUtime=1060.56 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 155106 0 0 0 105952 104 0 0 25 0 5 0 595348959 2215534592 444750 33554432000 4194304 5787044 140737272048560 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2163608 CPUtime=1057.44 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 149619 0 0 0 105647 97 0 0 25 0 5 0 595348966 2215534592 444750 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2163608 CPUtime=1060.89 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 169665 0 0 0 105976 113 0 0 25 0 5 0 595348973 2215534592 444750 33554432000 4194304 5787044 140737272048560 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4240.48
Current children cumulated vsize (KiB) 2172308

[startup+1122.3 s]
/proc/loadavg: 8.04 8.05 7.79 9/188 17202
/proc/meminfo: memFree=14387456/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=2163608 CPUtime=4480.15 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 667298 0 0 0 447591 424 0 0 18 0 5 0 595348916 2215534592 451573 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 540902 451573 418 389 0 536652 0
[pid=17131/tid=17133] ppid=17130 vsize=2163608 CPUtime=1121.01 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 137510 0 0 0 112006 95 0 0 25 0 5 0 595348953 2215534592 451573 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=2163608 CPUtime=1120.56 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 156148 0 0 0 111951 105 0 0 25 0 5 0 595348959 2215534592 451573 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2163608 CPUtime=1117.11 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 150927 0 0 0 111613 98 0 0 25 0 5 0 595348966 2215534592 451573 33554432000 4194304 5787044 140737272048560 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2163608 CPUtime=1120.88 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 171976 0 0 0 111970 118 0 0 25 0 5 0 595348973 2215534592 451573 33554432000 4194304 5787044 140737272048560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4480.15
Current children cumulated vsize (KiB) 2172308

[startup+1182.3 s]
/proc/loadavg: 8.12 8.07 7.81 9/188 17204
/proc/meminfo: memFree=14280056/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=2200416 CPUtime=4719.8 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 700383 0 0 0 471538 442 0 0 18 0 5 0 595348916 2253225984 472273 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 550104 472273 418 389 0 545854 0
[pid=17131/tid=17133] ppid=17130 vsize=2200416 CPUtime=1181 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 140011 0 0 0 118000 100 0 0 25 0 5 0 595348953 2253225984 472273 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=2200416 CPUtime=1180.55 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 157481 0 0 0 117947 108 0 0 25 0 5 0 595348959 2253225984 472273 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2200416 CPUtime=1176.78 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 154018 0 0 0 117577 101 0 0 25 0 5 0 595348966 2253225984 472273 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2200416 CPUtime=1180.87 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 198136 0 0 0 117962 125 0 0 25 0 5 0 595348973 2253225984 472273 33554432000 4194304 5787044 140737272048560 18446744073709551615 5527449 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4719.8
Current children cumulated vsize (KiB) 2209116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.4 s]
/proc/loadavg: 8.09 8.06 7.81 9/188 17204
/proc/meminfo: memFree=14258360/32951124 swapFree=67111528/67111528
[pid=17130] ppid=17128 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17130/stat : 17130 (priss.sh) S 17128 17130 15086 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 595348916 8908800 251 33554432000 4194304 4922060 140736623435424 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17130/statm: 2175 251 211 178 0 68 0
[pid=17131] ppid=17130 vsize=2200812 CPUtime=4800.1 cores=0,2,4,6
/proc/17131/stat : 17131 (priss) S 17130 17130 15086 0 -1 4202496 702721 0 0 0 479565 445 0 0 18 0 5 0 595348916 2253631488 474611 33554432000 4194304 5787044 140737272048560 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17131/statm: 550203 474611 418 389 0 545953 0
[pid=17131/tid=17133] ppid=17130 vsize=2200812 CPUtime=1201.11 cores=0,2,4,6
/proc/17131/task/17133/stat : 17133 (priss) R 17130 17130 15086 0 -1 4202560 140814 0 0 0 120011 100 0 0 25 0 5 0 595348953 2253631488 474611 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17131/tid=17134] ppid=17130 vsize=2200812 CPUtime=1200.66 cores=0,2,4,6
/proc/17131/task/17134/stat : 17134 (priss) R 17130 17130 15086 0 -1 4202560 158295 0 0 0 119956 110 0 0 25 0 5 0 595348959 2253631488 474611 33554432000 4194304 5787044 140737272048560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17131/tid=17135] ppid=17130 vsize=2200812 CPUtime=1196.76 cores=0,2,4,6
/proc/17131/task/17135/stat : 17135 (priss) R 17130 17130 15086 0 -1 4202560 154739 0 0 0 119574 102 0 0 25 0 5 0 595348966 2253631488 474611 33554432000 4194304 5787044 140737272048560 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17131/tid=17136] ppid=17130 vsize=2200812 CPUtime=1200.98 cores=0,2,4,6
/proc/17131/task/17136/stat : 17136 (priss) R 17130 17130 15086 0 -1 4202560 198136 0 0 0 119973 125 0 0 25 0 5 0 595348973 2253631488 474611 33554432000 4194304 5787044 140737272048560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2209512

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

Real time (s): 1202.42
CPU time (s): 4800.1
CPU user time (s): 4795.65
CPU system time (s): 4.45
CPU usage (%): 399.204
Max. virtual memory (cumulated for all children) (KiB): 2242904

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.89071 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 06:26:23
IDJOB=3286859
IDBENCH=82446
IDSOLVER=1603
FILE ID=node110/3286859-1304051183
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72816 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286859-1304051183/watcher-3286859-1304051183 -o /tmp/evaluation-result-3286859-1304051183/solver-3286859-1304051183 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3286859-1304051183.cnf 1304126431 4800 15500 4

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=1304126431

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16108848 kB
Buffers:       2339416 kB
Cached:       13383880 kB
SwapCached:          0 kB
Active:        8422324 kB
Inactive:      7846552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16108848 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21736 kB
Writeback:           0 kB
AnonPages:      544672 kB
Mapped:          15764 kB
Slab:           508632 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   744324 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= 72800 MiB
End job on node110 at 2011-04-29 06:46:28