Trace number 3285386

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 Auto? (TO) 4800.37 1202.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications 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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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: 28339
0.00/0.00	c setup for 4cores
0.00/0.13	c parsetime: 129763us
0.00/0.13	c parsed 483561 clauses with 95456 variables
0.00/0.16	c NW started thread 0 successfully (1110559040)
0.00/0.19	c NW started thread 1 successfully (1086245184)
0.00/0.24	c NW started thread 2 successfully (1121048896)
0.00/0.27	c NW started thread 3 successfully (1131538752)
26.77/6.99	c preprocessor returned 95456 variables
26.77/6.99	c preprocessing returned UNKNOWN
26.77/6.99	c PP set 30328 variables
26.77/6.99	c pp time: 6805667us (6s)
27.18/7.00	c preprocessor returned 95456 variables
27.18/7.00	c preprocessing returned UNKNOWN
27.18/7.00	c PP set 30328 variables
27.18/7.00	c pp time: 6740274us (6s)
27.18/7.02	c preprocessor returned 95456 variables
27.18/7.02	c preprocessing returned UNKNOWN
27.18/7.02	c PP set 30328 variables
27.18/7.02	c pp time: 6798654us (6s)
27.18/7.02	c preprocessor returned 95456 variables
27.18/7.02	c preprocessing returned UNKNOWN
27.18/7.02	c PP set 30328 variables
27.18/7.02	c pp time: 6721563us (6s)
31.17/8.02	c HTE
38.38/9.82	c subsumption
46.76/11.90	c simplified formula contains 0 unit clauses
50.35/12.81	c HTE
58.33/14.86	c subsumption
68.73/17.42	c simplified formula contains 0 unit clauses
104.69/26.49	c HTE
107.47/27.14	c subsumption
133.43/33.65	c simplified formula contains 0 unit clauses
166.58/41.99	c received clause contains eliminated literal -22970
269.24/67.69	c HTE
272.44/68.45	c subsumption
568.42/142.54	c added unsatisfied clause
568.42/142.54	c failed to add network clauses
1765.22/442.12	c simplified formula contains 0 unit clauses
1768.00/442.80	c HTE
1832.71/459.04	c subsumption
1865.06/467.19	c simplified formula contains 0 unit clauses
2284.43/572.10	c received clause contains eliminated literal -30554
3861.02/966.86	c HTE
3931.70/984.55	c subsumption

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285386-1304047752/watcher-3285386-1304047752 -o /tmp/evaluation-result-3285386-1304047752/solver-3285386-1304047752 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3285386-1304047752.cnf 2088187353 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.97 7.72 7.89 6/182 28338
/proc/meminfo: memFree=23771248/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0

[startup+0.0697531 s]
/proc/loadavg: 6.97 7.72 7.89 6/182 28338
/proc/meminfo: memFree=23771248/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100744 s]
/proc/loadavg: 6.97 7.72 7.89 6/182 28338
/proc/meminfo: memFree=23771248/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300673 s]
/proc/loadavg: 6.97 7.72 7.89 6/182 28338
/proc/meminfo: memFree=23771248/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700636 s]
/proc/loadavg: 6.97 7.72 7.89 6/182 28338
/proc/meminfo: memFree=23771248/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 6.97 7.72 7.89 9/188 28344
/proc/meminfo: memFree=23520844/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=408200 CPUtime=5.22 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 115453 0 0 0 493 29 0 0 18 0 5 0 516373008 417996800 61566 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 102050 61566 350 389 0 97800 0
[pid=28339/tid=28341] ppid=28338 vsize=408200 CPUtime=1.28 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 22370 0 0 0 123 5 0 0 19 0 5 0 516373024 417996800 61566 33554432000 4194304 5787044 140736253250416 18446744073709551615 18446744073699065911 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=408200 CPUtime=1.23 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 22510 0 0 0 118 5 0 0 19 0 5 0 516373027 417996800 61566 33554432000 4194304 5787044 140736253250416 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=408200 CPUtime=1.22 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 23494 0 0 0 114 8 0 0 19 0 5 0 516373031 417996800 61566 33554432000 4194304 5787044 140736253250416 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=408200 CPUtime=1.19 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 24133 0 0 0 112 7 0 0 19 0 5 0 516373035 417996800 61566 33554432000 4194304 5787044 140736253250416 18446744073709551615 18446744073699065894 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 416900

