Trace number 3499517

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1801.9
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
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 538
Number of clauses of size over 536850

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: 29374
0.00/0.02	c parsetime: 22986us
0.00/0.02	c parsed 36888 clauses with 95 variables
0.00/0.03	c NW started thread 0 successfully (1108543808)
0.00/0.04	c NW started thread 1 successfully (1119033664)
0.00/0.06	c NW started thread 2 successfully (1129523520)
0.00/0.08	c NW started thread 3 successfully (1140013376)
72.63/18.23	c preprocessor returned 10085 variables
72.63/18.23	c preprocessing returned UNKNOWN
72.63/18.23	c PP set 0 variables
72.63/18.23	c pp time: 18201458us (18s)
73.04/18.34	c preprocessor returned 10085 variables
73.04/18.34	c preprocessing returned UNKNOWN
73.04/18.34	c PP set 0 variables
73.04/18.34	c pp time: 18275553us (18s)
79.05/19.85	c preprocessor returned 10085 variables
79.05/19.85	c preprocessing returned UNKNOWN
79.05/19.85	c PP set 0 variables
79.05/19.85	c pp time: 19803598us (19s)
474.21/118.65	c preprocessor returned 30352 variables
474.21/118.65	c preprocessing returned UNKNOWN
474.21/118.65	c PP set 0 variables
474.21/118.65	c pp time: 118568594us (118s)

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-3499517-1308003798/watcher-3499517-1308003798 -o /var/tmp/evaluation-result-3499517-1308003798/solver-3499517-1308003798 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499517-1308003798.cnf 1552073833 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.95 1/170 29373
/proc/meminfo: memFree=16230428/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0

