Trace number 3499243

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 28981
0.00/0.04	c parsetime: 44449us
0.00/0.04	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1090226496)
0.00/0.10	c NW started thread 1 successfully (1111525696)
0.00/0.14	c NW started thread 2 successfully (1122015552)
0.00/0.17	c NW started thread 3 successfully (1132505408)
34.53/8.89	c preprocessor returned 10004 variables
34.53/8.89	c preprocessing returned UNKNOWN
34.53/8.89	c PP set 0 variables
34.53/8.89	c pp time: 8793091us (8s)
34.91/8.97	c preprocessor returned 10004 variables
34.91/8.97	c preprocessing returned UNKNOWN
34.91/8.97	c PP set 0 variables
34.91/8.97	c pp time: 8910846us (8s)
37.31/9.56	c preprocessor returned 10004 variables
37.31/9.56	c preprocessing returned UNKNOWN
37.31/9.56	c PP set 0 variables
37.31/9.56	c pp time: 9419528us (9s)
63.30/16.08	c preprocessor returned 30022 variables
63.30/16.08	c preprocessing returned UNKNOWN
63.30/16.08	c PP set 0 variables
63.30/16.08	c pp time: 15908402us (15s)
8582.47/2145.98	c HTE
8609.69/2152.73	c subsumption
8940.08/2235.32	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-3499243-1307993593/watcher-3499243-1307993593 -o /var/tmp/evaluation-result-3499243-1307993593/solver-3499243-1307993593 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499243-1307993593.cnf 1042068139 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: 3.68 3.93 3.91 2/170 28980
/proc/meminfo: memFree=16233452/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0

[startup+0.08966 s]
/proc/loadavg: 3.68 3.93 3.91 2/170 28980
/proc/meminfo: memFree=16233452/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100654 s]
/proc/loadavg: 3.68 3.93 3.91 2/170 28980
/proc/meminfo: memFree=16233452/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300615 s]
/proc/loadavg: 3.68 3.93 3.91 2/170 28980
/proc/meminfo: memFree=16233452/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700541 s]
/proc/loadavg: 3.68 3.93 3.91 2/170 28980
/proc/meminfo: memFree=16233452/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 3.68 3.93 3.91 5/176 28986
/proc/meminfo: memFree=16161136/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=305012 CPUtime=5.33 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 36211 0 0 0 517 16 0 0 18 0 5 0 891774755 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 76253 18202 350 389 0 72003 0
[pid=28981/tid=28983] ppid=28980 vsize=305012 CPUtime=1.35 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 5838 0 0 0 131 4 0 0 18 0 5 0 891774761 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=305012 CPUtime=1.25 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 5954 0 0 0 120 5 0 0 18 0 5 0 891774765 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=305012 CPUtime=1.28 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 6107 0 0 0 126 2 0 0 19 0 5 0 891774769 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=305012 CPUtime=1.28 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 7335 0 0 0 125 3 0 0 18 0 5 0 891774773 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 313712

[startup+3.1011 s]
/proc/loadavg: 3.68 3.93 3.91 5/176 28986
/proc/meminfo: memFree=16160176/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=305012 CPUtime=11.73 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 36211 0 0 0 1157 16 0 0 18 0 5 0 891774755 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 76253 18202 350 389 0 72003 0
[pid=28981/tid=28983] ppid=28980 vsize=305012 CPUtime=2.96 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 5838 0 0 0 292 4 0 0 20 0 5 0 891774761 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=305012 CPUtime=2.86 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 5954 0 0 0 281 5 0 0 20 0 5 0 891774765 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4337216 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=305012 CPUtime=2.88 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 6107 0 0 0 286 2 0 0 22 0 5 0 891774769 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=305012 CPUtime=2.88 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 7335 0 0 0 285 3 0 0 20 0 5 0 891774773 312332288 18202 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 313712

[startup+6.30051 s]
/proc/loadavg: 3.70 3.93 3.91 5/176 28986
/proc/meminfo: memFree=16153500/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=307520 CPUtime=24.53 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 38374 0 0 0 2437 16 0 0 18 0 5 0 891774755 314900480 20365 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 76880 20365 352 389 0 72630 0
[pid=28981/tid=28983] ppid=28980 vsize=307520 CPUtime=6.16 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 6214 0 0 0 612 4 0 0 25 0 5 0 891774761 314900480 20365 33554432000 4194304 5787044 140736146419680 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=307520 CPUtime=6.06 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 6531 0 0 0 601 5 0 0 25 0 5 0 891774765 314900480 20365 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=307520 CPUtime=6.08 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 6712 0 0 0 606 2 0 0 25 0 5 0 891774769 314900480 20365 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=307520 CPUtime=6.08 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 7940 0 0 0 605 3 0 0 25 0 5 0 891774773 314900480 20365 33554432000 4194304 5787044 140736146419680 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 316220