[startup+3.10117 s]
/proc/loadavg: 6.97 7.72 7.89 9/188 28344
/proc/meminfo: memFree=23507192/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=469952 CPUtime=11.61 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 120009 0 0 0 1126 35 0 0 18 0 5 0 516373008 481230848 65176 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 117488 65176 352 389 0 113238 0
[pid=28339/tid=28341] ppid=28338 vsize=469952 CPUtime=2.88 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 23331 0 0 0 282 6 0 0 22 0 5 0 516373024 481230848 65176 33554432000 4194304 5787044 140736253250416 18446744073709551615 4275966 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=469952 CPUtime=2.83 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 23333 0 0 0 276 7 0 0 22 0 5 0 516373027 481230848 65176 33554432000 4194304 5787044 140736253250416 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=469952 CPUtime=2.83 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 25518 0 0 0 273 10 0 0 22 0 5 0 516373031 481230848 65176 33554432000 4194304 5787044 140736253250416 18446744073709551615 212687333129 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=469952 CPUtime=2.78 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 24881 0 0 0 270 8 0 0 19 0 5 0 516373035 481230848 65176 33554432000 4194304 5787044 140736253250416 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 478652

[startup+6.30058 s]
/proc/loadavg: 7.05 7.72 7.89 9/188 28344
/proc/meminfo: memFree=23504932/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=471692 CPUtime=24.38 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 146943 0 0 0 2398 40 0 0 18 0 5 0 516373008 483012608 68410 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 117923 68410 353 389 0 113673 0
[pid=28339/tid=28341] ppid=28338 vsize=471692 CPUtime=6.08 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 29855 0 0 0 600 8 0 0 25 0 5 0 516373024 483012608 68410 33554432000 4194304 5787044 140736253250416 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=471692 CPUtime=6.01 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 30671 0 0 0 593 8 0 0 25 0 5 0 516373027 483012608 68410 33554432000 4194304 5787044 140736253250416 18446744073709551615 4330563 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=471692 CPUtime=6.02 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 32856 0 0 0 591 11 0 0 18 0 5 0 516373031 483012608 68410 33554432000 4194304 5787044 140736253250416 18446744073709551615 4330559 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=471692 CPUtime=5.98 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 30615 0 0 0 589 9 0 0 25 0 5 0 516373035 483012608 68410 33554432000 4194304 5787044 140736253250416 18446744073709551615 4330484 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.38
Current children cumulated vsize (KiB) 480392

[startup+12.7004 s]
/proc/loadavg: 7.13 7.73 7.89 9/188 28344
/proc/meminfo: memFree=23401904/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=489396 CPUtime=49.95 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 175785 0 0 0 4942 53 0 0 18 0 5 0 516373008 501141504 88345 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 122349 88345 417 389 0 118099 0
[pid=28339/tid=28341] ppid=28338 vsize=489396 CPUtime=12.48 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 35652 0 0 0 1236 12 0 0 25 0 5 0 516373024 501141504 88345 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220221 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=489396 CPUtime=12.37 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 37162 0 0 0 1227 10 0 0 25 0 5 0 516373027 501141504 88345 33554432000 4194304 5787044 140736253250416 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=489396 CPUtime=12.42 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 39419 0 0 0 1226 16 0 0 25 0 5 0 516373031 501141504 88345 33554432000 4194304 5787044 140736253250416 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=489396 CPUtime=12.38 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 40606 0 0 0 1228 10 0 0 25 0 5 0 516373035 501141504 88345 33554432000 4194304 5787044 140736253250416 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 498096

