Trace number 3499307

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 9498
0.00/0.04	c parsetime: 42873us
0.00/0.04	c parsed 157664 clauses with 1664 variables
0.00/0.05	c NW started thread 0 successfully (1101584704)
0.00/0.09	c NW started thread 1 successfully (1089349952)
0.00/0.13	c NW started thread 2 successfully (1112074560)
0.00/0.17	c NW started thread 3 successfully (1122564416)
58.87/14.82	c preprocessor returned 10010 variables
58.87/14.82	c preprocessing returned UNKNOWN
58.87/14.82	c PP set 0 variables
58.87/14.82	c pp time: 14769688us (14s)
58.87/14.87	c preprocessor returned 10010 variables
58.87/14.87	c preprocessing returned UNKNOWN
58.87/14.87	c PP set 0 variables
58.87/14.87	c pp time: 14745924us (14s)
60.87/15.39	c preprocessor returned 10010 variables
60.87/15.39	c preprocessing returned UNKNOWN
60.87/15.39	c PP set 0 variables
60.87/15.39	c pp time: 15296411us (15s)
77.65/19.50	c preprocessor returned 30023 variables
77.65/19.50	c preprocessing returned UNKNOWN
77.65/19.50	c PP set 0 variables
77.65/19.50	c pp time: 19330226us (19s)
6210.95/1553.09	c HTE
6253.34/1563.67	c subsumption
6378.57/1594.94	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3499307-1307998281/watcher-3499307-1307998281 -o /var/tmp/evaluation-result-3499307-1307998281/solver-3499307-1307998281 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499307-1307998281.cnf 1661816302 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.96 1/170 9497
/proc/meminfo: memFree=7440612/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0

[startup+0.056008 s]
/proc/loadavg: 4.00 4.00 3.96 1/170 9497
/proc/meminfo: memFree=7440612/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101001 s]
/proc/loadavg: 4.00 4.00 3.96 1/170 9497
/proc/meminfo: memFree=7440612/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300961 s]
/proc/loadavg: 4.00 4.00 3.96 1/170 9497
/proc/meminfo: memFree=7440612/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700886 s]
/proc/loadavg: 4.00 4.00 3.96 1/170 9497
/proc/meminfo: memFree=7440612/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9503
/proc/meminfo: memFree=7388432/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=305328 CPUtime=5.68 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 13795 0 0 0 567 1 0 0 19 0 5 0 911427739 312655872 13119 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 76332 13119 349 389 0 72082 0
[pid=9498/tid=9500] ppid=9497 vsize=305328 CPUtime=1.43 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 1496 0 0 0 143 0 0 0 19 0 5 0 911427744 312655872 13119 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=305328 CPUtime=1.4 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 1107 0 0 0 140 0 0 0 23 0 5 0 911427748 312655872 13119 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=305328 CPUtime=1.36 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 1246 0 0 0 136 0 0 0 19 0 5 0 911427752 312655872 13119 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=305328 CPUtime=1.32 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 1309 0 0 0 132 0 0 0 19 0 5 0 911427756 312655872 13119 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 314028

