Trace number 3499513

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) 20399.9 5100.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2742.7
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 548294

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 18427
0.00/0.03	c parsetime: 32397us
0.00/0.03	c parsed 48342 clauses with 120 variables
0.00/0.04	c NW started thread 0 successfully (1085950272)
0.00/0.06	c NW started thread 1 successfully (1112484160)
0.00/0.08	c NW started thread 2 successfully (1096780096)
0.00/0.11	c NW started thread 3 successfully (1122974016)
98.58/24.73	c preprocessor returned 10110 variables
98.58/24.73	c preprocessing returned UNKNOWN
98.58/24.73	c PP set 0 variables
98.58/24.73	c pp time: 24675688us (24s)
99.78/25.05	c preprocessor returned 10110 variables
99.78/25.05	c preprocessing returned UNKNOWN
99.78/25.05	c PP set 0 variables
99.78/25.05	c pp time: 24969015us (24s)
100.60/25.24	c preprocessor returned 10110 variables
100.60/25.25	c preprocessing returned UNKNOWN
100.60/25.25	c PP set 0 variables
100.60/25.25	c pp time: 25205212us (25s)
707.75/177.06	c preprocessor returned 30377 variables
707.75/177.06	c preprocessing returned UNKNOWN
707.75/177.06	c PP set 0 variables
707.75/177.06	c pp time: 176949059us (176s)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499513-1308003704/watcher-3499513-1308003704 -o /var/tmp/evaluation-result-3499513-1308003704/solver-3499513-1308003704 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499513-1308003704.cnf 600396428 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 18426
/proc/meminfo: memFree=14853516/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0