[startup+12.7003 s]
/proc/loadavg: 3.73 3.94 3.91 5/176 28986
/proc/meminfo: memFree=16114160/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=323024 CPUtime=50.1 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 63265 0 0 0 4983 27 0 0 18 0 5 0 891774755 330776576 30484 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 80756 30484 404 389 0 76506 0
[pid=28981/tid=28983] ppid=28980 vsize=323024 CPUtime=12.54 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 14992 0 0 0 1248 6 0 0 18 0 5 0 891774761 330776576 30484 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=323024 CPUtime=12.44 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 13881 0 0 0 1232 12 0 0 18 0 5 0 891774765 330776576 30484 33554432000 4194304 5787044 140736146419680 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=323024 CPUtime=12.48 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 13972 0 0 0 1245 3 0 0 25 0 5 0 891774769 330776576 30484 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=323024 CPUtime=12.48 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 9443 0 0 0 1245 3 0 0 18 0 5 0 891774773 330776576 30484 33554432000 4194304 5787044 140736146419680 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 331724

[startup+25.501 s]
/proc/loadavg: 3.86 3.95 3.92 5/176 28986
/proc/meminfo: memFree=16091680/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=328220 CPUtime=101.29 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 74792 0 0 0 10097 32 0 0 18 0 5 0 891774755 336097280 36296 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 82055 36296 417 389 0 77805 0
[pid=28981/tid=28983] ppid=28980 vsize=328220 CPUtime=25.35 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 16285 0 0 0 2528 7 0 0 19 0 5 0 891774761 336097280 36296 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=328220 CPUtime=25.23 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 15118 0 0 0 2510 13 0 0 19 0 5 0 891774765 336097280 36296 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=328220 CPUtime=25.28 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 15293 0 0 0 2524 4 0 0 25 0 5 0 891774769 336097280 36296 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=328220 CPUtime=25.29 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 17119 0 0 0 2523 6 0 0 18 0 5 0 891774773 336097280 36296 33554432000 4194304 5787044 140736146419680 18446744073709551615 5528716 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 336920

[startup+51.1013 s]
/proc/loadavg: 3.91 3.96 3.92 5/176 28987
/proc/meminfo: memFree=16054140/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=341552 CPUtime=203.67 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 84283 0 0 0 20331 36 0 0 18 0 5 0 891774755 349749248 45786 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 85388 45786 417 389 0 81138 0
[pid=28981/tid=28983] ppid=28980 vsize=341552 CPUtime=50.94 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 18578 0 0 0 5086 8 0 0 18 0 5 0 891774761 349749248 45786 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=341552 CPUtime=50.81 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 17426 0 0 0 5067 14 0 0 18 0 5 0 891774765 349749248 45786 33554432000 4194304 5787044 140736146419680 18446744073709551615 5592856 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=341552 CPUtime=50.87 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 18540 0 0 0 5082 5 0 0 25 0 5 0 891774769 349749248 45786 33554432000 4194304 5787044 140736146419680 18446744073709551615 5590832 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=341552 CPUtime=50.88 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 18762 0 0 0 5082 6 0 0 19 0 5 0 891774773 349749248 45786 33554432000 4194304 5787044 140736146419680 18446744073709551615 5530835 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 350252

[startup+102.307 s]
/proc/loadavg: 3.96 3.96 3.92 5/176 28988
/proc/meminfo: memFree=15989272/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=365748 CPUtime=408.45 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 100537 0 0 0 40787 58 0 0 18 0 5 0 891774755 374525952 61993 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 91437 61993 417 389 0 87187 0
[pid=28981/tid=28983] ppid=28980 vsize=365748 CPUtime=102.14 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 24546 0 0 0 10202 12 0 0 18 0 5 0 891774761 374525952 61993 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=365748 CPUtime=101.99 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 22254 0 0 0 10171 28 0 0 18 0 5 0 891774765 374525952 61993 33554432000 4194304 5787044 140736146419680 18446744073709551615 228095556127 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=365748 CPUtime=102.07 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 21561 0 0 0 10200 7 0 0 25 0 5 0 891774769 374525952 61993 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=365748 CPUtime=102.09 cores=0-7

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