[startup+25.5011 s]
/proc/loadavg: 7.32 7.74 7.89 9/188 28344
/proc/meminfo: memFree=23333960/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=489788 CPUtime=101.08 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 186231 0 0 0 10053 55 0 0 18 0 5 0 516373008 501542912 92976 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 122447 92976 418 389 0 118197 0
[pid=28339/tid=28341] ppid=28338 vsize=489788 CPUtime=25.28 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 37166 0 0 0 2516 12 0 0 25 0 5 0 516373024 501542912 92976 33554432000 4194304 5787044 140736253250416 18446744073709551615 4219957 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=489788 CPUtime=25.09 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 38125 0 0 0 2499 10 0 0 25 0 5 0 516373027 501542912 92976 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=489788 CPUtime=25.22 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 41222 0 0 0 2506 16 0 0 25 0 5 0 516373031 501542912 92976 33554432000 4194304 5787044 140736253250416 18446744073709551615 4217268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=489788 CPUtime=25.18 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 46772 0 0 0 2506 12 0 0 25 0 5 0 516373035 501542912 92976 33554432000 4194304 5787044 140736253250416 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 498488

[startup+51.1004 s]
/proc/loadavg: 7.63 7.77 7.90 9/188 28345
/proc/meminfo: memFree=23236316/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=700760 CPUtime=203.34 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 206441 0 0 0 20273 61 0 0 18 0 5 0 516373008 717578240 109341 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 175190 109341 418 389 0 170940 0
[pid=28339/tid=28341] ppid=28338 vsize=700760 CPUtime=50.88 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 38870 0 0 0 5075 13 0 0 25 0 5 0 516373024 717578240 109341 33554432000 4194304 5787044 140736253250416 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=700760 CPUtime=50.56 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 41026 0 0 0 5044 12 0 0 25 0 5 0 516373027 717578240 109341 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220136 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=700760 CPUtime=50.82 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 47024 0 0 0 5064 18 0 0 25 0 5 0 516373031 717578240 109341 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220290 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=700760 CPUtime=50.77 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 56575 0 0 0 5064 13 0 0 25 0 5 0 516373035 717578240 109341 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.34
Current children cumulated vsize (KiB) 709460

[startup+102.307 s]
/proc/loadavg: 7.88 7.82 7.91 9/188 28346
/proc/meminfo: memFree=23030696/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=741196 CPUtime=407.87 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 246438 0 0 0 40712 75 0 0 18 0 5 0 516373008 758984704 144004 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 185299 144004 418 389 0 181049 0
[pid=28339/tid=28341] ppid=28338 vsize=741196 CPUtime=102.08 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 44484 0 0 0 10193 15 0 0 25 0 5 0 516373024 758984704 144004 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220448 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=741196 CPUtime=101.48 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 46498 0 0 0 10135 13 0 0 25 0 5 0 516373027 758984704 144004 33554432000 4194304 5787044 140736253250416 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=741196 CPUtime=102.02 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 60578 0 0 0 10176 26 0 0 25 0 5 0 516373031 758984704 144004 33554432000 4194304 5787044 140736253250416 18446744073709551615 5586772 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=741196 CPUtime=101.98 cores=1,3,5,7

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

/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 131505 0 0 0 82068 44 0 0 25 0 5 0 516373027 2049855488 457168 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2001812 CPUtime=818.84 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 157529 0 0 0 81806 78 0 0 25 0 5 0 516373031 2049855488 457168 33554432000 4194304 5787044 140736253250416 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2001812 CPUtime=821.5 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 100973 0 0 0 82120 30 0 0 25 0 5 0 516373035 2049855488 457168 33554432000 4194304 5787044 140736253250416 18446744073709551615 212687335335 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.78
Current children cumulated vsize (KiB) 2010512

[startup+882.301 s]
/proc/loadavg: 8.07 8.11 8.02 9/188 28367
/proc/meminfo: memFree=20491752/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=2067348 CPUtime=3523.44 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 569543 0 0 0 352121 223 0 0 18 0 5 0 516373008 2116964352 465887 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 516837 465887 418 389 0 512587 0
[pid=28339/tid=28341] ppid=28338 vsize=2067348 CPUtime=882.02 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 151136 0 0 0 88141 61 0 0 25 0 5 0 516373024 2116964352 465887 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=2067348 CPUtime=881.13 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 131544 0 0 0 88069 44 0 0 25 0 5 0 516373027 2116964352 465887 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220855 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2067348 CPUtime=878.83 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 162918 0 0 0 87800 83 0 0 25 0 5 0 516373031 2116964352 465887 33554432000 4194304 5787044 140736253250416 18446744073709551615 4227997 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2067348 CPUtime=881.16 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 100999 0 0 0 88086 30 0 0 25 0 5 0 516373035 2116964352 465887 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220696 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.44
Current children cumulated vsize (KiB) 2076048