[startup+0.051827 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 29373
/proc/meminfo: memFree=16230428/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100814 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 29373
/proc/meminfo: memFree=16230428/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300775 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 29373
/proc/meminfo: memFree=16230428/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.7007 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 29373
/proc/meminfo: memFree=16230428/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50055 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29379
/proc/meminfo: memFree=16206140/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=209692 CPUtime=5.85 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 6511 0 0 0 583 2 0 0 18 0 5 0 892795281 214724608 6397 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 52423 6397 351 389 0 48173 0
[pid=29374/tid=29376] ppid=29373 vsize=209692 CPUtime=1.46 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 684 0 0 0 146 0 0 0 18 0 5 0 892795285 214724608 6397 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=209692 CPUtime=1.45 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 640 0 0 0 145 0 0 0 24 0 5 0 892795286 214724608 6397 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336827 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=209692 CPUtime=1.43 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 561 0 0 0 143 0 0 0 18 0 5 0 892795288 214724608 6397 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=209692 CPUtime=1.41 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 563 0 0 0 141 0 0 0 23 0 5 0 892795290 214724608 6397 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 218392

[startup+3.10026 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29379
/proc/meminfo: memFree=16206028/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=209692 CPUtime=12.24 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 6512 0 0 0 1222 2 0 0 18 0 5 0 892795281 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 52423 6398 351 389 0 48173 0
[pid=29374/tid=29376] ppid=29373 vsize=209692 CPUtime=3.06 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 684 0 0 0 306 0 0 0 18 0 5 0 892795285 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=209692 CPUtime=3.05 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 641 0 0 0 305 0 0 0 25 0 5 0 892795286 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=209692 CPUtime=3.03 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 561 0 0 0 303 0 0 0 18 0 5 0 892795288 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=209692 CPUtime=3.01 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 563 0 0 0 301 0 0 0 18 0 5 0 892795290 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 218392

[startup+6.30067 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29379
/proc/meminfo: memFree=16206164/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=209692 CPUtime=25.04 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 6512 0 0 0 2502 2 0 0 18 0 5 0 892795281 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 52423 6398 351 389 0 48173 0
[pid=29374/tid=29376] ppid=29373 vsize=209692 CPUtime=6.26 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 684 0 0 0 626 0 0 0 18 0 5 0 892795285 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=209692 CPUtime=6.25 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 641 0 0 0 625 0 0 0 25 0 5 0 892795286 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=209692 CPUtime=6.23 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 561 0 0 0 623 0 0 0 18 0 5 0 892795288 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=209692 CPUtime=6.21 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 563 0 0 0 621 0 0 0 18 0 5 0 892795290 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 218392

[startup+12.7005 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29379
/proc/meminfo: memFree=16206436/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=209692 CPUtime=50.64 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 6512 0 0 0 5062 2 0 0 18 0 5 0 892795281 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 52423 6398 351 389 0 48173 0
[pid=29374/tid=29376] ppid=29373 vsize=209692 CPUtime=12.66 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 684 0 0 0 1266 0 0 0 18 0 5 0 892795285 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=209692 CPUtime=12.65 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 641 0 0 0 1265 0 0 0 25 0 5 0 892795286 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=209692 CPUtime=12.63 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 561 0 0 0 1263 0 0 0 18 0 5 0 892795288 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=209692 CPUtime=12.61 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 563 0 0 0 1261 0 0 0 19 0 5 0 892795290 214724608 6398 33554432000 4194304 5787044 140735343112784 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 218392

[startup+25.5011 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29379
/proc/meminfo: memFree=16170912/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=294668 CPUtime=101.82 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 17091 0 0 0 10175 7 0 0 18 0 5 0 892795281 301740032 15871 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 73667 15871 405 389 0 69417 0
[pid=29374/tid=29376] ppid=29373 vsize=294668 CPUtime=25.45 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 3488 0 0 0 2544 1 0 0 18 0 5 0 892795285 301740032 15871 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=294668 CPUtime=25.44 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 3618 0 0 0 2543 1 0 0 25 0 5 0 892795286 301740032 15871 33554432000 4194304 5787044 140735343112784 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=294668 CPUtime=25.42 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 3171 0 0 0 2541 1 0 0 18 0 5 0 892795288 301740032 15871 33554432000 4194304 5787044 140735343112784 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=294668 CPUtime=25.4 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 2751 0 0 0 2539 1 0 0 25 0 5 0 892795290 301740032 15871 33554432000 4194304 5787044 140735343112784 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 303368

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29380
/proc/meminfo: memFree=16132468/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=298768 CPUtime=204.22 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 26594 0 0 0 20407 15 0 0 18 0 5 0 892795281 305938432 25368 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 74692 25368 405 389 0 70442 0
[pid=29374/tid=29376] ppid=29373 vsize=298768 CPUtime=51.05 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 5784 0 0 0 5101 4 0 0 18 0 5 0 892795285 305938432 25368 33554432000 4194304 5787044 140735343112784 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=298768 CPUtime=51.03 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 6538 0 0 0 5101 2 0 0 25 0 5 0 892795286 305938432 25368 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=298768 CPUtime=51.02 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 7458 0 0 0 5098 4 0 0 19 0 5 0 892795288 305938432 25368 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=298768 CPUtime=51 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 2751 0 0 0 5099 1 0 0 25 0 5 0 892795290 305938432 25368 33554432000 4194304 5787044 140735343112784 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.22
Current children cumulated vsize (KiB) 307468

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29382
/proc/meminfo: memFree=16085960/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=302868 CPUtime=409.03 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 38312 0 0 0 40876 27 0 0 18 0 5 0 892795281 310136832 36954 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 75717 36954 405 389 0 71467 0
[pid=29374/tid=29376] ppid=29373 vsize=302868 CPUtime=102.25 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 10569 0 0 0 10216 9 0 0 25 0 5 0 892795285 310136832 36954 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=302868 CPUtime=102.23 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 10293 0 0 0 10218 5 0 0 25 0 5 0 892795286 310136832 36954 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=302868 CPUtime=102.22 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 10636 0 0 0 10214 8 0 0 20 0 5 0 892795288 310136832 36954 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=302868 CPUtime=102.21 cores=0-7

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

/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 78756 0 0 0 472086 148 0 0 25 0 5 0 892795286 1518407680 322345 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1482820 CPUtime=4722.35 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 84816 0 0 0 471979 256 0 0 25 0 5 0 892795288 1518407680 322345 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1482820 CPUtime=4722.29 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 77534 0 0 0 472191 38 0 0 25 0 5 0 892795290 1518407680 322345 33554432000 4194304 5787044 140735343112784 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 1491520

[startup+4782.3 s]
/proc/loadavg: 4.01 4.00 3.98 5/176 29521
/proc/meminfo: memFree=14934076/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=1482820 CPUtime=19129.4 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 331853 0 0 0 1912258 683 0 0 18 0 5 0 892795281 1518407680 323735 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 370705 323735 418 389 0 366455 0
[pid=29374/tid=29376] ppid=29373 vsize=1482820 CPUtime=4782.34 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 86634 0 0 0 477996 238 0 0 25 0 5 0 892795285 1518407680 323735 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=1482820 CPUtime=4782.33 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 78767 0 0 0 478085 148 0 0 25 0 5 0 892795286 1518407680 323735 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1482820 CPUtime=4782.34 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 84820 0 0 0 477978 256 0 0 25 0 5 0 892795288 1518407680 323735 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1482820 CPUtime=4782.28 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 77569 0 0 0 478190 38 0 0 25 0 5 0 892795290 1518407680 323735 33554432000 4194304 5787044 140735343112784 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19129.4
Current children cumulated vsize (KiB) 1491520

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 29523
/proc/meminfo: memFree=14924120/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=1549380 CPUtime=19369.4 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 334322 0 0 0 1936252 690 0 0 18 0 5 0 892795281 1586565120 326204 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 387345 326204 418 389 0 383095 0
[pid=29374/tid=29376] ppid=29373 vsize=1549380 CPUtime=4842.35 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 87878 0 0 0 483991 244 0 0 25 0 5 0 892795285 1586565120 326204 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=1549380 CPUtime=4842.33 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 78815 0 0 0 484085 148 0 0 25 0 5 0 892795286 1586565120 326204 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1549380 CPUtime=4842.34 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 85834 0 0 0 483978 256 0 0 25 0 5 0 892795288 1586565120 326204 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1549380 CPUtime=4842.28 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 77732 0 0 0 484190 38 0 0 25 0 5 0 892795290 1586565120 326204 33554432000 4194304 5787044 140735343112784 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19369.4
Current children cumulated vsize (KiB) 1558080

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 29525
/proc/meminfo: memFree=14918752/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=1549380 CPUtime=19609.4 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 335682 0 0 0 1960247 696 0 0 18 0 5 0 892795281 1586565120 327564 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 387345 327564 418 389 0 383095 0
[pid=29374/tid=29376] ppid=29373 vsize=1549380 CPUtime=4902.35 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 89181 0 0 0 489985 250 0 0 25 0 5 0 892795285 1586565120 327564 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=1549380 CPUtime=4902.34 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 78843 0 0 0 490086 148 0 0 25 0 5 0 892795286 1586565120 327564 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1549380 CPUtime=4902.34 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 85852 0 0 0 489978 256 0 0 25 0 5 0 892795288 1586565120 327564 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1549380 CPUtime=4902.28 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 77743 0 0 0 490190 38 0 0 25 0 5 0 892795290 1586565120 327564 33554432000 4194304 5787044 140735343112784 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19609.4
Current children cumulated vsize (KiB) 1558080

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 29526
/proc/meminfo: memFree=14908180/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=1549380 CPUtime=19849.4 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 338361 0 0 0 1984242 701 0 0 18 0 5 0 892795281 1586565120 330243 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 387345 330243 418 389 0 383095 0
[pid=29374/tid=29376] ppid=29373 vsize=1549380 CPUtime=4962.35 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 90474 0 0 0 495980 255 0 0 25 0 5 0 892795285 1586565120 330243 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=1549380 CPUtime=4962.34 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 80189 0 0 0 496086 148 0 0 25 0 5 0 892795286 1586565120 330243 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1549380 CPUtime=4962.34 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 85854 0 0 0 495978 256 0 0 25 0 5 0 892795288 1586565120 330243 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1549380 CPUtime=4962.29 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 77781 0 0 0 496191 38 0 0 25 0 5 0 892795290 1586565120 330243 33554432000 4194304 5787044 140735343112784 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19849.4
Current children cumulated vsize (KiB) 1558080

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 29528
/proc/meminfo: memFree=14902688/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=1549892 CPUtime=20089.4 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 339679 0 0 0 2008238 706 0 0 18 0 5 0 892795281 1587089408 331561 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 387473 331561 418 389 0 383223 0
[pid=29374/tid=29376] ppid=29373 vsize=1549892 CPUtime=5022.35 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 91622 0 0 0 501974 261 0 0 25 0 5 0 892795285 1587089408 331561 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=1549892 CPUtime=5022.34 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 80264 0 0 0 502086 148 0 0 25 0 5 0 892795286 1587089408 331561 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1549892 CPUtime=5022.35 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 85856 0 0 0 501979 256 0 0 25 0 5 0 892795288 1587089408 331561 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1549892 CPUtime=5022.29 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 77874 0 0 0 502191 38 0 0 25 0 5 0 892795290 1587089408 331561 33554432000 4194304 5787044 140735343112784 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20089.4
Current children cumulated vsize (KiB) 1558592

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 29529
/proc/meminfo: memFree=14892980/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=1550660 CPUtime=20329.4 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 342154 0 0 0 2032232 713 0 0 18 0 5 0 892795281 1587875840 334036 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 387665 334036 418 389 0 383415 0
[pid=29374/tid=29376] ppid=29373 vsize=1550660 CPUtime=5082.36 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 93911 0 0 0 507969 267 0 0 25 0 5 0 892795285 1587875840 334036 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=1550660 CPUtime=5082.34 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 80302 0 0 0 508086 148 0 0 25 0 5 0 892795286 1587875840 334036 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1550660 CPUtime=5082.35 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 85860 0 0 0 507979 256 0 0 25 0 5 0 892795288 1587875840 334036 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1550660 CPUtime=5082.29 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 78018 0 0 0 508191 38 0 0 25 0 5 0 892795290 1587875840 334036 33554432000 4194304 5787044 140735343112784 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20329.5
Current children cumulated vsize (KiB) 1559360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 29530
/proc/meminfo: memFree=14890740/32951124 swapFree=67053956/67111528
[pid=29373] ppid=29371 vsize=8700 CPUtime=0 cores=0-7
/proc/29373/stat : 29373 (priss.sh) S 29371 29373 28660 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 892795281 8908800 251 33554432000 4194304 4922060 140735797820496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29373/statm: 2175 251 211 178 0 68 0
[pid=29374] ppid=29373 vsize=1551684 CPUtime=20400.3 cores=0-7
/proc/29374/stat : 29374 (priss) S 29373 29373 28660 0 -1 4202496 342674 0 0 0 2039313 714 0 0 18 0 5 0 892795281 1588924416 334556 33554432000 4194304 5787044 140735343112784 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29374/statm: 387921 334556 418 389 0 383671 0
[pid=29374/tid=29376] ppid=29373 vsize=1551684 CPUtime=5100.06 cores=0-7
/proc/29374/task/29376/stat : 29376 (priss) R 29373 29373 28660 0 -1 4202560 94213 0 0 0 509738 268 0 0 25 0 5 0 892795285 1588924416 334556 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29374/tid=29377] ppid=29373 vsize=1551684 CPUtime=5100.05 cores=0-7
/proc/29374/task/29377/stat : 29377 (priss) R 29373 29373 28660 0 -1 4202560 80355 0 0 0 509857 148 0 0 25 0 5 0 892795286 1588924416 334556 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29374/tid=29378] ppid=29373 vsize=1551684 CPUtime=5100.06 cores=0-7
/proc/29374/task/29378/stat : 29378 (priss) R 29373 29373 28660 0 -1 4202560 85865 0 0 0 509750 256 0 0 25 0 5 0 892795288 1588924416 334556 33554432000 4194304 5787044 140735343112784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29374/tid=29379] ppid=29373 vsize=1551684 CPUtime=5099.99 cores=0-7
/proc/29374/task/29379/stat : 29379 (priss) R 29373 29373 28660 0 -1 4202560 78178 0 0 0 509961 38 0 0 25 0 5 0 892795290 1588924416 334556 33554432000 4194304 5787044 140735343112784 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 1560384

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 29373 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 20400.3
#
# 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): 20400.3
CPU user time (s): 20393.1
CPU system time (s): 7.14
CPU usage (%): 400.004
Max. virtual memory (cumulated for all children) (KiB): 1560384

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= 2

runsolver used 8.37473 second user time and 19.3381 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-14 00:23:18
IDJOB=3499517
IDBENCH=83899
IDSOLVER=1994
FILE ID=node142/3499517-1308003798
RUNJOBID= node142-1307986896-28674
PBS_JOBID= 13559797
Free space on /var/tmp= 2912 MiB

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

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=1552073833

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16230236 kB
Buffers:        100424 kB
Cached:       16017292 kB
SwapCached:      10444 kB
Active:         821300 kB
Inactive:     15314552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16230236 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            2736 kB
Writeback:           0 kB
AnonPages:       15764 kB
Mapped:          12152 kB
Slab:           519080 kB
PageTables:       4288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186644 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= 2908 MiB
End job on node142 at 2011-06-14 01:48:20