/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 107296 0 0 0 471892 273 0 0 19 0 5 0 891774765 2183639040 476661 33554432000 4194304 5787044 140736146419680 18446744073709551615 4220136 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2132460 CPUtime=4722.03 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 150500 0 0 0 472083 120 0 0 25 0 5 0 891774769 2183639040 476661 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2132460 CPUtime=4722.08 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 122259 0 0 0 472052 156 0 0 19 0 5 0 891774773 2183639040 476661 33554432000 4194304 5787044 140736146419680 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18888
Current children cumulated vsize (KiB) 2141160

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 29125
/proc/meminfo: memFree=14313104/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=2143084 CPUtime=19128 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 536674 0 0 0 1912056 742 0 0 18 0 5 0 891774755 2194518016 479450 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 535771 479450 417 389 0 531521 0
[pid=28981/tid=28983] ppid=28980 vsize=2143084 CPUtime=4782.08 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 142853 0 0 0 478019 189 0 0 25 0 5 0 891774761 2194518016 479450 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=2143084 CPUtime=4781.65 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 107298 0 0 0 477892 273 0 0 21 0 5 0 891774765 2194518016 479450 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2143084 CPUtime=4782.03 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 153154 0 0 0 478081 122 0 0 25 0 5 0 891774769 2194518016 479450 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2143084 CPUtime=4782.07 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 122392 0 0 0 478051 156 0 0 25 0 5 0 891774773 2194518016 479450 33554432000 4194304 5787044 140736146419680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19128
Current children cumulated vsize (KiB) 2151784

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 29127
/proc/meminfo: memFree=14301792/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=2153540 CPUtime=19368 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 539431 0 0 0 1936055 744 0 0 18 0 5 0 891774755 2205224960 482207 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 538385 482207 417 389 0 534135 0
[pid=28981/tid=28983] ppid=28980 vsize=2153540 CPUtime=4842.08 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 142853 0 0 0 484019 189 0 0 25 0 5 0 891774761 2205224960 482207 33554432000 4194304 5787044 140736146419680 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=2153540 CPUtime=4841.65 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 107301 0 0 0 483892 273 0 0 25 0 5 0 891774765 2205224960 482207 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2153540 CPUtime=4842.03 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 155765 0 0 0 484079 124 0 0 25 0 5 0 891774769 2205224960 482207 33554432000 4194304 5787044 140736146419680 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2153540 CPUtime=4842.07 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 122535 0 0 0 484051 156 0 0 19 0 5 0 891774773 2205224960 482207 33554432000 4194304 5787044 140736146419680 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19368
Current children cumulated vsize (KiB) 2162240

[startup+4902.3 s]
/proc/loadavg: 4.07 4.02 3.95 5/176 29128
/proc/meminfo: memFree=14283656/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=2168064 CPUtime=19608 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 544138 0 0 0 1960049 750 0 0 18 0 5 0 891774755 2220097536 486914 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 542016 486914 417 389 0 537766 0
[pid=28981/tid=28983] ppid=28980 vsize=2168064 CPUtime=4902.09 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 143161 0 0 0 490019 190 0 0 25 0 5 0 891774761 2220097536 486914 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=2168064 CPUtime=4901.65 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 107922 0 0 0 489889 276 0 0 25 0 5 0 891774765 2220097536 486914 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2168064 CPUtime=4902.03 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 159405 0 0 0 490077 126 0 0 25 0 5 0 891774769 2220097536 486914 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2168064 CPUtime=4902.07 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 122673 0 0 0 490051 156 0 0 18 0 5 0 891774773 2220097536 486914 33554432000 4194304 5787044 140736146419680 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19608
Current children cumulated vsize (KiB) 2176764