[startup+942.301 s]
/proc/loadavg: 8.06 8.10 8.02 9/188 28369
/proc/meminfo: memFree=20300496/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=2232692 CPUtime=3763.13 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 617375 0 0 0 376066 247 0 0 18 0 5 0 516373008 2286276608 513719 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 558173 513719 418 389 0 553923 0
[pid=28339/tid=28341] ppid=28338 vsize=2232692 CPUtime=942.02 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 156701 0 0 0 94139 63 0 0 25 0 5 0 516373024 2286276608 513719 33554432000 4194304 5787044 140736253250416 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=2232692 CPUtime=941.13 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 151204 0 0 0 94060 53 0 0 25 0 5 0 516373027 2286276608 513719 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2232692 CPUtime=938.84 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 165109 0 0 0 93799 85 0 0 25 0 5 0 516373031 2286276608 513719 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2232692 CPUtime=940.84 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 121415 0 0 0 94043 41 0 0 25 0 5 0 516373035 2286276608 513719 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220219 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.13
Current children cumulated vsize (KiB) 2241392

[startup+1002.3 s]
/proc/loadavg: 8.02 8.08 8.01 9/188 28370
/proc/meminfo: memFree=19699296/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=2940892 CPUtime=4002.77 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 770399 0 0 0 399990 287 0 0 18 0 5 0 516373008 3011473408 661360 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 735223 661360 418 389 0 730973 0
[pid=28339/tid=28341] ppid=28338 vsize=2940892 CPUtime=1002.03 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 164609 0 0 0 100137 66 0 0 25 0 5 0 516373024 3011473408 661360 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=2940892 CPUtime=1001.12 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 165721 0 0 0 100052 60 0 0 25 0 5 0 516373027 3011473408 661360 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2940892 CPUtime=998.82 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 175616 0 0 0 99791 91 0 0 25 0 5 0 516373031 3011473408 661360 33554432000 4194304 5787044 140736253250416 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2940892 CPUtime=1000.49 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 241507 0 0 0 99984 65 0 0 25 0 5 0 516373035 3011473408 661360 33554432000 4194304 5787044 140736253250416 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.77
Current children cumulated vsize (KiB) 2949592