[startup+3.10043 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9503
/proc/meminfo: memFree=7372812/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=330528 CPUtime=12.06 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 25967 0 0 0 1196 10 0 0 19 0 5 0 911427739 338460672 24675 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 82632 24675 350 389 0 78382 0
[pid=9498/tid=9500] ppid=9497 vsize=330528 CPUtime=3.02 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 3382 0 0 0 301 1 0 0 18 0 5 0 911427744 338460672 24675 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=330528 CPUtime=2.99 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 5162 0 0 0 297 2 0 0 18 0 5 0 911427748 338460672 24675 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=330528 CPUtime=2.95 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 4349 0 0 0 293 2 0 0 18 0 5 0 911427752 338460672 24675 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=330528 CPUtime=2.91 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 4437 0 0 0 288 3 0 0 18 0 5 0 911427756 338460672 24675 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336125 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 339228

[startup+6.30082 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9503
/proc/meminfo: memFree=7336940/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=331584 CPUtime=24.86 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 27400 0 0 0 2475 11 0 0 19 0 5 0 911427739 339542016 26108 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 82896 26108 350 389 0 78646 0
[pid=9498/tid=9500] ppid=9497 vsize=331584 CPUtime=6.22 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 3667 0 0 0 621 1 0 0 25 0 5 0 911427744 339542016 26108 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=331584 CPUtime=6.19 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 5613 0 0 0 617 2 0 0 25 0 5 0 911427748 339542016 26108 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336138 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=331584 CPUtime=6.15 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 4692 0 0 0 613 2 0 0 25 0 5 0 911427752 339542016 26108 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=331584 CPUtime=6.11 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 4791 0 0 0 608 3 0 0 23 0 5 0 911427756 339542016 26108 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 340284

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9503
/proc/meminfo: memFree=7336956/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=331584 CPUtime=50.46 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 27445 0 0 0 5035 11 0 0 19 0 5 0 911427739 339542016 26153 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 82896 26153 352 389 0 78646 0
[pid=9498/tid=9500] ppid=9497 vsize=331584 CPUtime=12.62 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 3679 0 0 0 1261 1 0 0 25 0 5 0 911427744 339542016 26153 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=331584 CPUtime=12.59 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 5624 0 0 0 1257 2 0 0 25 0 5 0 911427748 339542016 26153 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=331584 CPUtime=12.55 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 4703 0 0 0 1253 2 0 0 25 0 5 0 911427752 339542016 26153 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=331584 CPUtime=12.51 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 4802 0 0 0 1248 3 0 0 25 0 5 0 911427756 339542016 26153 33554432000 4194304 5787044 140733469659680 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 340284

[startup+25.5012 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9504
/proc/meminfo: memFree=7248424/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=377436 CPUtime=101.64 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 59121 0 0 0 10131 33 0 0 19 0 5 0 911427739 386494464 49184 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 94359 49184 417 389 0 90109 0
[pid=9498/tid=9500] ppid=9497 vsize=377436 CPUtime=25.42 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 8270 0 0 0 2537 5 0 0 19 0 5 0 911427744 386494464 49184 33554432000 4194304 5787044 140733469659680 18446744073709551615 5585273 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=377436 CPUtime=25.38 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 14619 0 0 0 2532 6 0 0 25 0 5 0 911427748 386494464 49184 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=377436 CPUtime=25.34 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 11130 0 0 0 2527 7 0 0 19 0 5 0 911427752 386494464 49184 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=377436 CPUtime=25.3 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 16465 0 0 0 2518 12 0 0 19 0 5 0 911427756 386494464 49184 33554432000 4194304 5787044 140733469659680 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 386136

[startup+51.1003 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9505
/proc/meminfo: memFree=7171536/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=404500 CPUtime=203.98 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 77983 0 0 0 20343 55 0 0 19 0 5 0 911427739 414208000 67931 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 101125 67931 417 389 0 96875 0
[pid=9498/tid=9500] ppid=9497 vsize=404500 CPUtime=51.01 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 13847 0 0 0 5091 10 0 0 18 0 5 0 911427744 414208000 67931 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=404500 CPUtime=50.98 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 18933 0 0 0 5087 11 0 0 25 0 5 0 911427748 414208000 67931 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=404500 CPUtime=50.93 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 15616 0 0 0 5079 14 0 0 18 0 5 0 911427752 414208000 67931 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092058293 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=404500 CPUtime=50.88 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 20950 0 0 0 5070 18 0 0 19 0 5 0 911427756 414208000 67931 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092058293 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 413200

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9506
/proc/meminfo: memFree=7051592/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=640228 CPUtime=408.73 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 108235 0 0 0 40785 88 0 0 19 0 5 0 911427739 655593472 97789 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 160057 97789 417 389 0 155807 0
[pid=9498/tid=9500] ppid=9497 vsize=640228 CPUtime=102.2 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 21377 0 0 0 10204 16 0 0 18 0 5 0 911427744 655593472 97789 33554432000 4194304 5787044 140733469659680 18446744073709551615 4238600 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=640228 CPUtime=102.17 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 27177 0 0 0 10198 19 0 0 25 0 5 0 911427748 655593472 97789 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=640228 CPUtime=102.12 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 21461 0 0 0 10189 23 0 0 18 0 5 0 911427752 655593472 97789 33554432000 4194304 5787044 140733469659680 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=640228 CPUtime=102.06 cores=0-7

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

/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 271909 0 0 0 471793 361 0 0 25 0 5 0 911427748 3922493440 902249 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=3830560 CPUtime=4721.55 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 254463 0 0 0 471687 468 0 0 25 0 5 0 911427752 3922493440 902249 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=3830560 CPUtime=4721.65 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 188836 0 0 0 471882 283 0 0 25 0 5 0 911427756 3922493440 902249 33554432000 4194304 5787044 140733469659680 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18886.5
Current children cumulated vsize (KiB) 3839260

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 9655
/proc/meminfo: memFree=3813720/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=3857184 CPUtime=19126.5 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 947219 0 0 0 1911246 1408 0 0 19 0 5 0 911427739 3949756416 905275 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 964296 905275 417 389 0 960046 0
[pid=9498/tid=9500] ppid=9497 vsize=3857184 CPUtime=4781.61 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 218931 0 0 0 477869 292 0 0 25 0 5 0 911427744 3949756416 905275 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591619 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=3857184 CPUtime=4781.53 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 276132 0 0 0 477792 361 0 0 25 0 5 0 911427748 3949756416 905275 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=3857184 CPUtime=4781.55 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 254683 0 0 0 477687 468 0 0 25 0 5 0 911427752 3949756416 905275 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=3857184 CPUtime=4781.64 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 188836 0 0 0 477881 283 0 0 25 0 5 0 911427756 3949756416 905275 33554432000 4194304 5787044 140733469659680 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19126.5
Current children cumulated vsize (KiB) 3865884

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 9656
/proc/meminfo: memFree=3783320/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=3881760 CPUtime=19366.5 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 954853 0 0 0 1935238 1416 0 0 19 0 5 0 911427739 3974922240 912909 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 970440 912909 417 389 0 966190 0
[pid=9498/tid=9500] ppid=9497 vsize=3881760 CPUtime=4841.62 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 220873 0 0 0 483866 296 0 0 25 0 5 0 911427744 3974922240 912909 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=3881760 CPUtime=4841.53 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 276265 0 0 0 483791 362 0 0 25 0 5 0 911427748 3974922240 912909 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=3881760 CPUtime=4841.55 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 259218 0 0 0 483683 472 0 0 25 0 5 0 911427752 3974922240 912909 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=3881760 CPUtime=4841.64 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 189860 0 0 0 483881 283 0 0 25 0 5 0 911427756 3974922240 912909 33554432000 4194304 5787044 140733469659680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19366.5
Current children cumulated vsize (KiB) 3890460

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 9658
/proc/meminfo: memFree=3747584/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=3949608 CPUtime=19606.6 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 971998 0 0 0 1959231 1424 0 0 19 0 5 0 911427739 4044398592 921860 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 987402 921860 417 389 0 983152 0
[pid=9498/tid=9500] ppid=9497 vsize=3949608 CPUtime=4901.62 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 225167 0 0 0 489865 297 0 0 25 0 5 0 911427744 4044398592 921860 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=3949608 CPUtime=4901.53 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 276478 0 0 0 489791 362 0 0 25 0 5 0 911427748 4044398592 921860 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=3949608 CPUtime=4901.55 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 271856 0 0 0 489677 478 0 0 25 0 5 0 911427752 4044398592 921860 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=3949608 CPUtime=4901.64 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 189860 0 0 0 489881 283 0 0 25 0 5 0 911427756 4044398592 921860 33554432000 4194304 5787044 140733469659680 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19606.6
Current children cumulated vsize (KiB) 3958308

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 9659
/proc/meminfo: memFree=3704540/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=3981484 CPUtime=19846.6 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 982730 0 0 0 1983226 1429 0 0 19 0 5 0 911427739 4077039616 932592 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 995371 932592 417 389 0 991121 0
[pid=9498/tid=9500] ppid=9497 vsize=3981484 CPUtime=4961.62 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 225707 0 0 0 495865 297 0 0 25 0 5 0 911427744 4077039616 932592 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=3981484 CPUtime=4961.54 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 276690 0 0 0 495791 363 0 0 25 0 5 0 911427748 4077039616 932592 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=3981484 CPUtime=4961.56 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 279788 0 0 0 495673 483 0 0 25 0 5 0 911427752 4077039616 932592 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=3981484 CPUtime=4961.65 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 191908 0 0 0 495881 284 0 0 25 0 5 0 911427756 4077039616 932592 33554432000 4194304 5787044 140733469659680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19846.5
Current children cumulated vsize (KiB) 3990184

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 9661
/proc/meminfo: memFree=3655396/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=4072620 CPUtime=20086.6 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 995124 0 0 0 2007214 1441 0 0 19 0 5 0 911427739 4170362880 944986 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 1018155 944986 417 389 0 1013905 0
[pid=9498/tid=9500] ppid=9497 vsize=4072620 CPUtime=5021.62 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 227128 0 0 0 501864 298 0 0 22 0 5 0 911427744 4170362880 944986 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=4072620 CPUtime=5021.54 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 281217 0 0 0 501784 370 0 0 25 0 5 0 911427748 4170362880 944986 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=4072620 CPUtime=5021.55 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 286234 0 0 0 501668 487 0 0 25 0 5 0 911427752 4170362880 944986 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=4072620 CPUtime=5021.65 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 191908 0 0 0 501881 284 0 0 25 0 5 0 911427756 4170362880 944986 33554432000 4194304 5787044 140733469659680 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20086.6
Current children cumulated vsize (KiB) 4081320

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 9663
/proc/meminfo: memFree=3593740/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=4097196 CPUtime=20326.5 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 1010389 0 0 0 2031195 1459 0 0 19 0 5 0 911427739 4195528704 960251 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 1024299 960251 417 389 0 1020049 0
[pid=9498/tid=9500] ppid=9497 vsize=4097196 CPUtime=5081.61 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 228697 0 0 0 507863 298 0 0 25 0 5 0 911427744 4195528704 960251 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=4097196 CPUtime=5081.54 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 287153 0 0 0 507772 382 0 0 25 0 5 0 911427748 4195528704 960251 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=4097196 CPUtime=5081.55 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 292406 0 0 0 507664 491 0 0 25 0 5 0 911427752 4195528704 960251 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=4097196 CPUtime=5081.64 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 193496 0 0 0 507879 285 0 0 25 0 5 0 911427756 4195528704 960251 33554432000 4194304 5787044 140733469659680 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20326.5
Current children cumulated vsize (KiB) 4105896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 9663
/proc/meminfo: memFree=3570048/32950928 swapFree=67055948/67111528
[pid=9497] ppid=9495 vsize=8700 CPUtime=0 cores=0-7
/proc/9497/stat : 9497 (priss.sh) S 9495 9497 9069 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 911427739 8908800 252 33554432000 4194304 4922060 140735848272944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9497/statm: 2175 252 211 178 0 68 0
[pid=9498] ppid=9497 vsize=4108592 CPUtime=20397.4 cores=0-7
/proc/9498/stat : 9498 (priss) S 9497 9497 9069 0 -1 4202496 1016236 0 0 0 2038267 1469 0 0 19 0 5 0 911427739 4207198208 966098 33554432000 4194304 5787044 140733469659680 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9498/statm: 1027148 966098 417 389 0 1022898 0
[pid=9498/tid=9500] ppid=9497 vsize=4108592 CPUtime=5099.32 cores=0-7
/proc/9498/task/9500/stat : 9500 (priss) R 9497 9497 9069 0 -1 4202560 228918 0 0 0 509633 299 0 0 20 0 5 0 911427744 4207198208 966098 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9498/tid=9501] ppid=9497 vsize=4108592 CPUtime=5099.24 cores=0-7
/proc/9498/task/9501/stat : 9501 (priss) R 9497 9497 9069 0 -1 4202560 289004 0 0 0 509538 386 0 0 25 0 5 0 911427748 4207198208 966098 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9498/tid=9502] ppid=9497 vsize=4108592 CPUtime=5099.25 cores=0-7
/proc/9498/task/9502/stat : 9502 (priss) R 9497 9497 9069 0 -1 4202560 295098 0 0 0 509433 492 0 0 20 0 5 0 911427752 4207198208 966098 33554432000 4194304 5787044 140733469659680 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9498/tid=9503] ppid=9497 vsize=4108592 CPUtime=5099.35 cores=0-7
/proc/9498/task/9503/stat : 9503 (priss) R 9497 9497 9069 0 -1 4202560 194579 0 0 0 509647 288 0 0 25 0 5 0 911427756 4207198208 966098 33554432000 4194304 5787044 140733469659680 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20397.4
Current children cumulated vsize (KiB) 4117292

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 9497 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 20397.4
#
# 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): 20397.4
CPU user time (s): 20382.7
CPU system time (s): 14.69
CPU usage (%): 399.947
Max. virtual memory (cumulated for all children) (KiB): 4117292

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= 333
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 7.53485 second user time and 18.3192 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 22:51:21
IDJOB=3499307
IDBENCH=83159
IDSOLVER=1994
FILE ID=node127/3499307-1307998281
RUNJOBID= node127-1307989128-9083
PBS_JOBID= 13559817
Free space on /var/tmp= 2876 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499307-1307998281/watcher-3499307-1307998281 -o /var/tmp/evaluation-result-3499307-1307998281/solver-3499307-1307998281 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499307-1307998281.cnf 1661816302 40000 31000 8

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=1661816302

node127.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.823
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.64
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.823
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:       7440784 kB
Buffers:        125876 kB
Cached:       24549072 kB
SwapCached:       9120 kB
Active:        9073508 kB
Inactive:     15620192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7440784 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:            4952 kB
Writeback:           0 kB
AnonPages:       16488 kB
Mapped:          12796 kB
Slab:           751176 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186912 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= 2872 MiB
End job on node127 at 2011-06-14 00:16:23