[startup+4962.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/176 29130
/proc/meminfo: memFree=14253608/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=2178424 CPUtime=19848 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 551561 0 0 0 1984036 763 0 0 18 0 5 0 891774755 2230706176 494337 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 544606 494337 417 389 0 540356 0
[pid=28981/tid=28983] ppid=28980 vsize=2178424 CPUtime=4962.09 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 144191 0 0 0 496019 190 0 0 25 0 5 0 891774761 2230706176 494337 33554432000 4194304 5787044 140736146419680 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=2178424 CPUtime=4961.64 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 110514 0 0 0 495877 287 0 0 25 0 5 0 891774765 2230706176 494337 33554432000 4194304 5787044 140736146419680 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2178424 CPUtime=4962.02 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 162007 0 0 0 496075 127 0 0 25 0 5 0 891774769 2230706176 494337 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2178424 CPUtime=4962.07 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 123872 0 0 0 496051 156 0 0 19 0 5 0 891774773 2230706176 494337 33554432000 4194304 5787044 140736146419680 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19848
Current children cumulated vsize (KiB) 2187124

[startup+5022.3 s]
/proc/loadavg: 4.01 4.00 3.95 5/176 29132
/proc/meminfo: memFree=14228656/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=2188792 CPUtime=20088 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 557878 0 0 0 2008024 776 0 0 18 0 5 0 891774755 2241323008 500654 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 547198 500654 417 389 0 542948 0
[pid=28981/tid=28983] ppid=28980 vsize=2188792 CPUtime=5022.09 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 145217 0 0 0 502019 190 0 0 25 0 5 0 891774761 2241323008 500654 33554432000 4194304 5787044 140736146419680 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=2188792 CPUtime=5021.65 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 113108 0 0 0 501867 298 0 0 25 0 5 0 891774765 2241323008 500654 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2188792 CPUtime=5022.02 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 164543 0 0 0 502073 129 0 0 25 0 5 0 891774769 2241323008 500654 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2188792 CPUtime=5022.07 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 124033 0 0 0 502051 156 0 0 23 0 5 0 891774773 2241323008 500654 33554432000 4194304 5787044 140736146419680 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20088
Current children cumulated vsize (KiB) 2197492

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29133
/proc/meminfo: memFree=14202580/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=2272848 CPUtime=20328 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 566337 0 0 0 2032010 790 0 0 18 0 5 0 891774755 2327396352 507064 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 568212 507064 417 389 0 563962 0
[pid=28981/tid=28983] ppid=28980 vsize=2272848 CPUtime=5082.09 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 145222 0 0 0 508019 190 0 0 19 0 5 0 891774761 2327396352 507064 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=2272848 CPUtime=5081.65 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 115756 0 0 0 507856 309 0 0 21 0 5 0 891774765 2327396352 507064 33554432000 4194304 5787044 140736146419680 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2272848 CPUtime=5082.02 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 169158 0 0 0 508070 132 0 0 25 0 5 0 891774769 2327396352 507064 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2272848 CPUtime=5082.08 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 125224 0 0 0 508051 157 0 0 23 0 5 0 891774773 2327396352 507064 33554432000 4194304 5787044 140736146419680 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20328
Current children cumulated vsize (KiB) 2281548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29134
/proc/meminfo: memFree=14196484/32951124 swapFree=67053956/67111528
[pid=28980] ppid=28978 vsize=8700 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (priss.sh) S 28978 28980 28660 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891774755 8908800 251 33554432000 4194304 4922060 140735790300096 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28980/statm: 2175 251 211 178 0 68 0
[pid=28981] ppid=28980 vsize=2275648 CPUtime=20398.8 cores=0-7
/proc/28981/stat : 28981 (priss) S 28980 28980 28660 0 -1 4202496 567851 0 0 0 2039089 794 0 0 18 0 5 0 891774755 2330263552 508578 33554432000 4194304 5787044 140736146419680 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28981/statm: 568912 508578 417 389 0 564662 0
[pid=28981/tid=28983] ppid=28980 vsize=2275648 CPUtime=5099.8 cores=0-7
/proc/28981/task/28983/stat : 28983 (priss) R 28980 28980 28660 0 -1 4202560 145224 0 0 0 509790 190 0 0 18 0 5 0 891774761 2330263552 508578 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28981/tid=28984] ppid=28980 vsize=2275648 CPUtime=5099.35 cores=0-7
/proc/28981/task/28984/stat : 28984 (priss) R 28980 28980 28660 0 -1 4202560 116499 0 0 0 509624 311 0 0 25 0 5 0 891774765 2330263552 508578 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28981/tid=28985] ppid=28980 vsize=2275648 CPUtime=5099.73 cores=0-7
/proc/28981/task/28985/stat : 28985 (priss) R 28980 28980 28660 0 -1 4202560 169876 0 0 0 509840 133 0 0 25 0 5 0 891774769 2330263552 508578 33554432000 4194304 5787044 140736146419680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28981/tid=28986] ppid=28980 vsize=2275648 CPUtime=5099.79 cores=0-7
/proc/28981/task/28986/stat : 28986 (priss) R 28980 28980 28660 0 -1 4202560 125275 0 0 0 509822 157 0 0 24 0 5 0 891774773 2330263552 508578 33554432000 4194304 5787044 140736146419680 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20398.8
Current children cumulated vsize (KiB) 2284348

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 28980 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20398.8
#
# 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): 20398.8
CPU user time (s): 20390.9
CPU system time (s): 7.94
CPU usage (%): 399.976
Max. virtual memory (cumulated for all children) (KiB): 2284348

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

runsolver used 8.02178 second user time and 19.418 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-13 21:33:13
IDJOB=3499243
IDBENCH=71571
IDSOLVER=1994
FILE ID=node142/3499243-1307993593
RUNJOBID= node142-1307986896-28674
PBS_JOBID= 13559797
Free space on /var/tmp= 2908 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2100c215164gyes4.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499243-1307993593/watcher-3499243-1307993593 -o /var/tmp/evaluation-result-3499243-1307993593/solver-3499243-1307993593 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499243-1307993593.cnf 1042068139 40000 31000 8

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

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=1042068139

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:      16233624 kB
Buffers:         95992 kB
Cached:       16018256 kB
SwapCached:      10444 kB
Active:         821160 kB
Inactive:     15311084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16233624 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            4284 kB
Writeback:           0 kB
AnonPages:       16932 kB
Mapped:          12152 kB
Slab:           519104 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186272 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-13 22:58:15