[startup+1062.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/188 28372
/proc/meminfo: memFree=19677416/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=2958172 CPUtime=4242.38 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 774853 0 0 0 423949 289 0 0 18 0 5 0 516373008 3029168128 665765 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 739543 665765 418 389 0 735293 0
[pid=28339/tid=28341] ppid=28338 vsize=2958172 CPUtime=1062.02 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 165582 0 0 0 106136 66 0 0 25 0 5 0 516373024 3029168128 665765 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=2958172 CPUtime=1061.07 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 166883 0 0 0 106046 61 0 0 25 0 5 0 516373027 3029168128 665765 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220208 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2958172 CPUtime=1058.81 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 177926 0 0 0 105789 92 0 0 25 0 5 0 516373031 3029168128 665765 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2958172 CPUtime=1060.17 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 241516 0 0 0 105952 65 0 0 25 0 5 0 516373035 3029168128 665765 33554432000 4194304 5787044 140736253250416 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 2966872

[startup+1122.3 s]
/proc/loadavg: 7.71 7.98 7.98 5/188 28406
/proc/meminfo: memFree=13097748/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=2958172 CPUtime=4481.97 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 774933 0 0 0 447907 290 0 0 18 0 5 0 516373008 3029168128 665797 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 739543 665797 418 389 0 735293 0
[pid=28339/tid=28341] ppid=28338 vsize=2958172 CPUtime=1121.94 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 165661 0 0 0 112128 66 0 0 25 0 5 0 516373024 3029168128 665797 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=2958172 CPUtime=1121.07 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 166884 0 0 0 112046 61 0 0 25 0 5 0 516373027 3029168128 665797 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591049 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2958172 CPUtime=1118.81 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 177926 0 0 0 111789 92 0 0 25 0 5 0 516373031 3029168128 665797 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2958172 CPUtime=1119.84 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 241516 0 0 0 111919 65 0 0 25 0 5 0 516373035 3029168128 665797 33554432000 4194304 5787044 140736253250416 18446744073709551615 4336957 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.97
Current children cumulated vsize (KiB) 2966872

[startup+1182.3 s]
/proc/loadavg: 7.85 8.00 7.99 9/188 28442
/proc/meminfo: memFree=21287564/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=2958172 CPUtime=4721.66 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 774934 0 0 0 471876 290 0 0 18 0 5 0 516373008 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 739543 665798 418 389 0 735293 0
[pid=28339/tid=28341] ppid=28338 vsize=2958172 CPUtime=1181.94 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 165661 0 0 0 118128 66 0 0 25 0 5 0 516373024 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=2958172 CPUtime=1181.07 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 166885 0 0 0 118046 61 0 0 25 0 5 0 516373027 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220728 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2958172 CPUtime=1178.81 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 177926 0 0 0 117789 92 0 0 25 0 5 0 516373031 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2958172 CPUtime=1179.52 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 241516 0 0 0 117887 65 0 0 25 0 5 0 516373035 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.66
Current children cumulated vsize (KiB) 2966872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 7.96 8.02 7.99 9/188 28443
/proc/meminfo: memFree=21220160/32951124 swapFree=67111524/67111528
[pid=28338] ppid=28336 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28338/stat : 28338 (prissAuto.sh) S 28336 28338 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516373008 8908800 252 33554432000 4194304 4922060 140735696771360 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28338/statm: 2175 252 211 178 0 68 0
[pid=28339] ppid=28338 vsize=2958172 CPUtime=4800.37 cores=1,3,5,7
/proc/28339/stat : 28339 (priss) S 28338 28338 28051 0 -1 4202496 774934 0 0 0 479747 290 0 0 18 0 5 0 516373008 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28339/statm: 739543 665798 418 389 0 735293 0
[pid=28339/tid=28341] ppid=28338 vsize=2958172 CPUtime=1201.64 cores=1,3,5,7
/proc/28339/task/28341/stat : 28341 (priss) R 28338 28338 28051 0 -1 4202560 165661 0 0 0 120098 66 0 0 25 0 5 0 516373024 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220147 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28339/tid=28342] ppid=28338 vsize=2958172 CPUtime=1200.78 cores=1,3,5,7
/proc/28339/task/28342/stat : 28342 (priss) R 28338 28338 28051 0 -1 4202560 166885 0 0 0 120017 61 0 0 25 0 5 0 516373027 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28339/tid=28343] ppid=28338 vsize=2958172 CPUtime=1198.52 cores=1,3,5,7
/proc/28339/task/28343/stat : 28343 (priss) R 28338 28338 28051 0 -1 4202560 177926 0 0 0 119760 92 0 0 25 0 5 0 516373031 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28339/tid=28344] ppid=28338 vsize=2958172 CPUtime=1199.11 cores=1,3,5,7
/proc/28339/task/28344/stat : 28344 (priss) R 28338 28338 28051 0 -1 4202560 241516 0 0 0 119846 65 0 0 25 0 5 0 516373035 3029168128 665798 33554432000 4194304 5787044 140736253250416 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 2966872

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

Real time (s): 1202.02
CPU time (s): 4800.37
CPU user time (s): 4797.47
CPU system time (s): 2.9
CPU usage (%): 399.36
Max. virtual memory (cumulated for all children) (KiB): 2966872

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= 332
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= 4
involuntary context switches= 2

runsolver used 2.13167 second user time and 4.43033 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 05:29:13
IDJOB=3285386
IDBENCH=82381
IDSOLVER=1602
FILE ID=node139/3285386-1304047752
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72532 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285386-1304047752/watcher-3285386-1304047752 -o /tmp/evaluation-result-3285386-1304047752/solver-3285386-1304047752 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3285386-1304047752.cnf 2088187353 4800 15500 4

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=2088187353

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23771404 kB
Buffers:       2022568 kB
Cached:        5886944 kB
SwapCached:          4 kB
Active:        1498384 kB
Inactive:      7161048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23771404 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9928 kB
Writeback:         136 kB
AnonPages:      749388 kB
Mapped:          15684 kB
Slab:           452740 kB
PageTables:       6304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1020464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72524 MiB
End job on node139 at 2011-04-29 05:49:17