[startup+0.019481 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 18426
/proc/meminfo: memFree=14853516/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100442 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 18426
/proc/meminfo: memFree=14853516/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300406 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 18426
/proc/meminfo: memFree=14853516/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700345 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 18426
/proc/meminfo: memFree=14853516/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50121 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18432
/proc/meminfo: memFree=14824228/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=213216 CPUtime=5.8 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 7741 0 0 0 576 4 0 0 20 0 5 0 990601036 218333184 7579 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 53304 7579 351 389 0 49054 0
[pid=18427/tid=18429] ppid=18426 vsize=213216 CPUtime=1.45 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 877 0 0 0 144 1 0 0 18 0 5 0 990601041 218333184 7579 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=213216 CPUtime=1.43 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 823 0 0 0 143 0 0 0 19 0 5 0 990601043 218333184 7579 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=213216 CPUtime=1.41 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 734 0 0 0 141 0 0 0 18 0 5 0 990601045 218333184 7579 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=213216 CPUtime=1.38 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 740 0 0 0 138 0 0 0 18 0 5 0 990601047 218333184 7579 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 221916

[startup+3.10091 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18432
/proc/meminfo: memFree=14824476/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=213216 CPUtime=12.19 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 7742 0 0 0 1215 4 0 0 20 0 5 0 990601036 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 53304 7580 351 389 0 49054 0
[pid=18427/tid=18429] ppid=18426 vsize=213216 CPUtime=3.05 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 878 0 0 0 304 1 0 0 18 0 5 0 990601041 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=213216 CPUtime=3.03 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 823 0 0 0 303 0 0 0 18 0 5 0 990601043 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=213216 CPUtime=3.01 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 734 0 0 0 301 0 0 0 18 0 5 0 990601045 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=213216 CPUtime=2.98 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 740 0 0 0 298 0 0 0 20 0 5 0 990601047 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 221916

[startup+6.30035 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18432
/proc/meminfo: memFree=14824940/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=213216 CPUtime=24.99 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 7742 0 0 0 2495 4 0 0 20 0 5 0 990601036 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 53304 7580 351 389 0 49054 0
[pid=18427/tid=18429] ppid=18426 vsize=213216 CPUtime=6.25 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 878 0 0 0 624 1 0 0 18 0 5 0 990601041 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=213216 CPUtime=6.23 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 823 0 0 0 623 0 0 0 18 0 5 0 990601043 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=213216 CPUtime=6.2 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 734 0 0 0 620 0 0 0 18 0 5 0 990601045 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=213216 CPUtime=6.18 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 740 0 0 0 618 0 0 0 25 0 5 0 990601047 218333184 7580 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 221916

[startup+12.7012 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18432
/proc/meminfo: memFree=14825320/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=213216 CPUtime=50.59 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 7743 0 0 0 5054 5 0 0 20 0 5 0 990601036 218333184 7581 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 53304 7581 351 389 0 49054 0
[pid=18427/tid=18429] ppid=18426 vsize=213216 CPUtime=12.65 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 878 0 0 0 1264 1 0 0 18 0 5 0 990601041 218333184 7581 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=213216 CPUtime=12.63 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 823 0 0 0 1263 0 0 0 18 0 5 0 990601043 218333184 7581 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=213216 CPUtime=12.6 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 735 0 0 0 1260 0 0 0 18 0 5 0 990601045 218333184 7581 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=213216 CPUtime=12.58 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 740 0 0 0 1258 0 0 0 25 0 5 0 990601047 218333184 7581 33554432000 4194304 5787044 140735311612928 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 221916

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18433
/proc/meminfo: memFree=14799656/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=296180 CPUtime=101.79 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 16839 0 0 0 10170 9 0 0 20 0 5 0 990601036 303288320 14797 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 74045 14797 405 389 0 69795 0
[pid=18427/tid=18429] ppid=18426 vsize=296180 CPUtime=25.44 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 2266 0 0 0 2543 1 0 0 18 0 5 0 990601041 303288320 14797 33554432000 4194304 5787044 140735311612928 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=296180 CPUtime=25.42 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 3011 0 0 0 2541 1 0 0 18 0 5 0 990601043 303288320 14797 33554432000 4194304 5787044 140735311612928 18446744073709551615 5592091 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=296180 CPUtime=25.4 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 4116 0 0 0 2539 1 0 0 18 0 5 0 990601045 303288320 14797 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=296180 CPUtime=25.37 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 2879 0 0 0 2537 0 0 0 25 0 5 0 990601047 303288320 14797 33554432000 4194304 5787044 140735311612928 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 304880

[startup+51.1005 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18433
/proc/meminfo: memFree=14766728/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=304656 CPUtime=204.15 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 24642 0 0 0 20393 22 0 0 20 0 5 0 990601036 311967744 22598 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 76164 22598 405 389 0 71914 0
[pid=18427/tid=18429] ppid=18426 vsize=304656 CPUtime=51.04 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 5949 0 0 0 5099 5 0 0 18 0 5 0 990601041 311967744 22598 33554432000 4194304 5787044 140735311612928 18446744073709551615 5592109 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=304656 CPUtime=51 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 4938 0 0 0 5092 8 0 0 20 0 5 0 990601043 311967744 22598 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=304656 CPUtime=50.99 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 6307 0 0 0 5095 4 0 0 20 0 5 0 990601045 311967744 22598 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=304656 CPUtime=50.97 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 2881 0 0 0 5097 0 0 0 25 0 5 0 990601047 311967744 22598 33554432000 4194304 5787044 140735311612928 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.15
Current children cumulated vsize (KiB) 313356

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18435
/proc/meminfo: memFree=14720304/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=323660 CPUtime=408.96 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 36270 0 0 0 40858 38 0 0 20 0 5 0 990601036 331427840 34116 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 80915 34116 405 389 0 76665 0
[pid=18427/tid=18429] ppid=18426 vsize=323660 CPUtime=102.23 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 7845 0 0 0 10216 7 0 0 25 0 5 0 990601041 331427840 34116 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=323660 CPUtime=102.2 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 10499 0 0 0 10204 16 0 0 25 0 5 0 990601043 331427840 34116 33554432000 4194304 5787044 140735311612928 18446744073709551615 5590291 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=323660 CPUtime=102.2 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 10478 0 0 0 10210 10 0 0 25 0 5 0 990601045 331427840 34116 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=323660 CPUtime=102.18 cores=0-7

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

/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 70886 0 0 0 472038 177 0 0 25 0 5 0 990601043 1411833856 284926 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1378744 CPUtime=4722.26 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 72504 0 0 0 472141 85 0 0 25 0 5 0 990601045 1411833856 284926 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1378744 CPUtime=4722.25 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 76083 0 0 0 472134 91 0 0 25 0 5 0 990601047 1411833856 284926 33554432000 4194304 5787044 140735311612928 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18889.1
Current children cumulated vsize (KiB) 1387444

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18575
/proc/meminfo: memFree=13694940/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=1383512 CPUtime=19129 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 298845 0 0 0 1912464 440 0 0 20 0 5 0 990601036 1416716288 289506 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 345878 289506 418 389 0 341628 0
[pid=18427/tid=18429] ppid=18426 vsize=1383512 CPUtime=4782.26 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 71389 0 0 0 478151 75 0 0 25 0 5 0 990601041 1416716288 289506 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=1383512 CPUtime=4782.15 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 72001 0 0 0 478033 182 0 0 25 0 5 0 990601043 1416716288 289506 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1383512 CPUtime=4782.26 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 73685 0 0 0 478139 87 0 0 25 0 5 0 990601045 1416716288 289506 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1383512 CPUtime=4782.24 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 77203 0 0 0 478132 92 0 0 25 0 5 0 990601047 1416716288 289506 33554432000 4194304 5787044 140735311612928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19129
Current children cumulated vsize (KiB) 1392212

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18576
/proc/meminfo: memFree=13673316/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=1388356 CPUtime=19369.1 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 304203 0 0 0 1936455 450 0 0 20 0 5 0 990601036 1421676544 294864 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 347089 294864 418 389 0 342839 0
[pid=18427/tid=18429] ppid=18426 vsize=1388356 CPUtime=4842.26 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 73432 0 0 0 484149 77 0 0 25 0 5 0 990601041 1421676544 294864 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=1388356 CPUtime=4842.15 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 73041 0 0 0 484029 186 0 0 25 0 5 0 990601043 1421676544 294864 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1388356 CPUtime=4842.25 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 74904 0 0 0 484137 88 0 0 25 0 5 0 990601045 1421676544 294864 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1388356 CPUtime=4842.24 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 78259 0 0 0 484130 94 0 0 25 0 5 0 990601047 1421676544 294864 33554432000 4194304 5787044 140735311612928 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19369.1
Current children cumulated vsize (KiB) 1397056

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18578
/proc/meminfo: memFree=13656048/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=1393532 CPUtime=19609.1 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 308611 0 0 0 1960447 458 0 0 20 0 5 0 990601036 1426976768 299272 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 348383 299272 418 389 0 344133 0
[pid=18427/tid=18429] ppid=18426 vsize=1393532 CPUtime=4902.26 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 74366 0 0 0 490147 79 0 0 25 0 5 0 990601041 1426976768 299272 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=1393532 CPUtime=4902.15 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 74198 0 0 0 490025 190 0 0 25 0 5 0 990601043 1426976768 299272 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1393532 CPUtime=4902.25 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 76170 0 0 0 490136 89 0 0 25 0 5 0 990601045 1426976768 299272 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1393532 CPUtime=4902.24 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 79310 0 0 0 490128 96 0 0 25 0 5 0 990601047 1426976768 299272 33554432000 4194304 5787044 140735311612928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19609.1
Current children cumulated vsize (KiB) 1402232

[startup+4962.3 s]
/proc/loadavg: 4.03 4.01 3.96 5/176 18579
/proc/meminfo: memFree=13634420/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=1464108 CPUtime=19849.1 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 313963 0 0 0 1984439 466 0 0 20 0 5 0 990601036 1499246592 304624 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 366027 304624 418 389 0 361777 0
[pid=18427/tid=18429] ppid=18426 vsize=1464108 CPUtime=4962.25 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 76448 0 0 0 496144 81 0 0 25 0 5 0 990601041 1499246592 304624 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=1464108 CPUtime=4962.15 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 75220 0 0 0 496023 192 0 0 25 0 5 0 990601043 1499246592 304624 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1464108 CPUtime=4962.25 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 77404 0 0 0 496135 90 0 0 25 0 5 0 990601045 1499246592 304624 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1464108 CPUtime=4962.25 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 80324 0 0 0 496127 98 0 0 25 0 5 0 990601047 1499246592 304624 33554432000 4194304 5787044 140735311612928 18446744073709551615 5528377 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19849.1
Current children cumulated vsize (KiB) 1472808

[startup+5022.3 s]
/proc/loadavg: 4.01 4.01 3.96 5/176 18581
/proc/meminfo: memFree=13617144/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=1468540 CPUtime=20089.1 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 318538 0 0 0 2008432 474 0 0 20 0 5 0 990601036 1503784960 308974 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 367135 308974 418 389 0 362885 0
[pid=18427/tid=18429] ppid=18426 vsize=1468540 CPUtime=5022.25 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 77348 0 0 0 502143 82 0 0 25 0 5 0 990601041 1503784960 308974 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=1468540 CPUtime=5022.15 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 76247 0 0 0 502019 196 0 0 25 0 5 0 990601043 1503784960 308974 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1468540 CPUtime=5022.26 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 78496 0 0 0 502135 91 0 0 25 0 5 0 990601045 1503784960 308974 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1468540 CPUtime=5022.25 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 81880 0 0 0 502125 100 0 0 25 0 5 0 990601047 1503784960 308974 33554432000 4194304 5787044 140735311612928 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20089.1
Current children cumulated vsize (KiB) 1477240

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 18583
/proc/meminfo: memFree=13611904/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=1472580 CPUtime=20329.1 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 319834 0 0 0 2032430 476 0 0 20 0 5 0 990601036 1507921920 310270 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 368145 310270 418 389 0 363895 0
[pid=18427/tid=18429] ppid=18426 vsize=1472580 CPUtime=5082.26 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 77611 0 0 0 508143 83 0 0 25 0 5 0 990601041 1507921920 310270 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=1472580 CPUtime=5082.15 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 77230 0 0 0 508018 197 0 0 25 0 5 0 990601043 1507921920 310270 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1472580 CPUtime=5082.26 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 78546 0 0 0 508135 91 0 0 25 0 5 0 990601045 1507921920 310270 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1472580 CPUtime=5082.25 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 81880 0 0 0 508125 100 0 0 25 0 5 0 990601047 1507921920 310270 33554432000 4194304 5787044 140735311612928 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20329.1
Current children cumulated vsize (KiB) 1481280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 18583
/proc/meminfo: memFree=13610652/32951124 swapFree=67054712/67111528
[pid=18426] ppid=18424 vsize=8700 CPUtime=0 cores=0-7
/proc/18426/stat : 18426 (priss.sh) S 18424 18426 18195 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 990601036 8908800 251 33554432000 4194304 4922060 140734513281728 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18426/statm: 2175 251 211 178 0 68 0
[pid=18427] ppid=18426 vsize=1473636 CPUtime=20399.9 cores=0-7
/proc/18427/stat : 18427 (priss) S 18426 18426 18195 0 -1 4202496 320147 0 0 0 2039513 476 0 0 20 0 5 0 990601036 1509003264 310583 33554432000 4194304 5787044 140735311612928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18427/statm: 368409 310583 418 389 0 364159 0
[pid=18427/tid=18429] ppid=18426 vsize=1473636 CPUtime=5099.97 cores=0-7
/proc/18427/task/18429/stat : 18429 (priss) R 18426 18426 18195 0 -1 4202560 77636 0 0 0 509914 83 0 0 25 0 5 0 990601041 1509003264 310583 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18427/tid=18430] ppid=18426 vsize=1473636 CPUtime=5099.86 cores=0-7
/proc/18427/task/18430/stat : 18430 (priss) R 18426 18426 18195 0 -1 4202560 77506 0 0 0 509788 198 0 0 25 0 5 0 990601043 1509003264 310583 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=1473636 CPUtime=5099.96 cores=0-7
/proc/18427/task/18431/stat : 18431 (priss) R 18426 18426 18195 0 -1 4202560 78558 0 0 0 509905 91 0 0 25 0 5 0 990601045 1509003264 310583 33554432000 4194304 5787044 140735311612928 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=1473636 CPUtime=5099.95 cores=0-7
/proc/18427/task/18432/stat : 18432 (priss) R 18426 18426 18195 0 -1 4202560 81880 0 0 0 509895 100 0 0 25 0 5 0 990601047 1509003264 310583 33554432000 4194304 5787044 140735311612928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20399.9
Current children cumulated vsize (KiB) 1482336

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 18426 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20399.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20399.9
CPU user time (s): 20395.1
CPU system time (s): 4.76
CPU usage (%): 399.996
Max. virtual memory (cumulated for all children) (KiB): 1482336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 8.66768 second user time and 19.1161 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-14 00:21:44
IDJOB=3499513
IDBENCH=83894
IDSOLVER=1994
FILE ID=node119/3499513-1308003704
RUNJOBID= node119-1307998601-18209
PBS_JOBID= 13559829
Free space on /var/tmp= 2880 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499513-1308003704/watcher-3499513-1308003704 -o /var/tmp/evaluation-result-3499513-1308003704/solver-3499513-1308003704 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499513-1308003704.cnf 600396428 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=600396428

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.815
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.67
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.815
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.815
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.815
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:      14853696 kB
Buffers:        119032 kB
Cached:       17334712 kB
SwapCached:      11032 kB
Active:        2029424 kB
Inactive:     15444072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14853696 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:       17680 kB
Mapped:          12780 kB
Slab:           557348 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185200 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 /var/tmp at the end= 2880 MiB
End job on node119 at 2011-06-14 01:46:46